File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ This license file contains the 3rd party libraries DIRECTLY used for aah CLI library.
2+
3+ MIT License Libraries
4+ ---------------------
5+ - aahframe.work
6+ - github.com/stretchr/testify
7+
8+ BSD 3-Clause License Libraries
9+ ------------------------------
10+ - github.com/radovskyb/watcher
11+
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ archive_checksum() {
7878 archive_dir=$( dirname " $file " )
7979 say " Packing $archive_name .zip"
8080 cp $repo_base_path /LICENSE " $file /LICENSE.txt"
81+ cp $repo_base_path /LICENSE-3RD-PARTY.txt " $file /LICENSE-3RD-PARTY.txt"
8182 zip -q -r -j $archive_dir /$archive_name .zip $file
8283 sha256=$( sha256sum $archive_dir /$archive_name .zip | cut -d " " -f 1)
8384 echo " $sha256 $archive_name .zip" >> $checksum_file
You can’t perform that action at this time.
0 commit comments