Skip to content

Commit a1eabc3

Browse files
committed
Update LICENSE / copyright headers
OpenFaaS Author(s) is a wildcard to all contributors from the OpenFaaS org / community who have contributed to this code, which includes Ed. Signed-off-by: Alex Ellis <[email protected]>
1 parent d65de2d commit a1eabc3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ WORKDIR /go/src/github.com/openfaas-incubator/faas-memory
66

77
COPY . .
88

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

1313
RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*") \
1414
&& 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

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)