diff options
author | Marcus Brinkmann <[email protected]> | 2003-07-31 17:53:57 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-07-31 17:53:57 +0000 |
commit | bca6ea5547dc1b8436b22e6c3add2351df85ca0b (patch) | |
tree | 6b49f8692c80411e5ff2d785b18f1363782283fa /src | |
parent | Released 0.3. (diff) | |
download | libgpg-error-bca6ea5547dc1b8436b22e6c3add2351df85ca0b.tar.gz libgpg-error-bca6ea5547dc1b8436b22e6c3add2351df85ca0b.zip |
2003-07-31 Marcus Brinkmann <[email protected]>
* README: Clarify copyright conditions.
* src/mkstrtable.awk: Don't claim in the copyright information
that this program is part of libgpg-error.
* src/mkerrnos.awk: Likewise.
* src/mkerrcodes1.awk: Likewise.
* src/mkerrcodes2.awk: Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/mkerrcodes1.awk | 8 | ||||
-rw-r--r-- | src/mkerrcodes2.awk | 8 | ||||
-rw-r--r-- | src/mkerrnos.awk | 8 | ||||
-rw-r--r-- | src/mkstrtable.awk | 8 |
4 files changed, 12 insertions, 20 deletions
diff --git a/src/mkerrcodes1.awk b/src/mkerrcodes1.awk index d666f51..6248d24 100644 --- a/src/mkerrcodes1.awk +++ b/src/mkerrcodes1.awk @@ -1,20 +1,18 @@ # mkerrcodes.awk # Copyright (C) 2003 g10 Code GmbH # -# This file is part of libgpg-error. -# -# libgpg-error is free software; you can redistribute it and/or +# 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 (at your option) any later version. # -# libgpg-error is distributed in the hope that it will be useful, +# This program 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 libgnupg-error; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. # # As a special exception, g10 Code GmbH gives unlimited permission to diff --git a/src/mkerrcodes2.awk b/src/mkerrcodes2.awk index 54a0d18..ea58503 100644 --- a/src/mkerrcodes2.awk +++ b/src/mkerrcodes2.awk @@ -1,20 +1,18 @@ # mkstrtable.awk # Copyright (C) 2003 g10 Code GmbH # -# This file is part of libgpg-error. -# -# libgpg-error is free software; you can redistribute it and/or +# 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 (at your option) any later version. # -# libgpg-error is distributed in the hope that it will be useful, +# This program 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 libgnupg-error; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. # # As a special exception, g10 Code GmbH gives unlimited permission to diff --git a/src/mkerrnos.awk b/src/mkerrnos.awk index 2f5fec2..16c23b1 100644 --- a/src/mkerrnos.awk +++ b/src/mkerrnos.awk @@ -1,20 +1,18 @@ # mkerrnos.awk # Copyright (C) 2003 g10 Code GmbH # -# This file is part of libgpg-error. -# -# libgpg-error is free software; you can redistribute it and/or +# 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 (at your option) any later version. # -# libgpg-error is distributed in the hope that it will be useful, +# This program 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 libgnupg-error; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. # # As a special exception, g10 Code GmbH gives unlimited permission to diff --git a/src/mkstrtable.awk b/src/mkstrtable.awk index 8af96d2..33098a0 100644 --- a/src/mkstrtable.awk +++ b/src/mkstrtable.awk @@ -1,20 +1,18 @@ # mkstrtable.awk # Copyright (C) 2003 g10 Code GmbH # -# This file is part of libgpg-error. -# -# libgpg-error is free software; you can redistribute it and/or +# 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 (at your option) any later version. # -# libgpg-error is distributed in the hope that it will be useful, +# This program 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 libgnupg-error; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. # # As a special exception, g10 Code GmbH gives unlimited permission to |