Skip to content

Commit

Permalink
chore: Add Copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fill in your name and e-mail committed Sep 17, 2024
1 parent f600471 commit c0b6a69
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 9 deletions.
30 changes: 30 additions & 0 deletions desktop/main.py
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
#
# For commercial and closed source application please visit:
# <https://EmbeddedProto.com/license/>.
#
# 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
Expand Down
27 changes: 26 additions & 1 deletion frdm-ke06z/source/CanBus.cpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* For commercial and closed source application please visit:
* <https://EmbeddedProto.com/license/>.
*
* Embedded AMS B.V.
* Info:
* info at EmbeddedProto dot com
*
* Postal address:
* Atoomweg 2
* 1627 LE, Hoorn
* the Netherlands
*/

#include <CanBus.hpp>
Expand Down
27 changes: 26 additions & 1 deletion frdm-ke06z/source/CanBus.hpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* For commercial and closed source application please visit:
* <https://EmbeddedProto.com/license/>.
*
* Embedded AMS B.V.
* Info:
* info at EmbeddedProto dot com
*
* Postal address:
* Atoomweg 2
* 1627 LE, Hoorn
* the Netherlands
*/

#ifndef CANBUS_HPP_
Expand Down
27 changes: 26 additions & 1 deletion frdm-ke06z/source/CanNetbooting.cpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* For commercial and closed source application please visit:
* <https://EmbeddedProto.com/license/>.
*
* Embedded AMS B.V.
* Info:
* info at EmbeddedProto dot com
*
* Postal address:
* Atoomweg 2
* 1627 LE, Hoorn
* the Netherlands
*/

#include <string.h>
Expand Down
27 changes: 26 additions & 1 deletion frdm-ke06z/source/CanNetbooting.hpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* For commercial and closed source application please visit:
* <https://EmbeddedProto.com/license/>.
*
* Embedded AMS B.V.
* Info:
* info at EmbeddedProto dot com
*
* Postal address:
* Atoomweg 2
* 1627 LE, Hoorn
* the Netherlands
*/

#ifndef CANNETBOOTING_HPP_
Expand Down
28 changes: 26 additions & 2 deletions frdm-ke06z/source/ProgramFlash.hpp
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* For commercial and closed source application please visit:
* <https://EmbeddedProto.com/license/>.
*
* Embedded AMS B.V.
* Info:
* info at EmbeddedProto dot com
*
* Postal address:
* Atoomweg 2
* 1627 LE, Hoorn
* the Netherlands
*/

#ifndef PROGRAMFLASH_HPP_
Expand Down Expand Up @@ -76,7 +101,6 @@ class ProgramFlash

const uint32_t m_startOffset;
flash_config_t m_flashDriver;
//uint32_t m_verify_buffer[4];
};


Expand Down
6 changes: 3 additions & 3 deletions proto/netbooting.proto
Original file line number Diff line number Diff line change
@@ -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.
*
Expand All @@ -23,8 +23,8 @@
* info at EmbeddedProto dot com
*
* Postal address:
* Johan Huizingalaan 763a
* 1066 VH, Amsterdam
* Atoomweg 2
* 1627 LE, Hoorn
* the Netherlands
*/

Expand Down

0 comments on commit c0b6a69

Please sign in to comment.