Skip to content

Commit a97125a

Browse files
committed
Update license headers
1 parent fd971b4 commit a97125a

5 files changed

Lines changed: 18 additions & 14 deletions

File tree

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2017, Board of Regents of the University of
2-
Wisconsin-Madison and University of Konstanz.
1+
Copyright (c) 2017 - 2018, Board of Regents of the University of
2+
Wisconsin-Madison and University of Konstanz.
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification,

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

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

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

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

src/test/java/org/scijava/table/CommonsCSVTableIOPluginTest.java

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

src/test/java/org/scijava/table/DefaultTableIOPluginTest.java

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

0 commit comments

Comments
 (0)