Mercurial > bday
annotate README @ 24:c621d710d12e default tip
added VERSION to man page
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 24 Feb 2014 21:44:02 +0100 |
parents | cd9bcd5e9027 |
children |
rev | line source |
---|---|
21
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
1 bday -- birthday and anniversary reminder |
9
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
2 |
21
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
3 Given a list of the dates of birthdays and anniversaries, works out and |
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
4 displays a list of those which will come up in the next couple of |
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
5 weeks. Bday is a stripped down version of birthday by Andy Mortimer. |
9
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
6 |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
7 Birthday was downloaded from: |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
8 http://users.zetnet.co.uk/mortia/source/birthday-1.5.tar.gz |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
9 Upstream Author of Birthday: |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
10 Andy Mortimer <andy.mortimer@zetnet.co.uk> |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
11 |
21
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
12 Bday can be downloaded from: |
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
13 http://hg.marmaro.de/bday |
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
14 |
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
15 (c) 2007,2014 markus schnalke <meillo@marmaro.de> |
cd9bcd5e9027
rm debian/; updated README
markus schnalke <meillo@marmaro.de>
parents:
20
diff
changeset
|
16 (c) 1994-1999 Andy Mortimer |
9
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
17 |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
18 This program is free software: you can redistribute it and/or modify |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
19 it under the terms of the GNU General Public License as published by |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
20 the Free Software Foundation, either version 2 of the License, or |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
21 (at your option) any later version. |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
22 |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
23 This program is distributed in the hope that it will be useful, |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
24 but WITHOUT ANY WARRANTY; without even the implied warranty of |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
26 GNU General Public License for more details. |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
27 |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
28 You should have received a copy of the GNU General Public License |
4f48b4f86e3d
added COPYRIGHT and COPYING; adjusted copyright hints in the code
meillo@marmaro.de
parents:
diff
changeset
|
29 along with this program. If not, see <http://www.gnu.org/licenses/>. |