aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ChangeLog4
-rw-r--r--tools/bftest.c2
-rw-r--r--tools/clean-sat.c9
-rw-r--r--tools/crlf.c9
-rwxr-xr-xtools/lspgpot8
-rwxr-xr-xtools/mail-signed-keys9
-rw-r--r--tools/mk-tdata.c10
-rw-r--r--tools/mpicalc.c2
-rwxr-xr-xtools/ring-a-party9
-rw-r--r--tools/shmtest.c9
10 files changed, 64 insertions, 7 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 994ac2518..2e5cd3a69 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -17,7 +17,7 @@ Thu Sep 14 14:20:38 CEST 2000 Werner Koch <[email protected]>
Wed Jul 5 13:28:45 CEST 2000 Werner Koch <wk@>
- * mail-signed-keys: New.
+ * mail-signed-keys: New.
Tue May 23 09:19:00 CEST 2000 Werner Koch <[email protected]>
@@ -25,12 +25,10 @@ Tue May 23 09:19:00 CEST 2000 Werner Koch <[email protected]>
Thu Jul 8 16:21:27 CEST 1999 Werner Koch <[email protected]>
-
* lspgpot: New
Wed Jul 7 13:08:40 CEST 1999 Werner Koch <[email protected]>
-
* Makefile.am: Support for libtool.
Tue Jun 8 13:36:25 CEST 1999 Werner Koch <[email protected]>
diff --git a/tools/bftest.c b/tools/bftest.c
index 1b24b1c3f..b15f4a1da 100644
--- a/tools/bftest.c
+++ b/tools/bftest.c
@@ -1,5 +1,5 @@
/* bftest.c - Blowfish test program
- * Copyright (C) 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
diff --git a/tools/clean-sat.c b/tools/clean-sat.c
index b1edb2010..8b6bfd77a 100644
--- a/tools/clean-sat.c
+++ b/tools/clean-sat.c
@@ -1,4 +1,13 @@
/* clean-sat.c
+ * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ *
+ * 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 program 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.
*/
#include <stdio.h>
diff --git a/tools/crlf.c b/tools/crlf.c
index f81f77e69..e6ac8c70f 100644
--- a/tools/crlf.c
+++ b/tools/crlf.c
@@ -1,4 +1,13 @@
/* crlf.c
+ * Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ *
+ * 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 program 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.
*/
#include <stdio.h>
diff --git a/tools/lspgpot b/tools/lspgpot
index 585629b5b..8dc9c3047 100755
--- a/tools/lspgpot
+++ b/tools/lspgpot
@@ -1,6 +1,14 @@
#!/bin/sh
# lspgpot - script to extract the ownertrust values
# from PGP keyrings and list them in GnuPG ownertrust format.
+#
+# 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 program 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.
../g10/gpg --dry-run --with-fingerprint --with-colons $* | awk '
BEGIN { FS=":"
diff --git a/tools/mail-signed-keys b/tools/mail-signed-keys
index 2f1df9445..cee54b055 100755
--- a/tools/mail-signed-keys
+++ b/tools/mail-signed-keys
@@ -1,4 +1,13 @@
#!/bin/sh
+# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+#
+# 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 program 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.
# FIXME: Add --dry-run, use only valid email addreses, extract only given keys
diff --git a/tools/mk-tdata.c b/tools/mk-tdata.c
index 70358dc47..dcfa859f1 100644
--- a/tools/mk-tdata.c
+++ b/tools/mk-tdata.c
@@ -1,7 +1,13 @@
-/* mk-tdata.c
+/* mk-tdata.c - Create some simple random testdata
+ * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
*
- * Create some simple random testdata
+ * 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 program 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.
*/
#include <config.h>
diff --git a/tools/mpicalc.c b/tools/mpicalc.c
index 95ab47c29..2817c9932 100644
--- a/tools/mpicalc.c
+++ b/tools/mpicalc.c
@@ -1,5 +1,5 @@
/* mpitest.c - test the mpi functions
- * Copyright (C) 1998 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
*
* This is an RPN calculator; values must be given in hex.
* Operation is like dc(1) except that the input/output radix is
diff --git a/tools/ring-a-party b/tools/ring-a-party
index 4b383f8ba..1993e2732 100755
--- a/tools/ring-a-party
+++ b/tools/ring-a-party
@@ -1,5 +1,14 @@
#!/bin/sh
# ring-a-party - print a keyring suitable for a key signing party
+# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+#
+# 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 program 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.
if [ $# -lt 1 ]; then
echo "usage: ring-a-party keyring [headerline]" >&2
diff --git a/tools/shmtest.c b/tools/shmtest.c
index 9791dcd0c..fceade1e1 100644
--- a/tools/shmtest.c
+++ b/tools/shmtest.c
@@ -1,7 +1,16 @@
/* shmtest.c
+ * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
*
+ * 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 program 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.
*/
+
#include <config.h>
#include <stdio.h>
#include <stdlib.h>