You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/03/02 11:43:20 UTC

svn commit: r917977 - in /incubator/hise/branches/0.1.X: ./ hise-distro/ hise-distro/src/distro/examples/ hise-distro/src/distro/examples/claimsHandling/ hise-distro/src/main/ hise-docs/ hise-docs/src/main/resources/ hise-services/src/test/java/org/apa...

Author: rr
Date: Tue Mar  2 11:43:19 2010
New Revision: 917977

URL: http://svn.apache.org/viewvc?rev=917977&view=rev
Log:
Added missing license headers

Modified:
    incubator/hise/branches/0.1.X/.gitignore
    incubator/hise/branches/0.1.X/hise-distro/pom.xml
    incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/addUsers.sql
    incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling-soapui-project.xml
    incubator/hise/branches/0.1.X/hise-distro/src/main/bin.xml
    incubator/hise/branches/0.1.X/hise-docs/generate
    incubator/hise/branches/0.1.X/hise-docs/pom.xml
    incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml
    incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml_diagram
    incubator/hise/branches/0.1.X/hise-docs/src/main/resources/developer-guide.xml
    incubator/hise/branches/0.1.X/hise-docs/src/main/resources/user-guide.xml
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/ClientTest.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/DaoTest.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/HISEEngineTest.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockHiseDao.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTask.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTaskOperationsImpl.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/SchedulerTest.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskEvaluatorTest.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskOperationsTest.java
    incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskTest.java
    incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Client2Test.java
    incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/SampleUsers.java
    incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Test.java
    incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/TestImpl.java
    incubator/hise/branches/0.1.X/pom.xml
    incubator/hise/branches/0.1.X/svn.ignore

Modified: incubator/hise/branches/0.1.X/.gitignore
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/.gitignore?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/.gitignore (original)
+++ incubator/hise/branches/0.1.X/.gitignore Tue Mar  2 11:43:19 2010
@@ -1,3 +1,18 @@
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You 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.
+#
 .classpath
 .settings
 .project

Modified: incubator/hise/branches/0.1.X/hise-distro/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-distro/pom.xml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-distro/pom.xml (original)
+++ incubator/hise/branches/0.1.X/hise-distro/pom.xml Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/addUsers.sql
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/addUsers.sql?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/addUsers.sql (original)
+++ incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/addUsers.sql Tue Mar  2 11:43:19 2010
@@ -1,3 +1,22 @@
+--
+-- Licensed to the Apache Software Foundation (ASF) under one
+-- or more contributor license agreements.  See the NOTICE file
+-- distributed with this work for additional information
+-- regarding copyright ownership.  The ASF licenses this file
+-- to you 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.
+--
+
 insert into ORG_ENTITY (name, type, userpassword) values ('user1', 'USER', 'pass1');
 insert into ORG_ENTITY (name, type, userpassword) values ('group1', 'GROUP', null);
 insert into USER_GROUPS (USERGROUPS_NAME, ORGENTITY_NAME) values ('user1', 'group1');

Modified: incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling-soapui-project.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling-soapui-project.xml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling-soapui-project.xml (original)
+++ incubator/hise/branches/0.1.X/hise-distro/src/distro/examples/claimsHandling/claimsHandling-soapui-project.xml Tue Mar  2 11:43:19 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <con:soapui-project name="claimsHandling" resourceRoot="" soapui-version="3.5-beta1" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="ClaimApprovalReminderBinding" type="wsdl" bindingName="{http://www.insurance.example.com/claims}ClaimApprovalReminderBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/hise/ClaimsHandlingService/?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache/><con:endpoints><con:endpoint>http://localhost:8090</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="notify" bindingOperationName="notify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090</con:endpoint><con:request><![CDATA[<soapenv:En
 velope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cla="http://www.insurance.example.com/claims">
    <soapenv:Header/>
    <soapenv:Body>
@@ -3123,4 +3141,4 @@
    <soapenv:Body>
       <cla:resolveResponse/>
    </soapenv:Body>
-</soapenv:Envelope>]]></con:responseContent><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.insurance.example.com/claims/ClaimsHandlingPT/resolveResponse"/></con:response><con:dispatchConfig/></con:mockOperation><con:properties/></con:mockService><con:properties/><con:wssContainer/></con:soapui-project>
\ No newline at end of file
+</soapenv:Envelope>]]></con:responseContent><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.insurance.example.com/claims/ClaimsHandlingPT/resolveResponse"/></con:response><con:dispatchConfig/></con:mockOperation><con:properties/></con:mockService><con:properties/><con:wssContainer/></con:soapui-project>

Modified: incubator/hise/branches/0.1.X/hise-distro/src/main/bin.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-distro/src/main/bin.xml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-distro/src/main/bin.xml (original)
+++ incubator/hise/branches/0.1.X/hise-distro/src/main/bin.xml Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <assembly>
     <!--
       <id>bin</id>

Modified: incubator/hise/branches/0.1.X/hise-docs/generate
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-docs/generate?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-docs/generate (original)
+++ incubator/hise/branches/0.1.X/hise-docs/generate Tue Mar  2 11:43:19 2010
@@ -1,4 +1,19 @@
 #!/bin/bash
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You 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.
+#
 
 if [ "${DOCBOOK_DIR}" = "" ];then 
 cat <<EOF

Modified: incubator/hise/branches/0.1.X/hise-docs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-docs/pom.xml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-docs/pom.xml (original)
+++ incubator/hise/branches/0.1.X/hise-docs/pom.xml Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml (original)
+++ incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml Tue Mar  2 11:43:19 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <uml:Model xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML" xmi:id="_aWBcEQy5Ed-_VoXzNJoTQQ" name="Model">
   <ownedComment xmi:id="_HVvGYAzXEd-_VoXzNJoTQQ">
     <body>Task operator authenticates 

Modified: incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml_diagram
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml_diagram?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml_diagram (original)
+++ incubator/hise/branches/0.1.X/hise-docs/src/main/resources/claimsHandling.uml_diagram Tue Mar  2 11:43:19 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.1/notation" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML">
   <notation:Diagram xmi:id="_aZx6sAy5Ed-_VoXzNJoTQQ" type="MOSKitt UMLClass" name="claimsHandling.uml_diagram" measurementUnit="Pixel">
     <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_aZ6dkAy5Ed-_VoXzNJoTQQ" source="es.cv.gvcase.mdt.common.FilterViewsAndLabelsSource">

Modified: incubator/hise/branches/0.1.X/hise-docs/src/main/resources/developer-guide.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-docs/src/main/resources/developer-guide.xml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-docs/src/main/resources/developer-guide.xml (original)
+++ incubator/hise/branches/0.1.X/hise-docs/src/main/resources/developer-guide.xml Tue Mar  2 11:43:19 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <book version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://docbook.org/ns/docbook file:/usr/share/schemas/docbook.xsd">
   <info>
     <title>Apache HISE Developer Guide</title>

Modified: incubator/hise/branches/0.1.X/hise-docs/src/main/resources/user-guide.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-docs/src/main/resources/user-guide.xml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-docs/src/main/resources/user-guide.xml (original)
+++ incubator/hise/branches/0.1.X/hise-docs/src/main/resources/user-guide.xml Tue Mar  2 11:43:19 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
 <book version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://docbook.org/ns/docbook file:/usr/share/schemas/docbook.xsd">
   <info>
     <title>Apache HISE User Guide</title>

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/ClientTest.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/ClientTest.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/ClientTest.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/ClientTest.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import junit.framework.Assert;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/DaoTest.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/DaoTest.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/DaoTest.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/DaoTest.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import java.util.Collections;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/HISEEngineTest.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/HISEEngineTest.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/HISEEngineTest.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/HISEEngineTest.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import junit.framework.Assert;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockHiseDao.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockHiseDao.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockHiseDao.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockHiseDao.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import java.util.Collections;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTask.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTask.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTask.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTask.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import org.apache.hise.runtime.Task;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTaskOperationsImpl.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTaskOperationsImpl.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTaskOperationsImpl.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/MockTaskOperationsImpl.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import org.apache.hise.engine.jaxws.TaskOperationsImpl;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/SchedulerTest.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/SchedulerTest.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/SchedulerTest.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/SchedulerTest.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import org.apache.hise.engine.HISEScheduler;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskEvaluatorTest.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskEvaluatorTest.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskEvaluatorTest.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskEvaluatorTest.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import java.util.Date;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskOperationsTest.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskOperationsTest.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskOperationsTest.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskOperationsTest.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import java.util.Collection;

Modified: incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskTest.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskTest.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskTest.java (original)
+++ incubator/hise/branches/0.1.X/hise-services/src/test/java/org/apache/hise/TaskTest.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import junit.framework.Assert;

Modified: incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Client2Test.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Client2Test.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Client2Test.java (original)
+++ incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Client2Test.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import java.util.Iterator;

Modified: incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/SampleUsers.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/SampleUsers.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/SampleUsers.java (original)
+++ incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/SampleUsers.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import org.apache.hise.dao.HISEDao;

Modified: incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Test.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Test.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Test.java (original)
+++ incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/Test.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import javax.jws.WebService;

Modified: incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/TestImpl.java
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/TestImpl.java?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/TestImpl.java (original)
+++ incubator/hise/branches/0.1.X/hise-web/src/test/java/org/apache/hise/TestImpl.java Tue Mar  2 11:43:19 2010
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.hise;
 
 import javax.jws.WebService;

Modified: incubator/hise/branches/0.1.X/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/pom.xml?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/pom.xml (original)
+++ incubator/hise/branches/0.1.X/pom.xml Tue Mar  2 11:43:19 2010
@@ -82,6 +82,13 @@
                         <javadocVersion>1.5</javadocVersion>
                     </configuration>
                 </plugin>
+                <!--
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.7-SNAPSHOT</version>
+      </plugin>
+      -->
             </plugins>
         </pluginManagement>
     </build>

Modified: incubator/hise/branches/0.1.X/svn.ignore
URL: http://svn.apache.org/viewvc/incubator/hise/branches/0.1.X/svn.ignore?rev=917977&r1=917976&r2=917977&view=diff
==============================================================================
--- incubator/hise/branches/0.1.X/svn.ignore (original)
+++ incubator/hise/branches/0.1.X/svn.ignore Tue Mar  2 11:43:19 2010
@@ -1,3 +1,19 @@
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You 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.
+#
+
 .classpath
 .settings
 .project