From e6d671f30be91ca38eb86c669b2c2c9f20f42662 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 11 Mar 2015 01:05:51 -0700 Subject: [PATCH] update my name --- dev/lapis-ultimate/test/.dockerignore | 6 +++++- games/minecraft/minecraft.py | 2 +- games/minecraft/scripts/megaupload.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) mode change 120000 => 100644 dev/lapis-ultimate/test/.dockerignore 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