Skip to content

Commit 6962f28

Browse files
chris-rockclaude
andcommitted
🧹 update copyright year to 2024, 2026 and bump copywrite to v0.25.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 66fba2b commit 6962f28

File tree

1,886 files changed

+1890
-1887
lines changed

Some content is hidden

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

1,886 files changed

+1890
-1887
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Mondoo, Inc.
1+
# Copyright Mondoo, Inc. 2024, 2026
22
# SPDX-License-Identifier: BUSL-1.1
33

44
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/go/.devcontainer/base.Dockerfile

.github/.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Mondoo, Inc.
1+
# Copyright Mondoo, Inc. 2024, 2026
22
# SPDX-License-Identifier: BUSL-1.1
33

44
# See https://golangci-lint.run/usage/configuration/ for configuration options

.github/.goreleaser-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Mondoo, Inc.
1+
# Copyright Mondoo, Inc. 2024, 2026
22
# SPDX-License-Identifier: BUSL-1.1
33

44
---

.github/.goreleaser-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Mondoo, Inc.
1+
# Copyright Mondoo, Inc. 2024, 2026
22
# SPDX-License-Identifier: BUSL-1.1
33

44
---

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Copywrite
1717
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
1818
with:
19-
version: v0.16.4
19+
version: v0.25.2
2020

2121
- name: Check Header Compliance
2222
run: copywrite headers --plan

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Mondoo, Inc.
1+
# Copyright Mondoo, Inc. 2024, 2026
22
# SPDX-License-Identifier: BUSL-1.1
33

44
version: "2"

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Mondoo, Inc.
1+
# Copyright Mondoo, Inc. 2024, 2026
22
# SPDX-License-Identifier: BUSL-1.1
33

44
---

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Mondoo, Inc.
1+
# Copyright Mondoo, Inc. 2024, 2026
22
# SPDX-License-Identifier: BUSL-1.1
33

44
FROM alpine:3.23 AS root

apps/gen-docs/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Mondoo, Inc.
1+
// Copyright Mondoo, Inc. 2024, 2026
22
// SPDX-License-Identifier: BUSL-1.1
33

44
package main

apps/mql/cmd/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Mondoo, Inc.
1+
// Copyright Mondoo, Inc. 2024, 2026
22
// SPDX-License-Identifier: BUSL-1.1
33

44
package cmd

0 commit comments

Comments
 (0)