Skip to content

Commit c0b6a69

Browse files
author
Fill in your name and e-mail
committed
chore: Add Copyright headers
1 parent f600471 commit c0b6a69

File tree

7 files changed

+163
-9
lines changed

7 files changed

+163
-9
lines changed

desktop/main.py

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
#
2+
# Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved
3+
#
4+
# This file is part of Embedded Proto.
5+
#
6+
# Embedded Proto is open source software: you can redistribute it and/or
7+
# modify it under the terms of the GNU General Public License as published
8+
# by the Free Software Foundation, version 3 of the license.
9+
#
10+
# Embedded Proto is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public License
16+
# along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
17+
#
18+
# For commercial and closed source application please visit:
19+
# <https://EmbeddedProto.com/license/>.
20+
#
21+
# Embedded AMS B.V.
22+
# Info:
23+
# info at EmbeddedProto dot com
24+
#
25+
# Postal address:
26+
# Atoomweg 2
27+
# 1627 LE, Hoorn
28+
# the Netherlands
29+
#
30+
131
import argparse
232
import can
333
import subprocess

frdm-ke06z/source/CanBus.cpp

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
/*
2-
* CanBus.cpp
2+
* Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved
33
*
4+
* This file is part of Embedded Proto.
5+
*
6+
* Embedded Proto is open source software: you can redistribute it and/or
7+
* modify it under the terms of the GNU General Public License as published
8+
* by the Free Software Foundation, version 3 of the license.
9+
*
10+
* Embedded Proto is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
17+
*
18+
* For commercial and closed source application please visit:
19+
* <https://EmbeddedProto.com/license/>.
20+
*
21+
* Embedded AMS B.V.
22+
* Info:
23+
* info at EmbeddedProto dot com
24+
*
25+
* Postal address:
26+
* Atoomweg 2
27+
* 1627 LE, Hoorn
28+
* the Netherlands
429
*/
530

631
#include <CanBus.hpp>

frdm-ke06z/source/CanBus.hpp

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
/*
2-
* CanBus.hpp
2+
* Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved
33
*
4+
* This file is part of Embedded Proto.
5+
*
6+
* Embedded Proto is open source software: you can redistribute it and/or
7+
* modify it under the terms of the GNU General Public License as published
8+
* by the Free Software Foundation, version 3 of the license.
9+
*
10+
* Embedded Proto is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
17+
*
18+
* For commercial and closed source application please visit:
19+
* <https://EmbeddedProto.com/license/>.
20+
*
21+
* Embedded AMS B.V.
22+
* Info:
23+
* info at EmbeddedProto dot com
24+
*
25+
* Postal address:
26+
* Atoomweg 2
27+
* 1627 LE, Hoorn
28+
* the Netherlands
429
*/
530

631
#ifndef CANBUS_HPP_

frdm-ke06z/source/CanNetbooting.cpp

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
/*
2-
* CanNetbooting.cpp
2+
* Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved
33
*
4+
* This file is part of Embedded Proto.
5+
*
6+
* Embedded Proto is open source software: you can redistribute it and/or
7+
* modify it under the terms of the GNU General Public License as published
8+
* by the Free Software Foundation, version 3 of the license.
9+
*
10+
* Embedded Proto is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
17+
*
18+
* For commercial and closed source application please visit:
19+
* <https://EmbeddedProto.com/license/>.
20+
*
21+
* Embedded AMS B.V.
22+
* Info:
23+
* info at EmbeddedProto dot com
24+
*
25+
* Postal address:
26+
* Atoomweg 2
27+
* 1627 LE, Hoorn
28+
* the Netherlands
429
*/
530

631
#include <string.h>

frdm-ke06z/source/CanNetbooting.hpp

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
/*
2-
* CanNetbooting.hpp
2+
* Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved
33
*
4+
* This file is part of Embedded Proto.
5+
*
6+
* Embedded Proto is open source software: you can redistribute it and/or
7+
* modify it under the terms of the GNU General Public License as published
8+
* by the Free Software Foundation, version 3 of the license.
9+
*
10+
* Embedded Proto is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
17+
*
18+
* For commercial and closed source application please visit:
19+
* <https://EmbeddedProto.com/license/>.
20+
*
21+
* Embedded AMS B.V.
22+
* Info:
23+
* info at EmbeddedProto dot com
24+
*
25+
* Postal address:
26+
* Atoomweg 2
27+
* 1627 LE, Hoorn
28+
* the Netherlands
429
*/
530

631
#ifndef CANNETBOOTING_HPP_

frdm-ke06z/source/ProgramFlash.hpp

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
/*
2-
* ProgramFlash.hpp
2+
* Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved
33
*
4+
* This file is part of Embedded Proto.
5+
*
6+
* Embedded Proto is open source software: you can redistribute it and/or
7+
* modify it under the terms of the GNU General Public License as published
8+
* by the Free Software Foundation, version 3 of the license.
9+
*
10+
* Embedded Proto is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
17+
*
18+
* For commercial and closed source application please visit:
19+
* <https://EmbeddedProto.com/license/>.
20+
*
21+
* Embedded AMS B.V.
22+
* Info:
23+
* info at EmbeddedProto dot com
24+
*
25+
* Postal address:
26+
* Atoomweg 2
27+
* 1627 LE, Hoorn
28+
* the Netherlands
429
*/
530

631
#ifndef PROGRAMFLASH_HPP_
@@ -76,7 +101,6 @@ class ProgramFlash
76101

77102
const uint32_t m_startOffset;
78103
flash_config_t m_flashDriver;
79-
//uint32_t m_verify_buffer[4];
80104
};
81105

82106

proto/netbooting.proto

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Embedded AMS B.V. - All Rights Reserved
2+
* Copyright (C) 2020-2024 Embedded AMS B.V. - All Rights Reserved
33
*
44
* This file is part of Embedded Proto.
55
*
@@ -23,8 +23,8 @@
2323
* info at EmbeddedProto dot com
2424
*
2525
* Postal address:
26-
* Johan Huizingalaan 763a
27-
* 1066 VH, Amsterdam
26+
* Atoomweg 2
27+
* 1627 LE, Hoorn
2828
* the Netherlands
2929
*/
3030

0 commit comments

Comments
 (0)