Skip to content

Commit 8535532

Browse files
Add a legal notice about licenses
Build script will copy this file to the toolchain installation directory. As a result this file will be always present in our official distributables. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 6146687 commit 8535532

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2014-12-04 Anton Kolesov <[email protected]>
2+
3+
* Synopsys_FOSS_Notices.pdf: New file.
4+
* build-all.sh: Copy legal notice to the install directory.
5+
16
2014-12-01 Anton Kolesov <[email protected]>
27

38
* extras/em_starter_kit/crt0.S: New file.

Synopsys_FOSS_Notices.pdf

815 KB
Binary file not shown.

build-all.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,3 +871,9 @@ then
871871
exit 1
872872
fi
873873
fi
874+
875+
# Copy legal notice
876+
# Do not copy if toolchain hasn't been built
877+
if [ -d "${INSTALLDIR}/" ]; then
878+
cp "${ARC_GNU}/toolchain/Synopsys_FOSS_Notices.pdf" "${INSTALLDIR}/"
879+
fi

0 commit comments

Comments
 (0)