diff --git a/platformio/builder/tools/piosize.py b/platformio/builder/tools/piosize.py index 5a9a6e65..b797509a 100644 --- a/platformio/builder/tools/piosize.py +++ b/platformio/builder/tools/piosize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/platformio/check/__init__.py b/platformio/check/__init__.py index 895dc9b9..b0514903 100644 --- a/platformio/check/__init__.py +++ b/platformio/check/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/platformio/check/defect.py b/platformio/check/defect.py index 0b25084c..adef3666 100644 --- a/platformio/check/defect.py +++ b/platformio/check/defect.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/platformio/check/tools/__init__.py b/platformio/check/tools/__init__.py index a6161fb2..0649e81d 100644 --- a/platformio/check/tools/__init__.py +++ b/platformio/check/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/platformio/check/tools/base.py b/platformio/check/tools/base.py index 578b72c0..3306dd3c 100644 --- a/platformio/check/tools/base.py +++ b/platformio/check/tools/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/platformio/check/tools/clangtidy.py b/platformio/check/tools/clangtidy.py index 407375c5..36c00c26 100644 --- a/platformio/check/tools/clangtidy.py +++ b/platformio/check/tools/clangtidy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/platformio/check/tools/cppcheck.py b/platformio/check/tools/cppcheck.py index d0f1d6eb..aacb24f8 100644 --- a/platformio/check/tools/cppcheck.py +++ b/platformio/check/tools/cppcheck.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/platformio/commands/check.py b/platformio/commands/check.py index 392e618d..0bf33012 100644 --- a/platformio/commands/check.py +++ b/platformio/commands/check.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present PlatformIO +# Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.