Author: dolander
Date: Wed Mar 16 10:22:22 2005
New Revision: 157784
URL: http://svn.apache.org/viewcvs?view=rev&rev=157784
Log:
Added a few more missing Apache Headers
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsMethodMetadata.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsParameterMetadata.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPBindingInfo.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPMessageHandlerInfo.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSecurityRolesInfo.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsTypeMetadata.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/ValidationException.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SOAPMessageHandlerInfo.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SecurityRolesInfo.java
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsMethodMetadata.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsMethodMetadata.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsMethodMetadata.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsMethodMetadata.java
Wed Mar 16 10:22:22 2005
@@ -1,5 +1,3 @@
-package org.apache.beehive.wsm.jsr181.model;
-
/*
* Copyright 2004 The Apache Software Foundation
*
@@ -17,6 +15,7 @@
*
* $Header:$Factory
*/
+package org.apache.beehive.wsm.jsr181.model;
import java.util.List;
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsParameterMetadata.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsParameterMetadata.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsParameterMetadata.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsParameterMetadata.java
Wed Mar 16 10:22:22 2005
@@ -1,5 +1,3 @@
-package org.apache.beehive.wsm.jsr181.model;
-
/*
* Copyright 2004 The Apache Software Foundation
*
@@ -17,6 +15,7 @@
*
* $Header:$Factory
*/
+package org.apache.beehive.wsm.jsr181.model;
import javax.jws.WebParam;
import javax.xml.namespace.QName;
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPBindingInfo.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPBindingInfo.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPBindingInfo.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPBindingInfo.java
Wed Mar 16 10:22:22 2005
@@ -16,7 +16,9 @@
* $Header:$
*/
package org.apache.beehive.wsm.jsr181.model;
+
import javax.jws.soap.SOAPBinding;
+
/**
* @author dmehrtash
*/
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPMessageHandlerInfo.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPMessageHandlerInfo.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPMessageHandlerInfo.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSOAPMessageHandlerInfo.java
Wed Mar 16 10:22:22 2005
@@ -1,8 +1,19 @@
/*
- * Created on Feb 11, 2005
+ * Copyright 2005 The Apache Software Foundation
*
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
+ * 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.
+ *
+ * $Header:$Factory
*/
package org.apache.beehive.wsm.jsr181.model;
@@ -11,9 +22,6 @@
/**
* @author dmehrtash
- *
- * TODO To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Style - Code Templates
*/
public interface BeehiveWsSOAPMessageHandlerInfo {
/**
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSecurityRolesInfo.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSecurityRolesInfo.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSecurityRolesInfo.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsSecurityRolesInfo.java
Wed Mar 16 10:22:22 2005
@@ -1,18 +1,26 @@
/*
- * Created on Feb 11, 2005
+ * Copyright 2005 The Apache Software Foundation
*
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
+ * 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.
+ *
+ * $Header:$
*/
package org.apache.beehive.wsm.jsr181.model;
import java.util.Collection;
-import javax.jws.security.SecurityRoles;
+
/**
* @author dmehrtash
- *
- * TODO To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Style - Code Templates
*/
public interface BeehiveWsSecurityRolesInfo {
/**
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsTypeMetadata.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsTypeMetadata.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsTypeMetadata.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/BeehiveWsTypeMetadata.java
Wed Mar 16 10:22:22 2005
@@ -1,5 +1,3 @@
-package org.apache.beehive.wsm.jsr181.model;
-
/*
* Copyright 2004 The Apache Software Foundation
*
@@ -17,6 +15,7 @@
*
* $Header:$Factory
*/
+package org.apache.beehive.wsm.jsr181.model;
import org.apache.beehive.wsm.jsr181.model.java.JavaTypeInfo;
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/ValidationException.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/ValidationException.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/ValidationException.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/ValidationException.java
Wed Mar 16 10:22:22 2005
@@ -1,5 +1,3 @@
-package org.apache.beehive.wsm.jsr181.model;
-
/*
* Copyright 2004 The Apache Software Foundation
*
@@ -17,6 +15,7 @@
*
* $Header:$
*/
+package org.apache.beehive.wsm.jsr181.model;
public class ValidationException extends Exception {
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SOAPMessageHandlerInfo.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SOAPMessageHandlerInfo.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SOAPMessageHandlerInfo.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SOAPMessageHandlerInfo.java
Wed Mar 16 10:22:22 2005
@@ -1,5 +1,3 @@
-package org.apache.beehive.wsm.jsr181.model.jsr181;
-
/*
* Copyright 2004 The Apache Software Foundation
*
@@ -17,6 +15,7 @@
*
* $Header:$
*/
+package org.apache.beehive.wsm.jsr181.model.jsr181;
import java.util.ArrayList;
import java.util.Arrays;
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SecurityRolesInfo.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SecurityRolesInfo.java?view=diff&r1=157783&r2=157784
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SecurityRolesInfo.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/SecurityRolesInfo.java
Wed Mar 16 10:22:22 2005
@@ -1,23 +1,12 @@
-package org.apache.beehive.wsm.jsr181.model.jsr181;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collection;
-import java.util.Collections;
-
-import javax.jws.security.SecurityRoles;
-
-import org.apache.beehive.wsm.jsr181.model.BeehiveWsSecurityRolesInfo;
-
/*
* Copyright 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.
@@ -26,6 +15,16 @@
*
* $Header:$
*/
+package org.apache.beehive.wsm.jsr181.model.jsr181;
+
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Collection;
+import java.util.Collections;
+
+import javax.jws.security.SecurityRoles;
+
+import org.apache.beehive.wsm.jsr181.model.BeehiveWsSecurityRolesInfo;
public class SecurityRolesInfo implements java.io.Serializable,
BeehiveWsSecurityRolesInfo {