Skip to content

Commit 60c873e

Browse files
committed
Fix license headers
1 parent a39fe3a commit 60c873e

File tree

5 files changed

+10
-16
lines changed

5 files changed

+10
-16
lines changed

pom.xml

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

1616
<name>SciJava IO Plugin: Tables</name>
17-
<description>I/O plugins for SciJava table objects</description>
17+
<description>I/O plugins for SciJava table objects.</description>
1818
<url>https://imagej.net/SciJava_Plugins_IO_Table</url>
1919
<inceptionYear>2017</inceptionYear>
2020
<organization>
@@ -91,9 +91,7 @@
9191
<package-name>org.scijava.table</package-name>
9292
<license.licenseName>bsd_2</license.licenseName>
9393
<license.copyrightOwners>Board of Regents of the University of
94-
Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
95-
<license.projectName>ImageJ software for multidimensional image
96-
processing and analysis.</license.projectName>
94+
Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
9795

9896
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
9997
<releaseProfiles>deploy-to-imagej</releaseProfiles>

src/main/java/org/scijava/table/CommonsCSVTableIOPlugin.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image
4-
* processing and analysis.
3+
* I/O plugins for SciJava table objects.
54
* %%
65
* Copyright (C) 2017 - 2018 Board of Regents of the University of
7-
* Wisconsin-Madison and University of Konstanz.
6+
* Wisconsin-Madison and University of Konstanz.
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/table/DefaultTableIOPlugin.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image
4-
* processing and analysis.
3+
* I/O plugins for SciJava table objects.
54
* %%
65
* Copyright (C) 2017 - 2018 Board of Regents of the University of
7-
* Wisconsin-Madison and University of Konstanz.
6+
* Wisconsin-Madison and University of Konstanz.
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/test/java/org/scijava/table/CommonsCSVTableIOPluginTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image
4-
* processing and analysis.
3+
* I/O plugins for SciJava table objects.
54
* %%
65
* Copyright (C) 2017 - 2018 Board of Regents of the University of
7-
* Wisconsin-Madison and University of Konstanz.
6+
* Wisconsin-Madison and University of Konstanz.
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/test/java/org/scijava/table/DefaultTableIOPluginTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* #%L
3-
* ImageJ software for multidimensional image
4-
* processing and analysis.
3+
* I/O plugins for SciJava table objects.
54
* %%
65
* Copyright (C) 2017 - 2018 Board of Regents of the University of
7-
* Wisconsin-Madison and University of Konstanz.
6+
* Wisconsin-Madison and University of Konstanz.
87
* %%
98
* Redistribution and use in source and binary forms, with or without
109
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)