TUN-5851: Update all references to point to Apache License 2.0

This commit is contained in:
Nuno Diegues
2022-03-08 14:59:53 +00:00
parent aeda35699e
commit c54e8cd8e6
3 changed files with 171 additions and 180 deletions

View File

@@ -150,7 +150,7 @@ define build_package
fakeroot fpm -C $(PACKAGE_DIR) -s dir -t $(1) \
--description 'Cloudflare Tunnel daemon' \
--vendor 'Cloudflare' \
--license 'Cloudflare Service Agreement' \
--license 'Apache License Version 2.0' \
--url 'https://github.com/cloudflare/cloudflared' \
-m 'Cloudflare <support@cloudflare.com>' \
-a $(TARGET_ARCH) -v $(VERSION) -n $(DEB_PACKAGE_NAME) $(NIGHTLY_FLAGS) --after-install postinst.sh --after-remove postrm.sh \