diff options
author | Bradley Smith | 2008-03-09 15:00:08 +0000 |
---|---|---|
committer | Bradley Smith | 2008-03-09 15:00:08 +0000 |
commit | 76565841ac4c40ce7051f59080e3d7e1207998de (patch) | |
tree | d8d08607f6b31eb23b64f8b71ed1f880512d7648 /doc | |
parent | Got rid of unnecessary getopt. (diff) | |
download | gnurobots-76565841ac4c40ce7051f59080e3d7e1207998de.tar.gz |
Corrected all copyright headers, and misc cleanups.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/contrib | 3 | ||||
-rw-r--r-- | doc/guile-proj.scm | 44 |
3 files changed, 4 insertions, 46 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8983896..39e81dd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,4 @@ +## Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> ## ## doc/Makefile.am ## @@ -14,10 +15,8 @@ ## You should have received a copy of the GNU General Public License ## along with GNU Robots; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -## EXTRA_DIST =\ contrib\ - guile-proj.scm\ Robots-HOWTO diff --git a/doc/contrib b/doc/contrib index c4c6d74..dfec041 100644 --- a/doc/contrib +++ b/doc/contrib @@ -1,6 +1,9 @@ CONTRIBUTORS TO GNU ROBOTS: _____________________________________________________________________ +* Bradley Smith <brad@brad-smith.co.uk> + Current author + * Jim Hall, <jhall1@isd.net> author diff --git a/doc/guile-proj.scm b/doc/guile-proj.scm deleted file mode 100644 index b07020c..0000000 --- a/doc/guile-proj.scm +++ /dev/null @@ -1,44 +0,0 @@ -;;;How To Submit A Project -;;; -;;;The first thing to do is look at the Guile Project Mail Submission -;;;doc. This will tell you all you need to know about describing your -;;;project. Then, send a mail to me (Greg.Harvey@thezone.net) with the -;;;subject "Guile Project Submission". Optionally, you can send it to -;;;(Greg.Harvey+guile-project@thezone.net). Please do one or the -;;;other, or else there's a good chance it'll end up in the spam -;;;box. The body should contain your submission(s). -;;; -;;;How To Update A Project -;;; -;;;It's the exact same thing as making the initial submission, but you -;;;don't have to include every field, just whatever you want -;;;updated. So, say if you want to add a license field to your -;;;existing entry, you'd just have ((name "foo") (license "bar")) as a -;;;submission. - -((name "robots") - - (category "Games") - (keywords "Game " "robots " "diversion") - - (description "A game/diversion where you construct a robot (using Scheme) " - "then set him loose and watch him explore a world on his own." - "The GNU Robot program is written in Scheme, and implemented " - "using GNU Guile.") - - (location (url "http://www.gnu.org/software/robots/" "GNU Robots homepage")) - - (authors "Jim Hall") - (maintainer (email "Jim Hall" "jhall1@isd.net")) - - (status "GNU Robots has finally been released as version 1.0!!") - - (help-wanted "GNU Robots could really use a port to GTK+, for GNOME. " - "Also, it would be great if someone wrote a GNU Robots " - "code generator, that generated a robot Scheme program " - "based on the user contructing a robot program using " - "little icons that are dropped into place and ordered " - "using special connector wires. This would be a good " - "senior project for a computer science student!") - - (license "GPL")) |