diff options
| author | Jim Blandy | 1993-03-15 00:16:34 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-15 00:16:34 +0000 |
| commit | ef5f15e392cf3201550fb26d660d1b5e8c71be8f (patch) | |
| tree | 5e7fa0b04e97515d0f1167d2ab1ec7e44b1bf7e0 /src | |
| parent | db774a168d20a354c22dbbe15e393c254577014f (diff) | |
| download | emacs-ef5f15e392cf3201550fb26d660d1b5e8c71be8f.tar.gz emacs-ef5f15e392cf3201550fb26d660d1b5e8c71be8f.zip | |
Add GNU copyright notice.
Diffstat (limited to 'src')
| -rw-r--r-- | src/vmstime.c | 19 | ||||
| -rw-r--r-- | src/vmstime.h | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/src/vmstime.c b/src/vmstime.c index 907ec350ca8..a7316ffabac 100644 --- a/src/vmstime.c +++ b/src/vmstime.c | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | /* Time support for VMS. | ||
| 2 | Copyright (C) 1993 Free Software Foundation. | ||
| 3 | |||
| 4 | This file is part of GNU Emacs. | ||
| 5 | |||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 7 | it under the terms of the GNU General Public License as published by | ||
| 8 | the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | any later version. | ||
| 10 | |||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | GNU General Public License for more details. | ||
| 15 | |||
| 16 | You should have received a copy of the GNU General Public License | ||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | ||
| 19 | |||
| 1 | #include "config.h" | 20 | #include "config.h" |
| 2 | #include "vmstime.h" | 21 | #include "vmstime.h" |
| 3 | 22 | ||
diff --git a/src/vmstime.h b/src/vmstime.h index 70d23e9d2fe..cd710238083 100644 --- a/src/vmstime.h +++ b/src/vmstime.h | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | /* Interface to time support for VMS. | ||
| 2 | Copyright (C) 1993 Free Software Foundation. | ||
| 3 | |||
| 4 | This file is part of GNU Emacs. | ||
| 5 | |||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 7 | it under the terms of the GNU General Public License as published by | ||
| 8 | the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | any later version. | ||
| 10 | |||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | GNU General Public License for more details. | ||
| 15 | |||
| 16 | You should have received a copy of the GNU General Public License | ||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | ||
| 19 | |||
| 1 | #ifndef vmstime_h | 20 | #ifndef vmstime_h |
| 2 | #define vmstime_h | 21 | #define vmstime_h |
| 3 | 22 | ||