From 89dd8738626d92737fb4c56cf4df560af9652b29 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Tue, 20 Feb 2024 14:20:04 +0000 Subject: [PATCH] Bump license --- .eslintrc.js | 2 +- LICENSE | 2 +- Makefile | 2 +- src/buf.ts | 2 +- src/error.ts | 2 +- src/main.ts | 2 +- src/run.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3fbe194..335fec1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Buf Technologies, Inc. +// Copyright 2020-2024 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/LICENSE b/LICENSE index b2a8371..46599b8 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020-2021 Buf Technologies, Inc. + Copyright 2020-2024 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 9ca3f5d..e493a88 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules MAKEFLAGS += --no-print-directory BIN := .tmp/bin -COPYRIGHT_YEARS := 2020-2022 +COPYRIGHT_YEARS := 2020-2024 LICENSE_IGNORE := -e dist\/ .PHONY: all diff --git a/src/buf.ts b/src/buf.ts index 4fcda54..a69960a 100644 --- a/src/buf.ts +++ b/src/buf.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Buf Technologies, Inc. +// Copyright 2020-2024 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/src/error.ts b/src/error.ts index 53620c2..22f8b6a 100644 --- a/src/error.ts +++ b/src/error.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Buf Technologies, Inc. +// Copyright 2020-2024 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/src/main.ts b/src/main.ts index 3d9b0ce..1c1a10f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Buf Technologies, Inc. +// Copyright 2020-2024 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/src/run.ts b/src/run.ts index 5574205..a0f6c54 100644 --- a/src/run.ts +++ b/src/run.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Buf Technologies, Inc. +// Copyright 2020-2024 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.