From 0d7cd0fc16489473041f81b37ea20374eaff4bde Mon Sep 17 00:00:00 2001 From: "Alan D. Cabrera" Date: Fri, 25 Oct 2024 19:37:06 -0700 Subject: [PATCH] Update copyright date --- bench_test.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 | 3 ++- cmd/pbf/info/info_test.go | 2 +- cmd/pbf/main.go | 2 +- decoder.go | 2 +- decoder_elements.go | 2 +- decoder_integration_test.go | 3 ++- decoder_reader.go | 2 +- decoder_test.go | 2 +- doc.go | 2 +- elementtype_test.go | 2 +- example_test.go | 3 ++- fmt.go | 2 +- models.go | 2 +- models_test.go | 2 +- protobuf/doc.go | 2 +- protobuf/osm.pb.go | 2 +- protobuf/osm.proto | 2 +- 22 files changed, 25 insertions(+), 22 deletions(-) diff --git a/bench_test.go b/bench_test.go index bdb52a5..9d5bd47 100644 --- a/bench_test.go +++ b/bench_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 a80bd53..dfd83bb 100644 --- a/cmd/pbf/cli/pb.go +++ b/cmd/pbf/cli/pb.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 e199763..5eab112 100644 --- a/cmd/pbf/cli/reader.go +++ b/cmd/pbf/cli/reader.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 b29f6f3..5f99669 100644 --- a/cmd/pbf/cli/root.go +++ b/cmd/pbf/cli/root.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 e54d4c1..dde2b8a 100644 --- a/cmd/pbf/info/info.go +++ b/cmd/pbf/info/info.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 505ab54..3438826 100644 --- a/cmd/pbf/info/info_integration_test.go +++ b/cmd/pbf/info/info_integration_test.go @@ -1,6 +1,7 @@ +//go:build integration // +build integration -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 10181ab..ef56290 100644 --- a/cmd/pbf/info/info_test.go +++ b/cmd/pbf/info/info_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 f7d1193..b97ee5c 100644 --- a/cmd/pbf/main.go +++ b/cmd/pbf/main.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 bac8139..3e9b4ca 100644 --- a/decoder.go +++ b/decoder.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 72a4b20..91d74a8 100644 --- a/decoder_elements.go +++ b/decoder_elements.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 5e7553f..cc56d4b 100644 --- a/decoder_integration_test.go +++ b/decoder_integration_test.go @@ -1,6 +1,7 @@ +//go:build integration // +build integration -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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_reader.go b/decoder_reader.go index 4d39637..109888c 100644 --- a/decoder_reader.go +++ b/decoder_reader.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 029454d..1b2046b 100644 --- a/decoder_test.go +++ b/decoder_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 b2be13a..f69c785 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 8c4176c..ff249c6 100644 --- a/elementtype_test.go +++ b/elementtype_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 33189ea..b4a97c2 100644 --- a/example_test.go +++ b/example_test.go @@ -1,6 +1,7 @@ +//go:build example // +build example -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 3941e39..e70363d 100644 --- a/fmt.go +++ b/fmt.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 a2e10b7..73a5746 100644 --- a/models.go +++ b/models.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 60c2370..f4a970b 100644 --- a/models_test.go +++ b/models_test.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 e4720e4..a0b1796 100644 --- a/protobuf/doc.go +++ b/protobuf/doc.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 70c26db..0bbdb8d 100644 --- a/protobuf/osm.pb.go +++ b/protobuf/osm.pb.go @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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 7b52007..506e7df 100644 --- a/protobuf/osm.proto +++ b/protobuf/osm.proto @@ -1,4 +1,4 @@ -// Copyright 2017-21 the original author or authors. +// Copyright 2017-24 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.