Skip to content

Commit d4616f7

Browse files
rishabhsri18Rishabh Srivastav
andauthored
Compliance: Action for Fn CLI has been added (#631)
* Compliance: Action for Fn CLI has been added * Changing the go sum data * Changes for build has been made * Window file build command edited * Window file build command edited to run * Third party license changes for fn cli * dependencies verified and filled in third party license * Third party doc all the license has been added Co-authored-by: Rishabh Srivastav <[email protected]>
1 parent 25a720c commit d4616f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+2392
-0
lines changed

Dockerfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
117
# build stage
218
FROM golang:1.16.3-alpine3.12 AS build-env
319
RUN apk add --no-cache gcc musl-dev

NOTICE.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Fn Project
2+
============
3+
4+
Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved.
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
==========================================================================
19+
Third Party Dependencies
20+
==========================================================================
21+
22+
This project includes or depends on code from third party projects.
23+
Attributions are contained in THIRD_PARTY_LICENSES.txt

0 commit comments

Comments
 (0)