Skip to content

Commit 620d7aa

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 1325914 commit 620d7aa

15 files changed

+60
-15
lines changed

pkg/api/v1/backup_types.go

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
package v1

pkg/api/v1/base_types.go

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
package v1

pkg/api/v1/cluster_types.go

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
package v1

pkg/api/v1/clusterimagecatalog_types.go

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
package v1

pkg/api/v1/common_types.go

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
package v1

pkg/api/v1/database_types.go

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
package v1

pkg/api/v1/doc.go

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
// Package v1 contains API Schema definitions for the postgresql v1 API group

pkg/api/v1/groupversion_info.go

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
package v1

pkg/api/v1/imagecatalog_types.go

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
package v1

pkg/api/v1/pooler_types.go

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
package v1

0 commit comments

Comments
 (0)