Skip to content

Commit

Permalink
Merge pull request #6 from savoirfairelinux/Change-author-repo-url-li…
Browse files Browse the repository at this point in the history
…cense

Change author, repo urls, license content, etc.
  • Loading branch information
WilsonZiweiWang authored Oct 2, 2023
2 parents 459ab4c + a7d7cb2 commit fcbf893
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 15 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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) 2018 Eugen Wiens
3 changes: 2 additions & 1 deletion client/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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) 2018 Eugen Wiens
11 changes: 7 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
"name": "bitbake",
"description": "BitBake language support",
"author": "Eugen Wiens",
"contributors": [
"Savoir-faire Linux"
],
"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"
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
"name": "bitbake",
"description": "BitBake language support",
"author": "Eugen Wiens",
"contributors": [
"Savoir-faire Linux"
],
"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",
Expand Down
5 changes: 3 additions & 2 deletions server/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,3 +19,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.

Original work Copyright (c) 2018 Eugen Wiens.
9 changes: 6 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
"description": "Implementation of a language server for bitbake.",
"version": "1.1.2",
"author": "Eugen Wiens",
"contributors": [
"Savoir-faire Linux"
],
"license": "MIT",
"engines": {
"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 ."
Expand Down

0 comments on commit fcbf893

Please sign in to comment.