diff --git a/.golangci.yml b/.golangci.yml index 23fb744..5fcd482 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Christoph Mewes +# SPDX-FileCopyrightText: 2024 Christoph Mewes # SPDX-License-Identifier: MIT run: diff --git a/.goreleaser.yml b/.goreleaser.yml index c24c08c..167f9e5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Christoph Mewes +# SPDX-FileCopyrightText: 2024 Christoph Mewes # SPDX-License-Identifier: MIT builds: diff --git a/LICENSE b/LICENSE index 580fcac..7abbbce 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Christoph Mewes +Copyright (c) 2024 Christoph Mewes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index f3554c1..6d6d7ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Christoph Mewes +# SPDX-FileCopyrightText: 2024 Christoph Mewes # SPDX-License-Identifier: MIT GIT_VERSION = $(shell git describe --tags --always) diff --git a/aliases.go b/aliases.go index b31b385..3dd17f8 100644 --- a/aliases.go +++ b/aliases.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package rudi diff --git a/cmd/rudi/batteries/modules.go b/cmd/rudi/batteries/modules.go index 8a85438..7d518f2 100644 --- a/cmd/rudi/batteries/modules.go +++ b/cmd/rudi/batteries/modules.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package batteries diff --git a/cmd/rudi/cmd/console/command.go b/cmd/rudi/cmd/console/command.go index c358b78..ddf44bc 100644 --- a/cmd/rudi/cmd/console/command.go +++ b/cmd/rudi/cmd/console/command.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package console diff --git a/cmd/rudi/cmd/help/command.go b/cmd/rudi/cmd/help/command.go index 4d8f42a..74a48cb 100644 --- a/cmd/rudi/cmd/help/command.go +++ b/cmd/rudi/cmd/help/command.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package help diff --git a/cmd/rudi/cmd/script/command.go b/cmd/rudi/cmd/script/command.go index fea1e63..4df6c39 100644 --- a/cmd/rudi/cmd/script/command.go +++ b/cmd/rudi/cmd/script/command.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package script diff --git a/cmd/rudi/docs/ansi.go b/cmd/rudi/docs/ansi.go index 47d795f..be6cd10 100644 --- a/cmd/rudi/docs/ansi.go +++ b/cmd/rudi/docs/ansi.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/cmd/rudi/docs/data.go b/cmd/rudi/docs/data.go index b3ebc11..8741d35 100644 --- a/cmd/rudi/docs/data.go +++ b/cmd/rudi/docs/data.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/cmd/rudi/docs/data/functions/now.md.gz b/cmd/rudi/docs/data/functions/now.md.gz index b2f075b..fdb22e5 100644 Binary files a/cmd/rudi/docs/data/functions/now.md.gz and b/cmd/rudi/docs/data/functions/now.md.gz differ diff --git a/cmd/rudi/docs/nodes.go b/cmd/rudi/docs/nodes.go index dd21bc6..b28b523 100644 --- a/cmd/rudi/docs/nodes.go +++ b/cmd/rudi/docs/nodes.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/cmd/rudi/docs/render.go b/cmd/rudi/docs/render.go index 700c41d..74cde9e 100644 --- a/cmd/rudi/docs/render.go +++ b/cmd/rudi/docs/render.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/cmd/rudi/docs/styles.go b/cmd/rudi/docs/styles.go index 60fc0a5..5c2c79d 100644 --- a/cmd/rudi/docs/styles.go +++ b/cmd/rudi/docs/styles.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/cmd/rudi/encoding/decode.go b/cmd/rudi/encoding/decode.go index 8d62955..dd61187 100644 --- a/cmd/rudi/encoding/decode.go +++ b/cmd/rudi/encoding/decode.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package encoding diff --git a/cmd/rudi/main.go b/cmd/rudi/main.go index 05b6846..6962b45 100644 --- a/cmd/rudi/main.go +++ b/cmd/rudi/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package main diff --git a/cmd/rudi/options/options.go b/cmd/rudi/options/options.go index fcaa535..96d871f 100644 --- a/cmd/rudi/options/options.go +++ b/cmd/rudi/options/options.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package options diff --git a/cmd/rudi/options/pflag.go b/cmd/rudi/options/pflag.go index fe3d653..de71be0 100644 --- a/cmd/rudi/options/pflag.go +++ b/cmd/rudi/options/pflag.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package options diff --git a/cmd/rudi/types/const.go b/cmd/rudi/types/const.go index c4c2df2..f6769ac 100644 --- a/cmd/rudi/types/const.go +++ b/cmd/rudi/types/const.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/cmd/rudi/util/context.go b/cmd/rudi/util/context.go index 9595bdf..0efde3a 100644 --- a/cmd/rudi/util/context.go +++ b/cmd/rudi/util/context.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package util diff --git a/cmd/rudi/util/files.go b/cmd/rudi/util/files.go index 2a858b9..86e5d3e 100644 --- a/cmd/rudi/util/files.go +++ b/cmd/rudi/util/files.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package util diff --git a/cmd/rudi/util/help.go b/cmd/rudi/util/help.go index 3d8cb4d..55fe624 100644 --- a/cmd/rudi/util/help.go +++ b/cmd/rudi/util/help.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package util diff --git a/cmd/rudi/util/signals.go b/cmd/rudi/util/signals.go index 20d68a8..45e9cc1 100644 --- a/cmd/rudi/util/signals.go +++ b/cmd/rudi/util/signals.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package util diff --git a/doc.go b/doc.go index c07f725..ccfe2ec 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT // Package rudi contains a convenience API to compile and execute Rudi diff --git a/docs/stdlib/datetime/now.md b/docs/stdlib/datetime/now.md index a64c8bf..0713385 100644 --- a/docs/stdlib/datetime/now.md +++ b/docs/stdlib/datetime/now.md @@ -9,7 +9,7 @@ information on the format string syntax. ## Examples -* `(now "2006-01-02")` ➜ `"2023-12-02"` +* `(now "2006-01-02")` ➜ `"2024-01-01"` ## Forms diff --git a/errors.go b/errors.go index f908440..bb7b4d9 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package rudi diff --git a/hack/docs-prerender/ansidoc/dump.go b/hack/docs-prerender/ansidoc/dump.go index 3f8c21d..ba8c9dd 100644 --- a/hack/docs-prerender/ansidoc/dump.go +++ b/hack/docs-prerender/ansidoc/dump.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package ansidoc diff --git a/hack/docs-prerender/ansidoc/optimize.go b/hack/docs-prerender/ansidoc/optimize.go index fbf9006..3992a17 100644 --- a/hack/docs-prerender/ansidoc/optimize.go +++ b/hack/docs-prerender/ansidoc/optimize.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package ansidoc diff --git a/hack/docs-prerender/ansidoc/parse.go b/hack/docs-prerender/ansidoc/parse.go index c2a7617..3fef1e9 100644 --- a/hack/docs-prerender/ansidoc/parse.go +++ b/hack/docs-prerender/ansidoc/parse.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package ansidoc diff --git a/hack/docs-prerender/ansidoc/template.go b/hack/docs-prerender/ansidoc/template.go index 3f3aa9a..85c9d3d 100644 --- a/hack/docs-prerender/ansidoc/template.go +++ b/hack/docs-prerender/ansidoc/template.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package ansidoc diff --git a/hack/docs-prerender/glamour.go b/hack/docs-prerender/glamour.go index fe86d5e..f688a54 100644 --- a/hack/docs-prerender/glamour.go +++ b/hack/docs-prerender/glamour.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package main diff --git a/hack/docs-prerender/main.go b/hack/docs-prerender/main.go index b5f75bc..7eab5c6 100644 --- a/hack/docs-prerender/main.go +++ b/hack/docs-prerender/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package main diff --git a/hack/docs-toc/main.go b/hack/docs-toc/main.go index b8b2603..0d6184a 100644 --- a/hack/docs-toc/main.go +++ b/hack/docs-toc/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package main diff --git a/hack/docs-toc/toc-library.go b/hack/docs-toc/toc-library.go index 0007e73..35893e8 100644 --- a/hack/docs-toc/toc-library.go +++ b/hack/docs-toc/toc-library.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package main diff --git a/hack/docs-toc/toc-topics.go b/hack/docs-toc/toc-topics.go index caba392..b8269a1 100644 --- a/hack/docs-toc/toc-topics.go +++ b/hack/docs-toc/toc-topics.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package main diff --git a/pkg/builtin/coalesce/docs/embed.go b/pkg/builtin/coalesce/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/coalesce/docs/embed.go +++ b/pkg/builtin/coalesce/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/coalesce/functions.go b/pkg/builtin/coalesce/functions.go index 2ccd474..f3b6d81 100644 --- a/pkg/builtin/coalesce/functions.go +++ b/pkg/builtin/coalesce/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package coalesce diff --git a/pkg/builtin/compare/docs/embed.go b/pkg/builtin/compare/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/compare/docs/embed.go +++ b/pkg/builtin/compare/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/compare/functions.go b/pkg/builtin/compare/functions.go index 7470582..2617458 100644 --- a/pkg/builtin/compare/functions.go +++ b/pkg/builtin/compare/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package compare diff --git a/pkg/builtin/compare/functions_test.go b/pkg/builtin/compare/functions_test.go index 4bf4874..1217c80 100644 --- a/pkg/builtin/compare/functions_test.go +++ b/pkg/builtin/compare/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package compare diff --git a/pkg/builtin/core/docs/embed.go b/pkg/builtin/core/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/core/docs/embed.go +++ b/pkg/builtin/core/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/core/functions.go b/pkg/builtin/core/functions.go index f86114b..8c44776 100644 --- a/pkg/builtin/core/functions.go +++ b/pkg/builtin/core/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package core diff --git a/pkg/builtin/core/functions_test.go b/pkg/builtin/core/functions_test.go index 5bf70ca..d94df73 100644 --- a/pkg/builtin/core/functions_test.go +++ b/pkg/builtin/core/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package core diff --git a/pkg/builtin/datetime/docs/embed.go b/pkg/builtin/datetime/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/datetime/docs/embed.go +++ b/pkg/builtin/datetime/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/datetime/docs/now.md b/pkg/builtin/datetime/docs/now.md index a64c8bf..0713385 100644 --- a/pkg/builtin/datetime/docs/now.md +++ b/pkg/builtin/datetime/docs/now.md @@ -9,7 +9,7 @@ information on the format string syntax. ## Examples -* `(now "2006-01-02")` ➜ `"2023-12-02"` +* `(now "2006-01-02")` ➜ `"2024-01-01"` ## Forms diff --git a/pkg/builtin/datetime/functions.go b/pkg/builtin/datetime/functions.go index 61163ec..572bd00 100644 --- a/pkg/builtin/datetime/functions.go +++ b/pkg/builtin/datetime/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package datetime diff --git a/pkg/builtin/encoding/docs/embed.go b/pkg/builtin/encoding/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/encoding/docs/embed.go +++ b/pkg/builtin/encoding/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/encoding/functions.go b/pkg/builtin/encoding/functions.go index 73d5884..b3e9d1c 100644 --- a/pkg/builtin/encoding/functions.go +++ b/pkg/builtin/encoding/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package encoding diff --git a/pkg/builtin/encoding/functions_test.go b/pkg/builtin/encoding/functions_test.go index d17db3a..5043806 100644 --- a/pkg/builtin/encoding/functions_test.go +++ b/pkg/builtin/encoding/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package encoding diff --git a/pkg/builtin/hashing/docs/embed.go b/pkg/builtin/hashing/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/hashing/docs/embed.go +++ b/pkg/builtin/hashing/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/hashing/functions.go b/pkg/builtin/hashing/functions.go index 0ca1918..bcbfca4 100644 --- a/pkg/builtin/hashing/functions.go +++ b/pkg/builtin/hashing/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package hashing diff --git a/pkg/builtin/hashing/functions_test.go b/pkg/builtin/hashing/functions_test.go index d5a244f..dc318b4 100644 --- a/pkg/builtin/hashing/functions_test.go +++ b/pkg/builtin/hashing/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package hashing diff --git a/pkg/builtin/lists/docs/embed.go b/pkg/builtin/lists/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/lists/docs/embed.go +++ b/pkg/builtin/lists/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/lists/functions.go b/pkg/builtin/lists/functions.go index e9227e3..33207e8 100644 --- a/pkg/builtin/lists/functions.go +++ b/pkg/builtin/lists/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package lists diff --git a/pkg/builtin/lists/functions_test.go b/pkg/builtin/lists/functions_test.go index 3105278..f493667 100644 --- a/pkg/builtin/lists/functions_test.go +++ b/pkg/builtin/lists/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT // Package lists_tests is a standalone package for the tests to prevent the regular diff --git a/pkg/builtin/logic/docs/embed.go b/pkg/builtin/logic/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/logic/docs/embed.go +++ b/pkg/builtin/logic/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/logic/functions.go b/pkg/builtin/logic/functions.go index 0a7bc06..c75c211 100644 --- a/pkg/builtin/logic/functions.go +++ b/pkg/builtin/logic/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package logic diff --git a/pkg/builtin/logic/functions_test.go b/pkg/builtin/logic/functions_test.go index 6d43f51..53fcc18 100644 --- a/pkg/builtin/logic/functions_test.go +++ b/pkg/builtin/logic/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package logic diff --git a/pkg/builtin/math/docs/embed.go b/pkg/builtin/math/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/math/docs/embed.go +++ b/pkg/builtin/math/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/math/functions.go b/pkg/builtin/math/functions.go index 360cf19..d638252 100644 --- a/pkg/builtin/math/functions.go +++ b/pkg/builtin/math/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package math diff --git a/pkg/builtin/math/functions_test.go b/pkg/builtin/math/functions_test.go index af1e1c8..2f7ae08 100644 --- a/pkg/builtin/math/functions_test.go +++ b/pkg/builtin/math/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package math diff --git a/pkg/builtin/meta.go b/pkg/builtin/meta.go index a4d07cb..4462691 100644 --- a/pkg/builtin/meta.go +++ b/pkg/builtin/meta.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package builtin diff --git a/pkg/builtin/rudifunc/docs/embed.go b/pkg/builtin/rudifunc/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/rudifunc/docs/embed.go +++ b/pkg/builtin/rudifunc/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/rudifunc/functions.go b/pkg/builtin/rudifunc/functions.go index df98273..af5e8b7 100644 --- a/pkg/builtin/rudifunc/functions.go +++ b/pkg/builtin/rudifunc/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package rudifunc diff --git a/pkg/builtin/strings/docs/embed.go b/pkg/builtin/strings/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/strings/docs/embed.go +++ b/pkg/builtin/strings/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/strings/functions.go b/pkg/builtin/strings/functions.go index 013e6fd..a3e4406 100644 --- a/pkg/builtin/strings/functions.go +++ b/pkg/builtin/strings/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package strings diff --git a/pkg/builtin/strings/functions_test.go b/pkg/builtin/strings/functions_test.go index 9e48669..4c6cc36 100644 --- a/pkg/builtin/strings/functions_test.go +++ b/pkg/builtin/strings/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package strings diff --git a/pkg/builtin/types/docs/embed.go b/pkg/builtin/types/docs/embed.go index 2c320d4..af7c365 100644 --- a/pkg/builtin/types/docs/embed.go +++ b/pkg/builtin/types/docs/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/builtin/types/functions.go b/pkg/builtin/types/functions.go index 2658d72..cc3cbcb 100644 --- a/pkg/builtin/types/functions.go +++ b/pkg/builtin/types/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/pkg/builtin/types/functions_test.go b/pkg/builtin/types/functions_test.go index f5112a6..6dbaf80 100644 --- a/pkg/builtin/types/functions_test.go +++ b/pkg/builtin/types/functions_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/pkg/coalescing/coalescer.go b/pkg/coalescing/coalescer.go index 048caf8..7b2b2b5 100644 --- a/pkg/coalescing/coalescer.go +++ b/pkg/coalescing/coalescer.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package coalescing diff --git a/pkg/coalescing/humane.go b/pkg/coalescing/humane.go index 3a54ba3..0a7b5bb 100644 --- a/pkg/coalescing/humane.go +++ b/pkg/coalescing/humane.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package coalescing diff --git a/pkg/coalescing/humane_test.go b/pkg/coalescing/humane_test.go index 5b4a28b..27eaafb 100644 --- a/pkg/coalescing/humane_test.go +++ b/pkg/coalescing/humane_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package coalescing diff --git a/pkg/coalescing/pedantic.go b/pkg/coalescing/pedantic.go index a28899d..af1bb93 100644 --- a/pkg/coalescing/pedantic.go +++ b/pkg/coalescing/pedantic.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package coalescing diff --git a/pkg/coalescing/strict.go b/pkg/coalescing/strict.go index ccf36d5..5666f07 100644 --- a/pkg/coalescing/strict.go +++ b/pkg/coalescing/strict.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package coalescing diff --git a/pkg/coalescing/util_test.go b/pkg/coalescing/util_test.go index a5136a0..ac3fb6d 100644 --- a/pkg/coalescing/util_test.go +++ b/pkg/coalescing/util_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package coalescing diff --git a/pkg/docs/module.go b/pkg/docs/module.go index 3a2de86..c11438a 100644 --- a/pkg/docs/module.go +++ b/pkg/docs/module.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package docs diff --git a/pkg/equality/compare.go b/pkg/equality/compare.go index 3d74578..5629f36 100644 --- a/pkg/equality/compare.go +++ b/pkg/equality/compare.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package equality diff --git a/pkg/equality/compare_test.go b/pkg/equality/compare_test.go index 2c6ba86..7ca13ea 100644 --- a/pkg/equality/compare_test.go +++ b/pkg/equality/compare_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package equality diff --git a/pkg/jsonpath/delete.go b/pkg/jsonpath/delete.go index a2a9dc8..4dd4994 100644 --- a/pkg/jsonpath/delete.go +++ b/pkg/jsonpath/delete.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package jsonpath diff --git a/pkg/jsonpath/delete_test.go b/pkg/jsonpath/delete_test.go index d1e9ab3..45df95c 100644 --- a/pkg/jsonpath/delete_test.go +++ b/pkg/jsonpath/delete_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package jsonpath diff --git a/pkg/jsonpath/get.go b/pkg/jsonpath/get.go index 15c0144..072ee48 100644 --- a/pkg/jsonpath/get.go +++ b/pkg/jsonpath/get.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package jsonpath diff --git a/pkg/jsonpath/get_test.go b/pkg/jsonpath/get_test.go index 9e322f8..f1037e5 100644 --- a/pkg/jsonpath/get_test.go +++ b/pkg/jsonpath/get_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package jsonpath diff --git a/pkg/jsonpath/path.go b/pkg/jsonpath/path.go index ba8efe6..6cda1a1 100644 --- a/pkg/jsonpath/path.go +++ b/pkg/jsonpath/path.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package jsonpath diff --git a/pkg/jsonpath/set.go b/pkg/jsonpath/set.go index b1d3597..f8786c8 100644 --- a/pkg/jsonpath/set.go +++ b/pkg/jsonpath/set.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package jsonpath diff --git a/pkg/jsonpath/set_test.go b/pkg/jsonpath/set_test.go index 26361c8..b803ce1 100644 --- a/pkg/jsonpath/set_test.go +++ b/pkg/jsonpath/set_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package jsonpath diff --git a/pkg/lang/ast/types.go b/pkg/lang/ast/types.go index 9ea7579..378965e 100644 --- a/pkg/lang/ast/types.go +++ b/pkg/lang/ast/types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package ast diff --git a/pkg/lang/ast/types_test.go b/pkg/lang/ast/types_test.go index be905b7..a9b9223 100644 --- a/pkg/lang/ast/types_test.go +++ b/pkg/lang/ast/types_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package ast diff --git a/pkg/lang/grammar/rudi.peg b/pkg/lang/grammar/rudi.peg index 686b020..6be2097 100644 --- a/pkg/lang/grammar/rudi.peg +++ b/pkg/lang/grammar/rudi.peg @@ -1,5 +1,5 @@ { -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package parser diff --git a/pkg/lang/parser/errors.go b/pkg/lang/parser/errors.go index fc6eb72..8715b42 100644 --- a/pkg/lang/parser/errors.go +++ b/pkg/lang/parser/errors.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package parser diff --git a/pkg/lang/parser/generated.go b/pkg/lang/parser/generated.go index 3a4ee16..472a2e4 100644 --- a/pkg/lang/parser/generated.go +++ b/pkg/lang/parser/generated.go @@ -1,6 +1,6 @@ // Code generated by pigeon; DO NOT EDIT. -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package parser diff --git a/pkg/lang/parser/test/parser_test.go b/pkg/lang/parser/test/parser_test.go index dfe2664..52be51d 100644 --- a/pkg/lang/parser/test/parser_test.go +++ b/pkg/lang/parser/test/parser_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/lang/parser/util.go b/pkg/lang/parser/util.go index 0998bfa..e5e1fde 100644 --- a/pkg/lang/parser/util.go +++ b/pkg/lang/parser/util.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package parser diff --git a/pkg/printer/printer.go b/pkg/printer/printer.go index 223c384..823c064 100644 --- a/pkg/printer/printer.go +++ b/pkg/printer/printer.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package printer diff --git a/pkg/printer/printer_ast.go b/pkg/printer/printer_ast.go index 20b021f..d789c70 100644 --- a/pkg/printer/printer_ast.go +++ b/pkg/printer/printer_ast.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package printer diff --git a/pkg/printer/printer_base.go b/pkg/printer/printer_base.go index d4eb582..c76b5d2 100644 --- a/pkg/printer/printer_base.go +++ b/pkg/printer/printer_base.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package printer diff --git a/pkg/printer/printer_rudi.go b/pkg/printer/printer_rudi.go index b7beed5..fc6af24 100644 --- a/pkg/printer/printer_rudi.go +++ b/pkg/printer/printer_rudi.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package printer diff --git a/pkg/printer/test/rudi_test.go b/pkg/printer/test/rudi_test.go index 412c396..97cea9c 100644 --- a/pkg/printer/test/rudi_test.go +++ b/pkg/printer/test/rudi_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/functions/args_consumer.go b/pkg/runtime/functions/args_consumer.go index d9562c2..db9ecc3 100644 --- a/pkg/runtime/functions/args_consumer.go +++ b/pkg/runtime/functions/args_consumer.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/args_consumer_test.go b/pkg/runtime/functions/args_consumer_test.go index 7b6b43f..9706399 100644 --- a/pkg/runtime/functions/args_consumer_test.go +++ b/pkg/runtime/functions/args_consumer_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/args_matcher.go b/pkg/runtime/functions/args_matcher.go index ead8950..6fa8b3a 100644 --- a/pkg/runtime/functions/args_matcher.go +++ b/pkg/runtime/functions/args_matcher.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/args_matcher_test.go b/pkg/runtime/functions/args_matcher_test.go index 208484e..06ad2c6 100644 --- a/pkg/runtime/functions/args_matcher_test.go +++ b/pkg/runtime/functions/args_matcher_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/builder.go b/pkg/runtime/functions/builder.go index 08620e1..c94836b 100644 --- a/pkg/runtime/functions/builder.go +++ b/pkg/runtime/functions/builder.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/expression.go b/pkg/runtime/functions/expression.go index af82149..515d7e9 100644 --- a/pkg/runtime/functions/expression.go +++ b/pkg/runtime/functions/expression.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/form.go b/pkg/runtime/functions/form.go index 4f12fb1..fdf9ae3 100644 --- a/pkg/runtime/functions/form.go +++ b/pkg/runtime/functions/form.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/form_test.go b/pkg/runtime/functions/form_test.go index 2cb66e4..3c5daaa 100644 --- a/pkg/runtime/functions/form_test.go +++ b/pkg/runtime/functions/form_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/functions/function.go b/pkg/runtime/functions/function.go index 76082eb..b13a3d8 100644 --- a/pkg/runtime/functions/function.go +++ b/pkg/runtime/functions/function.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package functions diff --git a/pkg/runtime/interpreter/eval_bool.go b/pkg/runtime/interpreter/eval_bool.go index 2bf4ef6..7d96daa 100644 --- a/pkg/runtime/interpreter/eval_bool.go +++ b/pkg/runtime/interpreter/eval_bool.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_expression.go b/pkg/runtime/interpreter/eval_expression.go index ce89de6..4726af4 100644 --- a/pkg/runtime/interpreter/eval_expression.go +++ b/pkg/runtime/interpreter/eval_expression.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_identifier.go b/pkg/runtime/interpreter/eval_identifier.go index 8c1109a..44bf849 100644 --- a/pkg/runtime/interpreter/eval_identifier.go +++ b/pkg/runtime/interpreter/eval_identifier.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_null.go b/pkg/runtime/interpreter/eval_null.go index 0c2fe6c..485e821 100644 --- a/pkg/runtime/interpreter/eval_null.go +++ b/pkg/runtime/interpreter/eval_null.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_number.go b/pkg/runtime/interpreter/eval_number.go index 15d79d4..eb4a877 100644 --- a/pkg/runtime/interpreter/eval_number.go +++ b/pkg/runtime/interpreter/eval_number.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_object.go b/pkg/runtime/interpreter/eval_object.go index 40eb61b..9e4a479 100644 --- a/pkg/runtime/interpreter/eval_object.go +++ b/pkg/runtime/interpreter/eval_object.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_program.go b/pkg/runtime/interpreter/eval_program.go index ccb1f81..fc0b1fb 100644 --- a/pkg/runtime/interpreter/eval_program.go +++ b/pkg/runtime/interpreter/eval_program.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_shim.go b/pkg/runtime/interpreter/eval_shim.go index 7241fba..05fd5f6 100644 --- a/pkg/runtime/interpreter/eval_shim.go +++ b/pkg/runtime/interpreter/eval_shim.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_statement.go b/pkg/runtime/interpreter/eval_statement.go index 098bd63..787d5e5 100644 --- a/pkg/runtime/interpreter/eval_statement.go +++ b/pkg/runtime/interpreter/eval_statement.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_string.go b/pkg/runtime/interpreter/eval_string.go index 227adcc..cbe9d15 100644 --- a/pkg/runtime/interpreter/eval_string.go +++ b/pkg/runtime/interpreter/eval_string.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_symbol.go b/pkg/runtime/interpreter/eval_symbol.go index 4beeaef..99ad82f 100644 --- a/pkg/runtime/interpreter/eval_symbol.go +++ b/pkg/runtime/interpreter/eval_symbol.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_tuple.go b/pkg/runtime/interpreter/eval_tuple.go index c2d117a..c9eaab4 100644 --- a/pkg/runtime/interpreter/eval_tuple.go +++ b/pkg/runtime/interpreter/eval_tuple.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/eval_vector.go b/pkg/runtime/interpreter/eval_vector.go index b88b6b9..25171d0 100644 --- a/pkg/runtime/interpreter/eval_vector.go +++ b/pkg/runtime/interpreter/eval_vector.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/interpreter.go b/pkg/runtime/interpreter/interpreter.go index f505289..56602cd 100644 --- a/pkg/runtime/interpreter/interpreter.go +++ b/pkg/runtime/interpreter/interpreter.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package interpreter diff --git a/pkg/runtime/interpreter/test/bool_test.go b/pkg/runtime/interpreter/test/bool_test.go index 2d1004b..4b996d6 100644 --- a/pkg/runtime/interpreter/test/bool_test.go +++ b/pkg/runtime/interpreter/test/bool_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/expression_test.go b/pkg/runtime/interpreter/test/expression_test.go index 544adf8..d9b5215 100644 --- a/pkg/runtime/interpreter/test/expression_test.go +++ b/pkg/runtime/interpreter/test/expression_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/funcs.go b/pkg/runtime/interpreter/test/funcs.go index c82770b..26381ac 100644 --- a/pkg/runtime/interpreter/test/funcs.go +++ b/pkg/runtime/interpreter/test/funcs.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/identifier_test.go b/pkg/runtime/interpreter/test/identifier_test.go index 90404cb..b526279 100644 --- a/pkg/runtime/interpreter/test/identifier_test.go +++ b/pkg/runtime/interpreter/test/identifier_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/null_test.go b/pkg/runtime/interpreter/test/null_test.go index e154673..efe0e7f 100644 --- a/pkg/runtime/interpreter/test/null_test.go +++ b/pkg/runtime/interpreter/test/null_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/number_test.go b/pkg/runtime/interpreter/test/number_test.go index 635a29e..f54647e 100644 --- a/pkg/runtime/interpreter/test/number_test.go +++ b/pkg/runtime/interpreter/test/number_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/object_test.go b/pkg/runtime/interpreter/test/object_test.go index 98b12fb..bdd81a1 100644 --- a/pkg/runtime/interpreter/test/object_test.go +++ b/pkg/runtime/interpreter/test/object_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/program_test.go b/pkg/runtime/interpreter/test/program_test.go index 5601574..44d37e1 100644 --- a/pkg/runtime/interpreter/test/program_test.go +++ b/pkg/runtime/interpreter/test/program_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/statement_test.go b/pkg/runtime/interpreter/test/statement_test.go index 7dcde72..dbdc535 100644 --- a/pkg/runtime/interpreter/test/statement_test.go +++ b/pkg/runtime/interpreter/test/statement_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/string_test.go b/pkg/runtime/interpreter/test/string_test.go index 74b7042..811391c 100644 --- a/pkg/runtime/interpreter/test/string_test.go +++ b/pkg/runtime/interpreter/test/string_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/symbol_test.go b/pkg/runtime/interpreter/test/symbol_test.go index 8574f53..72c5a4b 100644 --- a/pkg/runtime/interpreter/test/symbol_test.go +++ b/pkg/runtime/interpreter/test/symbol_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/tuple_test.go b/pkg/runtime/interpreter/test/tuple_test.go index 61da2a2..2b24a54 100644 --- a/pkg/runtime/interpreter/test/tuple_test.go +++ b/pkg/runtime/interpreter/test/tuple_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/interpreter/test/vector_test.go b/pkg/runtime/interpreter/test/vector_test.go index e2e0a2c..59613bb 100644 --- a/pkg/runtime/interpreter/test/vector_test.go +++ b/pkg/runtime/interpreter/test/vector_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package test diff --git a/pkg/runtime/pathexpr/eval.go b/pkg/runtime/pathexpr/eval.go index ef7af9d..0864b9f 100644 --- a/pkg/runtime/pathexpr/eval.go +++ b/pkg/runtime/pathexpr/eval.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package pathexpr diff --git a/pkg/runtime/types/context.go b/pkg/runtime/types/context.go index c7e2ee2..eb4edc2 100644 --- a/pkg/runtime/types/context.go +++ b/pkg/runtime/types/context.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/pkg/runtime/types/document.go b/pkg/runtime/types/document.go index 8fd5da3..6ea5500 100644 --- a/pkg/runtime/types/document.go +++ b/pkg/runtime/types/document.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/pkg/runtime/types/functions.go b/pkg/runtime/types/functions.go index 7e47038..46b88d9 100644 --- a/pkg/runtime/types/functions.go +++ b/pkg/runtime/types/functions.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/pkg/runtime/types/runtime.go b/pkg/runtime/types/runtime.go index 4175876..1247294 100644 --- a/pkg/runtime/types/runtime.go +++ b/pkg/runtime/types/runtime.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/pkg/runtime/types/variables.go b/pkg/runtime/types/variables.go index f1eeb18..e97ba0e 100644 --- a/pkg/runtime/types/variables.go +++ b/pkg/runtime/types/variables.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package types diff --git a/pkg/testutil/testcase.go b/pkg/testutil/testcase.go index 7170de3..5afa9ab 100644 --- a/pkg/testutil/testcase.go +++ b/pkg/testutil/testcase.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package testutil diff --git a/program.go b/program.go index b2735e3..3463f23 100644 --- a/program.go +++ b/program.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Christoph Mewes +// SPDX-FileCopyrightText: 2024 Christoph Mewes // SPDX-License-Identifier: MIT package rudi