diff options
author | Glenn Morris <rgm@gnu.org> | 2008-07-16 02:15:12 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-07-16 02:15:12 +0000 |
commit | 4fe69a9db2a5786e2a4e4f41ef809c27bdaf898a (patch) | |
tree | 782ef43ebda1e4e2551085b04b3c6c61c572c77f | |
parent | f7d91ee41382fa429a9c8b839f72f00fa23c3bc8 (diff) | |
download | emacs-4fe69a9db2a5786e2a4e4f41ef809c27bdaf898a.tar.gz |
Add copyright and license notices.
-rw-r--r-- | nextstep/ChangeLog | 23 | ||||
-rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Info.plist | 19 | ||||
-rw-r--r-- | nextstep/README.txt | 18 | ||||
-rwxr-xr-x | nextstep/compile | 18 |
4 files changed, 78 insertions, 0 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 26cd044f0c8..f0d9c3a5da7 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -49,4 +49,27 @@ port. * README.txt: New file: descriptive info for NeXTstep port. +;; Local Variables: +;; coding: utf-8 +;; add-log-time-zone-rule: t +;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" +;; End: + + Copyright (C) 2008 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 3 of the License, 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. If not, see <http://www.gnu.org/licenses/>. + ;; arch-tag: 963ee08e-8e76-485f-9cfb-65a4333a073c diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist index 751ce9f61c0..21f10d383d4 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist @@ -1,3 +1,22 @@ +<!-- +Copyright (C) 2008 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 3 of the License, 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. If not, see <http://www.gnu.org/licenses/>. +--> + <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> diff --git a/nextstep/README.txt b/nextstep/README.txt index 3eb73356e45..f30b488d851 100644 --- a/nextstep/README.txt +++ b/nextstep/README.txt @@ -1,3 +1,5 @@ +Copyright (C) 2008 Free Software Foundation, Inc. +See the end of the file for license conditions. Emacs.app ========= @@ -319,3 +321,19 @@ Release History context menu positioning. 2008/07/15 (none) Merge to GNU Emacs CVS trunk. + + +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 3 of the License, 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. If not, see <http://www.gnu.org/licenses/>. diff --git a/nextstep/compile b/nextstep/compile index 4f42330edc8..5e84d8c0c0f 100755 --- a/nextstep/compile +++ b/nextstep/compile @@ -1,5 +1,23 @@ #!/bin/sh +# Copyright (C) 2008 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 3 of the License, 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. If not, see <http://www.gnu.org/licenses/>. + + # This script configures and builds Emacs to the subdirectory ./build . # # If --shared-lisp 'install_prefix' is given, lisp files will be installed to |