Skip to content

Commit e5007a2

Browse files
committed
Fix copyrights and licenses
This was done using the commands: mvn license:update-project-license mvn license:update-file-header
1 parent ef59eda commit e5007a2

File tree

111 files changed

+144
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+144
-114
lines changed

LICENSE.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
SciJava Common shared library for SciJava software.
2+
3+
Copyright (C) 2009 - 2013 Board of Regents of the University of
4+
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
5+
Institute of Molecular Cell Biology and Genetics.
6+
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions are met:
9+
10+
1. Redistributions of source code must retain the above copyright notice,
11+
this list of conditions and the following disclaimer.
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
20+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26+
POSSIBILITY OF SUCH DAMAGE.
27+
28+
The views and conclusions contained in the software and documentation are
29+
those of the authors and should not be interpreted as representing official
30+
policies, either expressed or implied, of any organization.

src/main/java/org/scijava/AbstractContextual.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/AbstractUIDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/BasicDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/Contextual.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/Instantiable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/InstantiableException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/ItemIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

src/main/java/org/scijava/ItemVisibility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image processing and analysis.
3+
* SciJava Common shared library for SciJava software.
44
* %%
55
* Copyright (C) 2009 - 2013 Board of Regents of the University of
66
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck

0 commit comments

Comments
 (0)