diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | examples/2048/2048 | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,2 @@ +David Thompson <davet@gnu.org> +Jordan Russell <jordan.likes.curry@gmail.com>
\ No newline at end of file diff --git a/examples/2048/2048 b/examples/2048/2048 index c7a3b8d..d185623 100755 --- a/examples/2048/2048 +++ b/examples/2048/2048 @@ -3,6 +3,7 @@ ;;; 2048 ;;; Copyright (C) 2014 David Thompson <dthompson2@worcester.edu> +;;; Copyright (C) 2014 Jordan Russell <jordan.likes.curry@gmail.com> ;;; ;;; This program is free software: you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as |