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 [5/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/cardinality/ClassProperties.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/cardinality/ClassProperties.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/cardinality/ClassProperties.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/cardinality/ClassProperties.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- (c) Copyright 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- All rights reserved - see end of file.
- $Id: ClassProperties.java,v 1.6 2009-01-20 09:23:08 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.cardinality;
@@ -40,29 +52,3 @@ public class ClassProperties
         { return properties.get( resource ); }
 
     }
-
-/*
- * (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/cardinality/PropertyCardinality.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/cardinality/PropertyCardinality.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/cardinality/PropertyCardinality.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/cardinality/PropertyCardinality.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: PropertyCardinality.java,v 1.4 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.cardinality;
 
@@ -26,29 +38,3 @@ public class PropertyCardinality
     public Resource property()
         { return property; }
     }
-
-/*
- * (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/gui/Controlled.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/Controlled.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/Controlled.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/Controlled.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: Controlled.java,v 1.5 2009-01-29 14:12:04 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.gui;
 
@@ -14,30 +26,3 @@ public interface Controlled
     {
     void go( List<? extends JCheckBox> inspectorCheckBoxes, SomeBoxesPanel assumed, SomeBoxesPanel checked );
     }
-
-/*
- * (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/gui/EyeballFrame.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/EyeballFrame.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/EyeballFrame.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/EyeballFrame.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: EyeballFrame.java,v 1.8 2009-01-29 14:12:04 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.gui;
 
@@ -308,30 +320,3 @@ public class EyeballFrame extends JFrame
 	    return result;
 	    }  
     }
-
-/*
- * (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/gui/Eyeballer.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/Eyeballer.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/Eyeballer.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/Eyeballer.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: Eyeballer.java,v 1.11 2009-03-24 14:17: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.gui;
 
@@ -203,30 +215,3 @@ public class Eyeballer implements Contro
         drawOutput( "Eyeball error report", "<html><font color=\"red\">&nbsp;&nbsp;alas</font>, an error occurred", 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.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/InteractiveDoctor.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/InteractiveDoctor.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/InteractiveDoctor.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/InteractiveDoctor.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.gui;
 
 import java.awt.BorderLayout;
@@ -129,31 +147,3 @@ public class InteractiveDoctor {
         }
 	
 }
-
-
-/*
- * (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/gui/SomeBoxesPanel.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/SomeBoxesPanel.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/SomeBoxesPanel.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/gui/SomeBoxesPanel.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: SomeBoxesPanel.java,v 1.6 2009-01-29 14:12:04 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.gui;
 
@@ -98,30 +110,3 @@ public class SomeBoxesPanel extends JPan
         return box;
         }
     }
-
-/*
- * (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/inspectors/AllTypedInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/AllTypedInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/AllTypedInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/AllTypedInspector.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: AllTypedInspector.java,v 1.9 2009-01-20 09:22: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.inspectors;
 
 import java.util.HashSet;
@@ -56,30 +69,3 @@ public class AllTypedInspector extends I
     private void reportIfUnseen( Report r, Statement s, RDFNode ob )
         { if (seen.add( ob )) r.createItem( s ).addMainProperty( EYE.hasNoType, 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/inspectors/CardinalityInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/CardinalityInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/CardinalityInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/CardinalityInspector.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: CardinalityInspector.java,v 1.21 2009-01-29 12:20:00 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.inspectors;
 
@@ -89,31 +101,3 @@ public class CardinalityInspector extend
     public CardinalityMap getCardinalityMap()
         { return map; }
     }
-
-
-/*
- * (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/inspectors/ClassInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ClassInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ClassInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ClassInspector.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: ClassInspector.java,v 1.11 2009-01-29 12:20:00 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.inspectors;
 
@@ -163,31 +175,3 @@ public class ClassInspector extends Insp
         result.add( RDF.Statement );
         }
     }
-
-
-/*
- * (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/inspectors/ConsistentTypeInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ConsistentTypeInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ConsistentTypeInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ConsistentTypeInspector.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: ConsistentTypeInspector.java,v 1.13 2009-01-29 12:20:00 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.inspectors;
 
@@ -170,31 +182,3 @@ public class ConsistentTypeInspector ext
     protected OntResource asResource( Resource r )
         { return r .inModel( om ) .as( OntResource.class ); }
     }
-
-
-/*
- * (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/inspectors/InspectorBase.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/InspectorBase.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/InspectorBase.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/InspectorBase.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: InspectorBase.java,v 1.3 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.inspectors;
 
@@ -27,31 +39,3 @@ public abstract class InspectorBase impl
     public void end( Report r )
         {}
     }
-
-
-/*
- * (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/inspectors/ListInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ListInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ListInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/ListInspector.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: ListInspector.java,v 1.16 2009-01-29 13:39:20 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.inspectors;
 
@@ -267,4 +279,3 @@ public class ListInspector extends Inspe
         return countFirst == 0 ? EyeballReporting.hasNoFirst : EyeballReporting.hasMultipleFirsts;
         }
     }
-

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/LiteralInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/LiteralInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/LiteralInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/LiteralInspector.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: LiteralInspector.java,v 1.15 2009-01-29 12:20:00 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.inspectors;
 
@@ -72,31 +84,3 @@ public class LiteralInspector extends In
     private boolean badURI( String dtURI )
         { return URIInspector.getProblemMessagesFor( dtURI ).size() > 0; }
     }
-
-
-/*
- * (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/inspectors/NullInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/NullInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/NullInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/NullInspector.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: NullInspector.java,v 1.3 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.inspectors;
 
@@ -20,30 +32,3 @@ public class NullInspector extends Inspe
     public NullInspector()
         {}
     }
-
-/*
- * (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/inspectors/OwlSyntaxInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/OwlSyntaxInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/OwlSyntaxInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/OwlSyntaxInspector.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: OwlSyntaxInspector.java,v 1.8 2009-01-29 12:20:00 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.inspectors;
 
@@ -125,4 +137,3 @@ public class OwlSyntaxInspector extends 
     private int countProperties( Resource r, Property p )
         { return r.listProperties( p ).toList().size(); }
     }
-

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/PrefixInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/PrefixInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/PrefixInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/PrefixInspector.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: PrefixInspector.java,v 1.15 2009-01-29 13:39:20 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.inspectors;
 
@@ -126,30 +138,3 @@ public class PrefixInspector extends Ins
             }
         }
     }
-
-/*
- * (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/inspectors/PropertyInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/PropertyInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/PropertyInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/PropertyInspector.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: PropertyInspector.java,v 1.7 2009-03-20 15:42:05 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.inspectors;
 
@@ -68,30 +80,3 @@ public class PropertyInspector extends I
             r.createItem( s ).addMainProperty( EYE.unknownPredicate, predicate );
         }
     }
-
-/*
- * (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/inspectors/SparqlDrivenInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/SparqlDrivenInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/SparqlDrivenInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/SparqlDrivenInspector.java Mon Nov 21 15:51:48 2011
@@ -1,8 +1,20 @@
 /*
- 	(c) Copyright 2008 Hewlett-Packard Development Company, LP
- 	All rights reserved.
- 	$Id: SparqlDrivenInspector.java,v 1.8 2009-01-29 13:39:20 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.inspectors;
 
@@ -114,30 +126,3 @@ public class SparqlDrivenInspector exten
     protected FileInsertion getFileInsertion()
         { return new 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/inspectors/URIInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/URIInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/URIInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/URIInspector.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: URIInspector.java,v 1.22 2009-03-23 15:36:34 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.inspectors;
 
@@ -180,31 +192,3 @@ public class URIInspector extends Inspec
         return result;
         }
     }
-
-
-/*
- * (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/inspectors/VocabularyInspector.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/VocabularyInspector.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/VocabularyInspector.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/inspectors/VocabularyInspector.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: VocabularyInspector.java,v 1.15 2010-01-11 14:08:26 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.inspectors;
 
@@ -121,31 +133,3 @@ public class VocabularyInspector 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/loaders/FileLoader.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/FileLoader.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/FileLoader.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/FileLoader.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: FileLoader.java,v 1.5 2008-11-05 14:42: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.loaders;
 
@@ -54,30 +66,3 @@ public class FileLoader implements Loade
     public FileManager getFileManager()
         { return fm; }
     }
-
-/*
- * (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/loaders/JDBCLoader.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/JDBCLoader.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/JDBCLoader.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/JDBCLoader.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: JDBCLoader.java,v 1.4 2008-11-04 09:40:54 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.loaders;
 
@@ -43,31 +55,3 @@ public class JDBCLoader implements Loade
         }
 
     }
-
-
-/*
- * (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/loaders/JDBCSensitiveLoader.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/JDBCSensitiveLoader.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/JDBCSensitiveLoader.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/JDBCSensitiveLoader.java Mon Nov 21 15:51:48 2011
@@ -1,7 +1,19 @@
 /*
- (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- All rights reserved - see end of file.
- $Id: JDBCSensitiveLoader.java,v 1.4 2008-11-05 12:34:36 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.loaders;
@@ -41,29 +53,3 @@ public class JDBCSensitiveLoader impleme
     public Model load( String s )
         { return s.startsWith( "jdbc:" ) ? db.load( s ) : base.load( 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.
- */
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/Loader.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/Loader.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/Loader.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/Loader.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: Loader.java,v 1.3 2008-11-04 09:40:54 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.loaders;
 
@@ -22,30 +34,3 @@ public interface Loader
     */
     public Model load( String 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.
-*/
\ No newline at end of file

Modified: incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/OntLoader.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/OntLoader.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/OntLoader.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/loaders/OntLoader.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: OntLoader.java,v 1.6 2008-11-04 09:40:54 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.loaders;
 
@@ -57,29 +69,3 @@ public class OntLoader
             }
         }
     }
-
-/*
- * (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/renderers/ExperimentalTextRenderer.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/renderers/ExperimentalTextRenderer.java?rev=1204557&r1=1204556&r2=1204557&view=diff
==============================================================================
--- incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/renderers/ExperimentalTextRenderer.java (original)
+++ incubator/jena/Jena2/Eyeball/trunk/src/com/hp/hpl/jena/eyeball/renderers/ExperimentalTextRenderer.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: ExperimentalTextRenderer.java,v 1.9 2009-01-29 12:20:15 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.renderers;
 
@@ -221,31 +233,3 @@ public class ExperimentalTextRenderer im
         out.print( nicely( object ) );
         }
     }
-
-
-/*
- * (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.
-*/