From: Craig Small Date: Tue, 22 Mar 2005 00:57:20 +0000 (+0000) Subject: fixed copyright in source files X-Git-Tag: v22.11~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcd9c618804422c68db260fccb775ac968f2e8a9;p=psmisc fixed copyright in source files --- diff --git a/src/fuser.c b/src/fuser.c index fdb9e04..acf07d9 100644 --- a/src/fuser.c +++ b/src/fuser.c @@ -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" diff --git a/src/killall.c b/src/killall.c index 376189c..9482e15 100644 --- a/src/killall.c +++ b/src/killall.c @@ -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" diff --git a/src/pstree.c b/src/pstree.c index 2b568c4..481a5d3 100644 --- a/src/pstree.c +++ b/src/pstree.c @@ -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 @@ -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" diff --git a/src/signals.c b/src/signals.c index 774bcaa..d876c72 100644 --- a/src/signals.c +++ b/src/signals.c @@ -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