aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorGlenn Morris2007-07-25 05:08:27 +0000
committerGlenn Morris2007-07-25 05:08:27 +0000
commit4a9f99bdfb808930e6e86eaa668594e19218eb3d (patch)
treead0a7852358abc3bce365c3fcf7f5b3600464a0a /mac
parent405b8717906649b7ea07d13595627af159b1a330 (diff)
downloademacs-4a9f99bdfb808930e6e86eaa668594e19218eb3d.tar.gz
emacs-4a9f99bdfb808930e6e86eaa668594e19218eb3d.zip
Switch license to GPLv3 or later.
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog2
-rw-r--r--mac/Emacs.app/Contents/Info.plist2
-rw-r--r--mac/INSTALL2
-rw-r--r--mac/README2
-rw-r--r--mac/cw6-mcp.xml2
-rw-r--r--mac/inc/alloca.h2
-rw-r--r--mac/inc/config.h2
-rw-r--r--mac/inc/defs-cw6.h2
-rw-r--r--mac/inc/dirent.h2
-rw-r--r--mac/inc/epaths.h2
-rwxr-xr-xmac/inc/grp.h2
-rw-r--r--mac/inc/m-mac.h2
-rw-r--r--mac/inc/pwd.h2
-rw-r--r--mac/inc/s-mac.h2
-rw-r--r--mac/inc/sys/file.h2
-rw-r--r--mac/inc/sys/ioctl.h2
-rw-r--r--mac/inc/sys/param.h2
-rw-r--r--mac/inc/sys/stat.h2
-rw-r--r--mac/inc/sys/time.h2
-rw-r--r--mac/inc/sys/types.h2
-rw-r--r--mac/inc/termio.h2
-rw-r--r--mac/inc/utime.h2
-rw-r--r--mac/inc/utsname.h2
-rwxr-xr-xmac/make-package2
-rw-r--r--mac/makefile.MPW2
-rw-r--r--mac/src/Emacs.r2
-rw-r--r--mac/src/EmacsMPW.r2
-rw-r--r--mac/src/chdir.c2
28 files changed, 28 insertions, 28 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 5eb769f3a74..87edc913b05 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -905,7 +905,7 @@
905 905
906 GNU Emacs is free software; you can redistribute it and/or modify 906 GNU Emacs is free software; you can redistribute it and/or modify
907 it under the terms of the GNU General Public License as published by 907 it under the terms of the GNU General Public License as published by
908 the Free Software Foundation; either version 2, or (at your option) 908 the Free Software Foundation; either version 3, or (at your option)
909 any later version. 909 any later version.
910 910
911 GNU Emacs is distributed in the hope that it will be useful, 911 GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist
index c27500678b8..ed2c4a8bf7c 100644
--- a/mac/Emacs.app/Contents/Info.plist
+++ b/mac/Emacs.app/Contents/Info.plist
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify it 7GNU Emacs is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the 8under the terms of the GNU General Public License as published by the
9Free Software Foundation; either version 2, or (at your option) any 9Free Software Foundation; either version 3, or (at your option) any
10later version. 10later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, but 12GNU Emacs is distributed in the hope that it will be useful, but
diff --git a/mac/INSTALL b/mac/INSTALL
index 302317b025f..7cdf0de4940 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -220,7 +220,7 @@ This file is part of GNU Emacs.
220 220
221GNU Emacs is free software; you can redistribute it and/or modify 221GNU Emacs is free software; you can redistribute it and/or modify
222it under the terms of the GNU General Public License as published by 222it under the terms of the GNU General Public License as published by
223the Free Software Foundation; either version 2, or (at your option) 223the Free Software Foundation; either version 3, or (at your option)
224any later version. 224any later version.
225 225
226GNU Emacs is distributed in the hope that it will be useful, 226GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/README b/mac/README
index 1d8cc40e545..f02527d6383 100644
--- a/mac/README
+++ b/mac/README
@@ -49,7 +49,7 @@ This file is part of GNU Emacs.
49 49
50GNU Emacs is free software; you can redistribute it and/or modify 50GNU Emacs is free software; you can redistribute it and/or modify
51it under the terms of the GNU General Public License as published by 51it under the terms of the GNU General Public License as published by
52the Free Software Foundation; either version 2, or (at your option) 52the Free Software Foundation; either version 3, or (at your option)
53any later version. 53any later version.
54 54
55GNU Emacs is distributed in the hope that it will be useful, 55GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/cw6-mcp.xml b/mac/cw6-mcp.xml
index 38f12ba2e74..410f512e37a 100644
--- a/mac/cw6-mcp.xml
+++ b/mac/cw6-mcp.xml
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify it 7GNU Emacs is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the 8under the terms of the GNU General Public License as published by the
9Free Software Foundation; either version 2, or (at your option) any 9Free Software Foundation; either version 3, or (at your option) any
10later version. 10later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, but 12GNU Emacs is distributed in the hope that it will be useful, but
diff --git a/mac/inc/alloca.h b/mac/inc/alloca.h
index 9ce323d0f77..f0c47e1f7ba 100644
--- a/mac/inc/alloca.h
+++ b/mac/inc/alloca.h
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify it 6GNU Emacs is free software; you can redistribute it and/or modify it
7under the terms of the GNU General Public License as published by the 7under the terms of the GNU General Public License as published by the
8Free Software Foundation; either version 2, or (at your option) any 8Free Software Foundation; either version 3, or (at your option) any
9later version. 9later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, but 11GNU Emacs is distributed in the hope that it will be useful, but
diff --git a/mac/inc/config.h b/mac/inc/config.h
index b9fb9a6d8cf..ae741b0681f 100644
--- a/mac/inc/config.h
+++ b/mac/inc/config.h
@@ -8,7 +8,7 @@ This file is part of GNU Emacs.
8 8
9GNU Emacs is free software; you can redistribute it and/or modify 9GNU Emacs is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option) 11the Free Software Foundation; either version 3, or (at your option)
12any later version. 12any later version.
13 13
14GNU Emacs is distributed in the hope that it will be useful, 14GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/defs-cw6.h b/mac/inc/defs-cw6.h
index e72cd9e5f73..05dfa901a24 100644
--- a/mac/inc/defs-cw6.h
+++ b/mac/inc/defs-cw6.h
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify it 6GNU Emacs is free software; you can redistribute it and/or modify it
7under the terms of the GNU General Public License as published by the 7under the terms of the GNU General Public License as published by the
8Free Software Foundation; either version 2, or (at your option) any 8Free Software Foundation; either version 3, or (at your option) any
9later version. 9later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, but 11GNU Emacs is distributed in the hope that it will be useful, but
diff --git a/mac/inc/dirent.h b/mac/inc/dirent.h
index 40ec3467081..0efaf879466 100644
--- a/mac/inc/dirent.h
+++ b/mac/inc/dirent.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/epaths.h b/mac/inc/epaths.h
index 2c29f98f5c8..e9ee0a9fb70 100644
--- a/mac/inc/epaths.h
+++ b/mac/inc/epaths.h
@@ -8,7 +8,7 @@ This file is part of GNU Emacs.
8 8
9GNU Emacs is free software; you can redistribute it and/or modify 9GNU Emacs is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option) 11the Free Software Foundation; either version 3, or (at your option)
12any later version. 12any later version.
13 13
14GNU Emacs is distributed in the hope that it will be useful, 14GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/grp.h b/mac/inc/grp.h
index b4311f5ee1c..f8e93b5d2c1 100755
--- a/mac/inc/grp.h
+++ b/mac/inc/grp.h
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify 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 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option) 8the Free Software Foundation; either version 3, or (at your option)
9any later version. 9any later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, 11GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/m-mac.h b/mac/inc/m-mac.h
index 544e5d0187d..a5a26cd000c 100644
--- a/mac/inc/m-mac.h
+++ b/mac/inc/m-mac.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/pwd.h b/mac/inc/pwd.h
index 239b915430b..c992b5c4ea9 100644
--- a/mac/inc/pwd.h
+++ b/mac/inc/pwd.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/s-mac.h b/mac/inc/s-mac.h
index 83715a7ea06..4798fb9c3bd 100644
--- a/mac/inc/s-mac.h
+++ b/mac/inc/s-mac.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/sys/file.h b/mac/inc/sys/file.h
index 4b320eaea2f..e720fc1c0ce 100644
--- a/mac/inc/sys/file.h
+++ b/mac/inc/sys/file.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/sys/ioctl.h b/mac/inc/sys/ioctl.h
index e2fca68f021..d0caa4b0eb7 100644
--- a/mac/inc/sys/ioctl.h
+++ b/mac/inc/sys/ioctl.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/sys/param.h b/mac/inc/sys/param.h
index b4f93fa924e..265f5384c9c 100644
--- a/mac/inc/sys/param.h
+++ b/mac/inc/sys/param.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/sys/stat.h b/mac/inc/sys/stat.h
index 4a9cd5fcdc1..0e352211e16 100644
--- a/mac/inc/sys/stat.h
+++ b/mac/inc/sys/stat.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/sys/time.h b/mac/inc/sys/time.h
index 14579bea4e4..057ecca42be 100644
--- a/mac/inc/sys/time.h
+++ b/mac/inc/sys/time.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/sys/types.h b/mac/inc/sys/types.h
index 27c85643124..bec6e4c773b 100644
--- a/mac/inc/sys/types.h
+++ b/mac/inc/sys/types.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/termio.h b/mac/inc/termio.h
index 26f4d0a975a..34e034c2fd1 100644
--- a/mac/inc/termio.h
+++ b/mac/inc/termio.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/utime.h b/mac/inc/utime.h
index 66fb3cf3afd..2deefbb9617 100644
--- a/mac/inc/utime.h
+++ b/mac/inc/utime.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/inc/utsname.h b/mac/inc/utsname.h
index e34e2ebbd1b..174d9cffe85 100644
--- a/mac/inc/utsname.h
+++ b/mac/inc/utsname.h
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/make-package b/mac/make-package
index 1db34d2046c..2d10710da80 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -24,7 +24,7 @@
24# 24#
25# GNU Emacs is free software; you can redistribute it and/or modify 25# GNU Emacs is free software; you can redistribute it and/or modify
26# it under the terms of the GNU General Public License as published by 26# it under the terms of the GNU General Public License as published by
27# the Free Software Foundation; either version 2, or (at your option) 27# the Free Software Foundation; either version 3, or (at your option)
28# any later version. 28# any later version.
29# 29#
30# GNU Emacs is distributed in the hope that it will be useful, 30# GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/makefile.MPW b/mac/makefile.MPW
index cbfbff76b72..9c03942effa 100644
--- a/mac/makefile.MPW
+++ b/mac/makefile.MPW
@@ -8,7 +8,7 @@
8# 8#
9# GNU Emacs is free software; you can redistribute it and/or modify 9# GNU Emacs is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by 10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 2, or (at your option) 11# the Free Software Foundation; either version 3, or (at your option)
12# any later version. 12# any later version.
13# 13#
14# GNU Emacs is distributed in the hope that it will be useful, 14# GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 27d91b59ea0..21204ea22bb 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/src/EmacsMPW.r b/mac/src/EmacsMPW.r
index 4d6faa25a84..f017f2bec78 100644
--- a/mac/src/EmacsMPW.r
+++ b/mac/src/EmacsMPW.r
@@ -8,7 +8,7 @@ This file is part of GNU Emacs.
8 8
9GNU Emacs is free software; you can redistribute it and/or modify 9GNU Emacs is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option) 11the Free Software Foundation; either version 3, or (at your option)
12any later version. 12any later version.
13 13
14GNU Emacs is distributed in the hope that it will be useful, 14GNU Emacs is distributed in the hope that it will be useful,
diff --git a/mac/src/chdir.c b/mac/src/chdir.c
index e1b112c7bf4..eb0670f3fd5 100644
--- a/mac/src/chdir.c
+++ b/mac/src/chdir.c
@@ -6,7 +6,7 @@ This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option) 9the Free Software Foundation; either version 3, or (at your option)
10any later version. 10any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,