Skip to content

Commit 2cdcd62

Browse files
Drop license-header ignore
The `__init__.py` files already have the license headers in them; doesn't seem to be an issue - no need to ignore. Weird that this is different between macOS (local) and CI.
1 parent de6078d commit 2cdcd62

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license header
3535
rm -rf gen
3636
buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
3737
buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
38-
$(ADD_LICENSE_HEADER) --ignore __init__.py
38+
$(ADD_LICENSE_HEADER)
3939

4040
.PHONY: format
4141
format: install $(BIN)/license-header ## Format code

protovalidate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Buf Technologies, Inc.
1+
# Copyright 2023-2025 Buf Technologies, Inc.
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.

protovalidate/internal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Buf Technologies, Inc.
1+
# Copyright 2023-2025 Buf Technologies, Inc.
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.

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Buf Technologies, Inc.
1+
# Copyright 2023-2025 Buf Technologies, Inc.
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.

tests/conformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Buf Technologies, Inc.
1+
# Copyright 2023-2025 Buf Technologies, Inc.
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)