From 7da9c1fb85b1a08fe998c3305b2445e4251f2d7b Mon Sep 17 00:00:00 2001 From: Ziwei Wang Date: Wed, 27 Sep 2023 10:28:59 -0400 Subject: [PATCH 1/5] Chore: Change author, urls --- client/package.json | 10 +++++----- package.json | 10 +++++----- server/package.json | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/client/package.json b/client/package.json index bbe2bcbb..1c9d01d6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,18 +1,18 @@ { "name": "bitbake", "description": "BitBake language support", - "author": "Eugen Wiens", + "author": "savoirfairelinux", "license": "MIT", "version": "1.1.2", - "publisher": "EugenWiens", + "publisher": "savoirfairelinux", "icon": "images/icon.png", "bugs": { - "url": "https://github.com/EugenWiens/vscode-bitbake/issues" + "url": "https://github.com/savoirfairelinux/vscode-bitbake/issues" }, - "homepage": "https://github.com/EugenWiens/vscode-bitbake", + "homepage": "https://github.com/savoirfairelinux/vscode-bitbake/", "repository": { "type": "git", - "url": "https://github.com/EugenWiens/vscode-bitbake.git" + "url": "https://github.com/savoirfairelinux/vscode-bitbake.git" }, "engines": { "vscode": "^1.75.0" diff --git a/package.json b/package.json index 30e04248..8a43c5f6 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "bitbake", "description": "BitBake language support", - "author": "Eugen Wiens", + "author": "savoirfairelinux", "license": "MIT", "version": "1.1.2", - "publisher": "EugenWiens", + "publisher": "savoirfairelinux", "bugs": { - "url": "https://github.com/EugenWiens/vscode-bitbake/issues" + "url": "https://github.com/savoirfairelinux/vscode-bitbake/issues" }, - "homepage": "https://github.com/EugenWiens/vscode-bitbake", + "homepage": "https://github.com/savoirfairelinux/vscode-bitbake", "repository": { "type": "git", - "url": "https://github.com/EugenWiens/vscode-bitbake.git" + "url": "https://github.com/savoirfairelinux/vscode-bitbake.git" }, "workspaces": [ "client", diff --git a/server/package.json b/server/package.json index 27681892..12b1ced0 100644 --- a/server/package.json +++ b/server/package.json @@ -8,12 +8,12 @@ "node": "*" }, "bugs": { - "url": "https://github.com/EugenWiens/vscode-bitbake/issues" + "url": "https://github.com/savoirfairelinux/vscode-bitbake/issues" }, - "homepage": "https://github.com/EugenWiens/vscode-bitbake", + "homepage": "https://github.com/savoirfairelinux/vscode-bitbake", "repository": { "type": "git", - "url": "https://github.com/EugenWiens/vscode-bitbake.git" + "url": "https://github.com/savoirfairelinux/vscode-bitbake.git" }, "scripts": { "lint": "eslint ." From 64cb4e729a43acb52f03b898078ef7ea449b0824 Mon Sep 17 00:00:00 2001 From: Ziwei Wang Date: Wed, 27 Sep 2023 10:30:22 -0400 Subject: [PATCH 2/5] Chore: Add copyright for SFL --- LICENSE | 1 + client/LICENSE | 1 + server/LICENSE | 2 ++ 3 files changed, 4 insertions(+) diff --git a/LICENSE b/LICENSE index 5c8a3ab3..6093fe22 100644 --- a/LICENSE +++ b/LICENSE @@ -26,3 +26,4 @@ https://github.com/mholo65/vscode-bitbake Original work Copyright (c) 2016 Richard Leitner Modified work Copyright (c) 2017 Martin Björkström +Modified work Copyright (c) 2023 Savoir-faire Linux diff --git a/client/LICENSE b/client/LICENSE index 5c8a3ab3..33ff38a1 100644 --- a/client/LICENSE +++ b/client/LICENSE @@ -26,3 +26,4 @@ https://github.com/mholo65/vscode-bitbake Original work Copyright (c) 2016 Richard Leitner Modified work Copyright (c) 2017 Martin Björkström +Modified work Copyright (c) 2023 Savoir-faire Linux \ No newline at end of file diff --git a/server/LICENSE b/server/LICENSE index e650800f..cf4defc2 100644 --- a/server/LICENSE +++ b/server/LICENSE @@ -20,3 +20,5 @@ 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. + +Modified work Copyright (c) 2023 Savoir-faire Linux From 7926ed80d7bf9b0f7d80b3be00291b69d7313633 Mon Sep 17 00:00:00 2001 From: Ziwei Wang Date: Wed, 27 Sep 2023 11:55:47 -0400 Subject: [PATCH 3/5] Chore: Modified copyright content --- LICENSE | 4 ++-- client/LICENSE | 4 ++-- server/LICENSE | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 6093fe22..5af83c40 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Eugen Wiens +Copyright (c) 2023 Savoir-faire Linux Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -26,4 +26,4 @@ https://github.com/mholo65/vscode-bitbake Original work Copyright (c) 2016 Richard Leitner Modified work Copyright (c) 2017 Martin Björkström -Modified work Copyright (c) 2023 Savoir-faire Linux +Modified work Copyright (c) 2018 Eugen Wiens diff --git a/client/LICENSE b/client/LICENSE index 33ff38a1..5af83c40 100644 --- a/client/LICENSE +++ b/client/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Eugen Wiens +Copyright (c) 2023 Savoir-faire Linux Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -26,4 +26,4 @@ https://github.com/mholo65/vscode-bitbake Original work Copyright (c) 2016 Richard Leitner Modified work Copyright (c) 2017 Martin Björkström -Modified work Copyright (c) 2023 Savoir-faire Linux \ No newline at end of file +Modified work Copyright (c) 2018 Eugen Wiens diff --git a/server/LICENSE b/server/LICENSE index cf4defc2..99e29031 100644 --- a/server/LICENSE +++ b/server/LICENSE @@ -1,7 +1,6 @@ MIT License -Copyright (c) 2018 Eugen Wiens. All rights reserved. - +Copyright (c) 2023 Savoir-faire Linux. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -21,4 +20,4 @@ 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. -Modified work Copyright (c) 2023 Savoir-faire Linux +Original work Copyright (c) 2018 Eugen Wiens. From e40534313c4dfcc1a82600723f69fb8f69d1e2fc Mon Sep 17 00:00:00 2001 From: Ziwei Wang Date: Wed, 27 Sep 2023 13:46:52 -0400 Subject: [PATCH 4/5] Chore: Add SFL as contributor --- client/package.json | 5 ++++- package.json | 5 ++++- server/package.json | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 1c9d01d6..68414be7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,10 @@ { "name": "bitbake", "description": "BitBake language support", - "author": "savoirfairelinux", + "author": "Eugen Wiens", + "contributors": [ + "Savoir-faire Linux" + ], "license": "MIT", "version": "1.1.2", "publisher": "savoirfairelinux", diff --git a/package.json b/package.json index 8a43c5f6..22965148 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,10 @@ { "name": "bitbake", "description": "BitBake language support", - "author": "savoirfairelinux", + "author": "Eugen Wiens", + "contributors": [ + "Savoir-faire Linux" + ], "license": "MIT", "version": "1.1.2", "publisher": "savoirfairelinux", diff --git a/server/package.json b/server/package.json index 12b1ced0..2ef2cfa0 100644 --- a/server/package.json +++ b/server/package.json @@ -3,6 +3,9 @@ "description": "Implementation of a language server for bitbake.", "version": "1.1.2", "author": "Eugen Wiens", + "contributors": [ + "Savoir-faire Linux" + ], "license": "MIT", "engines": { "node": "*" From a7d7cb2cbc9524bec35ea8eaa2831abe7f7b8cf8 Mon Sep 17 00:00:00 2001 From: Ziwei Wang Date: Wed, 27 Sep 2023 13:54:30 -0400 Subject: [PATCH 5/5] Add '.' after the SFL --- LICENSE | 2 +- client/LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 5af83c40..e811ca78 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Savoir-faire Linux +Copyright (c) 2023 Savoir-faire Linux. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/client/LICENSE b/client/LICENSE index 5af83c40..e811ca78 100644 --- a/client/LICENSE +++ b/client/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Savoir-faire Linux +Copyright (c) 2023 Savoir-faire Linux. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal