Skip to content

Commit 9c322b3

Browse files
committed
chore: update license headers
1 parent 002b1f8 commit 9c322b3

25 files changed

+64
-10
lines changed

.github/actions/gh-metrics.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright New Relic, Inc. All rights reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import {Octokit} from "@octokit/action";
25
import * as fs from 'fs';
36
import * as path from 'path';

cmd/goreleaser/internal/configure.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright New Relic, Inc. All rights reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
// Licensed under the Apache License, Version 2.0 (the "License");
25
// you may not use this file except in compliance with the License.
36
// You may obtain a copy of the License at

cmd/goreleaser/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright New Relic, Inc. All rights reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
// Licensed under the Apache License, Version 2.0 (the "License");
25
// you may not use this file except in compliance with the License.
36
// You may obtain a copy of the License at

cmd/nrdot-collector-builder/cmd/manifest.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2025 New Relic Corporation. All rights reserved.
1+
// Copyright New Relic, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
package cmd
45

56
import (

cmd/nrdot-collector-builder/cmd/manifest/update.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2025 New Relic Corporation. All rights reserved.
1+
// Copyright New Relic, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
package manifest
45

56
import (

cmd/nrdot-collector-builder/cmd/manifest/update_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2025 New Relic Corporation. All rights reserved.
1+
// Copyright New Relic, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
package manifest
45

56
import (

cmd/nrdot-collector-builder/cmd/root.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2025 New Relic Corporation. All rights reserved.
1+
// Copyright New Relic, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
package cmd
45

56
import (

cmd/nrdot-collector-builder/internal/manifest/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2025 New Relic Corporation. All rights reserved.
1+
// Copyright New Relic, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
package manifest
45

56
import (

cmd/nrdot-collector-builder/internal/manifest/config_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2025 New Relic Corporation. All rights reserved.
1+
// Copyright New Relic, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
package manifest
45

56
import (

cmd/nrdot-collector-builder/internal/manifest/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2025 New Relic Corporation. All rights reserved.
1+
// Copyright New Relic, Inc. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
package manifest
45

56
import (

0 commit comments

Comments
 (0)