diff options
author | Michael Koch <konqueror@gmx.de> | 2004-10-20 10:42:13 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-10-20 10:42:13 +0000 |
commit | b99bf96ac36af1d981b4109297b786096bcc38af (patch) | |
tree | 15c05f541f132931c9541cc318e7965d6b4f3875 /libjava/javax/security/sasl/SaslServer.java | |
parent | 659d8f1a4aef5508a2bc8a03690dce13bb930182 (diff) | |
download | gcc-b99bf96ac36af1d981b4109297b786096bcc38af.zip gcc-b99bf96ac36af1d981b4109297b786096bcc38af.tar.gz gcc-b99bf96ac36af1d981b4109297b786096bcc38af.tar.bz2 |
NullConfiguration.java, [...]: Cleaned up import statements and copyright notices.
2004-10-20 Michael Koch <konqueror@gmx.de>
* javax/security/auth/login/NullConfiguration.java,
javax/security/auth/x500/X500Principal.java,
javax/security/cert/X509Certificate.java,
javax/security/sasl/AuthenticationException.java,
javax/security/sasl/AuthorizeCallback.java,
javax/security/sasl/RealmCallback.java,
javax/security/sasl/RealmChoiceCallback.java,
javax/security/sasl/Sasl.java,
javax/security/sasl/SaslClient.java,
javax/security/sasl/SaslClientFactory.java,
javax/security/sasl/SaslException.java,
javax/security/sasl/SaslServer.java,
javax/security/sasl/SaslServerFactory.java:
Cleaned up import statements and copyright notices.
From-SVN: r89328
Diffstat (limited to 'libjava/javax/security/sasl/SaslServer.java')
-rw-r--r-- | libjava/javax/security/sasl/SaslServer.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/javax/security/sasl/SaslServer.java b/libjava/javax/security/sasl/SaslServer.java index 3f0d79d..6811d11 100644 --- a/libjava/javax/security/sasl/SaslServer.java +++ b/libjava/javax/security/sasl/SaslServer.java @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License 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 +Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +02111-1307 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and @@ -33,7 +33,7 @@ module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend 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. */ +exception statement from your version. */ package javax.security.sasl; |