aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-20 12:59:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-20 12:59:52 +0000
commit557cc6a018232026c40e92cf1920431deb738b27 (patch)
treef35644d421fbc68fd4cdb32099451c8915a9e35a
parentf97361d0e59a59a118881a83d7e0b002c9b6524b (diff)
downloadipacct-557cc6a018232026c40e92cf1920431deb738b27.tar.gz
ipacct-557cc6a018232026c40e92cf1920431deb738b27.tar.bz2
Updated copyright statements
-rw-r--r--src/account.c4
-rw-r--r--src/config.y2
-rw-r--r--src/main.c4
-rw-r--r--src/report.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/account.c b/src/account.c
index 8864ad3..229bbb7 100644
--- a/src/account.c
+++ b/src/account.c
@@ -1,8 +1,8 @@
/* This file is part of IPACCT
- Copyright (c) Sergey Poznyakoff
+ Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Sergey Poznyakoff
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.
@@ -12,13 +12,13 @@
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. */
-/* $Id: account.c,v 1.6 2005/05/20 12:54:12 gray Exp $ */
+/* $Id: account.c,v 1.7 2005/05/20 12:59:52 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
#include <stdlib.h>
#include <errno.h>
#include <limits.h>
diff --git a/src/config.y b/src/config.y
index 59c76d6..d4b5770 100644
--- a/src/config.y
+++ b/src/config.y
@@ -1,9 +1,9 @@
%{
/* This file is part of IPACCT
-
+ Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Sergey Poznyakoff
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.
diff --git a/src/main.c b/src/main.c
index 1ddc276..b02320a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,8 +1,8 @@
/* This file is part of IPACCT
- Copyright (c) Sergey Poznyakoff
+ Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Sergey Poznyakoff
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.
@@ -11,13 +11,13 @@
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. */
-/* $Id: main.c,v 1.8 2005/05/20 12:55:37 gray Exp $ */
+/* $Id: main.c,v 1.9 2005/05/20 12:59:53 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
#include <stdio.h>
#include <sys/types.h>
diff --git a/src/report.c b/src/report.c
index 6cafe44..80a0a32 100644
--- a/src/report.c
+++ b/src/report.c
@@ -1,8 +1,8 @@
/* This file is part of IPACCT
- Copyright (c) Sergey Poznyakoff
+ Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Sergey Poznyakoff
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.

Return to:

Send suggestions and report system problems to the System administrator.