Skip to content

Commit 16ef598

Browse files
committed
Adjust license with bacnet4j & update copyright year and license headers.
1 parent c0aaebf commit 16ef598

20 files changed

+51
-32
lines changed

api/src/main/java/org/code_house/bacnet4j/wrapper/api/BacNetClient.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/BacNetClientException.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/BacNetToJavaConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

api/src/main/java/org/code_house/bacnet4j/wrapper/api/BypassBacnetConverter.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* (C) Copyright 2018 Code-House and others.
3+
*
4+
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
10+
*
11+
* This library is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Foobar; if not, write to the Free Software
18+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19+
*/
120
package org.code_house.bacnet4j.wrapper.api;
221

322
import com.serotonin.bacnet4j.type.Encodable;

api/src/main/java/org/code_house/bacnet4j/wrapper/api/CollectingDiscoveryListener.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/Device.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/DeviceDiscoveryListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

api/src/main/java/org/code_house/bacnet4j/wrapper/api/DiscoveryCallable.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/JavaToBacNetConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

api/src/main/java/org/code_house/bacnet4j/wrapper/api/NoopDiscoveryListener.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/Property.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/Type.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/UnsupportedTypeException.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

api/src/main/java/org/code_house/bacnet4j/wrapper/api/util/ForwardingAdapter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

ip/src/main/java/org/code_house/bacnet4j/wrapper/ip/BacNetIpClient.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

ip/src/main/java/org/code_house/bacnet4j/wrapper/ip/DiscoveryMain.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
* (C) Copyright 2016 Code-House and others.
2+
* (C) Copyright 2018 Code-House and others.
33
*
44
* bacnet4j-wrapper is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

ip/src/main/java/org/code_house/bacnet4j/wrapper/ip/GeneratorMain.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

ip/src/main/java/org/code_house/bacnet4j/wrapper/ip/NetworkProgram.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

ip/src/main/java/org/code_house/bacnet4j/wrapper/ip/OpenHabConfigurationVisitor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* the Free Software Foundation; either version 2 of the License, or
77
* (at your option) any later version.
88
*
9-
* https://www.gnu.org/licenses/gpl-2.0.txt
9+
* https://www.gnu.org/licenses/gpl-3.0.txt
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<licenses>
3030
<license>
31-
<name>GNU General Public License, version 2</name>
32-
<url>https://www.gnu.org/licenses/gpl-2.0.txt</url>
31+
<name>GNU General Public License, version 3</name>
32+
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
3333
<comments>Due to bacnet4j dependency this library must be licensed under GNU GPL.</comments>
3434
</license>
3535
</licenses>

0 commit comments

Comments
 (0)