Skip to content

Commit 67a18fe

Browse files
committed
Updated copyright
1 parent d0b79f5 commit 67a18fe

Some content is hidden

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

51 files changed

+691
-2436
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ APPENDIX: How to apply the Educational Community License to your work
156156
the same "printed page" as the copyright notice for easier
157157
identification within third-party archives.
158158

159-
Copyright 2013 JavaANPR contributors
159+
Copyright [yyyy] JavaANPR contributors
160160
Copyright 2006 Ondrej Martinsky
161161
Licensed under the Educational Community License, Version 2.0 (the "License");
162162
you may not use this file except in compliance with the License.

pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<!--
2+
~ Copyright 2013 JavaANPR contributors
3+
~ Copyright 2006 Ondrej Martinsky
4+
~ Licensed under the Educational Community License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.osedu.org/licenses/ECL-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing,
11+
~ software distributed under the License is distributed on an "AS IS"
12+
~ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
13+
~ or implied. See the License for the specific language governing
14+
~ permissions and limitations under the License.
15+
-->
16+
117
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
218
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
319
<modelVersion>4.0.0</modelVersion>

src/main/java/net/sf/javaanpr/configurator/Configurator.java

+13-64
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,17 @@
11
/*
2-
------------------------------------------------------------------------
3-
JavaANPR - Automatic Number Plate Recognition System for Java
4-
------------------------------------------------------------------------
5-
6-
This file is a part of the JavaANPR, licensed under the terms of the
7-
Educational Community License
8-
9-
Copyright (c) 2006-2007 Ondrej Martinsky. All rights reserved
10-
11-
This Original Work, including software, source code, documents, or
12-
other related items, is being provided by the copyright holder(s)
13-
subject to the terms of the Educational Community License. By
14-
obtaining, using and/or copying this Original Work, you agree that you
15-
have read, understand, and will comply with the following terms and
16-
conditions of the Educational Community License:
17-
18-
Permission to use, copy, modify, merge, publish, distribute, and
19-
sublicense this Original Work and its documentation, with or without
20-
modification, for any purpose, and without fee or royalty to the
21-
copyright holder(s) is hereby granted, provided that you include the
22-
following on ALL copies of the Original Work or portions thereof,
23-
including modifications or derivatives, that you make:
24-
25-
# The full text of the Educational Community License in a location
26-
viewable to users of the redistributed or derivative work.
27-
28-
# Any pre-existing intellectual property disclaimers, notices, or terms
29-
and conditions.
30-
31-
# Notice of any changes or modifications to the Original Work,
32-
including the date the changes were made.
33-
34-
# Any modifications of the Original Work must be distributed in such a
35-
manner as to avoid any confusion with the Original Work of the
36-
copyright holders.
37-
38-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
39-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
40-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
41-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
42-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
43-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
44-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45-
46-
The name and trademarks of copyright holder(s) may NOT be used in
47-
advertising or publicity pertaining to the Original or Derivative Works
48-
without specific, written prior permission. Title to copyright in the
49-
Original Work and any associated documentation will at all times remain
50-
with the copyright holders.
51-
52-
If you want to alter upon this work, you MUST attribute it in
53-
a) all source files
54-
b) on every place, where is the copyright of derivated work
55-
exactly by the following label :
56-
57-
---- label begin ----
58-
This work is a derivate of the JavaANPR. JavaANPR is a intellectual
59-
property of Ondrej Martinsky. Please visit http://javaanpr.sourceforge.net
60-
for more info about JavaANPR.
61-
---- label end ----
62-
63-
------------------------------------------------------------------------
64-
http://javaanpr.sourceforge.net
65-
------------------------------------------------------------------------
2+
* Copyright 2013 JavaANPR contributors
3+
* Copyright 2006 Ondrej Martinsky
4+
* Licensed under the Educational Community License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.osedu.org/licenses/ECL-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing,
11+
* software distributed under the License is distributed on an "AS IS"
12+
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
13+
* or implied. See the License for the specific language governing
14+
* permissions and limitations under the License.
6615
*/
6716

6817
package net.sf.javaanpr.configurator;

src/main/java/net/sf/javaanpr/gui/ReportGenerator.java

+13-64
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,17 @@
11
/*
2-
------------------------------------------------------------------------
3-
JavaANPR - Automatic Number Plate Recognition System for Java
4-
------------------------------------------------------------------------
5-
6-
This file is a part of the JavaANPR, licensed under the terms of the
7-
Educational Community License
8-
9-
Copyright (c) 2006-2007 Ondrej Martinsky. All rights reserved
10-
11-
This Original Work, including software, source code, documents, or
12-
other related items, is being provided by the copyright holder(s)
13-
subject to the terms of the Educational Community License. By
14-
obtaining, using and/or copying this Original Work, you agree that you
15-
have read, understand, and will comply with the following terms and
16-
conditions of the Educational Community License:
17-
18-
Permission to use, copy, modify, merge, publish, distribute, and
19-
sublicense this Original Work and its documentation, with or without
20-
modification, for any purpose, and without fee or royalty to the
21-
copyright holder(s) is hereby granted, provided that you include the
22-
following on ALL copies of the Original Work or portions thereof,
23-
including modifications or derivatives, that you make:
24-
25-
# The full text of the Educational Community License in a location
26-
viewable to users of the redistributed or derivative work.
27-
28-
# Any pre-existing intellectual property disclaimers, notices, or terms
29-
and conditions.
30-
31-
# Notice of any changes or modifications to the Original Work,
32-
including the date the changes were made.
33-
34-
# Any modifications of the Original Work must be distributed in such a
35-
manner as to avoid any confusion with the Original Work of the
36-
copyright holders.
37-
38-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
39-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
40-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
41-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
42-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
43-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
44-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45-
46-
The name and trademarks of copyright holder(s) may NOT be used in
47-
advertising or publicity pertaining to the Original or Derivative Works
48-
without specific, written prior permission. Title to copyright in the
49-
Original Work and any associated documentation will at all times remain
50-
with the copyright holders.
51-
52-
If you want to alter upon this work, you MUST attribute it in
53-
a) all source files
54-
b) on every place, where is the copyright of derivated work
55-
exactly by the following label :
56-
57-
---- label begin ----
58-
This work is a derivate of the JavaANPR. JavaANPR is a intellectual
59-
property of Ondrej Martinsky. Please visit http://javaanpr.sourceforge.net
60-
for more info about JavaANPR.
61-
---- label end ----
62-
63-
------------------------------------------------------------------------
64-
http://javaanpr.sourceforge.net
65-
------------------------------------------------------------------------
2+
* Copyright 2013 JavaANPR contributors
3+
* Copyright 2006 Ondrej Martinsky
4+
* Licensed under the Educational Community License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.osedu.org/licenses/ECL-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing,
11+
* software distributed under the License is distributed on an "AS IS"
12+
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
13+
* or implied. See the License for the specific language governing
14+
* permissions and limitations under the License.
6615
*/
6716

6817
package net.sf.javaanpr.gui;

src/main/java/net/sf/javaanpr/gui/TimeMeter.java

+13-64
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,17 @@
11
/*
2-
------------------------------------------------------------------------
3-
JavaANPR - Automatic Number Plate Recognition System for Java
4-
------------------------------------------------------------------------
5-
6-
This file is a part of the JavaANPR, licensed under the terms of the
7-
Educational Community License
8-
9-
Copyright (c) 2006-2007 Ondrej Martinsky. All rights reserved
10-
11-
This Original Work, including software, source code, documents, or
12-
other related items, is being provided by the copyright holder(s)
13-
subject to the terms of the Educational Community License. By
14-
obtaining, using and/or copying this Original Work, you agree that you
15-
have read, understand, and will comply with the following terms and
16-
conditions of the Educational Community License:
17-
18-
Permission to use, copy, modify, merge, publish, distribute, and
19-
sublicense this Original Work and its documentation, with or without
20-
modification, for any purpose, and without fee or royalty to the
21-
copyright holder(s) is hereby granted, provided that you include the
22-
following on ALL copies of the Original Work or portions thereof,
23-
including modifications or derivatives, that you make:
24-
25-
# The full text of the Educational Community License in a location
26-
viewable to users of the redistributed or derivative work.
27-
28-
# Any pre-existing intellectual property disclaimers, notices, or terms
29-
and conditions.
30-
31-
# Notice of any changes or modifications to the Original Work,
32-
including the date the changes were made.
33-
34-
# Any modifications of the Original Work must be distributed in such a
35-
manner as to avoid any confusion with the Original Work of the
36-
copyright holders.
37-
38-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
39-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
40-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
41-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
42-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
43-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
44-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45-
46-
The name and trademarks of copyright holder(s) may NOT be used in
47-
advertising or publicity pertaining to the Original or Derivative Works
48-
without specific, written prior permission. Title to copyright in the
49-
Original Work and any associated documentation will at all times remain
50-
with the copyright holders.
51-
52-
If you want to alter upon this work, you MUST attribute it in
53-
a) all source files
54-
b) on every place, where is the copyright of derivated work
55-
exactly by the following label :
56-
57-
---- label begin ----
58-
This work is a derivate of the JavaANPR. JavaANPR is a intellectual
59-
property of Ondrej Martinsky. Please visit http://javaanpr.sourceforge.net
60-
for more info about JavaANPR.
61-
---- label end ----
62-
63-
------------------------------------------------------------------------
64-
http://javaanpr.sourceforge.net
65-
------------------------------------------------------------------------
2+
* Copyright 2013 JavaANPR contributors
3+
* Copyright 2006 Ondrej Martinsky
4+
* Licensed under the Educational Community License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.osedu.org/licenses/ECL-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing,
11+
* software distributed under the License is distributed on an "AS IS"
12+
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
13+
* or implied. See the License for the specific language governing
14+
* permissions and limitations under the License.
6615
*/
6716

6817
package net.sf.javaanpr.gui;

src/main/java/net/sf/javaanpr/gui/tools/FileListModel.java

+13-64
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,17 @@
11
/*
2-
------------------------------------------------------------------------
3-
JavaANPR - Automatic Number Plate Recognition System for Java
4-
------------------------------------------------------------------------
5-
6-
This file is a part of the JavaANPR, licensed under the terms of the
7-
Educational Community License
8-
9-
Copyright (c) 2006-2007 Ondrej Martinsky. All rights reserved
10-
11-
This Original Work, including software, source code, documents, or
12-
other related items, is being provided by the copyright holder(s)
13-
subject to the terms of the Educational Community License. By
14-
obtaining, using and/or copying this Original Work, you agree that you
15-
have read, understand, and will comply with the following terms and
16-
conditions of the Educational Community License:
17-
18-
Permission to use, copy, modify, merge, publish, distribute, and
19-
sublicense this Original Work and its documentation, with or without
20-
modification, for any purpose, and without fee or royalty to the
21-
copyright holder(s) is hereby granted, provided that you include the
22-
following on ALL copies of the Original Work or portions thereof,
23-
including modifications or derivatives, that you make:
24-
25-
# The full text of the Educational Community License in a location
26-
viewable to users of the redistributed or derivative work.
27-
28-
# Any pre-existing intellectual property disclaimers, notices, or terms
29-
and conditions.
30-
31-
# Notice of any changes or modifications to the Original Work,
32-
including the date the changes were made.
33-
34-
# Any modifications of the Original Work must be distributed in such a
35-
manner as to avoid any confusion with the Original Work of the
36-
copyright holders.
37-
38-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
39-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
40-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
41-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
42-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
43-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
44-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45-
46-
The name and trademarks of copyright holder(s) may NOT be used in
47-
advertising or publicity pertaining to the Original or Derivative Works
48-
without specific, written prior permission. Title to copyright in the
49-
Original Work and any associated documentation will at all times remain
50-
with the copyright holders.
51-
52-
If you want to alter upon this work, you MUST attribute it in
53-
a) all source files
54-
b) on every place, where is the copyright of derivated work
55-
exactly by the following label :
56-
57-
---- label begin ----
58-
This work is a derivate of the JavaANPR. JavaANPR is a intellectual
59-
property of Ondrej Martinsky. Please visit http://javaanpr.sourceforge.net
60-
for more info about JavaANPR.
61-
---- label end ----
62-
63-
------------------------------------------------------------------------
64-
http://javaanpr.sourceforge.net
65-
------------------------------------------------------------------------
2+
* Copyright 2013 JavaANPR contributors
3+
* Copyright 2006 Ondrej Martinsky
4+
* Licensed under the Educational Community License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.osedu.org/licenses/ECL-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing,
11+
* software distributed under the License is distributed on an "AS IS"
12+
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
13+
* or implied. See the License for the specific language governing
14+
* permissions and limitations under the License.
6615
*/
6716

6817
package net.sf.javaanpr.gui.tools;

0 commit comments

Comments
 (0)