Index: scripts/usr/local/lib/7dtd/commands/about.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/about.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/about.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 sdtdCommandAbout() {
Index: scripts/usr/local/lib/7dtd/commands/backup.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/backup.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/backup.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 # Backups game data files.
Index: scripts/usr/local/lib/7dtd/commands/instances.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/instances.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/instances.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 
Index: scripts/usr/local/lib/7dtd/commands/start.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/start.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/start.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 # Tries to start the 7dtd instance.
Index: scripts/usr/local/lib/7dtd/commands/status.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/status.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/status.sh	(revision 258)
@@ -1,3 +1,19 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
+
 
 # Print status of given instance.
Index: scripts/usr/local/lib/7dtd/commands/stop.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/stop.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/stop.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 # Tries to stop the 7dtd instance given as first parameter.
Index: scripts/usr/local/lib/7dtd/commands/updateengine.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/updateengine.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/updateengine.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 # Downloads SteamCMD, downloads/updates the 7dtd engine
Index: scripts/usr/local/lib/7dtd/commands/updatefixes.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/updatefixes.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/updatefixes.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 # Checks for newer server fixes version and downloads them
Index: scripts/usr/local/lib/7dtd/commands/updatescripts.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/updatescripts.sh	(revision 257)
+++ scripts/usr/local/lib/7dtd/commands/updatescripts.sh	(revision 258)
@@ -1,3 +1,18 @@
 #!/bin/bash
+
+#   Copyright 2016 Christian 'Alloc' Illy
+#
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
 
 # Checks for newer scripts version and downloads them
