mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Changed to GPLv3.
Removed intl/.
This commit is contained in:
parent
f54b85bc2d
commit
93d3811abc
410 changed files with 46254 additions and 63419 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-07-04 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpl.texi: Updated to GPLv3.
|
||||
|
||||
2007-06-22 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg.texi (Operational GPG Commands): Describe the flags used by
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# GnuPG 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
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# GnuPG is distributed in the hope that it will be useful,
|
||||
|
@ -13,9 +13,7 @@
|
|||
# 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, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
# USA.
|
||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
README.W32
|
||||
============
|
||||
2004-12-22
|
||||
|
||||
This is a precompiled version of gnupg 1.9.14 for MS Windows.
|
||||
Please see the manual (gnupg.pdf) for the current limitations. Be
|
||||
aware that this is the first released version and thus bugs are
|
||||
pretty likely.
|
||||
|
||||
Please copy all files to the directory c:\gnupg and follow the
|
||||
manual instructions.
|
||||
|
||||
This software has been build using Debian's mingw package, version
|
||||
3.3.1.20030804.1-1. Libraries are all compiled statically, versions
|
||||
of the used libraries are:
|
||||
|
||||
gpg-error-config: 1.1-cvs
|
||||
libgcrypt-config: 1.2.1-cvs
|
||||
ksba-config: 0.9.11-cvs
|
||||
libassuan-config: 0.6.9-cvs
|
||||
|
||||
as these are all CVS versions you need to get the from the CVS. See
|
||||
www.gnupg.org for details. Use 2004-12-22 18:00 UTC as revision
|
||||
date. The source code of GnuPG itsself is available at
|
||||
ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz2
|
||||
ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz2.sig
|
||||
|
||||
Building has been done by running the command
|
||||
|
||||
./autogen.sh --build-w32
|
||||
|
||||
for all these libraries and then for gnupg. The PDF file has been
|
||||
produced by first converting the logo file to pdf and the running
|
||||
"make gnupg.pdf" in the doc directory. All executables have been
|
||||
stripped.
|
||||
|
||||
In case of questions please contact us at info@g10code.com or better
|
||||
write to the mailing list gnupg-devel@gnupg.org.
|
||||
|
||||
Thanks,
|
||||
|
||||
The g10 Code team
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# GnuPG 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
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# GnuPG is distributed in the hope that it will be useful,
|
||||
|
@ -14,9 +14,8 @@
|
|||
# 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, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
# USA.
|
||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
Landscape
|
||||
Center
|
||||
Metric
|
||||
|
|
|
@ -39,7 +39,7 @@ Copyright @copyright{} 2002, 2004, 2005, 2006, 2007 Free Software Foundation, In
|
|||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
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
|
||||
Free Software Foundation; either version 3 of the License, or (at your
|
||||
option) any later version. The text of the license can be found in the
|
||||
section entitled ``Copying''.
|
||||
@end quotation
|
||||
|
|
926
doc/gpl.texi
926
doc/gpl.texi
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* 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
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
|
@ -13,9 +13,7 @@
|
|||
* 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, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301, USA.
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue