Skip to content

Commit

Permalink
chore: removes alpha licenses (dfinity#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Sep 20, 2021
1 parent ab981d0 commit 2f0869b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 360 deletions.
3 changes: 0 additions & 3 deletions ci/publish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ rec {
# See: https://dfinity.atlassian.net/browse/INF-1145
s3cp "${../public/manifest.json}" "sdk/manifest.json" "application/json" "$do_not_cache"
s3cp "${../public/sdk-license-agreement/index.txt}" "sdk/sdk-license-agreement.txt" "text/plain" "$do_not_cache"
s3cp "${../public/tungsten-license-agreement.txt}" "sdk/tungsten-license-agreement.txt" "text/plain" "$do_not_cache"
s3cp "${../public/sodium-license-agreement.txt}" "sdk/sodium-license-agreement.txt" "text/plain" "$do_not_cache"
s3cp "${install.x86_64-linux}" "sdk/install.sh" "application/x-sh" "$do_not_cache"
'';
}
48 changes: 0 additions & 48 deletions public/install/300_license.sh

This file was deleted.

5 changes: 0 additions & 5 deletions public/install/999_footer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ main() {
need_cmd gzip
need_cmd touch

if ! confirm_license; then
echo "Please accept the license to continue."
exit
fi

get_architecture || return 1
local _arch="$RETVAL"
assert_nz "$_arch" "arch"
Expand Down
35 changes: 0 additions & 35 deletions public/sdk-license-agreement/index.adoc

This file was deleted.

Loading

0 comments on commit 2f0869b

Please sign in to comment.