diff options
author | Glenn Morris <rgm@gnu.org> | 2007-01-28 00:58:59 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-01-28 00:58:59 +0000 |
commit | bca2d2b5009a7e6ee13bb37ac08f16a2fcfcb758 (patch) | |
tree | 05a1b3e354f840b71180e8bb29510bfb79a86ddb /mac | |
parent | d1e4cefd0beefa7e5997f213c374ff5a1056bdab (diff) | |
download | emacs-bca2d2b5009a7e6ee13bb37ac08f16a2fcfcb758.tar.gz |
Add Copyright and GPL. Years from date of installation in public Emacs
CVS to present.
[email from rms, 2007/1/22, "Copyright years": "We can add an FSF
copyright notice and permission notice to that file."]
Diffstat (limited to 'mac')
-rw-r--r-- | mac/Emacs.app/Contents/Info.plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index d03123cc3cd..c27500678b8 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist @@ -1,3 +1,25 @@ +<!-- +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +MA 02110-1301, USA. +--> + <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> |