Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Commit e628de5

Browse files
committed
Update Copyright to OpenFaaS Author(s) wildcard
OpenFaaS Author(s) includes Edward Wilde and any other contributors to this repository. Signed-off-by: Alex Ellis <[email protected]>
1 parent 6063d0f commit e628de5

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ COPY version version
1414
COPY main.go main.go
1515

1616

17-
#RUN curl -sL https://github.com/alexellis/license-check/releases/download/0.2.2/license-check > /usr/bin/license-check \
18-
# && chmod +x /usr/bin/license-check
19-
#RUN license-check -path ./ --verbose=false "Alex Ellis" "OpenFaaS Author(s)"
17+
RUN curl -sL https://github.com/alexellis/license-check/releases/download/0.2.2/license-check > /usr/bin/license-check \
18+
&& chmod +x /usr/bin/license-check
19+
RUN license-check -path ./ --verbose=false "Alex Ellis" "OpenFaaS Author(s)"
2020

2121
RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
2222
&& go test $(go list ./... | grep -v /vendor/) -cover \

handlers/delete.go

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

44
package handlers

handlers/deploy.go

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

44
package handlers

handlers/reader.go

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

44
package handlers

handlers/replicas.go

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

44
package handlers

routing/services_test.go

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

44
package routing

types/read_config.go

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

44
// Package types contains definitions for public types

0 commit comments

Comments
 (0)