summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/java/security/pkcs
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-22 17:52:40 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-22 17:52:40 +0000
commit9f3aa06cd756745f863bb5384a7e86a1ebd214b7 (patch)
treed3a85cc439f2719407c88c16fcf6ca7c4fc42ec2 /libjava/gnu/java/security/pkcs
parentb8a40cc98bd48665ecfb0164bbe2521f6c155896 (diff)
downloadppe42-gcc-9f3aa06cd756745f863bb5384a7e86a1ebd214b7.tar.gz
ppe42-gcc-9f3aa06cd756745f863bb5384a7e86a1ebd214b7.zip
2005-02-22 Michael Koch <konqueror@gmx.de>
* gnu/java/security/PolicyFile.java, gnu/java/security/pkcs/PKCS7SignedData.java, gnu/java/security/pkcs/SignerInfo.java: Fixed copyright header. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95399 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/java/security/pkcs')
-rw-r--r--libjava/gnu/java/security/pkcs/PKCS7SignedData.java13
-rw-r--r--libjava/gnu/java/security/pkcs/SignerInfo.java13
2 files changed, 14 insertions, 12 deletions
diff --git a/libjava/gnu/java/security/pkcs/PKCS7SignedData.java b/libjava/gnu/java/security/pkcs/PKCS7SignedData.java
index 5c2a98a5cac..869febebd9c 100644
--- a/libjava/gnu/java/security/pkcs/PKCS7SignedData.java
+++ b/libjava/gnu/java/security/pkcs/PKCS7SignedData.java
@@ -1,18 +1,20 @@
-/* PKCS7SignedData.java -- reader for PKCS#7 signedData objects.
- Copyright (C) 2004 Free Software Foundation, Inc.
+/* PKCS7SignedData.java -- reader for PKCS#7 signedData objects
+ Copyright (C) 2004, 2005 Free Software Foundation, Inc.
-This program is free software; you can redistribute it and/or modify
+This file is part of GNU Classpath.
+
+GNU Classpath 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, or (at your option)
any later version.
-This program is distributed in the hope that it will be useful, but
+GNU Classpath 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 this program; see the file COPYING. If not, write to the
+along with GNU Classpath; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
@@ -33,7 +35,6 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
-
package gnu.java.security.pkcs;
import gnu.java.security.OID;
diff --git a/libjava/gnu/java/security/pkcs/SignerInfo.java b/libjava/gnu/java/security/pkcs/SignerInfo.java
index 15fe9f9f860..d6b747dea6e 100644
--- a/libjava/gnu/java/security/pkcs/SignerInfo.java
+++ b/libjava/gnu/java/security/pkcs/SignerInfo.java
@@ -1,18 +1,20 @@
-/* SignerInfo.java -- a SignerInfo object, from PKCS #7.
- Copyright (C) 2004 Free Software Foundation, Inc.
+/* SignerInfo.java -- a SignerInfo object, from PKCS #7
+ Copyright (C) 2004, 2005 Free Software Foundation, Inc.
-This program is free software; you can redistribute it and/or modify
+This file is part of GNU Classpath.
+
+GNU Classpath 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, or (at your option)
any later version.
-This program is distributed in the hope that it will be useful, but
+GNU Classpath 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 this program; see the file COPYING. If not, write to the
+along with GNU Classpath; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
@@ -33,7 +35,6 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
-
package gnu.java.security.pkcs;
import gnu.java.security.OID;
OpenPOWER on IntegriCloud