Skip to content

Commit 858303e

Browse files
tas50claude
andcommitted
Update copyright years across all files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 88d5e28 commit 858303e

13 files changed

Lines changed: 28 additions & 12 deletions

File tree

.claude/settings.local.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(bundle exec:*)",
5+
"Bash(bundle install:*)",
6+
"Bash(bundle config:*)",
7+
"Bash(git checkout:*)",
8+
"Bash(git add:*)",
9+
"Bash(git commit:*)",
10+
"Bash(git push:*)",
11+
"Bash(gh pr:*)",
12+
"Bash(gh run:*)",
13+
"Bash(copywrite headers:*)"
14+
]
15+
}
16+
}

Gemfile

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

44
source 'https://rubygems.org'

attributes/default.rb

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

44
default['mondoo']['registration_token'] = 'change_me'

examples/run/Policyfile.rb

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

44
name 'run'

examples/run/metadata.rb

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

44
name 'run'

examples/run/recipes/default.rb

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

44
# This is really mitigating a bug in Chef. The `package` resource fails on a

kitchen.yml

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

44
---

metadata.rb

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

44
name 'mondoo'

spec/recipes/default_spec.rb

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

44
require 'spec_helper'

spec/spec_helper.rb

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

44
require 'chefspec'

0 commit comments

Comments
 (0)