diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-07-03 20:58:55 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-07-03 20:58:55 -0400 |
commit | 24edcbb063860237c230c8a5d1d87b33d2835373 (patch) | |
tree | ec1a3ac6a73be6b6be4ceadbdf579c2d52bb124c | |
parent | 3f74af2625458f41658d8548560452c444a15bde (diff) |
Add copyright information for Jordan Russel.
* AUTHORS: New file.
* examples/2048/2048: Add copyright info for Jordan Russel.
-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 |