emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/msdos/sigaction.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/msdos/sigaction.c,v
Date: Sat, 10 Feb 2007 22:23:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/02/10 22:23:16

Index: sigaction.c
===================================================================
RCS file: /cvsroot/emacs/emacs/msdos/sigaction.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- sigaction.c 1 Sep 2003 15:45:46 -0000       1.2
+++ sigaction.c 10 Feb 2007 22:23:16 -0000      1.3
@@ -1,4 +1,25 @@
-/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
+/* sigaction.c
+ *
+ * Copyright (C) 1995 DJ Delorie
+ *
+ * (See the README file in this directory for the copyright and license
+ * history of this file.)
+ *
+ * This file 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.
+ *
+ * This file 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 this file; see the file COPYING.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #include <signal.h>
 #include <errno.h>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]