Skip to content

Commit 1821702

Browse files
committed
update copyright notice
1 parent 4b40a75 commit 1821702

103 files changed

Lines changed: 106 additions & 105 deletions

File tree

Some content is hidden

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

LICENSE

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

3-
Copyright (c) 2019 - 2021 matth-x
3+
Copyright (c) 2019 - 2022 matth-x
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/OneConnector-EVSE/OneConnector_EVSE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// matth-x/ArduinoOcpp
2-
// Copyright Matthias Akstaller 2019 - 2021
2+
// Copyright Matthias Akstaller 2019 - 2022
33
// MIT License
44

55
#include <Variants.h>

examples/OneConnector-EVSE/OneConnector_HW_integration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// matth-x/ArduinoOcpp
2-
// Copyright Matthias Akstaller 2019 - 2021
2+
// Copyright Matthias Akstaller 2019 - 2022
33
// MIT License
44

55
#include <Variants.h>

examples/OneConnector-EVSE/OneConnector_HW_integration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// matth-x/ArduinoOcpp
2-
// Copyright Matthias Akstaller 2019 - 2021
2+
// Copyright Matthias Akstaller 2019 - 2022
33
// MIT License
44

55
/*

examples/SECC/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// matth-x/ArduinoOcpp
2-
// Copyright Matthias Akstaller 2019 - 2021
2+
// Copyright Matthias Akstaller 2019 - 2022
33
// MIT License
44
//
55
//

library.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ArduinoOcpp",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "OCPP 1.6 Client for the ESP8266 and ESP32",
55
"keywords": "OCPP, 1.6, OCPP 1.6, Smart Energy, Smart Charging, client, ESP8266, ESP32, Arduino, EVSE, Charge Point",
66
"repository":
@@ -23,7 +23,7 @@
2323
"owner": "bblanchon",
2424
"name": "ArduinoJson",
2525
"version": "6.19.1"
26-
},
26+
},
2727
{
2828
"owner": "links2004",
2929
"name": "WebSockets",
@@ -54,7 +54,8 @@
5454
"src/OneConnector*",
5555
"src/Simulated_HW*",
5656
"src/sdkconfig*",
57-
"examples/SECC/WiFiManager*"
57+
"examples/SECC/WiFiManager*",
58+
"src/main.cpp"
5859
]
5960
},
6061

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; matth-x/ArduinoOcpp
2-
; Copyright Matthias Akstaller 2019 - 2021
2+
; Copyright Matthias Akstaller 2019 - 2022
33
; MIT License
44
;
55
; PlatformIO Project Configuration File

src/ArduinoOcpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// matth-x/ArduinoOcpp
2-
// Copyright Matthias Akstaller 2019 - 2021
2+
// Copyright Matthias Akstaller 2019 - 2022
33
// MIT License
44

55
#include "ArduinoOcpp.h"

src/ArduinoOcpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// matth-x/ArduinoOcpp
2-
// Copyright Matthias Akstaller 2019 - 2021
2+
// Copyright Matthias Akstaller 2019 - 2022
33
// MIT License
44

55
#ifndef ARDUINOOCPP_H

src/ArduinoOcpp/Core/Configuration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// matth-x/ArduinoOcpp
2-
// Copyright Matthias Akstaller 2019 - 2021
2+
// Copyright Matthias Akstaller 2019 - 2022
33
// MIT License
44

55
#include <ArduinoOcpp/Core/Configuration.h>

0 commit comments

Comments
 (0)