Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that deprecated licenses reported are the *found* licenses, not a suggested license. #24735

Merged
merged 1 commit into from
May 17, 2022

Conversation

BillyONeal
Copy link
Member

No description provided.

@BillyONeal BillyONeal added info:internal This PR or Issue was filed by the vcpkg team. category:infrastructure Pertaining to the CI/Testing infrastrucutre labels May 16, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 8652ccf0ee67542a482fedc0caf975872886b588 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 15c7037..58dfb9f 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6866,7 +6866,7 @@
     },
     "taglib": {
       "baseline": "1.12.0",
-      "port-version": 2
+      "port-version": 3
     },
     "taocpp-json": {
       "baseline": "2020-09-14",
diff --git a/versions/t-/taglib.json b/versions/t-/taglib.json
index 4c35acb..f28a1c2 100644
--- a/versions/t-/taglib.json
+++ b/versions/t-/taglib.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "d99704ace00ed9cf0992980f21cc0ca30f85e54a",
+      "version-semver": "1.12.0",
+      "port-version": 3
+    },
     {
       "git-tree": "246255cab48b434b3c78aaa315f5f62b4692f255",
       "version-semver": "1.12.0",

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider replacing the deprecated license identifiers in the following files:

  • ports/taglib/vcpkg.json (has deprecated license LGPL-2.1)

Deprecated and non deprecated license identifiers can be found here

@BillyONeal BillyONeal force-pushed the bot-license-suggestions branch from d068bad to 4cd4326 Compare May 16, 2022 20:46
@BillyONeal BillyONeal merged commit 423cf6c into microsoft:master May 17, 2022
@BillyONeal BillyONeal deleted the bot-license-suggestions branch May 17, 2022 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[github actions] PR bot suggests deprecated license identifiers
3 participants