File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ WORKDIR /go/src/github.com/openfaas-incubator/faas-memory
6
6
7
7
COPY . .
8
8
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)"
12
12
13
13
RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*" ) \
14
14
&& go test $(go list ./... | grep -v /vendor/) -cover \
Original file line number Diff line number Diff line change 1
- // Copyright (c) Edward Wilde 2018 . All rights reserved.
1
+ // Copyright (c) OpenFaaS Author(s) 2019 . All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
package handlers
Original file line number Diff line number Diff line change 1
- // Copyright (c) Edward Wilde 2018 . All rights reserved.
1
+ // Copyright (c) OpenFaaS Author(s) 2019 . All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
package handlers
Original file line number Diff line number Diff line change 1
- // Copyright (c) Edward Wilde 2018 . All rights reserved.
1
+ // Copyright (c) OpenFaaS Author(s) 2019 . All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
package handlers
Original file line number Diff line number Diff line change 1
- // Copyright (c) Edward Wilde 2018 . All rights reserved.
1
+ // Copyright (c) OpenFaaS Author(s) 2019 . All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
package handlers
Original file line number Diff line number Diff line change 1
- // Copyright (c) Edward Wilde 2018 . All rights reserved.
1
+ // Copyright (c) OpenFaaS Author(s) 2019 . All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
// Package types contains definitions for public types
You can’t perform that action at this time.
0 commit comments