Skip to content

Commit 135b503

Browse files
authored
Merge pull request #108 from c-jimenez/doc/license
[license] Use LGPLv2.1 instead of LGPLv3
2 parents 9c68e60 + 9bacb30 commit 135b503

File tree

332 files changed

+1449
-1413
lines changed

Some content is hidden

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

332 files changed

+1449
-1413
lines changed

LICENSE

Lines changed: 497 additions & 160 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 152 additions & 142 deletions
Large diffs are not rendered by default.

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

3-
All the examples are licensed under the MIT licence so that code can be used and modified at will without having to contribute back.
3+
All the examples are licensed under the MIT license so that code can be used and modified at will without having to contribute back.
44

55
The following examples are available for OCPP 1.6 standard :
66

src/centralsystem/CentralSystem.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Copyright (c) 2020 Cedric Jimenez
33
This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU Lesser General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
6+
it under the terms of the GNU Lesser General Public License version 2.1
7+
as published by the Free Software Foundation.
98
109
OpenOCPP is distributed in the hope that it will be useful,
1110
but WITHOUT ANY WARRANTY; without even the implied warranty of

src/centralsystem/CentralSystem.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Copyright (c) 2020 Cedric Jimenez
33
This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU Lesser General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
6+
it under the terms of the GNU Lesser General Public License version 2.1
7+
as published by the Free Software Foundation.
98
109
OpenOCPP is distributed in the hope that it will be useful,
1110
but WITHOUT ANY WARRANTY; without even the implied warranty of

src/centralsystem/chargepoint/ChargePointHandler.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Copyright (c) 2020 Cedric Jimenez
33
This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU Lesser General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
6+
it under the terms of the GNU Lesser General Public License version 2.1
7+
as published by the Free Software Foundation.
98
109
OpenOCPP is distributed in the hope that it will be useful,
1110
but WITHOUT ANY WARRANTY; without even the implied warranty of

src/centralsystem/chargepoint/ChargePointHandler.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Copyright (c) 2020 Cedric Jimenez
33
This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU Lesser General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
6+
it under the terms of the GNU Lesser General Public License version 2.1
7+
as published by the Free Software Foundation.
98
109
OpenOCPP is distributed in the hope that it will be useful,
1110
but WITHOUT ANY WARRANTY; without even the implied warranty of

src/centralsystem/chargepoint/ChargePointProxy.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Copyright (c) 2020 Cedric Jimenez
33
This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU Lesser General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
6+
it under the terms of the GNU Lesser General Public License version 2.1
7+
as published by the Free Software Foundation.
98
109
OpenOCPP is distributed in the hope that it will be useful,
1110
but WITHOUT ANY WARRANTY; without even the implied warranty of

src/centralsystem/chargepoint/ChargePointProxy.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Copyright (c) 2020 Cedric Jimenez
33
This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU Lesser General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
6+
it under the terms of the GNU Lesser General Public License version 2.1
7+
as published by the Free Software Foundation.
98
109
OpenOCPP is distributed in the hope that it will be useful,
1110
but WITHOUT ANY WARRANTY; without even the implied warranty of

src/centralsystem/config/InternalConfigKeys.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Copyright (c) 2020 Cedric Jimenez
33
This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
6-
it under the terms of the GNU Lesser General Public License as published by
7-
the Free Software Foundation, either version 3 of the License, or
8-
(at your option) any later version.
6+
it under the terms of the GNU Lesser General Public License version 2.1
7+
as published by the Free Software Foundation.
98
109
OpenOCPP is distributed in the hope that it will be useful,
1110
but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)