Browse Source

license for scripts

Thomas Buck 5 months ago
parent
commit
5180a197ae
6 changed files with 101 additions and 0 deletions
  1. 16
    0
      CMakeLists.txt
  2. 17
    0
      debug.sh
  3. 17
    0
      debug_swd.sh
  4. 17
    0
      flash.sh
  5. 17
    0
      flash_swd.sh
  6. 17
    0
      pack_data.sh

+ 16
- 0
CMakeLists.txt View File

@@ -1,3 +1,19 @@
1
+# ----------------------------------------------------------------------------
2
+# Copyright (c) 2023 Thomas Buck (thomas@xythobuz.de)
3
+#
4
+# This program is free software: you can redistribute it and/or modify
5
+# it under the terms of the GNU General Public License as published by
6
+# the Free Software Foundation, either version 3 of the License, or
7
+# (at your option) any later version.
8
+#
9
+# This program is distributed in the hope that it will be useful,
10
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
+# GNU General Public License for more details.
13
+#
14
+# See <http://www.gnu.org/licenses/>.
15
+# ----------------------------------------------------------------------------
16
+
1 17
 cmake_minimum_required(VERSION 3.13)
2 18
 
3 19
 # build MCUFont encoder host tool and convert included example fonts

+ 17
- 0
debug.sh View File

@@ -1,4 +1,21 @@
1 1
 #!/bin/bash
2
+
3
+# ----------------------------------------------------------------------------
4
+# Copyright (c) 2023 Thomas Buck (thomas@xythobuz.de)
5
+#
6
+# This program is free software: you can redistribute it and/or modify
7
+# it under the terms of the GNU General Public License as published by
8
+# the Free Software Foundation, either version 3 of the License, or
9
+# (at your option) any later version.
10
+#
11
+# This program is distributed in the hope that it will be useful,
12
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
+# GNU General Public License for more details.
15
+#
16
+# See <http://www.gnu.org/licenses/>.
17
+# ----------------------------------------------------------------------------
18
+
2 19
 set -euo pipefail
3 20
 
4 21
 SERIAL=/dev/serial/by-id/usb-xythobuz_VolcanoRC_*

+ 17
- 0
debug_swd.sh View File

@@ -1,4 +1,21 @@
1 1
 #!/bin/bash
2
+
3
+# ----------------------------------------------------------------------------
4
+# Copyright (c) 2023 Thomas Buck (thomas@xythobuz.de)
5
+#
6
+# This program is free software: you can redistribute it and/or modify
7
+# it under the terms of the GNU General Public License as published by
8
+# the Free Software Foundation, either version 3 of the License, or
9
+# (at your option) any later version.
10
+#
11
+# This program is distributed in the hope that it will be useful,
12
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
+# GNU General Public License for more details.
15
+#
16
+# See <http://www.gnu.org/licenses/>.
17
+# ----------------------------------------------------------------------------
18
+
2 19
 set -euo pipefail
3 20
 
4 21
 cd "$(dirname "$0")"

+ 17
- 0
flash.sh View File

@@ -1,4 +1,21 @@
1 1
 #!/bin/bash
2
+
3
+# ----------------------------------------------------------------------------
4
+# Copyright (c) 2023 Thomas Buck (thomas@xythobuz.de)
5
+#
6
+# This program is free software: you can redistribute it and/or modify
7
+# it under the terms of the GNU General Public License as published by
8
+# the Free Software Foundation, either version 3 of the License, or
9
+# (at your option) any later version.
10
+#
11
+# This program is distributed in the hope that it will be useful,
12
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
+# GNU General Public License for more details.
15
+#
16
+# See <http://www.gnu.org/licenses/>.
17
+# ----------------------------------------------------------------------------
18
+
2 19
 set -euo pipefail
3 20
 
4 21
 SERIAL=/dev/serial/by-id/usb-xythobuz_VolcanoRC_*

+ 17
- 0
flash_swd.sh View File

@@ -1,4 +1,21 @@
1 1
 #!/bin/bash
2
+
3
+# ----------------------------------------------------------------------------
4
+# Copyright (c) 2023 Thomas Buck (thomas@xythobuz.de)
5
+#
6
+# This program is free software: you can redistribute it and/or modify
7
+# it under the terms of the GNU General Public License as published by
8
+# the Free Software Foundation, either version 3 of the License, or
9
+# (at your option) any later version.
10
+#
11
+# This program is distributed in the hope that it will be useful,
12
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
+# GNU General Public License for more details.
15
+#
16
+# See <http://www.gnu.org/licenses/>.
17
+# ----------------------------------------------------------------------------
18
+
2 19
 set -euo pipefail
3 20
 
4 21
 cd "$(dirname "$0")"

+ 17
- 0
pack_data.sh View File

@@ -1,4 +1,21 @@
1 1
 #!/bin/bash
2
+
3
+# ----------------------------------------------------------------------------
4
+# Copyright (c) 2023 Thomas Buck (thomas@xythobuz.de)
5
+#
6
+# This program is free software: you can redistribute it and/or modify
7
+# it under the terms of the GNU General Public License as published by
8
+# the Free Software Foundation, either version 3 of the License, or
9
+# (at your option) any later version.
10
+#
11
+# This program is distributed in the hope that it will be useful,
12
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
+# GNU General Public License for more details.
15
+#
16
+# See <http://www.gnu.org/licenses/>.
17
+# ----------------------------------------------------------------------------
18
+
2 19
 set -euo pipefail
3 20
 
4 21
 cd "$(dirname "$0")"

Loading…
Cancel
Save