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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 4 additions & 3 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 4 additions & 3 deletions
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.

0 commit comments

Comments
 (0)