We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c0657 commit cb73483Copy full SHA for cb73483
Makefile
@@ -42,6 +42,8 @@ build_aos_m68k:
42
cp data/icons/CPU-A.drawer.info $(OUT_PATH)/CPU-A.info
43
cp data/icons/CPU-A.info $(OUT_APP_PATH)
44
cp data/icons/CPU-A.readme.info $(OUT_APP_PATH)
45
+ cp LICENSE $(OUT_APP_PATH)
46
+ cp data/icons/LICENSE.info $(OUT_APP_PATH)
47
48
clean.obj:
49
@for dir in $(SUB_PROJECTS); do \
data/icons/LICENSE.info
840 Bytes
docs/CPU-A.readme
@@ -31,4 +31,4 @@ AUTHORS
31
32
COPYING / LICENSE
33
34
- CPU-A is free and open-source software.
+ CPU-A is licensed under the MIT License. See the LICENSE file for details.
0 commit comments