Skip to content

Commit c024f16

Browse files
committed
Restore MIT license for faas-cli
A notice in the LICENSE file stated that there was a mixed license with some OpenFaaS Pro code, that's no longer the case so the LICENSE can be reinstated. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent e39b6c4 commit c024f16

File tree

5 files changed

+11
-23
lines changed

5 files changed

+11
-23
lines changed

LICENSE

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
Annotated portions of this project are licensed under the OpenFaaS Pro
2-
commercial license, for which a license is required to use the software.
3-
4-
EULA: https://github.com/openfaas/faas/blob/master/pro/EULA.md
5-
6-
The remainder of the source code is licensed under the MIT license.
7-
81
MIT License
92

10-
Copyright (c) 2016-2021 OpenFaaS Ltd
3+
Copyright (c) 2016-2025 OpenFaaS Ltd
114
Copyright (c) 2017-2021 OpenFaaS Author(s)
125

136
Permission is hereby granted, free of charge, to any person obtaining a copy

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ require (
1919
github.com/mitchellh/go-wordwrap v1.0.1
2020
github.com/moby/term v0.5.2
2121
github.com/morikuni/aec v1.0.0
22-
github.com/openfaas/faas-provider v0.25.4
22+
github.com/openfaas/faas-provider v0.25.5
2323
github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070
24-
github.com/openfaas/go-sdk v0.2.14
24+
github.com/openfaas/go-sdk v0.2.16
2525
github.com/pkg/errors v0.9.1
2626
github.com/ryanuber/go-glob v1.0.0
2727
github.com/spf13/cobra v1.8.1

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,14 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
7878
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
7979
github.com/openfaas/faas-provider v0.25.4 h1:Cly/M8/Q+OOn8qFxxeaZGyC5B2x4f+RSU28hej+1WcM=
8080
github.com/openfaas/faas-provider v0.25.4/go.mod h1:t6RSPCvNfiqYEzf/CtdIj+0OItdyK6IzrOca1EOLNSg=
81+
github.com/openfaas/faas-provider v0.25.5 h1:qW2izX1otKfbOhArgf1GK9JjTqwBRL4BWioiJJVYH58=
82+
github.com/openfaas/faas-provider v0.25.5/go.mod h1:rMXbj+AYVpn82UoHIOgWHiDeV118t0bSxyoC9d00jpc=
8183
github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070 h1:aeRDLXgwSOcMwUmZzXZsKf5GLoplZDF122SJVR62WgQ=
8284
github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070/go.mod h1:j5eUH36/clgztwBYFoXZ/s1UFQ9Alzt8rb50gh7L5Ns=
8385
github.com/openfaas/go-sdk v0.2.14 h1:N3bq0yparYZR6pR1AhZiPGvV8GAmQ1UfjmCOGaZMs68=
8486
github.com/openfaas/go-sdk v0.2.14/go.mod h1:DrKUCQ4F8L2cJOmWHNoX8zB8LQIZc/4hRgAtT4t0s4k=
87+
github.com/openfaas/go-sdk v0.2.16 h1:Z+sH+C6h3DtWWEosR8pEWyWpYxIo2hD63BcjZvLCB9c=
88+
github.com/openfaas/go-sdk v0.2.16/go.mod h1:INay8mhhat7stnJxt5KudR504T2wcc5ARXLKC6wkGcM=
8589
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
8690
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
8791
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

vendor/github.com/openfaas/go-sdk/LICENSE

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ github.com/klauspost/compress/internal/cpuinfo
124124
github.com/klauspost/compress/internal/snapref
125125
github.com/klauspost/compress/zstd
126126
github.com/klauspost/compress/zstd/internal/xxhash
127-
# github.com/magefile/mage v1.14.0
128-
## explicit; go 1.12
129127
# github.com/mattn/go-colorable v0.1.14
130128
## explicit; go 1.18
131129
github.com/mattn/go-colorable
@@ -158,17 +156,17 @@ github.com/opencontainers/go-digest
158156
## explicit; go 1.18
159157
github.com/opencontainers/image-spec/specs-go
160158
github.com/opencontainers/image-spec/specs-go/v1
161-
# github.com/openfaas/faas-provider v0.25.4
162-
## explicit; go 1.20
159+
# github.com/openfaas/faas-provider v0.25.5
160+
## explicit; go 1.23
163161
github.com/openfaas/faas-provider/httputil
164162
github.com/openfaas/faas-provider/logs
165163
github.com/openfaas/faas-provider/types
166164
# github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070
167165
## explicit; go 1.23
168166
github.com/openfaas/faas/gateway/types
169167
github.com/openfaas/faas/gateway/version
170-
# github.com/openfaas/go-sdk v0.2.14
171-
## explicit; go 1.21
168+
# github.com/openfaas/go-sdk v0.2.16
169+
## explicit; go 1.23
172170
github.com/openfaas/go-sdk
173171
# github.com/pkg/errors v0.9.1
174172
## explicit

0 commit comments

Comments
 (0)