aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-hacking2
-rw-r--r--am/gcc.m42
-rw-r--r--am/proctitle.m42
-rw-r--r--bootstrap.conf2
-rw-r--r--configure.ac2
-rw-r--r--doc/Config2
-rw-r--r--doc/Makefile.am2
-rwxr-xr-xdoc/check-docs.sh2
-rw-r--r--doc/inetd.texi2
-rw-r--r--doc/pies.texi3
-rw-r--r--doc/usr-acl.texi2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/libpies.h2
-rw-r--r--lib/parsetime.c2
-rw-r--r--lib/proctitle.c2
-rw-r--r--lib/strtotok.c2
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/acl.c2
-rw-r--r--src/acl.h2
-rw-r--r--src/addrfmt.c2
-rw-r--r--src/depmap.c2
-rw-r--r--src/diag.c2
-rw-r--r--src/inetd-bi.c2
-rw-r--r--src/inetd.c2
-rw-r--r--src/inetd.in2
-rw-r--r--src/limits.c2
-rw-r--r--src/meta.c2
-rw-r--r--src/meta1gram.y2
-rw-r--r--src/meta1lex.h2
-rw-r--r--src/meta1lex.l2
-rw-r--r--src/pies.c2
-rw-r--r--src/pies.h2
-rw-r--r--src/pp-setup2
-rw-r--r--src/progman.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/url.c2
-rw-r--r--src/userprivs.c2
41 files changed, 42 insertions, 41 deletions
diff --git a/Makefile.am b/Makefile.am
index e128f6e..c4893c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU Pies.
-# Copyright (C) 2008, 2009 Sergey Poznyakoff
+# Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/NEWS b/NEWS
index aafb8a7..d4b2392 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
GNU Pies NEWS -- history of user-visible changes. 2009-12-11
-Copyright (C) 2009 Sergey Poznyakoff
+Copyright (C) 2009, 2010 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
<bug-pies@gnu.org.ua>
diff --git a/README b/README
index e50687d..36b261e 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
GNU Pies README
-Copyright (C) 2009 Sergey Poznyakoff
+Copyright (C) 2009, 2010 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
This file contains brief information about configuring, testing
and running Pies. It is *not* intended as a replacement
diff --git a/README-hacking b/README-hacking
index 73d07d1..d6a2e75 100644
--- a/README-hacking
+++ b/README-hacking
@@ -52,13 +52,13 @@ If you wish to avoid synchronizing translations, add this option:
For more information about `bootstrap', run `bootstrap --help'.
* Copyright information
-Copyright (C) 2008, 2009 Sergey Poznyakoff
+Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/am/gcc.m4 b/am/gcc.m4
index 37d90ac..f8064dc 100644
--- a/am/gcc.m4
+++ b/am/gcc.m4
@@ -1,8 +1,8 @@
# This file is part of Mailfromd. -*- autoconf -*-
-# Copyright (C) 2009 Sergey Poznyakoff
+# Copyright (C) 2009, 2010 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 3, or (at your option)
# any later version.
#
diff --git a/am/proctitle.m4 b/am/proctitle.m4
index c912072..ca5376c 100644
--- a/am/proctitle.m4
+++ b/am/proctitle.m4
@@ -1,8 +1,8 @@
dnl This file is part of Mailfromd.
-dnl Copyright (C) 2008 Sergey Poznyakoff
+dnl Copyright (C) 2008, 2010 Sergey Poznyakoff
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3, or (at your option)
dnl any later version.
dnl
diff --git a/bootstrap.conf b/bootstrap.conf
index d965892..364978b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,8 +1,8 @@
# Bootstrap configuration for GNU Pies. -*- shell-script -*-
-# Copyright (C) 2008, 2009 Sergey Poznyakoff
+# Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/configure.ac b/configure.ac
index 3e138cf..0d2881c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of GNU Pies. -*- autoconf -*-
-# Copyright (C) 2009 Sergey Poznyakoff
+# Copyright (C) 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/doc/Config b/doc/Config
index 9e04b5a..104c9f6 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,8 +1,8 @@
# Texi2html configuration for GNU Pies documentation. -*- perl -*-
-# Copyright (C) 2009 Sergey Poznyakoff
+# Copyright (C) 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1653bc6..da7d47c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU Pies.
-# Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/doc/check-docs.sh b/doc/check-docs.sh
index c0b0487..709b1d6 100755
--- a/doc/check-docs.sh
+++ b/doc/check-docs.sh
@@ -1,9 +1,9 @@
#! /bin/sh
# This file is part of mailfrom filter.
-# Copyright (C) 2006, 2007 Sergey Poznyakoff
+# Copyright (C) 2006, 2007, 2010 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 3, or (at your option)
# any later version.
#
diff --git a/doc/inetd.texi b/doc/inetd.texi
index c7c8bbb..2760a94 100644
--- a/doc/inetd.texi
+++ b/doc/inetd.texi
@@ -1,8 +1,8 @@
@c This is part of the GNU Pies manual.
-@c Copyright (C) 2009 Sergey Poznyakoff
+@c Copyright (C) 2009, 2010 Sergey Poznyakoff
@c This file is distributed under GFDL 1.3 or any later version
@c published by the Free Software Foundation.
This appendix describes the format of @command{inetd} compatible
configuration files. @xref{inetd}, for the discussion on how to
use such files with GNU @command{pies}.
diff --git a/doc/pies.texi b/doc/pies.texi
index b6f2c91..4a7bfa7 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -38,13 +38,14 @@
@copying
Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA
-Copyright @copyright{} 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
+Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010 Sergey
+Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover texts being ``GNU Pies Manual'',
and with the Back-Cover Texts as in (a) below. A copy of the license
diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi
index 9d6fc74..eac5987 100644
--- a/doc/usr-acl.texi
+++ b/doc/usr-acl.texi
@@ -1,8 +1,8 @@
@c This is part of the GNU Pies manual.
-@c Copyright (C) 2009 Sergey Poznyakoff
+@c Copyright (C) 2009, 2010 Sergey Poznyakoff
@c This file is distributed under GFDL 1.3 or any later version
@c published by the Free Software Foundation.
This appendix describes the @samp{user-group} extension for
GNU @command{Pies} @acronym{ACL}s. This extension is reserved for
the future use.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 843cbe4..2569bd1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU Pies.
-# Copyright (C) 2005, 2006, 2007, 2008 Sergey Poznyakoff
+# Copyright (C) 2005, 2006, 2007, 2008, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/lib/libpies.h b/lib/libpies.h
index 7efdfb3..04910d5 100644
--- a/lib/libpies.h
+++ b/lib/libpies.h
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/lib/parsetime.c b/lib/parsetime.c
index aab114e..b094ceb 100644
--- a/lib/parsetime.c
+++ b/lib/parsetime.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/lib/proctitle.c b/lib/proctitle.c
index 0788d7c..0d0b360 100644
--- a/lib/proctitle.c
+++ b/lib/proctitle.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/lib/strtotok.c b/lib/strtotok.c
index dd64239..da820ab 100644
--- a/lib/strtotok.c
+++ b/lib/strtotok.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b06892b..f15136e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,9 +1,9 @@
# List of files in GNU Pies which contain translatable strings.
-# Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
+# Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
# GNU Pies 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 3, or (at your option)
# any later version.
diff --git a/src/Makefile.am b/src/Makefile.am
index 4747315..19c6483 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU Pies.
-# Copyright (C) 2008, 2009 Sergey Poznyakoff
+# Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/src/acl.c b/src/acl.c
index 76e7dd7..a0ee85e 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/acl.h b/src/acl.h
index 6a4617d..65dcf40 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/addrfmt.c b/src/addrfmt.c
index 4f4f11d..801ebab 100644
--- a/src/addrfmt.c
+++ b/src/addrfmt.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/depmap.c b/src/depmap.c
index 0b8cb0f..04e2584 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/diag.c b/src/diag.c
index 03a9c97..53bc044 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/inetd-bi.c b/src/inetd-bi.c
index b771936..ef15bf1 100644
--- a/src/inetd-bi.c
+++ b/src/inetd-bi.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/inetd.c b/src/inetd.c
index a43bdf2..012266a 100644
--- a/src/inetd.c
+++ b/src/inetd.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/inetd.in b/src/inetd.in
index eefe0f6..f45baae 100644
--- a/src/inetd.in
+++ b/src/inetd.in
@@ -1,9 +1,9 @@
#! /bin/sh
# This file is part of GNU Pies.
-# Copyright (C) 2008, 2009 Sergey Poznyakoff
+# Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/src/limits.c b/src/limits.c
index b598575..74f28a9 100644
--- a/src/limits.c
+++ b/src/limits.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/meta.c b/src/meta.c
index e8f620d..3bc8796 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/meta1gram.y b/src/meta1gram.y
index 3886b4c..6256448 100644
--- a/src/meta1gram.y
+++ b/src/meta1gram.y
@@ -1,9 +1,9 @@
%{
/* MeTA1 configuration parser for GNU Pies.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/meta1lex.h b/src/meta1lex.h
index b9cd7e4..0f7c75d 100644
--- a/src/meta1lex.h
+++ b/src/meta1lex.h
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009, 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010, 2009 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/meta1lex.l b/src/meta1lex.l
index 0b9a105..4eca9e2 100644
--- a/src/meta1lex.l
+++ b/src/meta1lex.l
@@ -1,10 +1,10 @@
/* MeTA1 configuration lexer for GNU Pies. -*- c -*- */
%top {
/* MeTA1 configuration lexer for GNU Pies.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/pies.c b/src/pies.c
index bac8c41..b54ca47 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/pies.h b/src/pies.h
index d78d6d1..6be870b 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/pp-setup b/src/pp-setup
index fb7d924..a349f44 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,9 +1,9 @@
divert(-1) dnl -*- m4 -*-
# This file is part of GNU Pies.
-# Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
+# Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
#
# GNU Pies 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 3, or (at your option)
# any later version.
#
diff --git a/src/progman.c b/src/progman.c
index 854c81a..4420a21 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/socket.c b/src/socket.c
index ca4d699..e32701f 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/url.c b/src/url.c
index 9f1f92d..7e17252 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies
- Copyright (C) 2009 Sergey Poznyakoff
+ Copyright (C) 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.
diff --git a/src/userprivs.c b/src/userprivs.c
index ba7494f..b224a00 100644
--- a/src/userprivs.c
+++ b/src/userprivs.c
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff
GNU Pies 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 3, or (at your option)
any later version.

Return to:

Send suggestions and report system problems to the System administrator.