This repository was archived by the owner on Nov 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ COPY version version
14
14
COPY main.go main.go
15
15
16
16
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)"
20
20
21
21
RUN gofmt -l -d $(find . -type f -name '*.go' -not -path "./vendor/*" ) \
22
22
&& 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 routing
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