Skip to content

Commit 8fa0258

Browse files
committed
update copyright notice
1 parent cad22da commit 8fa0258

File tree

118 files changed

+245
-193
lines changed

Some content is hidden

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

118 files changed

+245
-193
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# matth-x/MicroOcpp
2+
# Copyright Matthias Akstaller 2019 - 2024
3+
# MIT License
4+
15
name: documentation
26
on:
37
push:

.github/workflows/esp-idf.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# matth-x/MicroOcpp
2+
# Copyright Matthias Akstaller 2019 - 2024
3+
# MIT License
4+
15
name: ESP-IDF CI
26

37
on:

.github/workflows/pio.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# matth-x/MicroOcpp
2+
# Copyright Matthias Akstaller 2019 - 2024
3+
# MIT License
4+
15
name: PlatformIO CI
26

37
on:

.github/workflows/platformless.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# matth-x/MicroOcpp
2+
# Copyright Matthias Akstaller 2019 - 2024
3+
# MIT License
4+
15
name: Default Compilation
26

37
on:

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# matth-x/MicroOcpp
2+
# Copyright Matthias Akstaller 2019 - 2024
3+
# MIT License
4+
15
name: Unit tests
26

37
on:

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 - 2023 Matthias Akstaller
3+
Copyright (c) 2019 - 2024 Matthias Akstaller
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/ESP-TLS/main.cpp

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

55
#include <Arduino.h>

examples/ESP/main.cpp

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

55
#include <Arduino.h>

platformio.ini

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

55
[platformio]

src/MicroOcpp/Core/Configuration.cpp

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

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

0 commit comments

Comments
 (0)