Skip to content

Commit

Permalink
legal: change to MPL-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 23, 2024
1 parent 6ab39be commit 088c224
Show file tree
Hide file tree
Showing 7 changed files with 386 additions and 186 deletions.
11 changes: 7 additions & 4 deletions .copywrite.hcl
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: Apache-2.0

schema_version = 1

project {
license = "MPL-2.0"
copyright_year = 2024

# (OPTIONAL) A list of globs that should not have copyright/license headers.
# Supports doublestar glob patterns for more flexibility in defining which
# files or folders should be ignored
header_ignore = [
"dist/index.js"
]
}
}
549 changes: 373 additions & 176 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MPL-2.0

---

Expand Down
2 changes: 1 addition & 1 deletion examples/boundary.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MPL-2.0

name: boundary

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "git",
"url": "[email protected]:hashicorp/setup-boundary.git"
},
"license": "Apache-2.0",
"author": "Kerim Satirli <[email protected]> & Jenna Goldstrich <jgoldstrich@hashicorp.com>",
"license": "MPL-2.0",
"author": "Bruno Schaatsbergen <bruno.schaatsbergen@hashicorp.com>",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build --no-cache",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MPL-2.0
*/

import * as core from "@actions/core";
Expand Down

0 comments on commit 088c224

Please sign in to comment.