Skip to content

Commit c81e111

Browse files
rgregggoogle-prow-robot
authored andcommitted
Add license footer and text (knative#204)
1 parent d1a8f29 commit c81e111

36 files changed

+647
-0
lines changed

LICENSE

Lines changed: 404 additions & 0 deletions
Large diffs are not rendered by default.

build/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,10 @@ Tip: Review and reference multiple samples to piece together more complex builds
9191

9292
If you are interested in contributing to the Knative build project, see the
9393
[Knative Build code repository](https://github.com/knative/build).
94+
95+
---
96+
97+
Except as otherwise noted, the content of this page is licensed under the
98+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
99+
and code samples are licensed under the
100+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

build/auth.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,10 @@ For sensitive credentials that should not be made available to some steps,
316316
do not use the mechanisms outlined here. Instead, the user should declare an
317317
explicit `Volume` from the `Secret` and manually `VolumeMount` it into the
318318
`Step`.
319+
320+
---
321+
322+
Except as otherwise noted, the content of this page is licensed under the
323+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
324+
and code samples are licensed under the
325+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

build/build-templates.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,10 @@ spec:
128128
- name: DOCKERFILE_NAME
129129
value: Dockerfile-17.06.1
130130
```
131+
132+
---
133+
134+
Except as otherwise noted, the content of this page is licensed under the
135+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
136+
and code samples are licensed under the
137+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

build/builder-contract.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ Builders should expect a Build to implement the following conventions:
6565

6666
* Credentials attached to the Build's service account may be exposed as Git or
6767
Docker credentials as outlined [here](./auth.md).
68+
69+
---
70+
71+
Except as otherwise noted, the content of this page is licensed under the
72+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
73+
and code samples are licensed under the
74+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

build/builds.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,10 @@ spec:
172172
173173
For a variety of additional (mostly trivial) examples, see also our [tests
174174
directory](https://github.com/knative/build/tree/master/test).
175+
176+
---
177+
178+
Except as otherwise noted, the content of this page is licensed under the
179+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
180+
and code samples are licensed under the
181+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

build/personas.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ User stories:
5353
* View test status
5454
* Run performance tests
5555

56+
---
57+
58+
Except as otherwise noted, the content of this page is licensed under the
59+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
60+
and code samples are licensed under the
61+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/CODE-OF-CONDUCT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ version 1.4, available at
7373
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
7474

7575
[homepage]: https://www.contributor-covenant.org
76+
77+
---
78+
79+
Except as otherwise noted, the content of this page is licensed under the
80+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
81+
and code samples are licensed under the
82+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,10 @@ field of the METADATA file.
199199

200200
If there are multiple licenses for the code, put the text of all the licenses into LICENSE
201201
along with separators and comments as to the applications.
202+
203+
---
204+
205+
Except as otherwise noted, the content of this page is licensed under the
206+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
207+
and code samples are licensed under the
208+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,10 @@ we could use your help in spiffing up our public-facing web site.
6868
If you're a developer, operator, or contributor trying to use Knative, head to
6969
[knative-dev@](https://groups.google.com/forum/#!forum/knative-dev) or
7070
[knative.slack.com](https://knative.slack.com) for help.
71+
72+
---
73+
74+
Except as otherwise noted, the content of this page is licensed under the
75+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
76+
and code samples are licensed under the
77+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/REVIEWING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,10 @@ test execution (called "build" by Prow).
120120

121121
4. The raw test log is the text file named `build-log.txt` inside each numbered
122122
directory.
123+
124+
---
125+
126+
Except as otherwise noted, the content of this page is licensed under the
127+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
128+
and code samples are licensed under the
129+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/ROLES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,10 @@ Administrators are responsible for the bureaucratic aspects of the project.
303303
<!-- TODO SLA for admin response -->
304304

305305
<!-- * TODO Manage the Google Search Console settings for knative.dev -->
306+
307+
---
308+
309+
Except as otherwise noted, the content of this page is licensed under the
310+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
311+
and code samples are licensed under the
312+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/STEERING-COMMITTEE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ periodically reviewed to ensure proper recognition.
5656
<img width="30px" src="https://github.com/dewitt.png"> | DeWitt Clinton | Google | [@dewitt](https://github.com/dewitt)
5757
<img width="30px" src="https://github.com/mchmarny.png"> | Mark Chmarny | Google | [@mchmarny](https://github.com/mchmarny)
5858
<img width="30px" src="https://github.com/isdal.png"> | Tomas Isdal | Google | [@isdal](https://github.com/isdal)
59+
60+
---
61+
62+
Except as otherwise noted, the content of this page is licensed under the
63+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
64+
and code samples are licensed under the
65+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/TECH-OVERSIGHT-COMMITTEE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,10 @@ the [Steering committee](STEERING-COMMITTEE.md).
8888
<img width="30px" src="https://github.com/evankanderson.png"> | Evan Anderson | Google | [@evankanderson](https://github.com/evankanderson)
8989
<img width="30px" src="https://github.com/mattmoor.png"> | Matt Moore | Google | [@mattmoor](https://github.com/mattmoor)
9090
<img width="30px" src="https://github.com/vaikas-google.png"> | Ville Aikas | Google | [@vaikas-google](https://github.com/vaikas-google)
91+
92+
---
93+
94+
Except as otherwise noted, the content of this page is licensed under the
95+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
96+
and code samples are licensed under the
97+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/VALUES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ values we hold as a team:
4646
(unless you have new insights or information).
4747

4848
* Be productive and **happy**, and most importantly, have *fun* :-)
49+
50+
---
51+
52+
Except as otherwise noted, the content of this page is licensed under the
53+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
54+
and code samples are licensed under the
55+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/WORKING-GROUP-PROCESSES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,10 @@ In all cases, remaining blocking issues can be raised to the [technical
189189
oversight committee](TECH-OVERSIGHT-COMMITTEE.md) to help resolve the situation.
190190
To trigger an escalation, create an issue in the `knative/serving` repo and
191191
assign it to the **@knative/tech-oversight-committee** team.
192+
193+
---
194+
195+
Except as otherwise noted, the content of this page is licensed under the
196+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
197+
and code samples are licensed under the
198+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

community/WORKING-GROUPS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,10 @@ Slack Channel | [#metrics](https://knative.slack.com)
112112
&nbsp; | Leads | Company | Profile
113113
--------------------------------------------------------- | ---------------- | ------- | -------
114114
<img width="30px" src="https://github.com/mdemirhan.png"> | Mustafa Demirhan | Google | [mdemirhan](https://github.com/mdemirhan)
115+
116+
---
117+
118+
Except as otherwise noted, the content of this page is licensed under the
119+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
120+
and code samples are licensed under the
121+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

eventing/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,10 @@ events:
5959
- Feed
6060
- EventSource
6161
- EventType
62+
63+
---
64+
65+
Except as otherwise noted, the content of this page is licensed under the
66+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
67+
and code samples are licensed under the
68+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

install/Knative-with-GKE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,10 @@ To delete the cluster, enter the following command:
187187
```bash
188188
gcloud container clusters delete $CLUSTER_NAME --zone $CLUSTER_ZONE
189189
```
190+
191+
---
192+
193+
Except as otherwise noted, the content of this page is licensed under the
194+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
195+
and code samples are licensed under the
196+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

install/Knative-with-Gardener.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,10 @@ kubectl --kubeconfig garden-my-project.yaml --namespace garden--my-project annot
201201
202202
kubectl --kubeconfig garden-my-project.yaml --namespace garden--my-project delete shoot my-cluster
203203
```
204+
205+
---
206+
207+
Except as otherwise noted, the content of this page is licensed under the
208+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
209+
and code samples are licensed under the
210+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

install/Knative-with-IKS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,10 @@ To delete the cluster, enter the following command:
184184
```bash
185185
ibmcloud cs cluster-rm $CLUSTER_NAME
186186
```
187+
188+
---
189+
190+
Except as otherwise noted, the content of this page is licensed under the
191+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
192+
and code samples are licensed under the
193+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

install/Knative-with-Minikube.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,10 @@ Delete the Kubernetes cluster along with Knative, Istio, and any deployed apps:
137137
```shell
138138
minikube delete
139139
```
140+
141+
---
142+
143+
Except as otherwise noted, the content of this page is licensed under the
144+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
145+
and code samples are licensed under the
146+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

install/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ and set up an Istio IP range for outbound network access:
4242
* [Assign a static IP address](../serving/gke-assigning-static-ip-address.md)
4343
* [Configure a custom domain](../serving/using-a-custom-domain.md)
4444
* [Configure outbound network access](../serving/outbound-network-access.md)
45+
46+
---
47+
48+
Except as otherwise noted, the content of this page is licensed under the
49+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
50+
and code samples are licensed under the
51+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

install/getting-started-knative-app.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,10 @@ To remove the sample app from your cluster, delete the service record:
133133
```shell
134134
kubectl delete -f service.yaml
135135
```
136+
137+
---
138+
139+
Except as otherwise noted, the content of this page is licensed under the
140+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
141+
and code samples are licensed under the
142+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,9 @@ known issues.
8787
* **No support for TLS** - Currently the Knative Serving components do not support TLS connections for
8888
inbound HTTPS traffic. See [#537](https://github.com/knative/serving/issues/537) for more details.
8989

90+
---
91+
92+
Except as otherwise noted, the content of this page is licensed under the
93+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
94+
and code samples are licensed under the
95+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/accessing-logs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,10 @@ See [Accessing Traces](./accessing-traces.md) page for details.
114114

115115
Go to the [GCP Console logging page](https://console.cloud.google.com/logs/viewer) for
116116
your GCP project, which stores your logs via Stackdriver.
117+
118+
---
119+
120+
Except as otherwise noted, the content of this page is licensed under the
121+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
122+
and code samples are licensed under the
123+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/accessing-metrics.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ The following dashboards are pre-installed with Knative Serving:
2525

2626
To sign in as an administrator and modify or add dashboards, sign in with username `admin` and password `admin`.
2727
Before you expose the Grafana UI outside the cluster, make sure to change the password.
28+
29+
---
30+
31+
Except as otherwise noted, the content of this page is licensed under the
32+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
33+
and code samples are licensed under the
34+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/accessing-traces.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ In order to access request traces, you use the Zipkin visualization tool.
2222
view of a specific call.
2323

2424
<!--TODO: Consider adding a video here. -->
25+
26+
---
27+
28+
Except as otherwise noted, the content of this page is licensed under the
29+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
30+
and code samples are licensed under the
31+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/debugging-application-issues.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,10 @@ logging and monitoring features of Knative Serving.)_
127127
* All build logs: `_exists_:"kubernetes.labels.build-name"`
128128
* Build logs for a specific build: `kubernetes.labels.build-name:"<BUILD NAME>"`
129129
* Build logs for a specific build and step: `kubernetes.labels.build-name:"<BUILD NAME>" AND kubernetes.container_name:"build-step-<BUILD STEP NAME>"`
130+
131+
---
132+
133+
Except as otherwise noted, the content of this page is licensed under the
134+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
135+
and code samples are licensed under the
136+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/debugging-performance-issues.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,10 @@ Both of these metrics are further divided into per container usage.
104104
## Profiling
105105

106106
...To be filled...
107+
108+
---
109+
110+
Except as otherwise noted, the content of this page is licensed under the
111+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
112+
and code samples are licensed under the
113+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/gke-assigning-static-ip-address.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
6464
knative-ingressgateway LoadBalancer 12.34.567.890 98.765.43.210 80:32380/TCP,443:32390/TCP,32400:32400/TCP 5m
6565
```
6666
> Note: Updating the external IP address can take several minutes.
67+
68+
---
69+
70+
Except as otherwise noted, the content of this page is licensed under the
71+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
72+
and code samples are licensed under the
73+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/installing-logging-metrics-traces.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,10 @@ kubectl apply -R -f config/monitoring/100-common \
6767
-f config/monitoring/200-common \
6868
-f config/monitoring/200-common/100-istio.yaml
6969
```
70+
71+
---
72+
73+
Except as otherwise noted, the content of this page is licensed under the
74+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
75+
and code samples are licensed under the
76+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/outbound-network-access.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ parameter that is provided at Istio deployment time. In the default Knative Serv
5858
deployment, `global.proxy.includeIPRanges` value is set to `*`.
5959

6060
If an invalid value is passed, `''` is used instead.
61+
62+
---
63+
64+
Except as otherwise noted, the content of this page is licensed under the
65+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
66+
and code samples are licensed under the
67+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/setting-up-a-logging-plugin.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ kubectl apply -R -f third_party/config/monitoring/elasticsearch
8080

8181
See [here](/config/monitoring/README.md) for deploying the whole Knative
8282
monitoring components.
83+
84+
---
85+
86+
Except as otherwise noted, the content of this page is licensed under the
87+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
88+
and code samples are licensed under the
89+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

serving/using-a-custom-domain.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,10 @@ in the [Cloud DNS quickstart](https://cloud.google.com/dns/quickstart).
143143
Once the domain update has propagated, you can access your app using
144144
the fully qualified domain name of the deployed route, for example
145145
`http://helloworld-go.default.mydomain.com`
146+
147+
---
148+
149+
Except as otherwise noted, the content of this page is licensed under the
150+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
151+
and code samples are licensed under the
152+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

test/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ will create a GKE cluster, install Knative, run the end-to-end tests and delete
2626
If you already have a cluster set, ensure that `$PROJECT_ID` is empty and call the script with the
2727
`--run-tests` argument. Note that this requires you to have Knative Build installed and configured
2828
to your particular configuration setup.
29+
30+
---
31+
32+
Except as otherwise noted, the content of this page is licensed under the
33+
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
34+
and code samples are licensed under the
35+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)