summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-07-16 02:22:04 +0000
committerGlenn Morris <rgm@gnu.org>2008-07-16 02:22:04 +0000
commit37fc7d9cc55280585fb4534678756417bb857ad9 (patch)
tree9236577d0e148b886a3aaf389e0b8bf96aeb6bb4 /src/nsmenu.m
parent4dfd73b223340d7f04c8ac5fdd2e5e5e1d2e5757 (diff)
downloademacs-37fc7d9cc55280585fb4534678756417bb857ad9.tar.gz
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src/nsmenu.m')
-rw-r--r--src/nsmenu.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m
index d87596be2fe..e48a82b7d2d 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -3,10 +3,10 @@
This file is part of GNU Emacs.
-GNU Emacs is free software; you can redistribute it and/or modify
+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, or (at your option)
-any later version.
+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
@@ -14,9 +14,9 @@ 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, 675 Mass Ave, Cambridge, MA 02139, USA.
+along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
+/*
By Adrian Robert, based on code from original nsmenu.m (Carl Edman,
Christian Limpach, Scott Bender, Christophe de Dinechin) and code in the
Carbon version by Yamamoto Mitsuharu. */