summaryrefslogtreecommitdiff
path: root/gnu/java/security/PolicyFile.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2005-02-22 17:51:45 +0000
committerMichael Koch <konqueror@gmx.de>2005-02-22 17:51:45 +0000
commit7b492ac8e3e08adebafc80a33657a6b2058359e8 (patch)
treec4ef6955d5f3e9f91ce071607c144033f8ec20f2 /gnu/java/security/PolicyFile.java
parent797c3c61e9f23bcfcc9c1ad70c718f0f9cffb049 (diff)
downloadclasspath-7b492ac8e3e08adebafc80a33657a6b2058359e8.tar.gz
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.
Diffstat (limited to 'gnu/java/security/PolicyFile.java')
-rw-r--r--gnu/java/security/PolicyFile.java13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/java/security/PolicyFile.java b/gnu/java/security/PolicyFile.java
index 84f3e5c07..c939dda47 100644
--- a/gnu/java/security/PolicyFile.java
+++ b/gnu/java/security/PolicyFile.java
@@ -1,18 +1,20 @@
-/* PolicyFile.java -- policy file reader.
- Copyright (C) 2004 Free Software Foundation, Inc.
+/* PolicyFile.java -- policy file reader
+ 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;
import java.io.File;