Skip to content

Commit c4aac92

Browse files
authored
Chore update buf v1.69.0 and license year (#925)
Signed-off-by: Edward McFarlane <emcfarlane@buf.build>
1 parent a5a6c30 commit c4aac92

98 files changed

Lines changed: 111 additions & 111 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ MAKEFLAGS += --no-print-directory
99
BIN := .tmp/bin
1010
export PATH := $(abspath $(BIN)):$(PATH)
1111
export GOBIN := $(abspath $(BIN))
12-
COPYRIGHT_YEARS := 2021-2025
13-
LICENSE_IGNORE := --ignore /testdata/
14-
BUF_VERSION := 1.50.1
12+
COPYRIGHT_YEARS := 2021-2026
13+
LICENSE_IGNORE := --ignore .github/ --ignore ".*\.ya?ml"
14+
BUF_VERSION := 1.69.0
1515
GOLANGCI_LINT_VERSION ?= v2.11.4
1616

1717
.PHONY: help

bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

buffer_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

client_example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

client_ext_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

client_get_fallback_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

client_stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

client_stream_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

cmd/protoc-gen-connect-go/internal/testdata/defaultpackage/defaultpackage.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021-2025 The Connect Authors
1+
// Copyright 2021-2026 The Connect Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)