Skip to content

Commit

Permalink
Update Copyright notices (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciroque authored Mar 28, 2023
1 parent 599fb7b commit c6b0849
Show file tree
Hide file tree
Showing 35 changed files with 144 additions and 93 deletions.
7 changes: 4 additions & 3 deletions cmd/nginx-k8s-loadbalancer/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

/*
Package main includes the entrypoint for the nginx-k8s-loadbalancer.
Expand Down
7 changes: 4 additions & 3 deletions cmd/nginx-k8s-loadbalancer/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package main

Expand Down
7 changes: 4 additions & 3 deletions cmd/nginx-k8s-loadbalancer/main_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package main
7 changes: 4 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package kubernetes_nginx_ingress
7 changes: 4 additions & 3 deletions internal/communication/client.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package communication

Expand Down
7 changes: 4 additions & 3 deletions internal/communication/client_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package communication

Expand Down
7 changes: 4 additions & 3 deletions internal/communication/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

/*
Package communication contains helper methods / modules to support creating and configuring standard
Expand Down
7 changes: 4 additions & 3 deletions internal/communication/roundtripper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package communication

Expand Down
5 changes: 5 additions & 0 deletions internal/communication/roundtripper_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package communication

import (
Expand Down
7 changes: 4 additions & 3 deletions internal/configuration/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

/*
Package config, application configuration.
Expand Down
7 changes: 4 additions & 3 deletions internal/configuration/settings.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package configuration

Expand Down
5 changes: 5 additions & 0 deletions internal/core/events.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package core

import (
Expand Down
5 changes: 5 additions & 0 deletions internal/core/events_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package core

import (
Expand Down
7 changes: 4 additions & 3 deletions internal/observation/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

/*
Package observation includes functionality to add k8s event handlers to Ingress resources.
Expand Down
7 changes: 4 additions & 3 deletions internal/observation/handler.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package observation

Expand Down
5 changes: 5 additions & 0 deletions internal/observation/handler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package observation

import (
Expand Down
7 changes: 4 additions & 3 deletions internal/observation/watcher.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package observation

Expand Down
7 changes: 4 additions & 3 deletions internal/observation/watcher_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package observation

Expand Down
7 changes: 4 additions & 3 deletions internal/probation/check.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package probation

Expand Down
7 changes: 4 additions & 3 deletions internal/probation/check_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package probation

Expand Down
7 changes: 4 additions & 3 deletions internal/probation/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

/*
Package probation includes support for Kubernetes health and wellness checks.
Expand Down
7 changes: 4 additions & 3 deletions internal/probation/server.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package probation

Expand Down
7 changes: 4 additions & 3 deletions internal/probation/server_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package probation

Expand Down
7 changes: 4 additions & 3 deletions internal/synchronization/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

/*
Package synchronization includes functionality to synchronize Ingress events to NGINX+ Configuration API commands.
Expand Down
7 changes: 4 additions & 3 deletions internal/synchronization/rand.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package synchronization

Expand Down
7 changes: 4 additions & 3 deletions internal/synchronization/synchronizer.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package synchronization

Expand Down
7 changes: 4 additions & 3 deletions internal/synchronization/synchronizer_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package synchronization

Expand Down
7 changes: 4 additions & 3 deletions internal/translation/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

/*
Package translation includes functionality to translate Ingress events to target system definitions.
Expand Down
7 changes: 4 additions & 3 deletions internal/translation/translator.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package translation

Expand Down
7 changes: 4 additions & 3 deletions internal/translation/translator_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package translation

Expand Down
7 changes: 4 additions & 3 deletions test/mocks/mock_check.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package mocks

Expand Down
7 changes: 4 additions & 3 deletions test/mocks/mock_handler.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package mocks

Expand Down
7 changes: 4 additions & 3 deletions test/mocks/mock_ratelimitinginterface.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package mocks

Expand Down
7 changes: 4 additions & 3 deletions test/mocks/mock_responsewriter.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package mocks

Expand Down
7 changes: 4 additions & 3 deletions test/mocks/mock_synchronizer.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2023 f5 Inc. All rights reserved.
// Use of this source code is governed by the Apache
// license that can be found in the LICENSE file.
/*
* Copyright 2023 F5 Inc. All rights reserved.
* Use of this source code is governed by the Apache License that can be found in the LICENSE file.
*/

package mocks

Expand Down

0 comments on commit c6b0849

Please sign in to comment.