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
*/