From 4a336158cd3ff3dd8958d6849653395ae383557e Mon Sep 17 00:00:00 2001 From: "Alan D. Cabrera" Date: Tue, 14 Jan 2025 16:38:13 -0800 Subject: [PATCH] Bump copyright date --- bench_test.go | 2 +- blob.go | 2 +- cmd/pbf/cli/pb.go | 2 +- cmd/pbf/cli/reader.go | 2 +- cmd/pbf/cli/root.go | 2 +- cmd/pbf/info/info.go | 2 +- cmd/pbf/info/info_integration_test.go | 2 +- cmd/pbf/info/info_test.go | 2 +- cmd/pbf/main.go | 2 +- decoder.go | 2 +- decoder_elements.go | 2 +- decoder_integration_test.go | 2 +- decoder_test.go | 2 +- doc.go | 2 +- elementtype_test.go | 2 +- example_test.go | 2 +- fmt.go | 2 +- internal/core/buffer.go | 2 +- models.go | 2 +- models_test.go | 2 +- protobuf/doc.go | 2 +- protobuf/osm.pb.go | 2 +- protobuf/osm.proto | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bench_test.go b/bench_test.go index 5c6e65d..237a325 100644 --- a/bench_test.go +++ b/bench_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/blob.go b/blob.go index fa3fbfb..cad9155 100644 --- a/blob.go +++ b/blob.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/pbf/cli/pb.go b/cmd/pbf/cli/pb.go index 33e01f2..3c3df95 100644 --- a/cmd/pbf/cli/pb.go +++ b/cmd/pbf/cli/pb.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/pbf/cli/reader.go b/cmd/pbf/cli/reader.go index 9d16e4d..b65305d 100644 --- a/cmd/pbf/cli/reader.go +++ b/cmd/pbf/cli/reader.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/pbf/cli/root.go b/cmd/pbf/cli/root.go index 5f99669..c1b26c1 100644 --- a/cmd/pbf/cli/root.go +++ b/cmd/pbf/cli/root.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/pbf/info/info.go b/cmd/pbf/info/info.go index 07105fe..3c58245 100644 --- a/cmd/pbf/info/info.go +++ b/cmd/pbf/info/info.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/pbf/info/info_integration_test.go b/cmd/pbf/info/info_integration_test.go index 3438826..2990176 100644 --- a/cmd/pbf/info/info_integration_test.go +++ b/cmd/pbf/info/info_integration_test.go @@ -1,7 +1,7 @@ //go:build integration // +build integration -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/pbf/info/info_test.go b/cmd/pbf/info/info_test.go index e63c45d..3507d94 100644 --- a/cmd/pbf/info/info_test.go +++ b/cmd/pbf/info/info_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/pbf/main.go b/cmd/pbf/main.go index efb8a96..f1092c6 100644 --- a/cmd/pbf/main.go +++ b/cmd/pbf/main.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/decoder.go b/decoder.go index efb1813..1555516 100644 --- a/decoder.go +++ b/decoder.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/decoder_elements.go b/decoder_elements.go index 782f4ad..83485e1 100644 --- a/decoder_elements.go +++ b/decoder_elements.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/decoder_integration_test.go b/decoder_integration_test.go index cc56d4b..7a660d4 100644 --- a/decoder_integration_test.go +++ b/decoder_integration_test.go @@ -1,7 +1,7 @@ //go:build integration // +build integration -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/decoder_test.go b/decoder_test.go index 0e67c5a..4bb2e3e 100644 --- a/decoder_test.go +++ b/decoder_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/doc.go b/doc.go index 87bb12c..ca78b3f 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/elementtype_test.go b/elementtype_test.go index ff249c6..34886fd 100644 --- a/elementtype_test.go +++ b/elementtype_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/example_test.go b/example_test.go index 7ee331d..b95e424 100644 --- a/example_test.go +++ b/example_test.go @@ -1,7 +1,7 @@ //go:build example // +build example -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/fmt.go b/fmt.go index 5acb961..0c9d6bc 100644 --- a/fmt.go +++ b/fmt.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/core/buffer.go b/internal/core/buffer.go index c6a7425..1b4b00f 100644 --- a/internal/core/buffer.go +++ b/internal/core/buffer.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/models.go b/models.go index faa0d3a..f2f09f8 100644 --- a/models.go +++ b/models.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/models_test.go b/models_test.go index f4a970b..5358b56 100644 --- a/models_test.go +++ b/models_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/protobuf/doc.go b/protobuf/doc.go index 8abce0e..5461f72 100644 --- a/protobuf/doc.go +++ b/protobuf/doc.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/protobuf/osm.pb.go b/protobuf/osm.pb.go index c2046ba..8076fbc 100644 --- a/protobuf/osm.pb.go +++ b/protobuf/osm.pb.go @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // 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/protobuf/osm.proto b/protobuf/osm.proto index a432f72..a0ecce9 100644 --- a/protobuf/osm.proto +++ b/protobuf/osm.proto @@ -1,4 +1,4 @@ -// Copyright 2017-24 the original author or authors. +// Copyright 2017-25 the original author or authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.