Skip to content

Commit 6562f9e

Browse files
authored
Merge pull request #117 from c-jimenez/release/v1.2.0
[version] Update version number => 1.2.0
2 parents a8ac388 + 5113a69 commit 6562f9e

File tree

333 files changed

+1357
-810
lines changed

Some content is hidden

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

333 files changed

+1357
-810
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
cmake_minimum_required(VERSION 3.13)
66

7-
project(OpenOCPP DESCRIPTION "Open Source C++ implementation of the OCPP 1.6 protocol"
8-
VERSION 1.1.0
7+
project(OpenOCPP DESCRIPTION "Open Source C++ implementation of the OCPP 2.6 protocol"
8+
VERSION 1.2.0
99
)
1010

1111
# Definitions for Version.h file

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
66
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
7+
the Free Software Foundation, either version 2.1 of the License, or
88
(at your option) any later version.
99
1010
OpenOCPP is distributed in the hope that it will be useful,

src/centralsystem/CentralSystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
66
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
7+
the Free Software Foundation, either version 2.1 of the License, or
88
(at your option) any later version.
99
1010
OpenOCPP is distributed in the hope that it will be useful,

src/centralsystem/chargepoint/ChargePointHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
66
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
7+
the Free Software Foundation, either version 2.1 of the License, or
88
(at your option) any later version.
99
1010
OpenOCPP is distributed in the hope that it will be useful,

src/centralsystem/chargepoint/ChargePointHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
66
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
7+
the Free Software Foundation, either version 2.1 of the License, or
88
(at your option) any later version.
99
1010
OpenOCPP is distributed in the hope that it will be useful,

src/centralsystem/chargepoint/ChargePointProxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
66
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
7+
the Free Software Foundation, either version 2.1 of the License, or
88
(at your option) any later version.
99
1010
OpenOCPP is distributed in the hope that it will be useful,

src/centralsystem/chargepoint/ChargePointProxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is part of OpenOCPP.
44
55
OpenOCPP is free software: you can redistribute it and/or modify
66
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
7+
the Free Software Foundation, either version 2.1 of the License, or
88
(at your option) any later version.
99
1010
OpenOCPP is distributed in the hope that it will be useful,

0 commit comments

Comments
 (0)