diff --git a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/builder.js b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/builder.js index dba8becaa1..ea59256087 100644 --- a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/builder.js +++ b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/builder.js @@ -1,3 +1,10 @@ +/* + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ // script.aculo.us builder.js v1.8.2, Tue Nov 18 18:30:58 +0100 2008 // Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) diff --git a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/controls.js b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/controls.js index 368aee0b67..bb67c99e7c 100644 --- a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/controls.js +++ b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/controls.js @@ -1,3 +1,10 @@ +/* + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ // script.aculo.us controls.js v1.8.2, Tue Nov 18 18:30:58 +0100 2008 // Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) diff --git a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/effects.js b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/effects.js index f31a81a009..ea90611f64 100644 --- a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/effects.js +++ b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/effects.js @@ -1,3 +1,10 @@ +/* + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ // script.aculo.us effects.js v1.8.2, Tue Nov 18 18:30:58 +0100 2008 // Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) diff --git a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/prototype.js b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/prototype.js index dfe8ab4e13..e9e544d1d4 100644 --- a/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/prototype.js +++ b/dspace-jspui/dspace-jspui-webapp/src/main/webapp/static/js/scriptaculous/prototype.js @@ -1,3 +1,10 @@ +/* + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ /* Prototype JavaScript framework, version 1.6.0.3 * (c) 2005-2008 Sam Stephenson * diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Agent.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Agent.java index 27b65003bb..14c095aae9 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Agent.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Agent.java @@ -1,37 +1,9 @@ -/* - * Agent.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/AggregatedResource.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/AggregatedResource.java index 1ed85e9913..5b4758e80c 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/AggregatedResource.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/AggregatedResource.java @@ -1,37 +1,9 @@ -/* - * AggregatedResource.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Aggregation.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Aggregation.java index eb09a95af1..7970b80b23 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Aggregation.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Aggregation.java @@ -1,37 +1,9 @@ -/* - * Aggregation.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREException.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREException.java index cce70726f4..ff351d34f8 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREException.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREException.java @@ -1,37 +1,9 @@ -/* - * OREException.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREFactory.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREFactory.java index d6760bdf62..8c778391ca 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREFactory.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREFactory.java @@ -1,37 +1,9 @@ -/* - * OREFactory.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParser.java index 61f9168c3c..4ded0c0a96 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParser.java @@ -1,37 +1,9 @@ -/* - * OREParser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserException.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserException.java index 0189760348..dc28e17ac4 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserException.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserException.java @@ -1,37 +1,9 @@ -/* - * OREParserException.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserFactory.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserFactory.java index f51fca8584..890e808a23 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserFactory.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREParserFactory.java @@ -1,37 +1,9 @@ -/* - * OREParserFactory.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREResource.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREResource.java index f6f017f2c1..22d11dfcae 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREResource.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREResource.java @@ -1,37 +1,9 @@ -/* - * AtomOREParser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiser.java index 178e51cbdd..81cfa293de 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiser.java @@ -1,37 +1,9 @@ -/* - * ORESerialiser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserException.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserException.java index d67cb6e81c..c197c3cea8 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserException.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserException.java @@ -1,37 +1,9 @@ -/* - * ORESerialiserException.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserFactory.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserFactory.java index da012f38d7..bb9cf6d8be 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserFactory.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORESerialiserFactory.java @@ -1,37 +1,9 @@ -/* - * ORESerialiserFactory.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORETransformer.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORETransformer.java index 0041a38746..988b4a14f3 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORETransformer.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ORETransformer.java @@ -1,37 +1,9 @@ -/* - * ORETransformer.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREVocabulary.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREVocabulary.java index 21f7418b1d..8eaafef50a 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREVocabulary.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/OREVocabulary.java @@ -1,37 +1,9 @@ -/* - * OREVocabulary.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Predicate.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Predicate.java index b9f8b42fdf..f2c17edca2 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Predicate.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Predicate.java @@ -1,37 +1,9 @@ -/* - * Predicate.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Proxy.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Proxy.java index 516deeef1b..ea1d3e538e 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Proxy.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Proxy.java @@ -1,37 +1,9 @@ -/* - * Proxy.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/REMValidator.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/REMValidator.java index 6b3e2a9f0d..9f25856a35 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/REMValidator.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/REMValidator.java @@ -1,37 +1,9 @@ -/* - * REMValidator.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ReMSerialisation.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ReMSerialisation.java index 12b9c58bb2..d33caf640e 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ReMSerialisation.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ReMSerialisation.java @@ -1,37 +1,9 @@ -/* - * ReMSerialisation.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMap.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMap.java index d5f33585b1..cde8bbd359 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMap.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMap.java @@ -1,37 +1,9 @@ -/* - * ResourceMap.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMapDocument.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMapDocument.java index 68253f7601..3c1b2a09a4 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMapDocument.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/ResourceMapDocument.java @@ -1,37 +1,9 @@ -/* - * ResourceMapDocument.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Triple.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Triple.java index 76fc11bc93..a8582cfc91 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Triple.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/Triple.java @@ -1,37 +1,9 @@ -/* - * Triple.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/TripleSelector.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/TripleSelector.java index 084fe97da4..80c9abce10 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/TripleSelector.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/TripleSelector.java @@ -1,37 +1,9 @@ -/* - * TripleSelector.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomOREParser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomOREParser.java index c265aaf96a..47a7e505cd 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomOREParser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomOREParser.java @@ -1,37 +1,9 @@ -/* - * AtomOREParser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.atom; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomORESerialiser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomORESerialiser.java index 16bd814713..74204d1919 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomORESerialiser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/atom/AtomORESerialiser.java @@ -1,37 +1,9 @@ -/* - * AtomORESerialiser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.atom; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AgentJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AgentJena.java index 9ea7b0dde7..c1c05cc421 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AgentJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AgentJena.java @@ -1,37 +1,9 @@ -/* - * AgentJena.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregatedResourceJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregatedResourceJena.java index 6d3b08396c..db0b4ccc65 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregatedResourceJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregatedResourceJena.java @@ -1,37 +1,9 @@ -/* - * AggregatedResource.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregationJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregationJena.java index c5d432bfe1..f904c899a7 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregationJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/AggregationJena.java @@ -1,37 +1,9 @@ -/* - * AggregationJena.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/GraphResource.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/GraphResource.java index 275272c4ec..9241281892 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/GraphResource.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/GraphResource.java @@ -1,37 +1,9 @@ -/* - * GraphResource.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREConstants.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREConstants.java index 5eb5d0a235..184acadb39 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREConstants.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREConstants.java @@ -1,37 +1,9 @@ -/* - * JenaOREConstants.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREFactory.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREFactory.java index 73dffd8a5f..b948515ce9 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREFactory.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREFactory.java @@ -1,37 +1,9 @@ -/* - * JenaOREFactory.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREParser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREParser.java index a37643f53a..f13ae087f6 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREParser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaOREParser.java @@ -1,37 +1,9 @@ -/* - * JenaOREParser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaORESerialiser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaORESerialiser.java index e3e76407a0..7742e04206 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaORESerialiser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/JenaORESerialiser.java @@ -1,37 +1,9 @@ -/* - * JenaORESerialiser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ORE.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ORE.java index da2a6463f2..5f637e3a79 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ORE.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ORE.java @@ -1,37 +1,9 @@ -/* - * ORE.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREResourceJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREResourceJena.java index ec70482c4c..e74388e48b 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREResourceJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREResourceJena.java @@ -1,37 +1,9 @@ -/* - * OREResourceJena.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREX.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREX.java index 5c0479351d..627cfe8dfb 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREX.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/OREX.java @@ -1,37 +1,9 @@ -/* - * OREX.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ProxyJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ProxyJena.java index 79571ccbd7..38555babaf 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ProxyJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ProxyJena.java @@ -1,37 +1,9 @@ -/* - * ProxyJena.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/REMValidatorJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/REMValidatorJena.java index be21e7cccb..48c06dc590 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/REMValidatorJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/REMValidatorJena.java @@ -1,37 +1,9 @@ -/* - * REMValidatorJena.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ResourceMapJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ResourceMapJena.java index 915215a1e9..1ed9c51afb 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ResourceMapJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/ResourceMapJena.java @@ -1,37 +1,9 @@ -/* - * ResourceMapJena.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/TripleJena.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/TripleJena.java index c524cd3399..5b23473a0f 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/TripleJena.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/jena/TripleJena.java @@ -1,37 +1,9 @@ -/* - * TripleJena.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.jena; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaOREParser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaOREParser.java index 0511af3d59..7cc92085cc 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaOREParser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaOREParser.java @@ -1,37 +1,9 @@ -/* - * RDFaOREParser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.rdfa; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaORESerialiser.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaORESerialiser.java index 5c264f2115..945d66b4b5 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaORESerialiser.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/rdfa/RDFaORESerialiser.java @@ -1,37 +1,9 @@ -/* - * RDFaORESerialiser.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.rdfa; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/test/ORETest.java b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/test/ORETest.java index e7e1c70ed5..2357730d45 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/test/ORETest.java +++ b/dspace-swordv2/dspace-foresite-java/src/main/java/org/dspace/foresite/test/ORETest.java @@ -1,37 +1,9 @@ -/* - * ORETest.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.test; diff --git a/dspace-swordv2/dspace-foresite-java/src/main/resources/rdfxml2rdfa.xsl b/dspace-swordv2/dspace-foresite-java/src/main/resources/rdfxml2rdfa.xsl index 9ea9b4a56c..4baae6bae9 100644 --- a/dspace-swordv2/dspace-foresite-java/src/main/resources/rdfxml2rdfa.xsl +++ b/dspace-swordv2/dspace-foresite-java/src/main/resources/rdfxml2rdfa.xsl @@ -1,37 +1,11 @@ diff --git a/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Behaviour09.java b/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Behaviour09.java index d770702aba..b6214aa336 100644 --- a/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Behaviour09.java +++ b/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Behaviour09.java @@ -1,37 +1,9 @@ -/* - * Behaviour09.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.test; diff --git a/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Compliance09.java b/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Compliance09.java index a77f2069d6..1f354c275f 100644 --- a/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Compliance09.java +++ b/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Compliance09.java @@ -1,37 +1,9 @@ -/* - * Compliance09.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.test; diff --git a/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Serialisation09.java b/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Serialisation09.java index 05df610db8..985ca6115f 100644 --- a/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Serialisation09.java +++ b/dspace-swordv2/dspace-foresite-java/src/test/java/org/dspace/foresite/test/Serialisation09.java @@ -1,37 +1,9 @@ -/* - * Serialisation09.java +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at * - * Copyright (c) 2008, Hewlett-Packard Company and Massachusetts - * Institute of Technology. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - 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. - * - * - Neither the name of the Hewlett-Packard Company nor the name of the - * Massachusetts Institute of Technology nor the names of their - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * ``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 COPYRIGHT - * HOLDERS OR CONTRIBUTORS 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. + * http://www.dspace.org/license/ */ package org.dspace.foresite.test; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AtomStatement.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AtomStatement.java index 6b48096807..52142ad43b 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AtomStatement.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AtomStatement.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AuthCredentials.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AuthCredentials.java index b06dfbc95e..b3288db94f 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AuthCredentials.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/AuthCredentials.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; public class AuthCredentials diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionAPI.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionAPI.java index 4716630598..d0d82450d8 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionAPI.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionAPI.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.i18n.iri.IRI; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionDepositManager.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionDepositManager.java index 9444c11aac..35cbd0d47d 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionDepositManager.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionDepositManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; public interface CollectionDepositManager diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionListManager.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionListManager.java index d6fe74afd0..cf867ce935 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionListManager.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/CollectionListManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.i18n.iri.IRI; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerAPI.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerAPI.java index c61b6da182..e4d281e5d1 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerAPI.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerAPI.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.i18n.iri.IRI; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerManager.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerManager.java index 188a43d75b..eb4a99d0dd 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerManager.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ContainerManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.util.Map; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Deposit.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Deposit.java index 8a316655c8..3a94ca78d3 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Deposit.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Deposit.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.model.Entry; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/DepositReceipt.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/DepositReceipt.java index 257eb6e785..9f86e05af9 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/DepositReceipt.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/DepositReceipt.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ErrorDocument.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ErrorDocument.java index 72714939d3..6cec9df79b 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ErrorDocument.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ErrorDocument.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import nu.xom.Attribute; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResource.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResource.java index daff389af7..3a78f7ac02 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResource.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResource.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.io.InputStream; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceAPI.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceAPI.java index 9e3f004342..5b94f20181 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceAPI.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceAPI.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.i18n.iri.IRI; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceManager.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceManager.java index 25fd03b47c..476c89f13f 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceManager.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/MediaResourceManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.util.Map; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OREStatement.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OREStatement.java index de5961ccc4..3c0780d0ea 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OREStatement.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OREStatement.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import com.hp.hpl.jena.rdf.model.Model; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OriginalDeposit.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OriginalDeposit.java index 58f1480040..0704dfdf9d 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OriginalDeposit.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/OriginalDeposit.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.util.ArrayList; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ResourcePart.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ResourcePart.java index 1f781fb67a..1da7f626f1 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ResourcePart.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ResourcePart.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.util.HashMap; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocument.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocument.java index 6d13994cff..d7661fb1e4 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocument.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocument.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentAPI.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentAPI.java index 03f4aafdef..454364c535 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentAPI.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentAPI.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.model.Element; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentManager.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentManager.java index 01191eec24..1a9f2a031a 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentManager.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/ServiceDocumentManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; public interface ServiceDocumentManager diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Statement.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Statement.java index 2b064169a7..1c6f281509 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Statement.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/Statement.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.io.IOException; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementAPI.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementAPI.java index 0afa442fcf..f297169a8b 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementAPI.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementAPI.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementManager.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementManager.java index 41aa345fcc..b094526641 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementManager.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/StatementManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.util.Map; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAPIEndpoint.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAPIEndpoint.java index a979655303..c80e5eb3c2 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAPIEndpoint.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAPIEndpoint.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAuthException.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAuthException.java index 4e8f72164d..daa887e14f 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAuthException.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordAuthException.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; public class SwordAuthException extends Exception diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordCollection.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordCollection.java index 97ca8c8f52..07d19fbc3d 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordCollection.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordCollection.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfiguration.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfiguration.java index fed6094eb6..18cc1a1171 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfiguration.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfiguration.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; public interface SwordConfiguration diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfigurationDefault.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfigurationDefault.java index cc9ef6463f..0d7bfb5f97 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfigurationDefault.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordConfigurationDefault.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; public class SwordConfigurationDefault implements SwordConfiguration diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordEntry.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordEntry.java index 946a676fce..48c41b3ab1 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordEntry.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordEntry.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordError.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordError.java index 0f8224ab11..811652561d 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordError.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordError.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import java.util.HashMap; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordServerException.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordServerException.java index a2812cff73..c9e8a1e655 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordServerException.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordServerException.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; public class SwordServerException extends Exception diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordWorkspace.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordWorkspace.java index 8225f625df..7d0637e51d 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordWorkspace.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/SwordWorkspace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/UriRegistry.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/UriRegistry.java index adb342d76c..d120a82e30 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/UriRegistry.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/UriRegistry.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server; import javax.xml.namespace.QName; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/CollectionServletDefault.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/CollectionServletDefault.java index 6e63cbb5d1..0003eb9934 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/CollectionServletDefault.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/CollectionServletDefault.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server.servlets; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ContainerServletDefault.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ContainerServletDefault.java index d242eacafd..2b8feeb145 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ContainerServletDefault.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ContainerServletDefault.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server.servlets; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/MediaResourceServletDefault.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/MediaResourceServletDefault.java index e08d341825..acc72dcdee 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/MediaResourceServletDefault.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/MediaResourceServletDefault.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server.servlets; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ServiceDocumentServletDefault.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ServiceDocumentServletDefault.java index 00b4e346fd..e478f98933 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ServiceDocumentServletDefault.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/ServiceDocumentServletDefault.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server.servlets; import org.swordapp.server.ServiceDocumentAPI; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/StatementServletDefault.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/StatementServletDefault.java index 17eabd3e76..64969b6fd5 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/StatementServletDefault.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/StatementServletDefault.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server.servlets; import org.swordapp.server.*; diff --git a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/SwordServlet.java b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/SwordServlet.java index dcf6e258e0..cc260a222a 100644 --- a/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/SwordServlet.java +++ b/dspace-swordv2/dspace-swordv2-api/src/main/java/org/swordapp/server/servlets/SwordServlet.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.swordapp.server.servlets; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AbstractSwordContentIngester.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AbstractSwordContentIngester.java index f2e7ade09e..46c060645a 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AbstractSwordContentIngester.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AbstractSwordContentIngester.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.authorize.AuthorizeException; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AtomStatementDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AtomStatementDisseminator.java index cf61730888..e6b5300205 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AtomStatementDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/AtomStatementDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.DCValue; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/BinaryContentIngester.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/BinaryContentIngester.java index f1767fb663..c05862020a 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/BinaryContentIngester.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/BinaryContentIngester.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.authorize.AuthorizeException; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionDepositManagerDSpace.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionDepositManagerDSpace.java index 2434200a24..2020b11f9b 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionDepositManagerDSpace.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionDepositManagerDSpace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionListManagerDSpace.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionListManagerDSpace.java index 8c391eea9b..bec50baa8c 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionListManagerDSpace.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/CollectionListManagerDSpace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ContainerManagerDSpace.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ContainerManagerDSpace.java index f99b7f906d..b08c482a8f 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ContainerManagerDSpace.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ContainerManagerDSpace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceSwordAPI.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceSwordAPI.java index 46f1787916..3db17542fe 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceSwordAPI.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceSwordAPI.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceUriRegistry.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceUriRegistry.java index 7da793d7a6..d21ccc7a6e 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceUriRegistry.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/DSpaceUriRegistry.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; public class DSpaceUriRegistry diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/FeedContentDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/FeedContentDisseminator.java index 3a9f052fbf..da6c42f56b 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/FeedContentDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/FeedContentDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.apache.abdera.Abdera; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/GenericStatementDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/GenericStatementDisseminator.java index dd090049d2..958b1f1035 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/GenericStatementDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/GenericStatementDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.Bitstream; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/MediaResourceManagerDSpace.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/MediaResourceManagerDSpace.java index 256fc14179..e58ead096f 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/MediaResourceManagerDSpace.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/MediaResourceManagerDSpace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/OreStatementDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/OreStatementDisseminator.java index 1c01929659..048e9dfaeb 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/OreStatementDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/OreStatementDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.Item; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ServiceDocumentManagerDSpace.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ServiceDocumentManagerDSpace.java index 3fa27dd569..7d918e581b 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ServiceDocumentManagerDSpace.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/ServiceDocumentManagerDSpace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryDisseminator.java index 53ae6278cd..607cba6a95 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.DCValue; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryIngester.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryIngester.java index 41d802eecb..e2693a45c8 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryIngester.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleDCEntryIngester.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.authorize.AuthorizeException; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentDisseminator.java index 1b61b11be5..7fe6883c8b 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.authorize.AuthorizeException; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentIngester.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentIngester.java index d2a69a129b..994a1e3d35 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentIngester.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SimpleZipContentIngester.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.authorize.AuthorizeException; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/StatementManagerDSpace.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/StatementManagerDSpace.java index 44cf451fd7..ca1731d8b8 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/StatementManagerDSpace.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/StatementManagerDSpace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordConfigurationDSpace.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordConfigurationDSpace.java index 57e01564e7..edf7e9810a 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordConfigurationDSpace.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordConfigurationDSpace.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.apache.log4j.Logger; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordContentDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordContentDisseminator.java index 9c0fd9845c..39d4df10f1 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordContentDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordContentDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.Item; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordDisseminatorFactory.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordDisseminatorFactory.java index df6f167c19..d476c546cd 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordDisseminatorFactory.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordDisseminatorFactory.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.core.PluginManager; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryDisseminator.java index c448623afc..2c0a86cb43 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.Item; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryIngester.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryIngester.java index 2d11f786d2..1aa6992740 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryIngester.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordEntryIngester.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.DSpaceObject; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordStatementDisseminator.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordStatementDisseminator.java index bb134a4446..c37c9a1a59 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordStatementDisseminator.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/SwordStatementDisseminator.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.Item; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/TempFileInputStream.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/TempFileInputStream.java index c71f66e720..379365cab3 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/TempFileInputStream.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/TempFileInputStream.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import java.io.File; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VerboseDescription.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VerboseDescription.java index b5acfb277e..6253f178e9 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VerboseDescription.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VerboseDescription.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import java.text.SimpleDateFormat; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VersionManager.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VersionManager.java index 29a9b9ee2d..d32f74f51f 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VersionManager.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/VersionManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.authorize.AuthorizeException; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManager.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManager.java index cc8e7f8995..000f2b0605 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManager.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManager.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.Bitstream; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerDefault.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerDefault.java index fab8255033..2d691def1f 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerDefault.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerDefault.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.content.Bitstream; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerFactory.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerFactory.java index 51bb26a187..f38a0f96f2 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerFactory.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowManagerFactory.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.core.PluginManager; diff --git a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowTools.java b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowTools.java index 8674d9ff5b..a1a689f78a 100644 --- a/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowTools.java +++ b/dspace-swordv2/dspace-swordv2-webapp/src/main/java/org/dspace/sword2/WorkflowTools.java @@ -1,3 +1,10 @@ +/** + * The contents of this file are subject to the license and copyright + * detailed in the LICENSE and NOTICE files at the root of the source + * tree and available online at + * + * http://www.dspace.org/license/ + */ package org.dspace.sword2; import org.dspace.authorize.AuthorizeException;