Skip to content

Commit 8bd86ee

Browse files
authored
feat(ip): assign copyright to the Linux Foundation (#10)
Adopt the new attribution information for contributions to CloudNativePG: ``` Copyright © contributors to CloudNativePG, established as CloudNativePG a Series of LF Projects, LLC. ``` Adopt the SPDX format for Apache License 2.0 Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 7336fa1 commit 8bd86ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

http_test.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
Copyright The CloudNativePG Contributors
2+
Copyright © contributors to CloudNativePG, established as
3+
CloudNativePG a Series of LF Projects, LLC.
34
45
Licensed under the Apache License, Version 2.0 (the "License");
56
you may not use this file except in compliance with the License.
@@ -12,6 +13,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
1213
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1314
See the License for the specific language governing permissions and
1415
limitations under the License.
16+
17+
SPDX-License-Identifier: Apache-2.0
1518
*/
1619

1720
#include "httplib.h"

0 commit comments

Comments
 (0)