diff options
Diffstat (limited to 'mac/inc/sys')
-rw-r--r-- | mac/inc/sys/file.h | 2 | ||||
-rw-r--r-- | mac/inc/sys/ioctl.h | 2 | ||||
-rw-r--r-- | mac/inc/sys/param.h | 2 | ||||
-rw-r--r-- | mac/inc/sys/stat.h | 2 | ||||
-rw-r--r-- | mac/inc/sys/time.h | 2 | ||||
-rw-r--r-- | mac/inc/sys/types.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/mac/inc/sys/file.h b/mac/inc/sys/file.h index e720fc1c0ce..4b320eaea2f 100644 --- a/mac/inc/sys/file.h +++ b/mac/inc/sys/file.h @@ -6,7 +6,7 @@ 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, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU 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 d0caa4b0eb7..e2fca68f021 100644 --- a/mac/inc/sys/ioctl.h +++ b/mac/inc/sys/ioctl.h @@ -6,7 +6,7 @@ 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, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU 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 265f5384c9c..b4f93fa924e 100644 --- a/mac/inc/sys/param.h +++ b/mac/inc/sys/param.h @@ -6,7 +6,7 @@ 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, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU 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 0e352211e16..4a9cd5fcdc1 100644 --- a/mac/inc/sys/stat.h +++ b/mac/inc/sys/stat.h @@ -6,7 +6,7 @@ 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, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU 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 057ecca42be..14579bea4e4 100644 --- a/mac/inc/sys/time.h +++ b/mac/inc/sys/time.h @@ -6,7 +6,7 @@ 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, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU 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 bec6e4c773b..27c85643124 100644 --- a/mac/inc/sys/types.h +++ b/mac/inc/sys/types.h @@ -6,7 +6,7 @@ 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, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, |