diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index ae1945f..9d3bc8c 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -4,13 +4,13 @@ version: 0.1 cli: - version: 1.22.8 + version: 1.22.9 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: - id: trunk - ref: v1.6.6 + ref: v1.6.7 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) @@ -23,16 +23,17 @@ runtimes: # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - - actionlint@1.7.6 - - checkov@3.2.352 + - taplo@0.9.3 + - actionlint@1.7.7 + - checkov@3.2.361 - git-diff-check - gofmt@1.20.4 - golangci-lint@1.63.4 - - markdownlint@0.43.0 + - markdownlint@0.44.0 - osv-scanner@1.9.2 - prettier@3.4.2 - - renovate@39.106.0 - - trufflehog@3.88.2 + - renovate@39.158.2 + - trufflehog@3.88.4 - yamllint@1.35.1 actions: diff --git a/README.md b/README.md index fb31e13..e8ec252 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,10 @@ open-source project, integral but independent from Hypermode. We welcome external contributions. See the [CONTRIBUTING.md](./CONTRIBUTING.md) file if you would like to get involved. -Modus and its components are Copyright 2025 Hypermode Inc., and licensed under the terms of the -Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for a complete copy of the license. -If you have any questions about modus licensing, or need an alternate license or other arrangement, -please contact us at . +Modus and its components are © Hypermode Inc., and licensed under the terms of the Apache License, +Version 2.0. See the [LICENSE](./LICENSE) file for a complete copy of the license. If you have any +questions about modus licensing, or need an alternate license or other arrangement, please contact +us at . ## Acknowledgements diff --git a/api.go b/api.go index ae6dcbb..98eda6d 100644 --- a/api.go +++ b/api.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/apiutils/apiutils.go b/api/apiutils/apiutils.go index 4769792..bfb204d 100644 --- a/api/apiutils/apiutils.go +++ b/api/apiutils/apiutils.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/dgraphtypes/dgraphtypes.go b/api/dgraphtypes/dgraphtypes.go index 6906623..b418f68 100644 --- a/api/dgraphtypes/dgraphtypes.go +++ b/api/dgraphtypes/dgraphtypes.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/mutations/mutations.go b/api/mutations/mutations.go index 0da794c..92b6d70 100644 --- a/api/mutations/mutations.go +++ b/api/mutations/mutations.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/querygen/dql_query.go b/api/querygen/dql_query.go index 0a5a797..42d09b8 100644 --- a/api/querygen/dql_query.go +++ b/api/querygen/dql_query.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/structreflect/keyval.go b/api/structreflect/keyval.go index bfa5bdb..765f852 100644 --- a/api/structreflect/keyval.go +++ b/api/structreflect/keyval.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/structreflect/structreflect.go b/api/structreflect/structreflect.go index fa3b5fd..0dc1540 100644 --- a/api/structreflect/structreflect.go +++ b/api/structreflect/structreflect.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/structreflect/tagparser.go b/api/structreflect/tagparser.go index da9224f..fdcac5a 100644 --- a/api/structreflect/tagparser.go +++ b/api/structreflect/tagparser.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/structreflect/tags.go b/api/structreflect/tags.go index 23f7ac6..5f36868 100644 --- a/api/structreflect/tags.go +++ b/api/structreflect/tags.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api/structreflect/value_extractor.go b/api/structreflect/value_extractor.go index 191ea00..d7cf621 100644 --- a/api/structreflect/value_extractor.go +++ b/api/structreflect/value_extractor.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api_mutation_gen.go b/api_mutation_gen.go index d2d1d4f..e7095da 100644 --- a/api_mutation_gen.go +++ b/api_mutation_gen.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api_mutation_helpers.go b/api_mutation_helpers.go index e060dc2..a12d239 100644 --- a/api_mutation_helpers.go +++ b/api_mutation_helpers.go @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package modusdb import ( diff --git a/api_query_execution.go b/api_query_execution.go index 4e90527..1078b6e 100644 --- a/api_query_execution.go +++ b/api_query_execution.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/api_types.go b/api_types.go index 18ce99a..728da61 100644 --- a/api_types.go +++ b/api_types.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/config.go b/config.go index 0eac913..007cd28 100644 --- a/config.go +++ b/config.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/engine.go b/engine.go index a026bcf..b3cd4d1 100644 --- a/engine.go +++ b/engine.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/live.go b/live.go index f6ba0dc..f4594b4 100644 --- a/live.go +++ b/live.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/load_test/live_benchmark_test.go b/load_test/live_benchmark_test.go index daa0536..8115a15 100644 --- a/load_test/live_benchmark_test.go +++ b/load_test/live_benchmark_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/load_test/live_test.go b/load_test/live_test.go index 10cfde5..7c5773d 100644 --- a/load_test/live_test.go +++ b/load_test/live_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/namespace.go b/namespace.go index b40bbf8..597ef1a 100644 --- a/namespace.go +++ b/namespace.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/unit_test/api_test.go b/unit_test/api_test.go index 34861b8..9ec75d3 100644 --- a/unit_test/api_test.go +++ b/unit_test/api_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/unit_test/engine_test.go b/unit_test/engine_test.go index 0996bd4..ae8655c 100644 --- a/unit_test/engine_test.go +++ b/unit_test/engine_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/unit_test/namespace_test.go b/unit_test/namespace_test.go index cf01753..1d489d4 100644 --- a/unit_test/namespace_test.go +++ b/unit_test/namespace_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/unit_test/vector_test.go b/unit_test/vector_test.go index 4b7d930..b40d41a 100644 --- a/unit_test/vector_test.go +++ b/unit_test/vector_test.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICENSE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/zero.go b/zero.go index 4468ac8..364be15 100644 --- a/zero.go +++ b/zero.go @@ -1,9 +1,5 @@ /* - * Copyright 2025 Hypermode Inc. - * Licensed under the terms of the Apache License, Version 2.0 - * See the LICEDBE file that accompanied this code for further details. - * - * SPDX-FileCopyrightText: 2025 Hypermode Inc. + * SPDX-FileCopyrightText: © Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */