Author: simonetripodi
Date: Fri Jan 13 13:24:40 2012
New Revision: 1231054

URL: http://svn.apache.org/viewvc?rev=1231054&view=rev
Log:
updated License header

Modified:
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/RedirectServlet.java
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/Servlet.java
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/WebResponder.java
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/Any23Negotiator.java
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/ContentTypeNegotiator.java
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/MediaRangeSpec.java
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/package-info.java
    
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/package-info.java
    
incubator/any23/trunk/any23-service/src/test/java/org/deri/any23/servlet/ServletTest.java

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/RedirectServlet.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/RedirectServlet.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/RedirectServlet.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/RedirectServlet.java
 Fri Jan 13 13:24:40 2012
@@ -1,11 +1,12 @@
 /*
- * Copyright 2008-2010 Digital Enterprise Research Institute (DERI)
+ * 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
  *
- * 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
+ *  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,

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/Servlet.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/Servlet.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/Servlet.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/Servlet.java
 Fri Jan 13 13:24:40 2012
@@ -1,11 +1,12 @@
 /*
- * Copyright 2008-2010 Digital Enterprise Research Institute (DERI)
+ * 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
  *
- * 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
+ *  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,

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/WebResponder.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/WebResponder.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/WebResponder.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/WebResponder.java
 Fri Jan 13 13:24:40 2012
@@ -1,11 +1,12 @@
 /*
- * Copyright 2008-2010 Digital Enterprise Research Institute (DERI)
+ * 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
  *
- * 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
+ *  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,

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/Any23Negotiator.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/Any23Negotiator.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/Any23Negotiator.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/Any23Negotiator.java
 Fri Jan 13 13:24:40 2012
@@ -1,11 +1,12 @@
 /*
- * Copyright 2008-2010 Digital Enterprise Research Institute (DERI)
+ * 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
  *
- * 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
+ *  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,

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/ContentTypeNegotiator.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/ContentTypeNegotiator.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/ContentTypeNegotiator.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/ContentTypeNegotiator.java
 Fri Jan 13 13:24:40 2012
@@ -1,11 +1,12 @@
 /*
- * Copyright 2008-2010 Digital Enterprise Research Institute (DERI)
+ * 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
  *
- * 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
+ *  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,

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/MediaRangeSpec.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/MediaRangeSpec.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/MediaRangeSpec.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/MediaRangeSpec.java
 Fri Jan 13 13:24:40 2012
@@ -1,11 +1,12 @@
 /*
- * Copyright 2008-2010 Digital Enterprise Research Institute (DERI)
+ * 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
  *
- * 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
+ *  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,

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/package-info.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/package-info.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/package-info.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/conneg/package-info.java
 Fri Jan 13 13:24:40 2012
@@ -1,5 +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.
+ */
+
 /**
  * This package provides the <i>Any23</i> content type
  * negotiator.
  */
-package org.deri.any23.servlet.conneg;
\ No newline at end of file
+package org.deri.any23.servlet.conneg;

Modified: 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/package-info.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/package-info.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/package-info.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/main/java/org/deri/any23/servlet/package-info.java
 Fri Jan 13 13:24:40 2012
@@ -1,6 +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.
+ */
 
 /**
  * The package defines a servlet exposing <i>Any23</i>
  * as a <i>REST</i> service.
  */
-package org.deri.any23.servlet;
\ No newline at end of file
+package org.deri.any23.servlet;

Modified: 
incubator/any23/trunk/any23-service/src/test/java/org/deri/any23/servlet/ServletTest.java
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/any23-service/src/test/java/org/deri/any23/servlet/ServletTest.java?rev=1231054&r1=1231053&r2=1231054&view=diff
==============================================================================
--- 
incubator/any23/trunk/any23-service/src/test/java/org/deri/any23/servlet/ServletTest.java
 (original)
+++ 
incubator/any23/trunk/any23-service/src/test/java/org/deri/any23/servlet/ServletTest.java
 Fri Jan 13 13:24:40 2012
@@ -1,11 +1,12 @@
 /*
- * Copyright 2008-2010 Digital Enterprise Research Institute (DERI)
+ * 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
  *
- * 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
+ *  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,


Reply via email to