From f9c0b100b99f02b815cde8b523d50e36c563fce0 Mon Sep 17 00:00:00 2001 From: c43721 Date: Fri, 8 Nov 2024 12:39:33 -0600 Subject: [PATCH 1/2] chore: add license to javascript sdk for publishing errors --- javascript-sdk/LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 javascript-sdk/LICENSE diff --git a/javascript-sdk/LICENSE b/javascript-sdk/LICENSE new file mode 100644 index 0000000..c770996 --- /dev/null +++ b/javascript-sdk/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 TF2 Software Enthusiasts + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From faa27ea9667022517f4d6081e7a34174d95c6f2f Mon Sep 17 00:00:00 2001 From: c43721 Date: Fri, 8 Nov 2024 12:40:28 -0600 Subject: [PATCH 2/2] chore: more labeler fixes --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6347204..23d25b4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ sdk: - changed-files: - - any-glob-to-any-file: ["javscript-sdk/**"] + - any-glob-to-any-file: ["**/javscript-sdk/**"] logstf: - changed-files: - any-glob-to-any-file: "**/logstf/**"