Author: fchrist
Date: Fri Oct 28 11:31:39 2011
New Revision: 1190253

URL: http://svn.apache.org/viewvc?rev=1190253&view=rev
Log:
STANBOL-272 Added AL20 headers to new files in factstore

Modified:
    
incubator/stanbol/trunk/factstore/src/main/java/org/apache/stanbol/factstore/web/resource/BaseFactStoreResource.java
    
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/UriInfoMock.java
    
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/web/resource/FactsResourceWrapper.java
    
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example1.json
    
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example2.json
    
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example3.json
    
incubator/stanbol/trunk/factstore/src/test/resources/facts/query-spec-example1.json
    
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example1.json
    
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example2.json

Modified: 
incubator/stanbol/trunk/factstore/src/main/java/org/apache/stanbol/factstore/web/resource/BaseFactStoreResource.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/main/java/org/apache/stanbol/factstore/web/resource/BaseFactStoreResource.java?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/main/java/org/apache/stanbol/factstore/web/resource/BaseFactStoreResource.java
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/main/java/org/apache/stanbol/factstore/web/resource/BaseFactStoreResource.java
 Fri Oct 28 11:31:39 2011
@@ -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.
+*/
 package org.apache.stanbol.factstore.web.resource;
 
 import java.util.ArrayList;

Modified: 
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/UriInfoMock.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/UriInfoMock.java?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/UriInfoMock.java
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/UriInfoMock.java
 Fri Oct 28 11:31:39 2011
@@ -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.
+*/
 package org.apache.stanbol.factstore;
 
 import java.net.URI;

Modified: 
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/web/resource/FactsResourceWrapper.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/web/resource/FactsResourceWrapper.java?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/web/resource/FactsResourceWrapper.java
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/java/org/apache/stanbol/factstore/web/resource/FactsResourceWrapper.java
 Fri Oct 28 11:31:39 2011
@@ -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.
+*/
 package org.apache.stanbol.factstore.web.resource;
 
 import javax.servlet.ServletContext;

Modified: 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example1.json
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example1.json?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example1.json
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example1.json
 Fri Oct 28 11:31:39 2011
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+ 
 {
  "@context" : {
    "iks" : "http://iks-project.eu/ont/";,

Modified: 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example2.json
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example2.json?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example2.json
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example2.json
 Fri Oct 28 11:31:39 2011
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 {
  "@context" : {
    "iks" : "http://iks-project.eu/ont/";,

Modified: 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example3.json
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example3.json?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example3.json
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/resources/facts/fact-spec-example3.json
 Fri Oct 28 11:31:39 2011
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+ 
 {
  "@context" : {
    "iks" : "http://iks-project.eu/ont/";,

Modified: 
incubator/stanbol/trunk/factstore/src/test/resources/facts/query-spec-example1.json
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/resources/facts/query-spec-example1.json?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/resources/facts/query-spec-example1.json
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/resources/facts/query-spec-example1.json
 Fri Oct 28 11:31:39 2011
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+ 
 {
  "@context" : {
    "iks" : "http://iks-project.eu/ont/";

Modified: 
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example1.json
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example1.json?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example1.json
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example1.json
 Fri Oct 28 11:31:39 2011
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+ 
 {
  "@context" :
  {

Modified: 
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example2.json
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example2.json?rev=1190253&r1=1190252&r2=1190253&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example2.json
 (original)
+++ 
incubator/stanbol/trunk/factstore/src/test/resources/factschemas/factschema-spec-example2.json
 Fri Oct 28 11:31:39 2011
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+ 
 {
  "@context" :
  {


Reply via email to