From 54f2ec728a4d0fc75de2a3a0f812a65abec4d6a7 Mon Sep 17 00:00:00 2001 From: Doria Keung Date: Mon, 6 Jan 2025 18:12:25 -0500 Subject: [PATCH] Update license year to 2025 (#139) --- LICENSE | 2 +- Makefile | 2 +- buf/registry/module/v1/commit.proto | 2 +- buf/registry/module/v1/commit_service.proto | 2 +- buf/registry/module/v1/digest.proto | 2 +- buf/registry/module/v1/download_service.proto | 2 +- buf/registry/module/v1/file.proto | 2 +- buf/registry/module/v1/graph.proto | 2 +- buf/registry/module/v1/graph_service.proto | 2 +- buf/registry/module/v1/label.proto | 2 +- buf/registry/module/v1/label_service.proto | 2 +- buf/registry/module/v1/module.proto | 2 +- buf/registry/module/v1/module_service.proto | 2 +- buf/registry/module/v1/resource.proto | 2 +- buf/registry/module/v1/resource_service.proto | 2 +- buf/registry/module/v1/upload_service.proto | 2 +- buf/registry/module/v1beta1/commit.proto | 2 +- buf/registry/module/v1beta1/commit_service.proto | 2 +- buf/registry/module/v1beta1/digest.proto | 2 +- buf/registry/module/v1beta1/download_service.proto | 2 +- buf/registry/module/v1beta1/file.proto | 2 +- buf/registry/module/v1beta1/graph.proto | 2 +- buf/registry/module/v1beta1/graph_service.proto | 2 +- buf/registry/module/v1beta1/label.proto | 2 +- buf/registry/module/v1beta1/label_service.proto | 2 +- buf/registry/module/v1beta1/module.proto | 2 +- buf/registry/module/v1beta1/module_service.proto | 2 +- buf/registry/module/v1beta1/resource.proto | 2 +- buf/registry/module/v1beta1/resource_service.proto | 2 +- buf/registry/module/v1beta1/upload_service.proto | 2 +- buf/registry/owner/v1/organization.proto | 2 +- buf/registry/owner/v1/organization_service.proto | 2 +- buf/registry/owner/v1/owner.proto | 2 +- buf/registry/owner/v1/owner_service.proto | 2 +- buf/registry/owner/v1/user.proto | 2 +- buf/registry/owner/v1/user_service.proto | 2 +- buf/registry/plugin/v1beta1/check_service.proto | 2 +- buf/registry/plugin/v1beta1/collection.proto | 2 +- buf/registry/plugin/v1beta1/collection_service.proto | 2 +- buf/registry/plugin/v1beta1/commit.proto | 2 +- buf/registry/plugin/v1beta1/commit_service.proto | 2 +- buf/registry/plugin/v1beta1/compression.proto | 2 +- buf/registry/plugin/v1beta1/digest.proto | 2 +- buf/registry/plugin/v1beta1/download_service.proto | 2 +- buf/registry/plugin/v1beta1/label.proto | 2 +- buf/registry/plugin/v1beta1/label_service.proto | 2 +- buf/registry/plugin/v1beta1/plugin.proto | 2 +- buf/registry/plugin/v1beta1/plugin_service.proto | 2 +- buf/registry/plugin/v1beta1/resource.proto | 2 +- buf/registry/plugin/v1beta1/resource_service.proto | 2 +- buf/registry/plugin/v1beta1/upload_service.proto | 2 +- buf/registry/priv/extension/v1beta1/extension.proto | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/LICENSE b/LICENSE index 3caecb47..3e1d480e 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023-2024 Buf Technologies, Inc. + Copyright 2023-2025 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/Makefile b/Makefile index 3ef09e6e..7c4e6e95 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ BIN := .tmp/bin export PATH := $(BIN):$(PATH) export GOBIN := $(abspath $(BIN)) -COPYRIGHT_YEARS := 2023-2024 +COPYRIGHT_YEARS := 2023-2025 .PHONY: help help: ## Describe useful make targets diff --git a/buf/registry/module/v1/commit.proto b/buf/registry/module/v1/commit.proto index d298a36f..f84151da 100644 --- a/buf/registry/module/v1/commit.proto +++ b/buf/registry/module/v1/commit.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/commit_service.proto b/buf/registry/module/v1/commit_service.proto index c14672ac..17c8f82b 100644 --- a/buf/registry/module/v1/commit_service.proto +++ b/buf/registry/module/v1/commit_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/digest.proto b/buf/registry/module/v1/digest.proto index d31c6b19..2b366312 100644 --- a/buf/registry/module/v1/digest.proto +++ b/buf/registry/module/v1/digest.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/download_service.proto b/buf/registry/module/v1/download_service.proto index b4edcd7a..4b662b7d 100644 --- a/buf/registry/module/v1/download_service.proto +++ b/buf/registry/module/v1/download_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/file.proto b/buf/registry/module/v1/file.proto index e71e5ae7..e237ed45 100644 --- a/buf/registry/module/v1/file.proto +++ b/buf/registry/module/v1/file.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/graph.proto b/buf/registry/module/v1/graph.proto index 4ef303b7..0f25b6ff 100644 --- a/buf/registry/module/v1/graph.proto +++ b/buf/registry/module/v1/graph.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/graph_service.proto b/buf/registry/module/v1/graph_service.proto index da85e41e..8db84232 100644 --- a/buf/registry/module/v1/graph_service.proto +++ b/buf/registry/module/v1/graph_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/label.proto b/buf/registry/module/v1/label.proto index ad75b5b1..021d6399 100644 --- a/buf/registry/module/v1/label.proto +++ b/buf/registry/module/v1/label.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/label_service.proto b/buf/registry/module/v1/label_service.proto index 5e6270bd..26782744 100644 --- a/buf/registry/module/v1/label_service.proto +++ b/buf/registry/module/v1/label_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/module.proto b/buf/registry/module/v1/module.proto index 2b806cb0..bcc9bdcd 100644 --- a/buf/registry/module/v1/module.proto +++ b/buf/registry/module/v1/module.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/module_service.proto b/buf/registry/module/v1/module_service.proto index e8cf74a9..64391197 100644 --- a/buf/registry/module/v1/module_service.proto +++ b/buf/registry/module/v1/module_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/resource.proto b/buf/registry/module/v1/resource.proto index 180a7d69..680ac1d6 100644 --- a/buf/registry/module/v1/resource.proto +++ b/buf/registry/module/v1/resource.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/resource_service.proto b/buf/registry/module/v1/resource_service.proto index bc4f2b66..4a291f6e 100644 --- a/buf/registry/module/v1/resource_service.proto +++ b/buf/registry/module/v1/resource_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1/upload_service.proto b/buf/registry/module/v1/upload_service.proto index 13ac5859..0fef50a6 100644 --- a/buf/registry/module/v1/upload_service.proto +++ b/buf/registry/module/v1/upload_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/commit.proto b/buf/registry/module/v1beta1/commit.proto index 5a8e6d26..43baa4cc 100644 --- a/buf/registry/module/v1beta1/commit.proto +++ b/buf/registry/module/v1beta1/commit.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/commit_service.proto b/buf/registry/module/v1beta1/commit_service.proto index 68bb536f..80305252 100644 --- a/buf/registry/module/v1beta1/commit_service.proto +++ b/buf/registry/module/v1beta1/commit_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/digest.proto b/buf/registry/module/v1beta1/digest.proto index ef668b19..946d50dd 100644 --- a/buf/registry/module/v1beta1/digest.proto +++ b/buf/registry/module/v1beta1/digest.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/download_service.proto b/buf/registry/module/v1beta1/download_service.proto index a8c5f0e7..531b1257 100644 --- a/buf/registry/module/v1beta1/download_service.proto +++ b/buf/registry/module/v1beta1/download_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/file.proto b/buf/registry/module/v1beta1/file.proto index 90b4a9c7..4e6bd2db 100644 --- a/buf/registry/module/v1beta1/file.proto +++ b/buf/registry/module/v1beta1/file.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/graph.proto b/buf/registry/module/v1beta1/graph.proto index 5a96c31b..589996dd 100644 --- a/buf/registry/module/v1beta1/graph.proto +++ b/buf/registry/module/v1beta1/graph.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/graph_service.proto b/buf/registry/module/v1beta1/graph_service.proto index f0c83021..75d857bb 100644 --- a/buf/registry/module/v1beta1/graph_service.proto +++ b/buf/registry/module/v1beta1/graph_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/label.proto b/buf/registry/module/v1beta1/label.proto index ac5dd47d..31c83965 100644 --- a/buf/registry/module/v1beta1/label.proto +++ b/buf/registry/module/v1beta1/label.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/label_service.proto b/buf/registry/module/v1beta1/label_service.proto index 986c33e5..8ee1d1ca 100644 --- a/buf/registry/module/v1beta1/label_service.proto +++ b/buf/registry/module/v1beta1/label_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/module.proto b/buf/registry/module/v1beta1/module.proto index 08becb42..9c15527e 100644 --- a/buf/registry/module/v1beta1/module.proto +++ b/buf/registry/module/v1beta1/module.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/module_service.proto b/buf/registry/module/v1beta1/module_service.proto index 087729e3..e1956c02 100644 --- a/buf/registry/module/v1beta1/module_service.proto +++ b/buf/registry/module/v1beta1/module_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/resource.proto b/buf/registry/module/v1beta1/resource.proto index 210f8339..ef7729fe 100644 --- a/buf/registry/module/v1beta1/resource.proto +++ b/buf/registry/module/v1beta1/resource.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/resource_service.proto b/buf/registry/module/v1beta1/resource_service.proto index d132f843..6f77ff79 100644 --- a/buf/registry/module/v1beta1/resource_service.proto +++ b/buf/registry/module/v1beta1/resource_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/module/v1beta1/upload_service.proto b/buf/registry/module/v1beta1/upload_service.proto index 2333365e..0cd5574c 100644 --- a/buf/registry/module/v1beta1/upload_service.proto +++ b/buf/registry/module/v1beta1/upload_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/owner/v1/organization.proto b/buf/registry/owner/v1/organization.proto index 2d1b65e1..a803cdf9 100644 --- a/buf/registry/owner/v1/organization.proto +++ b/buf/registry/owner/v1/organization.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/owner/v1/organization_service.proto b/buf/registry/owner/v1/organization_service.proto index 2acb747d..ade4f908 100644 --- a/buf/registry/owner/v1/organization_service.proto +++ b/buf/registry/owner/v1/organization_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/owner/v1/owner.proto b/buf/registry/owner/v1/owner.proto index 9d9d9774..5d43bd9c 100644 --- a/buf/registry/owner/v1/owner.proto +++ b/buf/registry/owner/v1/owner.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/owner/v1/owner_service.proto b/buf/registry/owner/v1/owner_service.proto index abea1037..a88e7270 100644 --- a/buf/registry/owner/v1/owner_service.proto +++ b/buf/registry/owner/v1/owner_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/owner/v1/user.proto b/buf/registry/owner/v1/user.proto index 95dc09e4..c9b40934 100644 --- a/buf/registry/owner/v1/user.proto +++ b/buf/registry/owner/v1/user.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/owner/v1/user_service.proto b/buf/registry/owner/v1/user_service.proto index 523273cc..af70d923 100644 --- a/buf/registry/owner/v1/user_service.proto +++ b/buf/registry/owner/v1/user_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/check_service.proto b/buf/registry/plugin/v1beta1/check_service.proto index 4dd0d261..5381d905 100644 --- a/buf/registry/plugin/v1beta1/check_service.proto +++ b/buf/registry/plugin/v1beta1/check_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/collection.proto b/buf/registry/plugin/v1beta1/collection.proto index 6c773fb4..960a4ed3 100644 --- a/buf/registry/plugin/v1beta1/collection.proto +++ b/buf/registry/plugin/v1beta1/collection.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/collection_service.proto b/buf/registry/plugin/v1beta1/collection_service.proto index 4b43743c..19fd12ae 100644 --- a/buf/registry/plugin/v1beta1/collection_service.proto +++ b/buf/registry/plugin/v1beta1/collection_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/commit.proto b/buf/registry/plugin/v1beta1/commit.proto index 66b502fd..f893e4f2 100644 --- a/buf/registry/plugin/v1beta1/commit.proto +++ b/buf/registry/plugin/v1beta1/commit.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/commit_service.proto b/buf/registry/plugin/v1beta1/commit_service.proto index 3bdf05b0..84bc47fe 100644 --- a/buf/registry/plugin/v1beta1/commit_service.proto +++ b/buf/registry/plugin/v1beta1/commit_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/compression.proto b/buf/registry/plugin/v1beta1/compression.proto index e2feaca1..e9cf9883 100644 --- a/buf/registry/plugin/v1beta1/compression.proto +++ b/buf/registry/plugin/v1beta1/compression.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/digest.proto b/buf/registry/plugin/v1beta1/digest.proto index 77d8076a..41a72acf 100644 --- a/buf/registry/plugin/v1beta1/digest.proto +++ b/buf/registry/plugin/v1beta1/digest.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/download_service.proto b/buf/registry/plugin/v1beta1/download_service.proto index 71f0e6df..d1c70e4a 100644 --- a/buf/registry/plugin/v1beta1/download_service.proto +++ b/buf/registry/plugin/v1beta1/download_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/label.proto b/buf/registry/plugin/v1beta1/label.proto index 14698142..81a67c6b 100644 --- a/buf/registry/plugin/v1beta1/label.proto +++ b/buf/registry/plugin/v1beta1/label.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/label_service.proto b/buf/registry/plugin/v1beta1/label_service.proto index 3a4f8f2a..c9fdd8a8 100644 --- a/buf/registry/plugin/v1beta1/label_service.proto +++ b/buf/registry/plugin/v1beta1/label_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/plugin.proto b/buf/registry/plugin/v1beta1/plugin.proto index 17f6ceb0..2ca567b3 100644 --- a/buf/registry/plugin/v1beta1/plugin.proto +++ b/buf/registry/plugin/v1beta1/plugin.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/plugin_service.proto b/buf/registry/plugin/v1beta1/plugin_service.proto index d668ab3a..a427c56e 100644 --- a/buf/registry/plugin/v1beta1/plugin_service.proto +++ b/buf/registry/plugin/v1beta1/plugin_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/resource.proto b/buf/registry/plugin/v1beta1/resource.proto index df342129..984ed781 100644 --- a/buf/registry/plugin/v1beta1/resource.proto +++ b/buf/registry/plugin/v1beta1/resource.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/resource_service.proto b/buf/registry/plugin/v1beta1/resource_service.proto index 2730d832..3a8c89f1 100644 --- a/buf/registry/plugin/v1beta1/resource_service.proto +++ b/buf/registry/plugin/v1beta1/resource_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/plugin/v1beta1/upload_service.proto b/buf/registry/plugin/v1beta1/upload_service.proto index e9a2fde5..16f484d5 100644 --- a/buf/registry/plugin/v1beta1/upload_service.proto +++ b/buf/registry/plugin/v1beta1/upload_service.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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/buf/registry/priv/extension/v1beta1/extension.proto b/buf/registry/priv/extension/v1beta1/extension.proto index cbfc6a18..66777e0d 100644 --- a/buf/registry/priv/extension/v1beta1/extension.proto +++ b/buf/registry/priv/extension/v1beta1/extension.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2024 Buf Technologies, Inc. +// Copyright 2023-2025 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.