aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vmstime.c19
-rw-r--r--src/vmstime.h19
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
4This file is part of GNU Emacs.
5
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
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to
18the 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
4This file is part of GNU Emacs.
5
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
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to
18the 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