diff --git a/COPYING b/LICENSE
similarity index 100%
rename from COPYING
rename to LICENSE
diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile
index 9f857122a694574ecc53237bc522ee0c528fbdce..c6167efe384ad0676d4249763dcf96b632190d7a 100644
--- a/centos-7/Dockerfile
+++ b/centos-7/Dockerfile
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: AGPL-3.0-or-later
 FROM centos:7
 
 LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
@@ -10,8 +10,8 @@ RUN yum install -y centos-release-scl && \
     yum install -y epel-release && \
     yum install -y devtoolset-8 && \
     yum clean all
-ADD gcc-8.sh /etc/profile.d/gcc-8.sh
-ADD ld-library-path.sh /etc/profile.d/ld-library-path.sh
+ADD bash/gcc-8.sh /etc/profile.d/gcc-8.sh
+ADD bash/ld-library-path.sh /etc/profile.d/ld-library-path.sh
 
 # CMake
 RUN version=3.15.5 && \
diff --git a/centos-7/gcc-8.sh b/centos-7/bash/gcc-8.sh
similarity index 100%
rename from centos-7/gcc-8.sh
rename to centos-7/bash/gcc-8.sh
diff --git a/centos-7/ld-library-path.sh b/centos-7/bash/ld-library-path.sh
similarity index 100%
rename from centos-7/ld-library-path.sh
rename to centos-7/bash/ld-library-path.sh
diff --git a/windows1809/base/Dockerfile b/windows1809/base/Dockerfile
index 72bc1aa7bb230b0c146b8b8485ab6ffd736a61cf..b34fd69d2af32c4be6c8c567b9403c5ae21ceeec 100644
--- a/windows1809/base/Dockerfile
+++ b/windows1809/base/Dockerfile
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: AGPL-3.0-or-later
 
 FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2019
 
diff --git a/windows1809/base/powershell/00-Must-Run.ps1 b/windows1809/base/powershell/00-Must-Run.ps1
index 34d631c78e9cf43b4a3dfaac45456b6be27543c9..7aec54e57a7c23a9e915245db2dafb7fdd6f2e3c 100644
--- a/windows1809/base/powershell/00-Must-Run.ps1
+++ b/windows1809/base/powershell/00-Must-Run.ps1
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: AGPL-3.0-or-later
 
 #
 # Sets exit to error when the command fails
diff --git a/windows1809/base/powershell/10-VSDevEnv.ps1 b/windows1809/base/powershell/10-VSDevEnv.ps1
index 8dbd9273587092a002f04702d95931b0a8bb4cff..b82158ce116d5dcba33fa15db937f7cedc8460e4 100644
--- a/windows1809/base/powershell/10-VSDevEnv.ps1
+++ b/windows1809/base/powershell/10-VSDevEnv.ps1
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: AGPL-3.0-or-later
 
 #
 # Sets up Visual Studio Development environment
diff --git a/windows1809/base/powershell/20-MSVC-15.9.ps1 b/windows1809/base/powershell/20-MSVC-15.9.ps1
index 3bfbf4b52d6b25c33c4ce13ae8a37e03d01dee98..06cbbd6bd0788231d4470d4f77faef9c0bb0be94 100644
--- a/windows1809/base/powershell/20-MSVC-15.9.ps1
+++ b/windows1809/base/powershell/20-MSVC-15.9.ps1
@@ -1,3 +1,3 @@
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: AGPL-3.0-or-later
 
 VSDevEnv -arch='amd64' -vcvars_ver='14.16'
diff --git a/windows1809/base/powershell/30-vcpkg-cmake.ps1 b/windows1809/base/powershell/30-vcpkg-cmake.ps1
index de628e9cade4bab4a4f9edb273396ed591064b87..482c7e3f7d60750152d2ccf50de7ec4ece1763b6 100644
--- a/windows1809/base/powershell/30-vcpkg-cmake.ps1
+++ b/windows1809/base/powershell/30-vcpkg-cmake.ps1
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: AGPL-3.0-or-later
 
 #
 # Executes CMake with vcpkg toolchain file
diff --git a/windows1809/base/powershell/Profile.ps1 b/windows1809/base/powershell/Profile.ps1
index 961a6ed1bdc37b18aeedbe1b6524c27f43949125..dc2087f9911a175986ae4873618310ecdc50e7f1 100644
--- a/windows1809/base/powershell/Profile.ps1
+++ b/windows1809/base/powershell/Profile.ps1
@@ -1,2 +1,3 @@
-# SPDX-License-Identifier: MIT
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
 ls "$pshome/profile.d/*.ps1" | % { . $_.FullName }
diff --git a/windows1809/cuda-devel/Dockerfile b/windows1809/cuda-devel/Dockerfile
index 76c2434a4fea3363d3d7d4804b655381cc9f28a1..ce5e06a08911d12c5f6a7595750f20a683921ab3 100644
--- a/windows1809/cuda-devel/Dockerfile
+++ b/windows1809/cuda-devel/Dockerfile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
 FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809
 
 RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/windows1809/devel/Dockerfile b/windows1809/devel/Dockerfile
index 68eb25a424d447215a2daf773d767b04c1ac709c..a254705352d240f2ed89464ae3adf366cb6fc8c7 100644
--- a/windows1809/devel/Dockerfile
+++ b/windows1809/devel/Dockerfile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
 FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809
 
 COPY opengl32.dll C:/Windows/System32/opengl32.dll