Skip to content

Commit 9c0856d

Browse files
committed
Fix copyright and license headers
1 parent 51ceeef commit 9c0856d

File tree

11 files changed

+68
-52
lines changed

11 files changed

+68
-52
lines changed

LICENSE.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 2017, KNIME GmbH and Board of Regents of the University
2+
of Wisconsin-Madison.
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without modification,
6+
are permitted provided that the following conditions are met:
7+
8+
1. Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
10+
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
14+
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25+
POSSIBILITY OF SUCH DAMAGE.

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<version>0.1.0-SNAPSHOT</version>
1515

1616
<name>SciJava I/O: HTTP</name>
17-
<description>Handles for remote HTTP(S)</description>
18-
<url>https://github.com/scijava/scijava-handles-http</url>
17+
<description>SciJava I/O support for HTTP/HTTPS.</description>
18+
<url>https://github.com/scijava/scijava-io-http</url>
1919
<inceptionYear>2017</inceptionYear>
2020
<organization>
2121
<name>SciJava</name>
@@ -96,8 +96,8 @@
9696
<properties>
9797
<package-name>org.scijava.io.http</package-name>
9898
<license.licenseName>bsd_2</license.licenseName>
99-
<license.copyrightOwners>University of Konstanz and Board of Regents
100-
of the University of Wisconsin-Madison.</license.copyrightOwners>
99+
<license.copyrightOwners>KNIME GmbH and Board of Regents of the University
100+
of Wisconsin-Madison.</license.copyrightOwners>
101101

102102
<scijava-common.version>2.65.0</scijava-common.version>
103103
<okhttp.version>3.6.0</okhttp.version>

src/main/java/org/scijava/io/handle/AbstractSeekableStreamHandle.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/io/handle/AbstractStreamHandle.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:
11-
*
10+
*
1211
* 1. Redistributions of source code must retain the above copyright notice,
1312
* this list of conditions and the following disclaimer.
1413
* 2. Redistributions in binary form must reproduce the above copyright notice,
1514
* this list of conditions and the following disclaimer in the documentation
1615
* and/or other materials provided with the distribution.
17-
*
16+
*
1817
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1918
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2019
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/io/handle/ResettableStreamHandle.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/io/handle/SeekableStreamHandle.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:

src/main/java/org/scijava/io/handle/StreamHandle.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2017 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:
11-
*
10+
*
1211
* 1. Redistributions of source code must retain the above copyright notice,
1312
* this list of conditions and the following disclaimer.
1413
* 2. Redistributions in binary form must reproduce the above copyright notice,
1514
* this list of conditions and the following disclaimer in the documentation
1615
* and/or other materials provided with the distribution.
17-
*
16+
*
1817
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1918
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2019
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/io/http/HTTPHandle.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2016 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:
11-
*
10+
*
1211
* 1. Redistributions of source code must retain the above copyright notice,
1312
* this list of conditions and the following disclaimer.
1413
* 2. Redistributions in binary form must reproduce the above copyright notice,
1514
* this list of conditions and the following disclaimer in the documentation
1615
* and/or other materials provided with the distribution.
17-
*
16+
*
1817
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1918
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2019
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/main/java/org/scijava/io/http/HTTPLocation.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2016 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:
11-
*
10+
*
1211
* 1. Redistributions of source code must retain the above copyright notice,
1312
* this list of conditions and the following disclaimer.
1413
* 2. Redistributions in binary form must reproduce the above copyright notice,
1514
* this list of conditions and the following disclaimer in the documentation
1615
* and/or other materials provided with the distribution.
17-
*
16+
*
1817
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1918
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2019
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

src/test/java/org/scijava/io/http/HTTPHandleTest.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
/*
22
* #%L
3-
* SciJava Common shared library for SciJava software.
3+
* SciJava I/O support for HTTP/HTTPS.
44
* %%
5-
* Copyright (C) 2009 - 2016 Board of Regents of the University of
6-
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
7-
* Institute of Molecular Cell Biology and Genetics.
5+
* Copyright (C) 2017 KNIME GmbH and Board of Regents of the University
6+
* of Wisconsin-Madison.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:
11-
*
10+
*
1211
* 1. Redistributions of source code must retain the above copyright notice,
1312
* this list of conditions and the following disclaimer.
1413
* 2. Redistributions in binary form must reproduce the above copyright notice,
1514
* this list of conditions and the following disclaimer in the documentation
1615
* and/or other materials provided with the distribution.
17-
*
16+
*
1817
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1918
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2019
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

0 commit comments

Comments
 (0)