diff --git a/.licensei.toml b/.licensei.toml index 3890c220..94cc7eab 100644 --- a/.licensei.toml +++ b/.licensei.toml @@ -1,5 +1,5 @@ [header] -template = """// Copyright 2023, Ryan Parman +template = """// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the \"License\"); // you may not use this file except in compliance with the License. diff --git a/.licenses.cache.json b/.licenses.cache.json index 3c887bda..d185f7fd 100644 --- a/.licenses.cache.json +++ b/.licenses.cache.json @@ -1,6 +1,6 @@ { "SchemaVersion": 2, - "CreatedAt": "2023-12-17T16:35:48.166142-08:00", + "CreatedAt": "2023-12-17T17:28:20.566109-08:00", "ArtifactName": ".", "ArtifactType": "filesystem", "Metadata": { @@ -47,13 +47,13 @@ ], "Indirect": true, "DependsOn": [ - "github.com/mitchellh/copystructure@v1.0.0", + "github.com/shopspring/decimal@v1.2.0", + "golang.org/x/crypto@v0.3.0", "github.com/Masterminds/semver/v3@v3.2.0", "github.com/imdario/mergo@v0.3.11", "github.com/huandu/xstrings@v1.3.3", - "github.com/shopspring/decimal@v1.2.0", + "github.com/mitchellh/copystructure@v1.0.0", "github.com/spf13/cast@v1.3.1", - "golang.org/x/crypto@v0.3.0", "github.com/Masterminds/goutils@v1.1.1", "github.com/google/uuid@v1.1.1" ], @@ -331,8 +331,8 @@ ], "Indirect": true, "DependsOn": [ - "google.golang.org/protobuf@v1.31.0", - "github.com/google/go-cmp@v0.6.0" + "github.com/google/go-cmp@v0.6.0", + "google.golang.org/protobuf@v1.31.0" ], "Layer": {} }, @@ -363,9 +363,9 @@ "MIT" ], "DependsOn": [ - "github.com/stretchr/testify@v1.8.4", "github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e", - "golang.org/x/sys@v0.15.0" + "golang.org/x/sys@v0.15.0", + "github.com/stretchr/testify@v1.8.4" ], "Layer": {} }, @@ -378,8 +378,8 @@ ], "DependsOn": [ "github.com/fatih/color@v1.16.0", - "github.com/stretchr/testify@v1.8.4", - "github.com/hexops/gotextdiff@v1.0.3" + "github.com/hexops/gotextdiff@v1.0.3", + "github.com/stretchr/testify@v1.8.4" ], "Layer": {} }, @@ -426,9 +426,9 @@ ], "Indirect": true, "DependsOn": [ + "github.com/google/go-cmp@v0.6.0", "github.com/vmihailenco/msgpack@v4.0.4+incompatible", - "golang.org/x/text@v0.14.0", - "github.com/google/go-cmp@v0.6.0" + "golang.org/x/text@v0.14.0" ], "Layer": {} }, @@ -441,10 +441,10 @@ ], "Indirect": true, "DependsOn": [ - "github.com/stretchr/testify@v1.8.4", "github.com/fatih/color@v1.16.0", "github.com/mattn/go-colorable@v0.1.13", - "github.com/mattn/go-isatty@v0.0.20" + "github.com/mattn/go-isatty@v0.0.20", + "github.com/stretchr/testify@v1.8.4" ], "Layer": {} }, @@ -470,11 +470,11 @@ ], "Indirect": true, "DependsOn": [ - "github.com/golang/protobuf@v1.5.3", - "github.com/hashicorp/go-hclog@v1.5.0", - "github.com/oklog/run@v1.1.0", "github.com/hashicorp/yamux@v0.1.1", "google.golang.org/protobuf@v1.31.0", + "github.com/golang/protobuf@v1.5.3", + "github.com/oklog/run@v1.1.0", + "github.com/hashicorp/go-hclog@v1.5.0", "github.com/mitchellh/go-testing-interface@v1.14.1", "google.golang.org/grpc@v1.60.0" ], @@ -509,15 +509,15 @@ ], "Indirect": true, "DependsOn": [ - "github.com/hashicorp/logutils@v1.0.0", - "golang.org/x/mod@v0.14.0", + "github.com/ProtonMail/go-crypto@v0.0.0-20230923063757-afb1ddc0824c", + "github.com/hashicorp/go-cleanhttp@v0.5.2", "github.com/hashicorp/go-version@v1.6.0", - "github.com/mitchellh/cli@v1.1.5", "github.com/google/go-cmp@v0.6.0", - "github.com/ProtonMail/go-crypto@v0.0.0-20230923063757-afb1ddc0824c", + "golang.org/x/mod@v0.14.0", "github.com/hashicorp/go-checkpoint@v0.5.0", "github.com/hashicorp/go-multierror@v1.1.1", - "github.com/hashicorp/go-cleanhttp@v0.5.2" + "github.com/hashicorp/logutils@v1.0.0", + "github.com/mitchellh/cli@v1.1.5" ], "Layer": {} }, @@ -530,14 +530,14 @@ ], "Indirect": true, "DependsOn": [ - "github.com/google/go-cmp@v0.6.0", + "github.com/mitchellh/go-wordwrap@v1.0.1", + "github.com/zclconf/go-cty@v1.14.1", "github.com/agext/levenshtein@v1.2.3", "github.com/apparentlymart/go-textseg/v15@v15.0.0", + "github.com/google/go-cmp@v0.6.0", "github.com/spf13/pflag@v1.0.5", - "github.com/zclconf/go-cty@v1.14.1", - "github.com/davecgh/go-spew@v1.1.1", - "github.com/mitchellh/go-wordwrap@v1.0.1", - "golang.org/x/crypto@v0.16.0" + "golang.org/x/crypto@v0.16.0", + "github.com/davecgh/go-spew@v1.1.1" ], "Layer": {} }, @@ -560,11 +560,11 @@ ], "Indirect": true, "DependsOn": [ - "github.com/hashicorp/hc-install@v0.6.2", - "github.com/hashicorp/terraform-json@v0.18.0", "github.com/google/go-cmp@v0.6.0", - "github.com/zclconf/go-cty@v1.14.1", - "github.com/hashicorp/go-version@v1.6.0" + "github.com/hashicorp/terraform-json@v0.18.0", + "github.com/hashicorp/go-version@v1.6.0", + "github.com/hashicorp/hc-install@v0.6.2", + "github.com/zclconf/go-cty@v1.14.1" ], "Layer": {} }, @@ -577,11 +577,11 @@ ], "Indirect": true, "DependsOn": [ - "github.com/zclconf/go-cty@v1.14.1", "github.com/davecgh/go-spew@v1.1.1", - "github.com/mitchellh/copystructure@v1.2.0", "github.com/google/go-cmp@v0.6.0", - "github.com/hashicorp/go-version@v1.6.0" + "github.com/zclconf/go-cty@v1.14.1", + "github.com/hashicorp/go-version@v1.6.0", + "github.com/mitchellh/copystructure@v1.2.0" ], "Layer": {} }, @@ -593,17 +593,17 @@ "MPL-2.0" ], "DependsOn": [ - "github.com/mattn/go-colorable@v0.1.13", + "github.com/hashicorp/go-version@v1.6.0", + "golang.org/x/exp@v0.0.0-20231206192017-f3f8817b8deb", + "github.com/google/go-cmp@v0.6.0", "github.com/hashicorp/terraform-exec@v0.19.0", - "github.com/hashicorp/hc-install@v0.6.2", - "github.com/mitchellh/cli@v1.1.5", "golang.org/x/text@v0.14.0", - "github.com/google/go-cmp@v0.6.0", - "github.com/zclconf/go-cty@v1.14.1", - "golang.org/x/exp@v0.0.0-20231206192017-f3f8817b8deb", - "github.com/hashicorp/go-version@v1.6.0", "github.com/hashicorp/terraform-json@v0.18.0", - "github.com/russross/blackfriday@v1.6.0" + "github.com/mitchellh/cli@v1.1.5", + "github.com/russross/blackfriday@v1.6.0", + "github.com/mattn/go-colorable@v0.1.13", + "github.com/zclconf/go-cty@v1.14.1", + "github.com/hashicorp/hc-install@v0.6.2" ], "Layer": {} }, @@ -615,9 +615,9 @@ "MPL-2.0" ], "DependsOn": [ + "github.com/google/go-cmp@v0.6.0", "github.com/hashicorp/terraform-plugin-go@v0.20.0", - "github.com/hashicorp/terraform-plugin-log@v0.9.0", - "github.com/google/go-cmp@v0.6.0" + "github.com/hashicorp/terraform-plugin-log@v0.9.0" ], "Layer": {} }, @@ -629,9 +629,9 @@ "MPL-2.0" ], "DependsOn": [ + "github.com/hashicorp/terraform-plugin-go@v0.20.0", "github.com/google/go-cmp@v0.6.0", - "github.com/hashicorp/terraform-plugin-framework@v1.4.2", - "github.com/hashicorp/terraform-plugin-go@v0.20.0" + "github.com/hashicorp/terraform-plugin-framework@v1.4.2" ], "Layer": {} }, @@ -643,15 +643,15 @@ "MPL-2.0" ], "DependsOn": [ - "github.com/hashicorp/go-hclog@v1.5.0", - "github.com/hashicorp/go-plugin@v1.6.0", + "github.com/google/go-cmp@v0.6.0", + "github.com/mitchellh/go-testing-interface@v1.14.1", "github.com/vmihailenco/msgpack/v5@v5.4.1", - "github.com/hashicorp/go-uuid@v1.0.3", - "google.golang.org/grpc@v1.60.0", - "google.golang.org/protobuf@v1.31.0", "github.com/hashicorp/terraform-plugin-log@v0.9.0", - "github.com/mitchellh/go-testing-interface@v1.14.1", - "github.com/google/go-cmp@v0.6.0", + "github.com/hashicorp/go-plugin@v1.6.0", + "google.golang.org/protobuf@v1.31.0", + "google.golang.org/grpc@v1.60.0", + "github.com/hashicorp/go-hclog@v1.5.0", + "github.com/hashicorp/go-uuid@v1.0.3", "github.com/hashicorp/terraform-registry-address@v0.2.3" ], "Layer": {} @@ -678,24 +678,24 @@ "MPL-2.0" ], "DependsOn": [ - "github.com/google/go-cmp@v0.6.0", - "github.com/hashicorp/go-version@v1.6.0", - "github.com/mitchellh/copystructure@v1.2.0", - "github.com/hashicorp/go-hclog@v1.5.0", "github.com/hashicorp/go-plugin@v1.6.0", - "github.com/hashicorp/logutils@v1.0.0", + "github.com/hashicorp/go-version@v1.6.0", + "github.com/hashicorp/hc-install@v0.6.2", "github.com/mitchellh/reflectwalk@v1.0.2", - "github.com/hashicorp/go-cty@v1.4.1-0.20200414143053-d3edf31b6320", "github.com/hashicorp/go-uuid@v1.0.3", "github.com/hashicorp/terraform-json@v0.18.0", - "github.com/hashicorp/terraform-plugin-go@v0.20.0", "github.com/hashicorp/terraform-plugin-log@v0.9.0", + "github.com/mitchellh/copystructure@v1.2.0", + "github.com/mitchellh/go-testing-interface@v1.14.1", + "github.com/hashicorp/go-hclog@v1.5.0", "github.com/zclconf/go-cty@v1.14.1", + "github.com/hashicorp/go-cty@v1.4.1-0.20200414143053-d3edf31b6320", "github.com/mitchellh/mapstructure@v1.5.0", - "github.com/mitchellh/go-testing-interface@v1.14.1", + "github.com/hashicorp/terraform-plugin-go@v0.20.0", + "github.com/google/go-cmp@v0.6.0", "golang.org/x/crypto@v0.16.0", "github.com/hashicorp/hcl/v2@v2.19.1", - "github.com/hashicorp/hc-install@v0.6.2", + "github.com/hashicorp/logutils@v1.0.0", "github.com/hashicorp/terraform-exec@v0.19.0" ], "Layer": {} @@ -724,11 +724,11 @@ ], "Indirect": true, "DependsOn": [ + "golang.org/x/net@v0.18.0", "github.com/google/go-cmp@v0.6.0", - "github.com/hashicorp/go-cleanhttp@v0.5.2", "github.com/hashicorp/go-version@v1.6.0", "github.com/zclconf/go-cty@v1.14.1", - "golang.org/x/net@v0.18.0" + "github.com/hashicorp/go-cleanhttp@v0.5.2" ], "Layer": {} }, @@ -1000,9 +1000,9 @@ "Apache-2.0" ], "DependsOn": [ + "github.com/inconshreveable/mousetrap@v1.1.0", "github.com/spf13/pflag@v1.0.5", - "gopkg.in/yaml.v3@v3.0.1", - "github.com/inconshreveable/mousetrap@v1.1.0" + "gopkg.in/yaml.v3@v3.0.1" ], "Layer": {} }, @@ -1024,9 +1024,9 @@ "MIT" ], "DependsOn": [ + "github.com/pmezard/go-difflib@v1.0.0", "gopkg.in/yaml.v3@v3.0.1", - "github.com/davecgh/go-spew@v1.1.1", - "github.com/pmezard/go-difflib@v1.0.0" + "github.com/davecgh/go-spew@v1.1.1" ], "Layer": {} }, @@ -1049,8 +1049,8 @@ ], "Indirect": true, "DependsOn": [ - "github.com/stretchr/testify@v1.8.4", - "github.com/vmihailenco/tagparser/v2@v2.0.0" + "github.com/vmihailenco/tagparser/v2@v2.0.0", + "github.com/stretchr/testify@v1.8.4" ], "Layer": {} }, @@ -1116,8 +1116,8 @@ ], "Indirect": true, "DependsOn": [ - "golang.org/x/mod@v0.14.0", - "github.com/google/go-cmp@v0.6.0" + "github.com/google/go-cmp@v0.6.0", + "golang.org/x/mod@v0.14.0" ], "Layer": {} }, @@ -1140,9 +1140,9 @@ ], "Indirect": true, "DependsOn": [ - "golang.org/x/text@v0.14.0", "golang.org/x/crypto@v0.16.0", - "golang.org/x/sys@v0.15.0" + "golang.org/x/sys@v0.15.0", + "golang.org/x/text@v0.14.0" ], "Layer": {} }, @@ -1175,9 +1175,9 @@ ], "Indirect": true, "DependsOn": [ - "google.golang.org/protobuf@v1.31.0", "github.com/golang/protobuf@v1.5.3", - "golang.org/x/text@v0.14.0" + "golang.org/x/text@v0.14.0", + "google.golang.org/protobuf@v1.31.0" ], "Layer": {} }, @@ -1203,13 +1203,13 @@ ], "Indirect": true, "DependsOn": [ - "google.golang.org/genproto/googleapis/rpc@v0.0.0-20231120223509-83a465c0220f", + "github.com/google/uuid@v1.4.0", "google.golang.org/protobuf@v1.31.0", + "golang.org/x/net@v0.18.0", "golang.org/x/sys@v0.15.0", + "github.com/golang/protobuf@v1.5.3", "github.com/google/go-cmp@v0.6.0", - "github.com/google/uuid@v1.4.0", - "golang.org/x/net@v0.18.0", - "github.com/golang/protobuf@v1.5.3" + "google.golang.org/genproto/googleapis/rpc@v0.0.0-20231120223509-83a465c0220f" ], "Layer": {} }, @@ -1222,8 +1222,8 @@ ], "Indirect": true, "DependsOn": [ - "github.com/google/go-cmp@v0.6.0", - "github.com/golang/protobuf@v1.5.3" + "github.com/golang/protobuf@v1.5.3", + "github.com/google/go-cmp@v0.6.0" ], "Layer": {} }, diff --git a/cmd/doc.go b/cmd/doc.go index f520d541..8382edd1 100644 --- a/cmd/doc.go +++ b/cmd/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/root.go b/cmd/root.go index b4d2b49d..b8f6885c 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/version.go b/cmd/version.go index 03abcc3e..8302b24c 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/caps.go b/corefunc/caps.go index f51a0a25..5654f206 100644 --- a/corefunc/caps.go +++ b/corefunc/caps.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/caps_test.go b/corefunc/caps_test.go index f5ff6de2..84d428db 100644 --- a/corefunc/caps_test.go +++ b/corefunc/caps_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/doc.go b/corefunc/doc.go index cb37bde0..5609d866 100644 --- a/corefunc/doc.go +++ b/corefunc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/env_ensure.go b/corefunc/env_ensure.go index 67b4ec57..d6de9384 100644 --- a/corefunc/env_ensure.go +++ b/corefunc/env_ensure.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/env_ensure_test.go b/corefunc/env_ensure_test.go index 41f9b7ca..ec2346d0 100644 --- a/corefunc/env_ensure_test.go +++ b/corefunc/env_ensure_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/homedir.go b/corefunc/homedir.go index 24c2e77b..18131235 100644 --- a/corefunc/homedir.go +++ b/corefunc/homedir.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/homedir_test.go b/corefunc/homedir_test.go index 3b1c720a..aba1d0b5 100644 --- a/corefunc/homedir_test.go +++ b/corefunc/homedir_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/int_pad.go b/corefunc/int_pad.go index 83a627cd..69b39b42 100644 --- a/corefunc/int_pad.go +++ b/corefunc/int_pad.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/int_pad_test.go b/corefunc/int_pad_test.go index 6ba0f326..87a8c785 100644 --- a/corefunc/int_pad_test.go +++ b/corefunc/int_pad_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/mutation_test.go b/corefunc/mutation_test.go index 44788402..31930e2e 100644 --- a/corefunc/mutation_test.go +++ b/corefunc/mutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/str_iterative_replace.go b/corefunc/str_iterative_replace.go index 7e26ddc0..0d5879b2 100644 --- a/corefunc/str_iterative_replace.go +++ b/corefunc/str_iterative_replace.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/str_iterative_replace_test.go b/corefunc/str_iterative_replace_test.go index 5a7c5741..b6decd21 100644 --- a/corefunc/str_iterative_replace_test.go +++ b/corefunc/str_iterative_replace_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/str_pad.go b/corefunc/str_pad.go index 93285c74..f8bab916 100644 --- a/corefunc/str_pad.go +++ b/corefunc/str_pad.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/str_pad_test.go b/corefunc/str_pad_test.go index b901d492..99ef001c 100644 --- a/corefunc/str_pad_test.go +++ b/corefunc/str_pad_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/truncate_label.go b/corefunc/truncate_label.go index 2bb2f4fe..8447eec8 100644 --- a/corefunc/truncate_label.go +++ b/corefunc/truncate_label.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/truncate_label_test.go b/corefunc/truncate_label_test.go index 39a20f32..eea3e2e9 100644 --- a/corefunc/truncate_label_test.go +++ b/corefunc/truncate_label_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/types/doc.go b/corefunc/types/doc.go index 8f918dbe..69080d7f 100644 --- a/corefunc/types/doc.go +++ b/corefunc/types/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefunc/types/str_iterative_replace_map.go b/corefunc/types/str_iterative_replace_map.go index 43269e19..b03e47bc 100644 --- a/corefunc/types/str_iterative_replace_map.go +++ b/corefunc/types/str_iterative_replace_map.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/doc.go b/corefuncprovider/doc.go index 8fab396d..5149086f 100644 --- a/corefuncprovider/doc.go +++ b/corefuncprovider/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/env_ensure_data_source.go b/corefuncprovider/env_ensure_data_source.go index 8a4f76dd..69b8cc76 100644 --- a/corefuncprovider/env_ensure_data_source.go +++ b/corefuncprovider/env_ensure_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/env_ensure_data_source_test.go b/corefuncprovider/env_ensure_data_source_test.go index dc5aa9e4..9b65f6c9 100644 --- a/corefuncprovider/env_ensure_data_source_test.go +++ b/corefuncprovider/env_ensure_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/helpers.go b/corefuncprovider/helpers.go index b12a5ec6..c84cae5a 100644 --- a/corefuncprovider/helpers.go +++ b/corefuncprovider/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/homedir_expand_data_source.go b/corefuncprovider/homedir_expand_data_source.go index 3fc68d61..7c4a8ac6 100644 --- a/corefuncprovider/homedir_expand_data_source.go +++ b/corefuncprovider/homedir_expand_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/homedir_expand_data_source_test.go b/corefuncprovider/homedir_expand_data_source_test.go index c94aa234..b3b731e2 100644 --- a/corefuncprovider/homedir_expand_data_source_test.go +++ b/corefuncprovider/homedir_expand_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/homedir_get_data_source.go b/corefuncprovider/homedir_get_data_source.go index 7e2d6df6..a71cba8d 100644 --- a/corefuncprovider/homedir_get_data_source.go +++ b/corefuncprovider/homedir_get_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/homedir_get_data_source_test.go b/corefuncprovider/homedir_get_data_source_test.go index 4f713d4a..5adb9623 100644 --- a/corefuncprovider/homedir_get_data_source_test.go +++ b/corefuncprovider/homedir_get_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/int_leftpad_data_source.go b/corefuncprovider/int_leftpad_data_source.go index 6c89bfcb..58036d90 100644 --- a/corefuncprovider/int_leftpad_data_source.go +++ b/corefuncprovider/int_leftpad_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/int_leftpad_data_source_test.go b/corefuncprovider/int_leftpad_data_source_test.go index 3ad81004..c9cfc087 100644 --- a/corefuncprovider/int_leftpad_data_source_test.go +++ b/corefuncprovider/int_leftpad_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/provider.go b/corefuncprovider/provider.go index 8547fa31..c228a0fd 100644 --- a/corefuncprovider/provider.go +++ b/corefuncprovider/provider.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/provider_test.go b/corefuncprovider/provider_test.go index 8b68eadf..3f1e7640 100644 --- a/corefuncprovider/provider_test.go +++ b/corefuncprovider/provider_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_camel_data_source.go b/corefuncprovider/str_camel_data_source.go index 6161317d..abbe9eb9 100644 --- a/corefuncprovider/str_camel_data_source.go +++ b/corefuncprovider/str_camel_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_camel_data_source_test.go b/corefuncprovider/str_camel_data_source_test.go index 85c4f861..efa3d6ca 100644 --- a/corefuncprovider/str_camel_data_source_test.go +++ b/corefuncprovider/str_camel_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_constant_data_source.go b/corefuncprovider/str_constant_data_source.go index f6fed961..8f57bc6a 100644 --- a/corefuncprovider/str_constant_data_source.go +++ b/corefuncprovider/str_constant_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_constant_data_source_test.go b/corefuncprovider/str_constant_data_source_test.go index 9db06c7e..d1a3a2d6 100644 --- a/corefuncprovider/str_constant_data_source_test.go +++ b/corefuncprovider/str_constant_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_iterative_replace_data_source.go b/corefuncprovider/str_iterative_replace_data_source.go index f923a5f4..a1a72bb6 100644 --- a/corefuncprovider/str_iterative_replace_data_source.go +++ b/corefuncprovider/str_iterative_replace_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_iterative_replace_data_source_test.go b/corefuncprovider/str_iterative_replace_data_source_test.go index b50d28d6..383f6cbe 100644 --- a/corefuncprovider/str_iterative_replace_data_source_test.go +++ b/corefuncprovider/str_iterative_replace_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_kebab_data_source.go b/corefuncprovider/str_kebab_data_source.go index 179fa4be..584c1712 100644 --- a/corefuncprovider/str_kebab_data_source.go +++ b/corefuncprovider/str_kebab_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_kebab_data_source_test.go b/corefuncprovider/str_kebab_data_source_test.go index de04a9c0..8ff37984 100644 --- a/corefuncprovider/str_kebab_data_source_test.go +++ b/corefuncprovider/str_kebab_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_leftpad_data_source.go b/corefuncprovider/str_leftpad_data_source.go index e08ff149..0ba33322 100644 --- a/corefuncprovider/str_leftpad_data_source.go +++ b/corefuncprovider/str_leftpad_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_leftpad_data_source_test.go b/corefuncprovider/str_leftpad_data_source_test.go index b18f0d79..8ba68fb1 100644 --- a/corefuncprovider/str_leftpad_data_source_test.go +++ b/corefuncprovider/str_leftpad_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_pascal_data_source.go b/corefuncprovider/str_pascal_data_source.go index f5298425..947d5025 100644 --- a/corefuncprovider/str_pascal_data_source.go +++ b/corefuncprovider/str_pascal_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_pascal_data_source_test.go b/corefuncprovider/str_pascal_data_source_test.go index 3ef4d534..f3015ed8 100644 --- a/corefuncprovider/str_pascal_data_source_test.go +++ b/corefuncprovider/str_pascal_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_snake_data_source.go b/corefuncprovider/str_snake_data_source.go index 63b519ed..c3493938 100644 --- a/corefuncprovider/str_snake_data_source.go +++ b/corefuncprovider/str_snake_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/str_snake_data_source_test.go b/corefuncprovider/str_snake_data_source_test.go index 0c1869b3..7c1153e7 100644 --- a/corefuncprovider/str_snake_data_source_test.go +++ b/corefuncprovider/str_snake_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/truncate_label_data_source.go b/corefuncprovider/truncate_label_data_source.go index 2c7b11a2..b1a5d18b 100644 --- a/corefuncprovider/truncate_label_data_source.go +++ b/corefuncprovider/truncate_label_data_source.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/corefuncprovider/truncate_label_data_source_test.go b/corefuncprovider/truncate_label_data_source_test.go index 8b8d12d7..f7616d93 100644 --- a/corefuncprovider/truncate_label_data_source_test.go +++ b/corefuncprovider/truncate_label_data_source_test.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/generator/corefuncprovider/data_source.gotmpl b/generator/corefuncprovider/data_source.gotmpl index ae9039d2..ea468405 100644 --- a/generator/corefuncprovider/data_source.gotmpl +++ b/generator/corefuncprovider/data_source.gotmpl @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/generator/corefuncprovider/data_source_test.gotmpl b/generator/corefuncprovider/data_source_test.gotmpl index 67b66414..4fde4fba 100644 --- a/generator/corefuncprovider/data_source_test.gotmpl +++ b/generator/corefuncprovider/data_source_test.gotmpl @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/generator/main.go b/generator/main.go index 908e8a2d..c63c5236 100644 --- a/generator/main.go +++ b/generator/main.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/generator/testfixtures.gotmpl b/generator/testfixtures.gotmpl index e6552c14..108d824c 100644 --- a/generator/testfixtures.gotmpl +++ b/generator/testfixtures.gotmpl @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index f5877f1d..0ec6027a 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/doc.go b/testfixtures/doc.go index 6874cb54..b7d5453d 100644 --- a/testfixtures/doc.go +++ b/testfixtures/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/env_ensure.go b/testfixtures/env_ensure.go index 5f27f9d9..daf763cb 100644 --- a/testfixtures/env_ensure.go +++ b/testfixtures/env_ensure.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/homedir_expand.go b/testfixtures/homedir_expand.go index fc68e8ca..4fd2993d 100644 --- a/testfixtures/homedir_expand.go +++ b/testfixtures/homedir_expand.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/homedir_get.go b/testfixtures/homedir_get.go index b4cefaa4..bdc9f656 100644 --- a/testfixtures/homedir_get.go +++ b/testfixtures/homedir_get.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/int_pad.go b/testfixtures/int_pad.go index 8358e02d..fb118da9 100644 --- a/testfixtures/int_pad.go +++ b/testfixtures/int_pad.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/str_camel.go b/testfixtures/str_camel.go index 9e90e383..b5721fed 100644 --- a/testfixtures/str_camel.go +++ b/testfixtures/str_camel.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/str_constant.go b/testfixtures/str_constant.go index f68950af..ba5b4d65 100644 --- a/testfixtures/str_constant.go +++ b/testfixtures/str_constant.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/str_iterative_replace.go b/testfixtures/str_iterative_replace.go index c4f36280..3286cb72 100644 --- a/testfixtures/str_iterative_replace.go +++ b/testfixtures/str_iterative_replace.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/str_kebab.go b/testfixtures/str_kebab.go index 3c4f0e0f..9eeeece1 100644 --- a/testfixtures/str_kebab.go +++ b/testfixtures/str_kebab.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/str_pad.go b/testfixtures/str_pad.go index fb4013d4..3b26b6d8 100644 --- a/testfixtures/str_pad.go +++ b/testfixtures/str_pad.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/str_pascal.go b/testfixtures/str_pascal.go index 62d94168..362d2a38 100644 --- a/testfixtures/str_pascal.go +++ b/testfixtures/str_pascal.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/str_snake.go b/testfixtures/str_snake.go index 2a9d0358..13af83f1 100644 --- a/testfixtures/str_snake.go +++ b/testfixtures/str_snake.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testfixtures/truncate_label.go b/testfixtures/truncate_label.go index 1151a2de..0b35c036 100644 --- a/testfixtures/truncate_label.go +++ b/testfixtures/truncate_label.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tools/tools.go b/tools/tools.go index db261b73..d1f178dd 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright 2023, Ryan Parman +// Copyright 2023-2024, Ryan Parman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.