Skip to content

Commit af0ccc9

Browse files
committed
Add Copyright headers where missing in handlers
- Added Copyright in handlers where missing - Renamed Project to Author(s) where needed Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 8fb423f commit af0ccc9

15 files changed

+41
-2
lines changed

gateway/handlers/baseurlresolver_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

gateway/handlers/basic_auth.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

gateway/handlers/basic_auth_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

gateway/handlers/callid_middleware.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

gateway/handlers/cors.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import "net/http"

gateway/handlers/cors_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

gateway/handlers/forwarding_proxy.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

gateway/handlers/forwarding_proxy_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

gateway/handlers/function_cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) OpenFaaS Project. All rights reserved.
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
package handlers

gateway/handlers/function_cache_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) OpenFaaS Author(s). All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
14
package handlers
25

36
import (

0 commit comments

Comments
 (0)