[Gpg4win-commits] r19 - in trunk: . include packages
marcus at wald.intevation.org
marcus at wald.intevation.org
Thu Oct 20 15:43:58 CEST 2005
Author: marcus
Date: 2005-10-20 15:43:58 +0200 (Thu, 20 Oct 2005)
New Revision: 19
Modified:
trunk/Makefile.am
trunk/NEWS
trunk/README
trunk/TODO
trunk/include/Makefile.am
trunk/packages/Makefile.am
trunk/packages/download.sh
Log:
Add copyright statements.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2005-10-20 13:13:01 UTC (rev 18)
+++ trunk/Makefile.am 2005-10-20 13:43:58 UTC (rev 19)
@@ -1,3 +1,22 @@
+# Makefile.am - Installer for GnuPG 4 Windows Makefile.
+# Copyright (C) 2005 g10 Code GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win 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.
+#
+# GPG4Win 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = packages include src
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2005-10-20 13:13:01 UTC (rev 18)
+++ trunk/NEWS 2005-10-20 13:43:58 UTC (rev 19)
@@ -0,0 +1,16 @@
+Noteworthy changes in version 0.0.0 (unreleased)
+------------------------------------------------
+
+ * Initial release.
+
+
+Copyright 2005 g10 Code GmbH
+
+This file is free software; as a special exception the author gives
+unlimited permission to copy and/or distribute it, with or without
+modifications, as long as this notice is preserved.
+
+This file is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+PURPOSE.
Modified: trunk/README
===================================================================
--- trunk/README 2005-10-20 13:13:01 UTC (rev 18)
+++ trunk/README 2005-10-20 13:43:58 UTC (rev 19)
@@ -22,3 +22,15 @@
src/gpg4win-X.Y.Z.exe
src/gpg4win-src-X.Y.Z.exe
+
+
+Copyright 2005 g10 Code GmbH
+
+This file is free software; as a special exception the author gives
+unlimited permission to copy and/or distribute it, with or without
+modifications, as long as this notice is preserved.
+
+This file is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+PURPOSE.
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2005-10-20 13:13:01 UTC (rev 18)
+++ trunk/TODO 2005-10-20 13:43:58 UTC (rev 19)
@@ -1,7 +1,3 @@
-* Add copyright statements to all files !!!
-
-* Integrate patches into CVS !!!
-
* Record the dependencies in the build list in the gpg4win.mk.in
Makefile using make dependencies between the stamp-final-$(1)
targets. This would hopefully ensure that parallel makes work. !
@@ -30,3 +26,18 @@
* Add the missing packages: gpgee, Sylpheed, WinPT, Eudore extensions.
* gpgol needs to be registered. !!!
+
+* Verify the digital signatures. Include them in the source
+ installer.
+
+
+Copyright 2005 g10 Code GmbH
+
+This file is free software; as a special exception the author gives
+unlimited permission to copy and/or distribute it, with or without
+modifications, as long as this notice is preserved.
+
+This file is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+PURPOSE.
Modified: trunk/include/Makefile.am
===================================================================
--- trunk/include/Makefile.am 2005-10-20 13:13:01 UTC (rev 18)
+++ trunk/include/Makefile.am 2005-10-20 13:43:58 UTC (rev 19)
@@ -1 +1,20 @@
+# Makefile.am - Installer for GnuPG 4 Windows Makefile.
+# Copyright (C) 2005 g10 Code GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win 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.
+#
+# GPG4Win 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
EXTRA_DIST = config.nsh.in
Modified: trunk/packages/Makefile.am
===================================================================
--- trunk/packages/Makefile.am 2005-10-20 13:13:01 UTC (rev 18)
+++ trunk/packages/Makefile.am 2005-10-20 13:43:58 UTC (rev 19)
@@ -1 +1,20 @@
+# Makefile.am - Installer for GnuPG 4 Windows Makefile.
+# Copyright (C) 2005 g10 Code GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win 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.
+#
+# GPG4Win 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
EXTRA_DIST = download.sh
Modified: trunk/packages/download.sh
===================================================================
--- trunk/packages/download.sh 2005-10-20 13:13:01 UTC (rev 18)
+++ trunk/packages/download.sh 2005-10-20 13:43:58 UTC (rev 19)
@@ -1,4 +1,22 @@
-#! /bin/sh
+#!/bin/sh
+# download.sh - Download source and binary packages for GPG4Win.
+# Copyright (C) 2005 g10 Code GmbH
+#
+# This file is part of GPG4Win.
+#
+# GPG4Win 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.
+#
+# GPG4Win 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
. ../include/config.sh
More information about the Gpg4win-commits
mailing list