aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-07-16 02:15:12 +0000
committerGlenn Morris2008-07-16 02:15:12 +0000
commit8d640e6bbd7f8482ebead9fe9a52fa16f1bf6845 (patch)
treec8f4cbef70e7c95fb32009d8a9ea592522ba7513
parentd384112704e2722e92287882f16efe6e89a0a08b (diff)
downloademacs-8d640e6bbd7f8482ebead9fe9a52fa16f1bf6845.tar.gz
emacs-8d640e6bbd7f8482ebead9fe9a52fa16f1bf6845.zip
Add copyright and license notices.
-rw-r--r--nextstep/ChangeLog23
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist19
-rw-r--r--nextstep/README.txt18
-rwxr-xr-xnextstep/compile18
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 @@
49 port. 49 port.
50 * README.txt: New file: descriptive info for NeXTstep port. 50 * README.txt: New file: descriptive info for NeXTstep port.
51 51
52;; Local Variables:
53;; coding: utf-8
54;; add-log-time-zone-rule: t
55;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
56;; End:
57
58 Copyright (C) 2008 Free Software Foundation, Inc.
59
60 This file is part of GNU Emacs.
61
62 GNU Emacs is free software: you can redistribute it and/or modify
63 it under the terms of the GNU General Public License as published by
64 the Free Software Foundation, either version 3 of the License, or
65 (at your option) any later version.
66
67 GNU Emacs is distributed in the hope that it will be useful,
68 but WITHOUT ANY WARRANTY; without even the implied warranty of
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
70 GNU General Public License for more details.
71
72 You should have received a copy of the GNU General Public License
73 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
74
52;; arch-tag: 963ee08e-8e76-485f-9cfb-65a4333a073c 75;; 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 @@
1<!--
2Copyright (C) 2008 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18-->
19
1<?xml version="1.0" encoding="UTF-8"?> 20<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 21<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0"> 22<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 @@
1Copyright (C) 2008 Free Software Foundation, Inc.
2See the end of the file for license conditions.
1 3
2Emacs.app 4Emacs.app
3========= 5=========
@@ -319,3 +321,19 @@ Release History
319 context menu positioning. 321 context menu positioning.
320 322
3212008/07/15 (none) Merge to GNU Emacs CVS trunk. 3232008/07/15 (none) Merge to GNU Emacs CVS trunk.
324
325
326This file is part of GNU Emacs.
327
328GNU Emacs is free software: you can redistribute it and/or modify
329it under the terms of the GNU General Public License as published by
330the Free Software Foundation, either version 3 of the License, or
331(at your option) any later version.
332
333GNU Emacs is distributed in the hope that it will be useful,
334but WITHOUT ANY WARRANTY; without even the implied warranty of
335MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
336GNU General Public License for more details.
337
338You should have received a copy of the GNU General Public License
339along 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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Copyright (C) 2008 Free Software Foundation, Inc.
4
5# This file is part of GNU Emacs.
6
7# GNU Emacs is free software: you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation, either version 3 of the License, or
10# (at your option) any later version.
11
12# GNU Emacs is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16
17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19
20
3# This script configures and builds Emacs to the subdirectory ./build . 21# This script configures and builds Emacs to the subdirectory ./build .
4# 22#
5# If --shared-lisp 'install_prefix' is given, lisp files will be installed to 23# If --shared-lisp 'install_prefix' is given, lisp files will be installed to