You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/10/31 14:36:04 UTC

[ws-wss4j] 03/07: Merged Nandana's copyright fixes to the source modules

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to annotated tag 1_5_5
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 9825a17e8fbc271a5c8e9356bdb33bf532ec1fc3
Author: Fred Dushin <fa...@apache.org>
AuthorDate: Tue Nov 4 22:05:51 2008 +0000

    Merged Nandana's copyright fixes to the source modules
    
    This merge was done via:
    
    src/apache/wss4j/tags/1_5_5> for i in 708854 708855 708856 708857 708858 708859 708860
    > do
    > svn merge -c $i https://svn.apache.org/repos/asf/webservices/wss4j/trunk
    > done
---
 src/org/apache/ws/security/handler/RequestData.java     | 17 +++++++++++++++++
 .../ws/security/message/token/SecurityContextToken.java | 17 +++++++++++++++++
 src/org/apache/ws/security/saml/SAMLUtil.java           | 17 +++++++++++++++++
 src/org/apache/ws/security/saml/WSSecSignatureSAML.java | 17 +++++++++++++++++
 src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java | 17 +++++++++++++++++
 src/org/apache/ws/security/util/XMLUtils.java           | 17 +++++++++++++++++
 6 files changed, 102 insertions(+)

diff --git a/src/org/apache/ws/security/handler/RequestData.java b/src/org/apache/ws/security/handler/RequestData.java
index ca6a2c0..3fff038 100644
--- a/src/org/apache/ws/security/handler/RequestData.java
+++ b/src/org/apache/ws/security/handler/RequestData.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2003-2008 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
 package org.apache.ws.security.handler;
 
 import org.apache.ws.security.SOAPConstants;
diff --git a/src/org/apache/ws/security/message/token/SecurityContextToken.java b/src/org/apache/ws/security/message/token/SecurityContextToken.java
index 4feacb8..736d3a7 100644
--- a/src/org/apache/ws/security/message/token/SecurityContextToken.java
+++ b/src/org/apache/ws/security/message/token/SecurityContextToken.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2003-2008 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
 package org.apache.ws.security.message.token;
 
 import org.apache.ws.security.WSConstants;
diff --git a/src/org/apache/ws/security/saml/SAMLUtil.java b/src/org/apache/ws/security/saml/SAMLUtil.java
index 1497e28..5ba327c 100644
--- a/src/org/apache/ws/security/saml/SAMLUtil.java
+++ b/src/org/apache/ws/security/saml/SAMLUtil.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2003-2008 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
 package org.apache.ws.security.saml;
 
 import org.apache.commons.logging.Log;
diff --git a/src/org/apache/ws/security/saml/WSSecSignatureSAML.java b/src/org/apache/ws/security/saml/WSSecSignatureSAML.java
index c9b7b67..03e48bb 100644
--- a/src/org/apache/ws/security/saml/WSSecSignatureSAML.java
+++ b/src/org/apache/ws/security/saml/WSSecSignatureSAML.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2003-2008 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
 package org.apache.ws.security.saml;
 
 import org.apache.commons.logging.Log;
diff --git a/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java b/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java
index df7de3b..3ecdfa2 100644
--- a/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java
+++ b/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2003-2008 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
 package org.apache.ws.security.saml;
 
 import org.apache.commons.logging.Log;
diff --git a/src/org/apache/ws/security/util/XMLUtils.java b/src/org/apache/ws/security/util/XMLUtils.java
index d04168c..9fd14f2 100644
--- a/src/org/apache/ws/security/util/XMLUtils.java
+++ b/src/org/apache/ws/security/util/XMLUtils.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2003-2008 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
 package org.apache.ws.security.util;
 
 import org.apache.commons.logging.Log;