|
Revision dbba0d71280f4ff436a0790befbda803e5dfbb01, 1.0 KB
(checked in by Jan Dittberner <jan@…>, 3 years ago)
|
|
update version and copyright
- update copyright years to include 2009 (fixes #22)
- checkin using LC_ALL=C and LANG=C (fixes #21)
- add a setup.cfg to make dev builds easily available
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | -*- text -*- |
|---|
| 2 | btn4ws |
|---|
| 3 | ====== |
|---|
| 4 | |
|---|
| 5 | Project website: http://www.dittberner.info/projects/btn4ws |
|---|
| 6 | |
|---|
| 7 | btn4ws is a GIMP plugin that creates series' of web site buttons. |
|---|
| 8 | |
|---|
| 9 | Please report bugs in btn4ws at |
|---|
| 10 | http://www.dittberner.info/projects/btn4ws/newticket |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | MAINTAINER: Jan Dittberner <jan@dittberner.info> |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | Copyright (C) 2000-2009 Jan Dittberner |
|---|
| 17 | |
|---|
| 18 | This program is free software; you can redistribute it and/or modify |
|---|
| 19 | it under the terms of the GNU General Public License as published by |
|---|
| 20 | the Free Software Foundation; either version 2 of the License, or |
|---|
| 21 | (at your option) any later version. |
|---|
| 22 | |
|---|
| 23 | This program is distributed in the hope that it will be useful, |
|---|
| 24 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 25 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 26 | GNU General Public License for more details. |
|---|
| 27 | |
|---|
| 28 | You should have received a copy of the GNU General Public License |
|---|
| 29 | along with this program; if not, write to the Free Software |
|---|
| 30 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|