summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-12-21 13:21:18 +0000
committerWerner Koch <wk@gnupg.org>2000-12-21 13:21:18 +0000
commitaeb8871bb0ad19e17d488a4394fab886cdf3762c (patch)
tree7bcd8887affe03f536edac0f37de325e8bffbdd5 /src
parent94ab41cdfed983577b992a4ec558b3df6bb36998 (diff)
downloadlibgcrypt-aeb8871bb0ad19e17d488a4394fab886cdf3762c.tar.gz
Changed program name in all files
Diffstat (limited to 'src')
-rw-r--r--src/g10lib.h6
-rw-r--r--src/gcrypt.h6
-rw-r--r--src/global.c6
-rw-r--r--src/misc.c6
-rw-r--r--src/secmem.c6
-rw-r--r--src/secmem.h6
-rw-r--r--src/sexp.c6
-rw-r--r--src/stdmem.c6
-rw-r--r--src/stdmem.h6
-rw-r--r--src/wrapper.c6
10 files changed, 30 insertions, 30 deletions
diff --git a/src/g10lib.h b/src/g10lib.h
index 263b99f3..060383c4 100644
--- a/src/g10lib.h
+++ b/src/g10lib.h
@@ -5,14 +5,14 @@
* This way we can easily distinguish between internal and external
* usage of gcrypt.h
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/gcrypt.h b/src/gcrypt.h
index 4989e020..7fe5c470 100644
--- a/src/gcrypt.h
+++ b/src/gcrypt.h
@@ -1,14 +1,14 @@
/* gcrypt.h - GNU digital encryption library interface
* Copyright (C) 1998 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/global.c b/src/global.c
index 5dd69cf0..e8f9d2de 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1,14 +1,14 @@
/* global.c - global control functions
* Copyright (C) 1998 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/misc.c b/src/misc.c
index 8f750c75..502cde5b 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,14 +1,14 @@
/* misc.c
* Copyright (C) 1999 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/secmem.c b/src/secmem.c
index e8d15c3b..706513a8 100644
--- a/src/secmem.c
+++ b/src/secmem.c
@@ -1,14 +1,14 @@
/* secmem.c - memory allocation from a secure heap
* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/secmem.h b/src/secmem.h
index e1feedf0..769c82f0 100644
--- a/src/secmem.h
+++ b/src/secmem.h
@@ -1,14 +1,14 @@
/* secmem.h - internal definitions for secmem
* Copyright (C) 2000 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/sexp.c b/src/sexp.c
index fbc74a9a..011a37db 100644
--- a/src/sexp.c
+++ b/src/sexp.c
@@ -1,14 +1,14 @@
/* sexp.c - S-Expression handling
* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/stdmem.c b/src/stdmem.c
index 073c385b..fcbd4b1d 100644
--- a/src/stdmem.c
+++ b/src/stdmem.c
@@ -1,14 +1,14 @@
/* stdmem.c - private memory allocator
* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/stdmem.h b/src/stdmem.h
index f7e340fa..0d260f59 100644
--- a/src/stdmem.h
+++ b/src/stdmem.h
@@ -1,14 +1,14 @@
/* stdmem.h - internal definitions for stdmem
* Copyright (C) 2000 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
diff --git a/src/wrapper.c b/src/wrapper.c
index bc0cbef2..c48dfc50 100644
--- a/src/wrapper.c
+++ b/src/wrapper.c
@@ -1,14 +1,14 @@
/* wrapper.c - wrapper around the internal functions
* Copyright (C) 1999 Free Software Foundation, Inc.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.