From 0bee88ccd890bc36daed78c3e95c1a4c32150c21 Mon Sep 17 00:00:00 2001 From: Alfred Fuller Date: Sat, 10 Aug 2024 09:56:17 -0400 Subject: [PATCH 1/2] Update copyright year --- Makefile | 2 +- decode.go | 2 +- decode_test.go | 2 +- encode.go | 2 +- encode_test.go | 2 +- errors.go | 2 +- internal/gen/proto/buf/protoyaml/test/v1/const.pb.go | 2 +- internal/gen/proto/buf/protoyaml/test/v1/pb2.pb.go | 2 +- internal/gen/proto/buf/protoyaml/test/v1/pb3.pb.go | 2 +- internal/gen/proto/buf/protoyaml/test/v1/validate.pb.go | 2 +- .../bufext/cel/expr/conformance/proto3/test_all_types.pb.go | 2 +- internal/proto/buf/protoyaml/test/v1/const.proto | 2 +- internal/proto/buf/protoyaml/test/v1/pb2.proto | 2 +- internal/proto/buf/protoyaml/test/v1/pb3.proto | 2 +- internal/proto/buf/protoyaml/test/v1/validate.proto | 2 +- .../bufext/cel/expr/conformance/proto3/test_all_types.proto | 2 +- internal/protoyamltest/combine.go | 2 +- internal/protoyamltest/fuzz.go | 2 +- protoyaml_test.go | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 456e713..aa0f235 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ MAKEFLAGS += --no-print-directory BIN := .tmp/bin export PATH := $(BIN):$(PATH) export GOBIN := $(abspath $(BIN)) -COPYRIGHT_YEARS := 2023 +COPYRIGHT_YEARS := 2023-2024 LICENSE_IGNORE := --ignore testdata/ .PHONY: help diff --git a/decode.go b/decode.go index ad69793..df8fe4e 100644 --- a/decode.go +++ b/decode.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/decode_test.go b/decode_test.go index d1a8a7b..9a6ddc8 100644 --- a/decode_test.go +++ b/decode_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/encode.go b/encode.go index bfec161..7c93e59 100644 --- a/encode.go +++ b/encode.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/encode_test.go b/encode_test.go index 9e5ba67..416084f 100644 --- a/encode_test.go +++ b/encode_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/errors.go b/errors.go index d1dcf19..12d1e6e 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/gen/proto/buf/protoyaml/test/v1/const.pb.go b/internal/gen/proto/buf/protoyaml/test/v1/const.pb.go index b1934a1..9c9b9b1 100644 --- a/internal/gen/proto/buf/protoyaml/test/v1/const.pb.go +++ b/internal/gen/proto/buf/protoyaml/test/v1/const.pb.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/gen/proto/buf/protoyaml/test/v1/pb2.pb.go b/internal/gen/proto/buf/protoyaml/test/v1/pb2.pb.go index 8602ed5..7f3d06c 100644 --- a/internal/gen/proto/buf/protoyaml/test/v1/pb2.pb.go +++ b/internal/gen/proto/buf/protoyaml/test/v1/pb2.pb.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/gen/proto/buf/protoyaml/test/v1/pb3.pb.go b/internal/gen/proto/buf/protoyaml/test/v1/pb3.pb.go index 812d4f2..56f076b 100644 --- a/internal/gen/proto/buf/protoyaml/test/v1/pb3.pb.go +++ b/internal/gen/proto/buf/protoyaml/test/v1/pb3.pb.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/gen/proto/buf/protoyaml/test/v1/validate.pb.go b/internal/gen/proto/buf/protoyaml/test/v1/validate.pb.go index 9884f57..3342e46 100644 --- a/internal/gen/proto/buf/protoyaml/test/v1/validate.pb.go +++ b/internal/gen/proto/buf/protoyaml/test/v1/validate.pb.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/gen/proto/bufext/cel/expr/conformance/proto3/test_all_types.pb.go b/internal/gen/proto/bufext/cel/expr/conformance/proto3/test_all_types.pb.go index b704d3d..dada4de 100644 --- a/internal/gen/proto/bufext/cel/expr/conformance/proto3/test_all_types.pb.go +++ b/internal/gen/proto/bufext/cel/expr/conformance/proto3/test_all_types.pb.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/proto/buf/protoyaml/test/v1/const.proto b/internal/proto/buf/protoyaml/test/v1/const.proto index 79c7d07..8e5a2c6 100644 --- a/internal/proto/buf/protoyaml/test/v1/const.proto +++ b/internal/proto/buf/protoyaml/test/v1/const.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/proto/buf/protoyaml/test/v1/pb2.proto b/internal/proto/buf/protoyaml/test/v1/pb2.proto index 7e37337..c2bf757 100644 --- a/internal/proto/buf/protoyaml/test/v1/pb2.proto +++ b/internal/proto/buf/protoyaml/test/v1/pb2.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/proto/buf/protoyaml/test/v1/pb3.proto b/internal/proto/buf/protoyaml/test/v1/pb3.proto index 6e7c5eb..7716d09 100644 --- a/internal/proto/buf/protoyaml/test/v1/pb3.proto +++ b/internal/proto/buf/protoyaml/test/v1/pb3.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/proto/buf/protoyaml/test/v1/validate.proto b/internal/proto/buf/protoyaml/test/v1/validate.proto index 9ec9ae7..b72fa92 100644 --- a/internal/proto/buf/protoyaml/test/v1/validate.proto +++ b/internal/proto/buf/protoyaml/test/v1/validate.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/proto/bufext/cel/expr/conformance/proto3/test_all_types.proto b/internal/proto/bufext/cel/expr/conformance/proto3/test_all_types.proto index 6f03900..aa6d9f9 100644 --- a/internal/proto/bufext/cel/expr/conformance/proto3/test_all_types.proto +++ b/internal/proto/bufext/cel/expr/conformance/proto3/test_all_types.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/protoyamltest/combine.go b/internal/protoyamltest/combine.go index b2525ad..eb046d4 100644 --- a/internal/protoyamltest/combine.go +++ b/internal/protoyamltest/combine.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/protoyamltest/fuzz.go b/internal/protoyamltest/fuzz.go index 96b67d2..e98a118 100644 --- a/internal/protoyamltest/fuzz.go +++ b/internal/protoyamltest/fuzz.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/protoyaml_test.go b/protoyaml_test.go index 119ed42..fb61084 100644 --- a/protoyaml_test.go +++ b/protoyaml_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. From 95113c6983842bd77d97377a282a59713644f54c Mon Sep 17 00:00:00 2001 From: Alfred Fuller Date: Mon, 12 Aug 2024 07:53:26 -0700 Subject: [PATCH 2/2] gen --- internal/protoyamltest/golden/golden.go | 2 +- internal/protoyamltest/golden/golden_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/protoyamltest/golden/golden.go b/internal/protoyamltest/golden/golden.go index 8c8fef7..2cc1952 100644 --- a/internal/protoyamltest/golden/golden.go +++ b/internal/protoyamltest/golden/golden.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // 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/internal/protoyamltest/golden/golden_test.go b/internal/protoyamltest/golden/golden_test.go index 90f3282..8c3d52b 100644 --- a/internal/protoyamltest/golden/golden_test.go +++ b/internal/protoyamltest/golden/golden_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Buf Technologies, Inc. +// Copyright 2023-2024 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.