]> granicus.if.org Git - psmisc/commitdiff
fixed copyright in source files
authorCraig Small <csmall@users.sourceforge.net>
Tue, 22 Mar 2005 00:57:20 +0000 (00:57 +0000)
committerCraig Small <csmall@users.sourceforge.net>
Tue, 22 Mar 2005 00:57:20 +0000 (00:57 +0000)
src/fuser.c
src/killall.c
src/pstree.c
src/signals.c

index fdb9e04aa157caeb29a828a0cc2abd71571c07aa..acf07d926dc9813dc56bf704e33f5f9b80fad11d 100644 (file)
@@ -1,7 +1,23 @@
-/* fuser.c - identify processes using files */
-
-/* Copyright 1993-1999 Werner Almesberger. See file COPYING for details. */
-
+/*
+ * fuser.c - identify processes using files
+ *
+ * Copyright (C) 1993-2002 Werner Almesberger
+ * Copyright (C) 2002-2005 Craig Small
+ *
+ * This program 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 of the License, or
+ * (at your option) any later version.
+ *
+ *  This program 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 program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
 #endif
@@ -986,7 +1002,7 @@ void print_version()
 {
   fprintf(stderr, _("fuser (PSmisc) %s\n"), VERSION);
   fprintf(stderr, _(
-    "Copyright (C) 1993-2002 Werner Almesberger and Craig Small\n\n"));
+    "Copyright (C) 1993-2005 Werner Almesberger and Craig Small\n\n"));
   fprintf(stderr, _(
     "PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
     "This is free software, and you are welcome to redistribute it under\n"
index 376189ce50f81063254fd47b9c85292e7574cfeb..9482e151ef8afb2effba4fb8d0e447ece971867b 100644 (file)
@@ -1,6 +1,24 @@
-/* killall.c - kill processes by name or list PIDs */
+/*
+ * killall.c - kill processes by name or list PIDs
+ *
+ * Copyright (C) 1993-2002 Werner Almesberger
+ * Copyright (C) 2002-2005 Craig Small
+ *
+ * This program 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 of the License, or
+ * (at your option) any later version.
+ *
+ *  This program 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 program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
-/* Copyright 1993-1998 Werner Almesberger. See file COPYING for details. */
 
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
@@ -427,7 +445,7 @@ void print_version()
 {
   fprintf(stderr, "%s (PSmisc) %s\n", pidof ? "pidof" : "killall", VERSION);
   fprintf(stderr, _(
-    "Copyright (C) 1993-2002 Werner Almesberger and Craig Small\n\n"));
+    "Copyright (C) 1993-2005 Werner Almesberger and Craig Small\n\n"));
   fprintf(stderr, _(
     "PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
     "This is free software, and you are welcome to redistribute it under\n"
index 2b568c4aa8fc53d118067165f0717982e97e4b44..481a5d35c665da718ae310472c46d28cc50e5e2d 100644 (file)
@@ -1,6 +1,24 @@
-/* pstree.c - display process tree */
+/*
+ * pstree.c - display process tree
+ *
+ * Copyright (C) 1993-2002 Werner Almesberger
+ * Copyright (C) 2002-2005 Craig Small
+ *
+ * This program 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 of the License, or
+ * (at your option) any later version.
+ *
+ *  This program 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 program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
-/* Copyright 1993-1999 Werner Almesberger. See file COPYING for details. */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -714,7 +732,7 @@ void print_version()
 {
   fprintf(stderr, _("pstree (PSmisc) %s\n"), VERSION);
   fprintf(stderr, _(
-    "Copyright (C) 1993-2002 Werner Almesberger and Craig Small\n\n"));
+    "Copyright (C) 1993-2005 Werner Almesberger and Craig Small\n\n"));
   fprintf(stderr, _(
     "PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
     "This is free software, and you are welcome to redistribute it under\n"
index 774bcaafc59a72fc9ed48d9a2b1fc77992961b66..d876c72f1192f43aa6dcc402d89b36f8744bac9e 100644 (file)
@@ -1,6 +1,25 @@
-/* signals.c - signal name handling */
+/*
+ * signals.c - signal name handling 
+ *
+ * Copyright (C) 1993-2002 Werner Almesberger
+ * Copyright (C) 2002-2005 Craig Small
+ *
+ * This program 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 of the License, or
+ * (at your option) any later version.
+ *
+ *  This program 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 program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
 
-/* Copyright 1993-1995 Werner Almesberger. See file COPYING for details. */
 
 
 #include <stdlib.h>