Author: dims
Date: Tue Sep 13 21:05:57 2005
New Revision: 280757

URL: http://svn.apache.org/viewcvs?rev=280757&view=rev
Log:
Add headers


Modified:
    webservices/wss4j/trunk/src/org/apache/ws/security/action/Action.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/EncryptionAction.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenSignedAction.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenUnsignedAction.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureAction.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureConfirmationAction.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/TimestampAction.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenAction.java
    
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenSignedAction.java

Modified: webservices/wss4j/trunk/src/org/apache/ws/security/action/Action.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/Action.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/org/apache/ws/security/action/Action.java 
(original)
+++ webservices/wss4j/trunk/src/org/apache/ws/security/action/Action.java Tue 
Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.w3c.dom.Document;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/EncryptionAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/EncryptionAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/EncryptionAction.java 
(original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/EncryptionAction.java 
Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.ws.security.WSConstants;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenSignedAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenSignedAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenSignedAction.java
 (original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenSignedAction.java
 Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.commons.logging.Log;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenUnsignedAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenUnsignedAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenUnsignedAction.java
 (original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SAMLTokenUnsignedAction.java
 Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.ws.security.WSSecurityException;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureAction.java 
(original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureAction.java 
Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.ws.security.WSSecurityException;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureConfirmationAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureConfirmationAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureConfirmationAction.java
 (original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/SignatureConfirmationAction.java
 Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.commons.logging.Log;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/TimestampAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/TimestampAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/TimestampAction.java 
(original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/TimestampAction.java 
Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.ws.security.WSSecurityException;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenAction.java
 (original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenAction.java
 Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.ws.security.WSSecurityException;


Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenSignedAction.java
URL: 
http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenSignedAction.java?rev=280757&r1=280756&r2=280757&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenSignedAction.java
 (original)
+++ 
webservices/wss4j/trunk/src/org/apache/ws/security/action/UsernameTokenSignedAction.java
 Tue Sep 13 21:05:57 2005
@@ -1,3 +1,20 @@
+/*

+ * Copyright  2003-2004 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.action;

 

 import org.apache.ws.security.WSConstants;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to