diff --git a/dev/lapis-ultimate/test/.dockerignore b/dev/lapis-ultimate/test/.dockerignore deleted file mode 120000 index 3e4e48b..0000000 --- a/dev/lapis-ultimate/test/.dockerignore +++ /dev/null @@ -1 +0,0 @@ -.gitignore \ No newline at end of file diff --git a/dev/lapis-ultimate/test/.dockerignore b/dev/lapis-ultimate/test/.dockerignore new file mode 100644 index 0000000..b73de27 --- /dev/null +++ b/dev/lapis-ultimate/test/.dockerignore @@ -0,0 +1,5 @@ +*.lua +*.js +bower_components +.git +.moonbox diff --git a/games/minecraft/minecraft.py b/games/minecraft/minecraft.py index 271d76c..c546e35 100755 --- a/games/minecraft/minecraft.py +++ b/games/minecraft/minecraft.py @@ -1,6 +1,6 @@ #!/usr/bin/python2 -# Copyright (C) 2014 Sam Dodrill All rights reserved. +# Copyright (C) 2014 Christine Dodrill All rights reserved. # # This software is provided 'as-is', without any express or implied # warranty. In no event will the authors be held liable for any damages diff --git a/games/minecraft/scripts/megaupload.py b/games/minecraft/scripts/megaupload.py index eebf340..35e3c6e 100644 --- a/games/minecraft/scripts/megaupload.py +++ b/games/minecraft/scripts/megaupload.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Sam Dodrill All rights reserved. +# Copyright (C) 2014 Christine Dodrill All rights reserved. # # This software is provided 'as-is', without any express or implied # warranty. In no event will the authors be held liable for any damages