You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ch...@apache.org on 2011/11/21 16:52:00 UTC

svn commit: r1204557 [7/8] - in /incubator/jena/Jena2/Eyeball/trunk: lib/ patches/ src-test/com/hp/hpl/jena/extras/commandline/test/ src-test/com/hp/hpl/jena/extras/tools/notations/test/ src-test/com/hp/hpl/jena/extras/tools/query/test/ src-test/com/hp...

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PrefixDoctor.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PrefixDoctor.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PrefixDoctor.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PrefixDoctor.java Mon Nov 21 15:51:48 2011
@@ -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 com.hp.hpl.jena.eyeball.repairtools.doctor;
 
 import com.hp.hpl.jena.eyeball.Doctor;
@@ -135,31 +153,3 @@ public class PrefixDoctor extends BaseDo
 			}
 		}	
 	}
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PropertyDoctor.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PropertyDoctor.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PropertyDoctor.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/PropertyDoctor.java Mon Nov 21 15:51:48 2011
@@ -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 com.hp.hpl.jena.eyeball.repairtools.doctor;
 
 import com.hp.hpl.jena.eyeball.Doctor;
@@ -50,31 +68,3 @@ public class PropertyDoctor extends Base
 			
 		}
 	}
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/URIDoctor.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/URIDoctor.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/URIDoctor.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/URIDoctor.java Mon Nov 21 15:51:48 2011
@@ -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 com.hp.hpl.jena.eyeball.repairtools.doctor;
 
 import com.hp.hpl.jena.eyeball.Doctor;
@@ -61,31 +79,3 @@ public class URIDoctor extends BaseDocto
 		}
 	
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/VocabularyDoctor.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/VocabularyDoctor.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/VocabularyDoctor.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/repairtools/doctor/VocabularyDoctor.java Mon Nov 21 15:51:48 2011
@@ -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 com.hp.hpl.jena.eyeball.repairtools.doctor;
 
 import com.hp.hpl.jena.eyeball.Doctor;
@@ -59,31 +77,3 @@ public class VocabularyDoctor extends Ba
 			input.add( toAdd );
 			}
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/InfoStamp.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/InfoStamp.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/InfoStamp.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/InfoStamp.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: InfoStamp.java,v 1.6 2008-11-04 09:40:57 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.sign;
 
@@ -63,30 +75,3 @@ public class InfoStamp
             .addProperty( EYE.dated, stamped.createTypedLiteral( when ) );
         }
     }
-
-/*
- * (c) Copyright 2007 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: SignMaster.java,v 1.11 2009-01-29 12:20:13 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.sign;
 
@@ -211,30 +223,3 @@ public interface SignMaster
             }
         }
     }
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster_0_1.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster_0_1.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster_0_1.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignMaster_0_1.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: SignMaster_0_1.java,v 1.7 2009-01-29 12:20:13 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.sign;
 
@@ -75,30 +87,3 @@ public class SignMaster_0_1 implements S
             ;
         }
     }
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignatureCheckResult.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignatureCheckResult.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignatureCheckResult.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/sign/SignatureCheckResult.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: SignatureCheckResult.java,v 1.5 2008-11-04 09:40:57 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.sign;
 
@@ -48,30 +60,3 @@ public class SignatureCheckResult
     public String toString()
         { return printString; }
     }
-
-/*
- * (c) Copyright 2007 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Bool.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Bool.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Bool.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Bool.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: Bool.java,v 1.3 2008-11-04 09:40:58 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.util;
 
@@ -21,32 +33,3 @@ public class Bool
     */
     public boolean value;
     }
-
-/*
- * (c) Copyright 2007 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
-
-

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Copy.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Copy.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Copy.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Copy.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2007 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: Copy.java,v 1.4 2009-01-29 12:20:14 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.util;
 
@@ -51,33 +63,3 @@ public class Copy
             }
         }
     }
-
-/*
-    (c) Copyright 2007 Hewlett-Packard Development Company, LP
-    All rights reserved.
-
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted provided that the following conditions
-    are met:
-
-    1. Redistributions of source code must retain the above copyright
-       notice, this list of conditions and the following disclaimer.
-
-    2. Redistributions in binary form must reproduce the above copyright
-       notice, this list of conditions and the following disclaimer in the
-       documentation and/or other materials provided with the distribution.
-
-    3. The name of the author may not be used to endorse or promote products
-       derived from this software without specific prior written permission.
-
-    THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-    IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/FileInsertion.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/FileInsertion.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/FileInsertion.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/FileInsertion.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: FileInsertion.java,v 1.5 2009-01-29 12:20:14 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.util;
 
@@ -73,31 +85,3 @@ public class FileInsertion
         }
 
     }
-
-
-/*
- * (c) Copyright 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/SetPropertiesFromString.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/SetPropertiesFromString.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/SetPropertiesFromString.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/SetPropertiesFromString.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: SetPropertiesFromString.java,v 1.2 2009-01-29 12:20:14 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.util;
 
@@ -39,30 +51,3 @@ public class SetPropertiesFromString
     private Node createNode( String s )
         { return NodeCreateUtils.create( pm, s ); }
     }
-
-/*
- * (c) Copyright 2005, 2006, 2007 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Setup.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Setup.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Setup.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/util/Setup.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: Setup.java,v 1.3 2008-11-04 09:40:58 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.util;
 
@@ -32,4 +44,3 @@ public class Setup
             ;
         }
     }
-

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYE.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYE.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYE.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYE.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved - see end of file.
-    $Id: EYE.java,v 1.45 2009-01-15 14:20:28 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.vocabulary;
 
@@ -45,31 +57,3 @@ public class EYE implements EyeballRepor
         return schema;
         }
     }
-
-
-/*
- * (c) Copyright 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYESVC.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYESVC.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYESVC.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EYESVC.java Mon Nov 21 15:51:48 2011
@@ -1,10 +1,19 @@
 /*
- * EYESVC.java
+ * 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
  *
- * Created on August 14, 2006, 2007, 2008, 9:45 AM
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
+ * 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 com.hp.hpl.jena.eyeball.vocabulary;
@@ -65,30 +74,3 @@ public class EYESVC {
     }
     
 }
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballAssembling.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballAssembling.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballAssembling.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballAssembling.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved - see end of file.
- 	$Id: EyeballAssembling.java,v 1.13 2008-12-04 16:03:23 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.vocabulary;
 
@@ -84,31 +96,3 @@ public interface EyeballAssembling exten
 
     public static final Property labels = R.p( "labels" );
     }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballRepair.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballRepair.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballRepair.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballRepair.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,21 @@
 /*
-    (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
-    All rights reserved - see end of file.
-    $Id: EyeballRepair.java,v 1.5 2008-11-06 11:26:27 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.vocabulary;
 
 import com.hp.hpl.jena.rdf.model.Resource;
@@ -94,30 +107,3 @@ public interface EyeballRepair extends E
     
     public static final Resource high = R.r( "high" );
     }
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballReporting.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballReporting.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballReporting.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballReporting.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved - see end of file.
- 	$Id: EyeballReporting.java,v 1.16 2008-11-04 09:40:55 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.vocabulary;
 
@@ -141,31 +153,3 @@ public interface EyeballReporting extend
 
     public static final Property shouldHaveType = R.p(  "shouldHaveType" );
     }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballStatistics.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballStatistics.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballStatistics.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballStatistics.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,21 @@
 /*
-    (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
-    All rights reserved - see end of file.
-    $Id: EyeballStatistics.java,v 1.4 2008-11-04 09:40:55 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.vocabulary;
 
 import com.hp.hpl.jena.rdf.model.Resource;
@@ -47,30 +60,3 @@ public interface EyeballStatistics exten
     
     public static final Property percentageChanged = R.p( "percentageChanged" );
     }
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballVocabularyBase.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballVocabularyBase.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballVocabularyBase.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/vocabulary/EyeballVocabularyBase.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved - see end of file.
- 	$Id: EyeballVocabularyBase.java,v 1.4 2008-11-04 09:40:55 chris-dollin Exp $
-*/
+ * 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 com.hp.hpl.jena.eyeball.vocabulary;
 
@@ -24,31 +36,3 @@ public interface EyeballVocabularyBase
             { return ResourceFactory.createResource( uri + local ); }
         }
     }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/RDFServiceEyeballer.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/RDFServiceEyeballer.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/RDFServiceEyeballer.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/RDFServiceEyeballer.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- * serviceEyeballer.java
+ * 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
  *
- * Created on August 14, 2006, 2007, 2008, 9:02 AM
+ *     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 com.hp.hpl.jena.eyeball.web;
@@ -168,31 +180,3 @@ public class RDFServiceEyeballer extends
     }
     
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfig.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfig.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfig.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfig.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- * eyeConfig.java
+ * 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
  *
- * Created on August 8, 2006, 2007, 2008, 11:26 AM
+ *     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 com.hp.hpl.jena.eyeball.web;
@@ -120,31 +132,3 @@ public class WebEyeballConfig extends Ob
     }
     
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfigUsingRDFService.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfigUsingRDFService.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfigUsingRDFService.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballConfigUsingRDFService.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- * eyeConfig.java
+ * 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
  *
- * Created on August 8, 2006, 2007, 2008, 11:26 AM
+ *     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 com.hp.hpl.jena.eyeball.web;
@@ -160,31 +172,3 @@ public class WebEyeballConfigUsingRDFSer
     }
     
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballTidy.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballTidy.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballTidy.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballTidy.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- * tidy.java
+ * 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
  *
- * Created on August 31, 2006, 2007, 2008, 12:18 PM
+ *     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 com.hp.hpl.jena.eyeball.web;
@@ -100,31 +112,3 @@ public class WebEyeballTidy extends Obje
     }
     
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballer.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballer.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballer.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballer.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- * eyeballer.java
+ * 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
  *
- * Created on August 7, 2006, 2007, 2008, 8:31 AM
+ *     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 com.hp.hpl.jena.eyeball.web;
@@ -304,29 +316,3 @@ public class WebEyeballer implements Ser
         }
 
     }
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP All rights
- * reserved.
- * 
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * 1. Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. 2. Redistributions in
- * binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. 3. The name of the author may not
- * be used to endorse or promote products derived from this software without
- * specific prior written permission.
- * 
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
- * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballerUsingRDFService.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballerUsingRDFService.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballerUsingRDFService.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/WebEyeballerUsingRDFService.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- * eyeballerUsingService.java
+ * 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
  *
- * Created on August 7, 2006, 2007, 2008, 8:31 AM
+ *     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 com.hp.hpl.jena.eyeball.web;
@@ -327,31 +339,3 @@ public class WebEyeballerUsingRDFService
     }
     
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/ConfigStatistician.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/ConfigStatistician.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/ConfigStatistician.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/ConfigStatistician.java Mon Nov 21 15:51:48 2011
@@ -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 com.hp.hpl.jena.eyeball.web.statistics;
 
 import com.hp.hpl.jena.eyeball.Report;
@@ -98,31 +116,3 @@ public class ConfigStatistician extends 
     }
     
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/EyeballingStatistician.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/EyeballingStatistician.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/EyeballingStatistician.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/web/statistics/EyeballingStatistician.java Mon Nov 21 15:51:48 2011
@@ -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 com.hp.hpl.jena.eyeball.web.statistics;
 
 import com.hp.hpl.jena.eyeball.Report;
@@ -76,31 +94,3 @@ public class EyeballingStatistician exte
     }
     
 }
-
-
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
\ No newline at end of file