diff --git a/oses/alpine/entrypoint.sh b/oses/alpine/entrypoint.sh index 7039fb0..98c51d4 100644 --- a/oses/alpine/entrypoint.sh +++ b/oses/alpine/entrypoint.sh @@ -1,5 +1,4 @@ #!/bin/ash - # Copyright (c) 2021 Matthew Penner # # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/oses/debian/entrypoint.sh b/oses/debian/entrypoint.sh index d5cfc60..7fecb8b 100644 --- a/oses/debian/entrypoint.sh +++ b/oses/debian/entrypoint.sh @@ -1,5 +1,4 @@ #!/bin/bash - # # Copyright (c) 2021 Matthew Penner #