Skip to content

Commit b9f9ad5

Browse files
[COMPLIANCE] Add/Update Copyright Headers (#142)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent fcacc21 commit b9f9ad5

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/helpers/collection.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright IBM Corp. 2020, 2026
3+
* SPDX-License-Identifier: MPL-2.0
4+
*/
5+
16
/**
27
* Simple collection helper functions for use in GJS strict-mode templates.
38
*/

docs/helpers/math.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright IBM Corp. 2020, 2026
3+
* SPDX-License-Identifier: MPL-2.0
4+
*/
5+
16
/**
27
* Simple math helper functions for use in GJS strict-mode templates.
38
*/

docs/helpers/truth-helpers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright IBM Corp. 2020, 2026
3+
* SPDX-License-Identifier: MPL-2.0
4+
*/
5+
16
/**
27
* Simple truth helper functions for use in GJS strict-mode templates.
38
*/

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright IBM Corp. 2020, 2026
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
packages:
25
- .
36
- docs

0 commit comments

Comments
 (0)