summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-15 00:16:34 +0000
committerJim Blandy <jimb@redhat.com>1993-03-15 00:16:34 +0000
commitef5f15e392cf3201550fb26d660d1b5e8c71be8f (patch)
tree5e7fa0b04e97515d0f1167d2ab1ec7e44b1bf7e0
parentdb774a168d20a354c22dbbe15e393c254577014f (diff)
downloademacs-ef5f15e392cf3201550fb26d660d1b5e8c71be8f.tar.gz
Add GNU copyright notice.
-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 @@
+/* Time support for VMS.
+ Copyright (C) 1993 Free Software Foundation.
+
+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 2, 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
+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. */
+
#include "config.h"
#include "vmstime.h"
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 @@
+/* Interface to time support for VMS.
+ Copyright (C) 1993 Free Software Foundation.
+
+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 2, 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
+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. */
+
#ifndef vmstime_h
#define vmstime_h