Mercurial > bday
comparison bday.c @ 9:4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
author | meillo@marmaro.de |
---|---|
date | Wed, 19 Dec 2007 01:19:57 +0100 |
parents | 19c1ad697022 |
children | a56120a4678f |
comparison
equal
deleted
inserted
replaced
8:19c1ad697022 | 9:4f48b4f86e3d |
---|---|
1 /* | 1 /* |
2 bday | 2 bday |
3 | 3 |
4 Birthday/Anniversary reminder | 4 Birthday/Anniversary reminder |
5 | 5 |
6 (c) 1996 AS Mortimer | |
7 (c) 2007 markus schnalke <meillo@marmaro.de> | 6 (c) 2007 markus schnalke <meillo@marmaro.de> |
7 (c) 1994-1999 AS Mortimer | |
8 | 8 |
9 This program is free software; you can redistribute it and/or | 9 This program is free software; you can redistribute it and/or |
10 modify it under the terms of the GNU General Public License as | 10 modify it under the terms of the GNU General Public License as |
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. | 12 License, or (at your option) any later version. You may also |
13 distribute it under the Artistic License, as comes with Perl. | |
13 | 14 |
14 This program is distributed in the hope that it will be useful, | 15 This program is distributed in the hope that it will be useful, |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 but WITHOUT ANY WARRANTY; without even the implied warranty of |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | 18 |
18 You should have received a copy of the GNU General Public License | 19 You should have received a copy of the GNU General Public License |
19 along with this program; if not, write to the Free Software | 20 along with this program; if not, write to the Free Software |
20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 | |
23 You should also have recieved a copy of the Artistic license with | |
24 this program. | |
21 | 25 |
22 =============================================================================== | 26 =============================================================================== |
23 | 27 |
24 Input is read through standard input. For example: bday < ~/.birthdays | 28 Input is read through standard input. For example: bday < ~/.birthdays |
25 The input (file) has to have the following format: | 29 The input (file) has to have the following format: |