From 020077d5207142421b4dbc61e25664764cadeb43 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Fri, 30 May 2025 12:53:16 +0200 Subject: [PATCH] Fix LICENSE file Provide date based on file creation date Signed-off-by: Marek Siarkowicz --- LICENSE | 2 +- api/LICENSE | 2 +- bill-of-materials.json | 20 ++++++++++---------- client/internal/v2/LICENSE | 2 +- client/pkg/LICENSE | 2 +- client/v3/LICENSE | 2 +- etcdctl/LICENSE | 2 +- etcdutl/LICENSE | 2 +- pkg/LICENSE | 2 +- server/LICENSE | 2 +- tests/LICENSE | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index d64569567..7a3ae1d40 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2013 The etcd 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/api/LICENSE b/api/LICENSE index d64569567..52fb9c29f 100644 --- a/api/LICENSE +++ b/api/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/bill-of-materials.json b/bill-of-materials.json index 68b8c2055..16b668e45 100644 --- a/bill-of-materials.json +++ b/bill-of-materials.json @@ -472,7 +472,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -481,7 +481,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -490,7 +490,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -499,7 +499,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -508,7 +508,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -517,7 +517,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -526,7 +526,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -535,7 +535,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -544,7 +544,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, @@ -553,7 +553,7 @@ "licenses": [ { "type": "Apache License 2.0", - "confidence": 1 + "confidence": 0.9988925802879292 } ] }, diff --git a/client/internal/v2/LICENSE b/client/internal/v2/LICENSE index d64569567..52fb9c29f 100644 --- a/client/internal/v2/LICENSE +++ b/client/internal/v2/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/client/pkg/LICENSE b/client/pkg/LICENSE index d64569567..52fb9c29f 100644 --- a/client/pkg/LICENSE +++ b/client/pkg/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/client/v3/LICENSE b/client/v3/LICENSE index d64569567..52fb9c29f 100644 --- a/client/v3/LICENSE +++ b/client/v3/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/etcdctl/LICENSE b/etcdctl/LICENSE index d64569567..52fb9c29f 100644 --- a/etcdctl/LICENSE +++ b/etcdctl/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/etcdutl/LICENSE b/etcdutl/LICENSE index d64569567..52fb9c29f 100644 --- a/etcdutl/LICENSE +++ b/etcdutl/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/pkg/LICENSE b/pkg/LICENSE index d64569567..52fb9c29f 100644 --- a/pkg/LICENSE +++ b/pkg/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/server/LICENSE b/server/LICENSE index d64569567..52fb9c29f 100644 --- a/server/LICENSE +++ b/server/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd 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/tests/LICENSE b/tests/LICENSE index d64569567..52fb9c29f 100644 --- a/tests/LICENSE +++ b/tests/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 The etcd Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.