From c0b6a69b7b925f5167f1475fb9146f5a6241c5e8 Mon Sep 17 00:00:00 2001 From: Fill in your name and e-mail Date: Tue, 17 Sep 2024 01:20:49 -0300 Subject: [PATCH] chore: Add Copyright headers --- desktop/main.py | 30 +++++++++++++++++++++++++++++ frdm-ke06z/source/CanBus.cpp | 27 +++++++++++++++++++++++++- frdm-ke06z/source/CanBus.hpp | 27 +++++++++++++++++++++++++- frdm-ke06z/source/CanNetbooting.cpp | 27 +++++++++++++++++++++++++- frdm-ke06z/source/CanNetbooting.hpp | 27 +++++++++++++++++++++++++- frdm-ke06z/source/ProgramFlash.hpp | 28 +++++++++++++++++++++++++-- proto/netbooting.proto | 6 +++--- 7 files changed, 163 insertions(+), 9 deletions(-) diff --git a/desktop/main.py b/desktop/main.py index af211e8..0c86be0 100644 --- a/desktop/main.py +++ b/desktop/main.py @@ -1,3 +1,33 @@ +# +# Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved +# +# This file is part of Embedded Proto. +# +# Embedded Proto is open source software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, version 3 of the license. +# +# Embedded Proto is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Embedded Proto. If not, see . +# +# For commercial and closed source application please visit: +# . +# +# Embedded AMS B.V. +# Info: +# info at EmbeddedProto dot com +# +# Postal address: +# Atoomweg 2 +# 1627 LE, Hoorn +# the Netherlands +# + import argparse import can import subprocess diff --git a/frdm-ke06z/source/CanBus.cpp b/frdm-ke06z/source/CanBus.cpp index e7f7dd6..cecd69c 100644 --- a/frdm-ke06z/source/CanBus.cpp +++ b/frdm-ke06z/source/CanBus.cpp @@ -1,6 +1,31 @@ /* - * CanBus.cpp + * Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved * + * This file is part of Embedded Proto. + * + * Embedded Proto is open source software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as published + * by the Free Software Foundation, version 3 of the license. + * + * Embedded Proto is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Embedded Proto. If not, see . + * + * For commercial and closed source application please visit: + * . + * + * Embedded AMS B.V. + * Info: + * info at EmbeddedProto dot com + * + * Postal address: + * Atoomweg 2 + * 1627 LE, Hoorn + * the Netherlands */ #include diff --git a/frdm-ke06z/source/CanBus.hpp b/frdm-ke06z/source/CanBus.hpp index 15a1222..f033db7 100644 --- a/frdm-ke06z/source/CanBus.hpp +++ b/frdm-ke06z/source/CanBus.hpp @@ -1,6 +1,31 @@ /* - * CanBus.hpp + * Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved * + * This file is part of Embedded Proto. + * + * Embedded Proto is open source software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as published + * by the Free Software Foundation, version 3 of the license. + * + * Embedded Proto is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Embedded Proto. If not, see . + * + * For commercial and closed source application please visit: + * . + * + * Embedded AMS B.V. + * Info: + * info at EmbeddedProto dot com + * + * Postal address: + * Atoomweg 2 + * 1627 LE, Hoorn + * the Netherlands */ #ifndef CANBUS_HPP_ diff --git a/frdm-ke06z/source/CanNetbooting.cpp b/frdm-ke06z/source/CanNetbooting.cpp index 8f1bb95..27daace 100644 --- a/frdm-ke06z/source/CanNetbooting.cpp +++ b/frdm-ke06z/source/CanNetbooting.cpp @@ -1,6 +1,31 @@ /* - * CanNetbooting.cpp + * Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved * + * This file is part of Embedded Proto. + * + * Embedded Proto is open source software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as published + * by the Free Software Foundation, version 3 of the license. + * + * Embedded Proto is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Embedded Proto. If not, see . + * + * For commercial and closed source application please visit: + * . + * + * Embedded AMS B.V. + * Info: + * info at EmbeddedProto dot com + * + * Postal address: + * Atoomweg 2 + * 1627 LE, Hoorn + * the Netherlands */ #include diff --git a/frdm-ke06z/source/CanNetbooting.hpp b/frdm-ke06z/source/CanNetbooting.hpp index 7916110..30cd874 100644 --- a/frdm-ke06z/source/CanNetbooting.hpp +++ b/frdm-ke06z/source/CanNetbooting.hpp @@ -1,6 +1,31 @@ /* - * CanNetbooting.hpp + * Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved * + * This file is part of Embedded Proto. + * + * Embedded Proto is open source software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as published + * by the Free Software Foundation, version 3 of the license. + * + * Embedded Proto is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Embedded Proto. If not, see . + * + * For commercial and closed source application please visit: + * . + * + * Embedded AMS B.V. + * Info: + * info at EmbeddedProto dot com + * + * Postal address: + * Atoomweg 2 + * 1627 LE, Hoorn + * the Netherlands */ #ifndef CANNETBOOTING_HPP_ diff --git a/frdm-ke06z/source/ProgramFlash.hpp b/frdm-ke06z/source/ProgramFlash.hpp index 589c4b5..a57cb9a 100644 --- a/frdm-ke06z/source/ProgramFlash.hpp +++ b/frdm-ke06z/source/ProgramFlash.hpp @@ -1,6 +1,31 @@ /* - * ProgramFlash.hpp + * Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved * + * This file is part of Embedded Proto. + * + * Embedded Proto is open source software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as published + * by the Free Software Foundation, version 3 of the license. + * + * Embedded Proto is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Embedded Proto. If not, see . + * + * For commercial and closed source application please visit: + * . + * + * Embedded AMS B.V. + * Info: + * info at EmbeddedProto dot com + * + * Postal address: + * Atoomweg 2 + * 1627 LE, Hoorn + * the Netherlands */ #ifndef PROGRAMFLASH_HPP_ @@ -76,7 +101,6 @@ class ProgramFlash const uint32_t m_startOffset; flash_config_t m_flashDriver; - //uint32_t m_verify_buffer[4]; }; diff --git a/proto/netbooting.proto b/proto/netbooting.proto index 8b6142b..cda1323 100644 --- a/proto/netbooting.proto +++ b/proto/netbooting.proto @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Embedded AMS B.V. - All Rights Reserved + * Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved * * This file is part of Embedded Proto. * @@ -23,8 +23,8 @@ * info at EmbeddedProto dot com * * Postal address: - * Johan Huizingalaan 763a - * 1066 VH, Amsterdam + * Atoomweg 2 + * 1627 LE, Hoorn * the Netherlands */