Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 85eecfc

Browse files
authored
chore: update copyrights (#68)
**Description** Update copyright formats for simplicity of maintenance. **Checklist** - [X] Code compiles correctly and linting passes locally
1 parent ea87b2c commit 85eecfc

27 files changed

+41
-131
lines changed

.trunk/trunk.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
version: 0.1
55

66
cli:
7-
version: 1.22.8
7+
version: 1.22.9
88

99
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
1010
plugins:
1111
sources:
1212
- id: trunk
13-
ref: v1.6.6
13+
ref: v1.6.7
1414
uri: https://github.com/trunk-io/plugins
1515

1616
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
@@ -23,16 +23,17 @@ runtimes:
2323
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
2424
lint:
2525
enabled:
26-
- actionlint@1.7.6
27-
- checkov@3.2.352
26+
- taplo@0.9.3
27+
- actionlint@1.7.7
28+
- checkov@3.2.361
2829
- git-diff-check
2930
- gofmt@1.20.4
3031
- golangci-lint@1.63.4
31-
- markdownlint@0.43.0
32+
- markdownlint@0.44.0
3233
- osv-scanner@1.9.2
3334
- prettier@3.4.2
34-
- renovate@39.106.0
35-
- trufflehog@3.88.2
35+
- renovate@39.158.2
36+
- trufflehog@3.88.4
3637
- yamllint@1.35.1
3738

3839
actions:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ open-source project, integral but independent from Hypermode.
8383
We welcome external contributions. See the [CONTRIBUTING.md](./CONTRIBUTING.md) file if you would
8484
like to get involved.
8585

86-
Modus and its components are Copyright 2025 Hypermode Inc., and licensed under the terms of the
87-
Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for a complete copy of the license.
88-
If you have any questions about modus licensing, or need an alternate license or other arrangement,
89-
please contact us at <hello@hypermode.com>.
86+
Modus and its components are © Hypermode Inc., and licensed under the terms of the Apache License,
87+
Version 2.0. See the [LICENSE](./LICENSE) file for a complete copy of the license. If you have any
88+
questions about modus licensing, or need an alternate license or other arrangement, please contact
89+
us at <hello@hypermode.com>.
9090

9191
## Acknowledgements
9292

api.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

api/apiutils/apiutils.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

api/dgraphtypes/dgraphtypes.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

api/mutations/mutations.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

api/querygen/dql_query.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

api/structreflect/keyval.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

api/structreflect/structreflect.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

api/structreflect/tagparser.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright 2025 Hypermode Inc.
3-
* Licensed under the terms of the Apache License, Version 2.0
4-
* See the LICENSE file that accompanied this code for further details.
5-
*
6-
* SPDX-FileCopyrightText: 2025 Hypermode Inc. <hello@hypermode.com>
2+
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
73
* SPDX-License-Identifier: Apache-2.0
84
*/
95

0 commit comments

Comments
 (0)