[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Re: translate quilt manual to russian
From: |
Andreas Gruenbacher |
Subject: |
[Quilt-dev] Re: translate quilt manual to russian |
Date: |
Thu, 11 Feb 2010 21:26:20 +0100 |
User-agent: |
KMail/1.12.2 (Linux/2.6.31.8-0.1-desktop; KDE/4.3.1; i686; ; ) |
On Thursday 11 February 2010 21:01:13 Ivan Borzenkov wrote:
> > Hi,
> >
> >
> > I can still read the poem ;-)
> >
> > Can you please add a copyright notice to the beginning of the file;
> > (preferably the long version also found in lib/backup-files.c)? Then I
can
> > add it to the package.
> >
> > How would you like to make it visible to users though? Do you think it
> > makes sense to always build and install it? If we do nothing, it will
> > probably just rot over time.
> >
> > Thanks,
> > Andreas
> >
> Hello, Andreas
>
> Added copyright - I used GPL2, so the same as the program to make it easier,
> perhaps I was a little wrong with the design.
The mini header you have added doesn't say which version of the GPL you are
licensing this under. Could you please fill in this GPL boilerplate text?
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
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, see <http://www.gnu.org/licenses/>.
That's the current GPLv3+ template with the license URL, but altered to refer
to GPLv2+.
Thanks!
Andreas