Skip to content

Commit c6b0849

Browse files
authored
Update Copyright notices (#29)
1 parent 599fb7b commit c6b0849

35 files changed

+144
-93
lines changed

cmd/nginx-k8s-loadbalancer/doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
/*
67
Package main includes the entrypoint for the nginx-k8s-loadbalancer.

cmd/nginx-k8s-loadbalancer/main.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package main
67

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package main

doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package kubernetes_nginx_ingress

internal/communication/client.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package communication
67

internal/communication/client_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package communication
67

internal/communication/doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
/*
67
Package communication contains helper methods / modules to support creating and configuring standard

internal/communication/roundtripper.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package communication
67

internal/communication/roundtripper_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
5+
16
package communication
27

38
import (

internal/configuration/doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
/*
67
Package config, application configuration.

internal/configuration/settings.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package configuration
67

internal/core/events.go

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
5+
16
package core
27

38
import (

internal/core/events_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
5+
16
package core
27

38
import (

internal/observation/doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
/*
67
Package observation includes functionality to add k8s event handlers to Ingress resources.

internal/observation/handler.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package observation
67

internal/observation/handler_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
5+
16
package observation
27

38
import (

internal/observation/watcher.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package observation
67

internal/observation/watcher_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package observation
67

internal/probation/check.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package probation
67

internal/probation/check_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package probation
67

internal/probation/doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
/*
67
Package probation includes support for Kubernetes health and wellness checks.

internal/probation/server.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package probation
67

internal/probation/server_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package probation
67

internal/synchronization/doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
/*
67
Package synchronization includes functionality to synchronize Ingress events to NGINX+ Configuration API commands.

internal/synchronization/rand.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package synchronization
67

internal/synchronization/synchronizer.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package synchronization
67

internal/synchronization/synchronizer_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package synchronization
67

internal/translation/doc.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
/*
67
Package translation includes functionality to translate Ingress events to target system definitions.

internal/translation/translator.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package translation
67

internal/translation/translator_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package translation
67

test/mocks/mock_check.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package mocks
67

test/mocks/mock_handler.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package mocks
67

test/mocks/mock_ratelimitinginterface.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package mocks
67

test/mocks/mock_responsewriter.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package mocks
67

test/mocks/mock_synchronizer.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Copyright 2023 f5 Inc. All rights reserved.
2-
// Use of this source code is governed by the Apache
3-
// license that can be found in the LICENSE file.
1+
/*
2+
* Copyright 2023 F5 Inc. All rights reserved.
3+
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4+
*/
45

56
package mocks
67

0 commit comments

Comments
 (0)