Skip to content

Commit 444e52a

Browse files
committed
added 3rd party license note and include in the CLI publish
1 parent 8470e7a commit 444e52a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

LICENSE-3RD-PARTY.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

scripts/publish-cli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)