Skip to content

Commit 4825b46

Browse files
author
dave
committed
#37 remove company name from copyright block
1 parent 17eee2e commit 4825b46

15 files changed

+15
-15
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"maintainer": true
1414
}
1515
],
16-
"version": "1.3.0",
16+
"version": "1.3.1",
1717
"license": "Apache-2.0",
1818
"frameworks": "arduino, mbed",
1919
"platforms": "*"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TaskManagerIO
2-
version=1.3.0
2+
version=1.3.1
33
maintainer=https://www.thecoderscorner.com
44
author=davetcc
55
category=Other

src/ExecWithParameter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

src/MockTaskManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

src/SimpleSpinLock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

src/SimpleSpinLock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

src/TaskBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

src/TaskManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

src/TaskManagerIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

src/TaskManagerIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
2+
* Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry)..
33
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
44
*/
55

0 commit comments

Comments
 (0)