Skip to content

Commit 9b1f052

Browse files
authored
chore: Update desktop client license from MPL to BSL (#2307)
* chore: 🤖 license
1 parent 7e5db0b commit 9b1f052

File tree

2,029 files changed

+2070
-2067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,029 files changed

+2070
-2067
lines changed

.copywrite.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
schema_version = 1
22

33
project {
4-
license = "MPL-2.0"
5-
copyright_year = 2020
4+
license = "BUSL-1.1"
5+
copyright_year = 2024
66

77
# (OPTIONAL) A list of globs that should not have copyright/license headers.
88
# Supports doublestar glob patterns for more flexibility in defining which

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
contact_links:
55
- name: Ask a question

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
addons:
55
- changed-files:

.github/scripts/merge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Copyright (c) HashiCorp, Inc.
3-
# SPDX-License-Identifier: MPL-2.0
3+
# SPDX-License-Identifier: BUSL-1.1
44

55
set -euo pipefail
66

.release/release-metadata.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
url_license = "https://github.com/hashicorp/boundary-ui/blob/main/LICENSE"
55
url_project_website = "https://learn.hashicorp.com/tutorials/boundary/getting-started-desktop-app"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 HashiCorp, Inc.
1+
Copyright (c) 2024 HashiCorp, Inc.
22

33
Mozilla Public License, version 2.0
44

addons/api/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright (c) HashiCorp, Inc.
3-
* SPDX-License-Identifier: MPL-2.0
3+
* SPDX-License-Identifier: BUSL-1.1
44
*/
55

66
'use strict';

addons/api/.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright (c) HashiCorp, Inc.
3-
* SPDX-License-Identifier: MPL-2.0
3+
* SPDX-License-Identifier: BUSL-1.1
44
*/
55

66
module.exports = {

addons/api/.template-lintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright (c) HashiCorp, Inc.
3-
* SPDX-License-Identifier: MPL-2.0
3+
* SPDX-License-Identifier: BUSL-1.1
44
*/
55

66
'use strict';

addons/api/addon-test-support/handlers/client-daemon-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright (c) HashiCorp, Inc.
3-
* SPDX-License-Identifier: MPL-2.0
3+
* SPDX-License-Identifier: BUSL-1.1
44
*/
55

66
import sinon from 'sinon';

0 commit comments

Comments
 (0)