diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-28 21:00:57 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-28 21:00:57 +0200 |
commit | 9dcc2d0a6985db0e4427b580c49fd21b55716aae (patch) | |
tree | 152a8be5d52f58625ebdfb6da7077391470af33f | |
parent | 48dcf5a5efeb9efa5ca84a72919941df3347bf4b (diff) |
Add ToiletLispInfo.plist.
-rw-r--r-- | ToiletLispInfo.plist | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ToiletLispInfo.plist b/ToiletLispInfo.plist new file mode 100644 index 0000000..49a482f --- /dev/null +++ b/ToiletLispInfo.plist @@ -0,0 +1,23 @@ +{ + ApplicationName = "Toilet Lisp"; + ApplicationDescription = "A Common-Lisp system for the Objective-C runtime"; + ApplicationRelease = "Technology Preview"; + Authors = ("Matthias Benkard <matthias@benkard.de>"); + Copyright = "Copyright (c) 2008 Matthias Andreas Benkard <matthias@benkard.de>"; + CopyrightDescription = " + + + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>."; +} |