summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2005-09-15 17:51:14 +0000
committerMoritz Schulte <mo@g10code.com>2005-09-15 17:51:14 +0000
commiteab566948e15435a11edcc14e633d27ebfd9a198 (patch)
treeaa421a6a76f03180b47034971980c87b1ab600b4
parente2b39b7431c276dd5a4d4da4bedb63f885d62803 (diff)
downloadlibgcrypt-eab566948e15435a11edcc14e633d27ebfd9a198.tar.gz
2005-09-15 Moritz Schulte <moritz@g10code.com>
* Makefile.am (EXTRA_DIST): Depend on README.SVN, not on README.CVS.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
-rw-r--r--src/gcrypt.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index add4152a..fe92b306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-15 Moritz Schulte <moritz@g10code.com>
+
+ * Makefile.am (EXTRA_DIST): Depend on README.SVN, not on README.CVS.
+
2005-06-25 Moritz Schulte <moritz@g10code.com>
* configure.ac: Removed src/libgcrypt.pc from AC_CONFIG_FILES.
diff --git a/Makefile.am b/Makefile.am
index 4ffb176d..ad00307a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = dist-bzip2
DIST_SUBDIRS = mpi cipher src doc tests w32-dll
SUBDIRS = mpi cipher src doc tests
-EXTRA_DIST = BUGS autogen.sh README.apichanges README.CVS
+EXTRA_DIST = BUGS autogen.sh README.apichanges README.SVN
DISTCLEANFILES =
diff --git a/src/gcrypt.h b/src/gcrypt.h
index ea89c0cf..f0eceee3 100644
--- a/src/gcrypt.h
+++ b/src/gcrypt.h
@@ -1,5 +1,5 @@
/* gcrypt.h - GNU cryptographic library interface
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+ * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003,
* 2004 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.