]> code.delx.au - gnu-emacs/blobdiff - mac/src/chdir.c
Switch to recommended form of GPLv3 permissions notice.
[gnu-emacs] / mac / src / chdir.c
index 010e6d9fa01574851978b5483ecf3ca47737fbad..73682c4c4cf1fdffa10bb8168250655b0eb66f69 100644 (file)
@@ -2,12 +2,14 @@
    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
       2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
+Contributed by Andrew Choi (akochoi@mac.com).
+
 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
@@ -15,11 +17,8 @@ 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.  */
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/* Contributed by Andrew Choi (akochoi@mac.com).  */
 
 #include <string.h>
 #include <Files.h>