You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by fa...@apache.org on 2008/11/04 23:05:51 UTC

svn commit: r711442 - in /webservices/wss4j/tags/1_5_5/src/org/apache/ws/security: handler/RequestData.java message/token/SecurityContextToken.java saml/SAMLUtil.java saml/WSSecSignatureSAML.java saml/WSSignSAMLEnvelope.java util/XMLUtils.java

Author: fadushin
Date: Tue Nov  4 14:05:51 2008
New Revision: 711442

URL: http://svn.apache.org/viewvc?rev=711442&view=rev
Log:
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


Modified:
    webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/handler/RequestData.java
    webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/message/token/SecurityContextToken.java
    webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/SAMLUtil.java
    webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSecSignatureSAML.java
    webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java
    webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/util/XMLUtils.java

Modified: webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/handler/RequestData.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/handler/RequestData.java?rev=711442&r1=711441&r2=711442&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/handler/RequestData.java (original)
+++ webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/handler/RequestData.java Tue Nov  4 14:05:51 2008
@@ -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;

Modified: webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/message/token/SecurityContextToken.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/message/token/SecurityContextToken.java?rev=711442&r1=711441&r2=711442&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/message/token/SecurityContextToken.java (original)
+++ webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/message/token/SecurityContextToken.java Tue Nov  4 14:05:51 2008
@@ -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;

Modified: webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/SAMLUtil.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/SAMLUtil.java?rev=711442&r1=711441&r2=711442&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/SAMLUtil.java (original)
+++ webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/SAMLUtil.java Tue Nov  4 14:05:51 2008
@@ -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;

Modified: webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSecSignatureSAML.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSecSignatureSAML.java?rev=711442&r1=711441&r2=711442&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSecSignatureSAML.java (original)
+++ webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSecSignatureSAML.java Tue Nov  4 14:05:51 2008
@@ -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;

Modified: webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java?rev=711442&r1=711441&r2=711442&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java (original)
+++ webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/saml/WSSignSAMLEnvelope.java Tue Nov  4 14:05:51 2008
@@ -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;

Modified: webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/util/XMLUtils.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/util/XMLUtils.java?rev=711442&r1=711441&r2=711442&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/util/XMLUtils.java (original)
+++ webservices/wss4j/tags/1_5_5/src/org/apache/ws/security/util/XMLUtils.java Tue Nov  4 14:05:51 2008
@@ -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;



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org