Skip to content

Commit 30fcdaf

Browse files
authored
Merge pull request #112 from hashicorp/compliance/add-headers
[COMPLIANCE] Add Copyright and License Headers
2 parents e6305f3 + 0b500d4 commit 30fcdaf

145 files changed

Lines changed: 435 additions & 0 deletions

File tree

Some content is hidden

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
blank_issues_enabled: false
25
contact_links:
36
- name: HCP Terraform and Terraform Enterprise Troubleshooting and Feature Requests

bin/publish-pypi.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# Copyright IBM Corp. 2025, 2026
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
set -euo pipefail
36

47

examples/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
"""Simple Individual Agent operations example with the TFE Python SDK.
25
36
This example demonstrates:

examples/agent_pool.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
"""Simple Agent Pool operations example with the TFE Python SDK.
25
36
This example demonstrates:

examples/apply.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
from __future__ import annotations
25

36
import argparse

examples/configuration_version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python3
2+
# Copyright IBM Corp. 2025, 2026
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
"""
36
Complete Configuration Version Testing Suite
47

examples/notification_configuration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python3
2+
# Copyright IBM Corp. 2025, 2026
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
"""
36
Example usage of Notification Configuration API
47

examples/oauth_client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python3
2+
# Copyright IBM Corp. 2025, 2026
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
"""
36
Complete OAuth Client Testing Suite
47

examples/oauth_token.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python3
2+
# Copyright IBM Corp. 2025, 2026
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
"""
36
Complete OAuth Token Testing Suite
47

examples/org.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
from pytfe import TFEClient, TFEConfig
25
from pytfe.models import (
36
DataRetentionPolicyDeleteOlderSetOptions,

0 commit comments

Comments
 (0)