diff options
Diffstat (limited to 'tests/openpgp/armor.test')
-rwxr-xr-x | tests/openpgp/armor.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/openpgp/armor.test b/tests/openpgp/armor.test index 2efcf3260..eb0267a6f 100755 --- a/tests/openpgp/armor.test +++ b/tests/openpgp/armor.test @@ -1,5 +1,12 @@ #!/bin/sh # Regression tests pertaining to the armoring. +# Copyright 2006, 2007 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 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. . $srcdir/defs.inc || exit 3 |