diff --git a/CONTRIBUTING_DOCS.md b/CONTRIBUTING_DOCS.md index add3ba825c1..13f40b1fd40 100644 --- a/CONTRIBUTING_DOCS.md +++ b/CONTRIBUTING_DOCS.md @@ -186,20 +186,17 @@ The naming and layout of the side navigation bar is stored in `_data/$VERSION/na > **Note**: Sidebar paths to index files (see [next section](#linking-content)) should end in a `/` in the yaml file. Sidebar paths to actual files should not end in a `/` in the yaml file. - ## Link syntax ### Closing slashes To link to a page not named `index.md`, omit the closing slash. To link to a page named `index.md`, include a closing slash. See the following table for some examples. - | URL | File path | |-----------------------------------------------|---------------------------------------------------| | `/getting-started/kubernetes/` | `/getting-started/kubernetes/index.md` | | `/getting-started/kubernetes/troubleshooting` | `/getting-started/kubernetes/troubleshooting.md` | - ### `site.url`, `site.baseurl`, and `absolute_url` **`site.baseurl`** diff --git a/app-policy/README.md b/app-policy/README.md index 978623c3a11..89d4b3cd02a 100644 --- a/app-policy/README.md +++ b/app-policy/README.md @@ -17,8 +17,7 @@ processed. We compute policy based on a global store which is distributed to Di Application Layer Policy is described in the [Project Calico docs][docs]. - [Enabling Application Layer Policy](https://docs.projectcalico.org/master/security/app-layer-policy) - - + [calico]: https://projectcalico.org [istio]: https://istio.io [docs]: https://docs.projectcalico.org/latest diff --git a/calico/DOC_STYLE_GUIDE.md b/calico/DOC_STYLE_GUIDE.md index 5e6f31b2341..084f845c52c 100644 --- a/calico/DOC_STYLE_GUIDE.md +++ b/calico/DOC_STYLE_GUIDE.md @@ -1,6 +1,5 @@ # Calico documentation style guide - ## Overview We follow [_The Chicago Manual of Style_, 17th Edition](http://chicagomanualofstyle.org/), the [_Yahoo! Style Guide_](https://www.amazon.com/Yahoo-Style-Guide-Ultimate-Sourcebook/dp/031256984X), and the [Merriam-Webster dictionary](https://www.merriam-webster.com/). @@ -11,7 +10,6 @@ This style guide contains: - Clarification on frequent points of confusion - Terminology guidelines - ## Voice The passive voice can obscure the actor and result in weak sentences. @@ -21,7 +19,6 @@ topic, consult the following resources: - [Purdue Online Writing Lab](https://owl.english.purdue.edu/owl/resource/539/02/) - [Grammar Girl](http://www.quickanddirtytips.com/education/grammar/active-voice-versus-passive-voice) - ## Pronouns Use the second person to refer to your reader. @@ -34,7 +31,6 @@ Use the first person plural to refer to Project Calico. - **Correct**: "We recommend five nodes." - **Incorrect**: "Five nodes are recommended." - ## Anthropomorphism Avoid personifying software. @@ -47,12 +43,10 @@ Avoid personifying software. - "Kubernetes sees that Calico is installed." - "The delimiter tells Calico where to split the string." - ## Future features Avoid documenting future features or products. - ## Graphics ### Screenshots and animated GIFs @@ -70,7 +64,6 @@ sequences, use GIF. For diagrams and other vector illustrations, we prefer the SVG format. - ## Format of source ### HTML versus Markdown @@ -81,7 +74,6 @@ We prefer Markdown for readability. Wrap lines at 80 characters—except [URLs](#line-breaks). - ## Punctuation ### Commas @@ -94,7 +86,6 @@ Use hyphens only when necessary to prevent confusion. Examples include: - A prefix ends in the same vowel that the word begins with: "re-entry". - Compound modifiers: "You can find Calico easter eggs in read-only memory." - ## Capitalization ### Proper nouns @@ -106,7 +97,6 @@ Only capitalize proper nouns. Use [sentence case](https://www.snappysentences.com/sentence-case-v-title-case/) for headings. - ## Computer interfaces ### Code in headings @@ -203,7 +193,6 @@ for detailed instructions. Do not insert line breaks inside a URL. - ## Lists ### At least two items @@ -295,7 +284,6 @@ Congratulations to the following winners of the Calico pop quiz: - Chris. ``` - ## Procedures Use numbered lists to indicate a series of steps that should be performed @@ -304,7 +292,6 @@ in sequence. Avoid giving the reader more than one way to accomplish a task. Just describe the best method. - ## Numbers and dates Spell out numbers zero through nine. Use numeric form for 10 and above. @@ -314,7 +301,6 @@ Spell out dates. - **Incorrect**: Jan 1, 1970 - **Incorrect**: 1/1/1970 - ## Acronyms and file types Treat file types as acronyms when used in text. Use all caps. @@ -325,7 +311,6 @@ Examples: To pluralize an acronym, add a lowercase "s". Example: "Deploy the VMs in a single click." - ## Notes While notes can help to call attention to important information, too @@ -350,7 +335,6 @@ is reserved for the note that appears at the top of the page to let people know they are viewing a version of the documentation other than the current release. - ## Storage, memory, and speed abbreviations Don't put a space between the number and the abbreviation. Examples: 500Kbps, @@ -364,7 +348,6 @@ Don't add an "s" after the abbreviation to form a plural. Repeat the abbreviation in a series. Example: "The device offers 2MB, 4MB, or 6MB of storage." - ## American conventions ### Spelling @@ -380,7 +363,6 @@ Use a comma in whole numbers with four or more digits. Example: 1,200. Use decimal points. Example, 2.5 pounds. - ## Terminology | Correct | Incorrect @@ -408,7 +390,6 @@ Use decimal points. Example, 2.5 pounds. | web interface | GUI, UI | web server | webserver - ## Commonly confused ### a | an @@ -454,7 +435,6 @@ Use it as a mass noun, not a count noun. - **Correct**: "less data" - **Incorrect**: "fewer data" - ### e.g. | i.e. The abbreviation "e.g." refers to "exempli gratia" in Latin and means "for the sake of example." @@ -495,5 +475,3 @@ deleted the clause, use "which". - "Give me the book, which is on the table." There is only one book in the room and it happens to be on the table. - - diff --git a/calico/_includes/content/config-calico-upgrade-etcd.md b/calico/_includes/content/config-calico-upgrade-etcd.md index e30456d59ef..0655498a9f8 100644 --- a/calico/_includes/content/config-calico-upgrade-etcd.md +++ b/calico/_includes/content/config-calico-upgrade-etcd.md @@ -41,7 +41,6 @@ The full list of possible configuration file options and environment variables f > useful if the non-prefixed names clash with existing environment variables. {: .alert .alert-info} - ### Configuring calico-upgrade to connect to the etcdv3 cluster You can use either configuration files or environment variables to configure diff --git a/calico/_includes/content/deleting-etcd-v2-v3-data.md b/calico/_includes/content/deleting-etcd-v2-v3-data.md index d8e74433fed..5fd78943fce 100644 --- a/calico/_includes/content/deleting-etcd-v2-v3-data.md +++ b/calico/_includes/content/deleting-etcd-v2-v3-data.md @@ -43,7 +43,6 @@ This procedure requires etcdctl v3. The etcdctl tool is installed along with etc ### Prerequisites This procedure requires etcdctl v3. The etcdctl tool is installed along with etcd. To install just etcdctl, [download the etcd release binary](https://github.com/coreos/etcd/releases){:target="_blank"}, untar it, and extract the etcdctl binary. - ### Deleting Calico data from etcdv3 diff --git a/calico/_includes/content/environment-file.md b/calico/_includes/content/environment-file.md index 94b1c3cdeaf..4652a92dc2f 100644 --- a/calico/_includes/content/environment-file.md +++ b/calico/_includes/content/environment-file.md @@ -35,7 +35,6 @@ For a Kubernetes datastore (default) set the following: {: .alert .alert-info} {% endif %} - %> <% @@ -68,7 +67,6 @@ For either datastore set the following: | NO_DEFAULT_POOLS | Set to true to prevent {{site.prodname}} from creating a default pool if one does not exist. Pools are used for workload endpoints and not required for non-cluster hosts. | | CALICO_NETWORKING_BACKEND | The networking backend to use. In `bird` mode, Calico will provide BGP networking using the BIRD BGP daemon; VXLAN networking can also be used. In `vxlan` mode, only VXLAN networking is provided; BIRD and BGP are disabled. If you want to run Calico for policy only, set to `none`. | - Sample `EnvironmentFile` - save to `/etc/calico/calico.env` ```shell diff --git a/calico/_includes/content/install-calico-upgrade.md b/calico/_includes/content/install-calico-upgrade.md index 7793feb0d4c..90e48fd0836 100644 --- a/calico/_includes/content/install-calico-upgrade.md +++ b/calico/_includes/content/install-calico-upgrade.md @@ -15,4 +15,3 @@ 1. Congratulations! You've installed `calico-upgrade`. Continue to [Configuring calico-upgrade](#configuring-calico-upgrade). - diff --git a/calico/_includes/content/testing-data-migration.md b/calico/_includes/content/testing-data-migration.md index 3a710d4bf6a..a98fb632fca 100644 --- a/calico/_includes/content/testing-data-migration.md +++ b/calico/_includes/content/testing-data-migration.md @@ -34,5 +34,4 @@ calico-upgrade dry-run --output-dir=temp --apiconfigv1 etcdv2.yaml --apiconfigv3 - **Other errors**: if you receive any other errors, especially if they pertain to a workload endpoint, contact Tigera for assistance. - diff --git a/calico/about/about-calico.md b/calico/about/about-calico.md index 9a26d3be7fe..a29931e6296 100644 --- a/calico/about/about-calico.md +++ b/calico/about/about-calico.md @@ -151,6 +151,3 @@ custom_css: css/intro.css - - - diff --git a/calico/about/about-k8s-networking.md b/calico/about/about-k8s-networking.md index d92c9b99fd4..e82ab6417d7 100644 --- a/calico/about/about-k8s-networking.md +++ b/calico/about/about-k8s-networking.md @@ -134,5 +134,3 @@ as IPv4 or IPv6 addresses. - {% include open-new-window.html text='Video: Everything you need to know about Kubernetes networking on Google Cloud' url='https://www.projectcalico.org/everything-you-need-to-know-about-kubernetes-networking-on-google-cloud/' %} - - diff --git a/calico/about/about-kubernetes-services.md b/calico/about/about-kubernetes-services.md index 03197efea57..29eadf9f0d2 100644 --- a/calico/about/about-kubernetes-services.md +++ b/calico/about/about-kubernetes-services.md @@ -142,8 +142,3 @@ provides even load balancing independent of topology, with reduced CPU and laten - {% include open-new-window.html text='Blog: Hands on with Calico eBPF native service handling' url='https://www.projectcalico.org/hands-on-with-calicos-ebpf-service-handling/' %} - - - - - diff --git a/calico/about/about-network-policy.md b/calico/about/about-network-policy.md index 7155b2a5ff3..44cfbf34f6c 100644 --- a/calico/about/about-network-policy.md +++ b/calico/about/about-network-policy.md @@ -222,11 +222,3 @@ multiple teams. ![Example tiers]({{site.baseurl}}/images/example-tiers.svg) - - - - - - - - diff --git a/calico/getting-started/kubernetes/flannel/migration-from-flannel.md b/calico/getting-started/kubernetes/flannel/migration-from-flannel.md index 980b606ccae..b5f7108241e 100644 --- a/calico/getting-started/kubernetes/flannel/migration-from-flannel.md +++ b/calico/getting-started/kubernetes/flannel/migration-from-flannel.md @@ -132,7 +132,6 @@ kubectl logs -n kube-system -l k8s-app=flannel-migration-controller If you need to revert a cluster from {{site.prodname}} back to flannel, follow these steps. - 1. Remove the migration controller and {{site.prodname}}. ``` diff --git a/calico/getting-started/kubernetes/hardway/istio-integration.md b/calico/getting-started/kubernetes/hardway/istio-integration.md index 582841bb21d..fe6908696be 100644 --- a/calico/getting-started/kubernetes/hardway/istio-integration.md +++ b/calico/getting-started/kubernetes/hardway/istio-integration.md @@ -56,7 +56,6 @@ Label the default namespace, which you will use for the tutorial. kubectl label namespace default istio-injection=enabled ``` - ## Test application layer policy You can test application layer policy by following the [Application Layer Policy tutorial](/security/tutorials/app-layer-policy/enforce-policy-istio). diff --git a/calico/getting-started/kubernetes/hardway/the-calico-datastore.md b/calico/getting-started/kubernetes/hardway/the-calico-datastore.md index 8a219275066..db7cf925b50 100644 --- a/calico/getting-started/kubernetes/hardway/the-calico-datastore.md +++ b/calico/getting-started/kubernetes/hardway/the-calico-datastore.md @@ -70,7 +70,6 @@ To interact directly with the {{site.prodname}} datastore, use the `calicoctl` c On most systems, kubeconfig is located at `~/.kube/config`. You may wish to add the `export` lines to your `~/.bashrc` so they will persist when you log in next time. - ### Test Verify `calicoctl` can reach your datastore by running @@ -103,7 +102,6 @@ You should see an empty result ``` NAME CIDR SELECTOR - ``` ## Next diff --git a/calico/getting-started/kubernetes/installation/config-options.md b/calico/getting-started/kubernetes/installation/config-options.md index c794caf1f30..da0f76257d7 100644 --- a/calico/getting-started/kubernetes/installation/config-options.md +++ b/calico/getting-started/kubernetes/installation/config-options.md @@ -254,7 +254,6 @@ The following table outlines the remaining supported `ConfigMap` options. ### CNI network configuration template - The `cni_network_config` configuration option supports the following template fields, which will be filled in automatically by the `calico/cni` container: @@ -269,7 +268,6 @@ be filled in automatically by the `calico/cni` container: | `__ETCD_CERT_FILE__` | The path to the etcd certificate file installed to the host, empty if no cert present. | `__ETCD_CA_CERT_FILE__` | The path to the etcd certificate authority file installed to the host. Empty if no certificate authority is present. - ### About customizing application layer policy manifests Instead of installing from our pre-modified Istio manifests, you may wish to diff --git a/calico/getting-started/kubernetes/k3s/multi-node-install.md b/calico/getting-started/kubernetes/k3s/multi-node-install.md index 2f8a9021615..22bf3fbee87 100644 --- a/calico/getting-started/kubernetes/k3s/multi-node-install.md +++ b/calico/getting-started/kubernetes/k3s/multi-node-install.md @@ -134,8 +134,6 @@ Install {{site.prodname}} by creating the necessary custom resource. For more in %> {% endtabs %} - - #### Check the installation 1. Confirm that all of the pods are running using the following command. diff --git a/calico/getting-started/kubernetes/k3s/quickstart.md b/calico/getting-started/kubernetes/k3s/quickstart.md index c5948f765bd..a6c481bc138 100644 --- a/calico/getting-started/kubernetes/k3s/quickstart.md +++ b/calico/getting-started/kubernetes/k3s/quickstart.md @@ -157,10 +157,8 @@ kube-system coredns-8655855d6-blzl5 1/1 Running 0 %> {% endtabs %} - 1. Press CTRL+C to exit `watch`. - 2. Confirm that you now have a node in your cluster with the following command. diff --git a/calico/getting-started/kubernetes/managed-public-cloud/aks.md b/calico/getting-started/kubernetes/managed-public-cloud/aks.md index fe196e72ab6..6f51619aeea 100644 --- a/calico/getting-started/kubernetes/managed-public-cloud/aks.md +++ b/calico/getting-started/kubernetes/managed-public-cloud/aks.md @@ -29,7 +29,6 @@ To enable {{site.prodname}} network policy enforcement, follow these step-by-ste - [eBPF dataplane]({{ site.baseurl }}/maintenance/ebpf/use-cases-ebpf) is not supported. - [VPP dataplane](https://github.com/projectcalico/vpp-dataplane) is not supported. - The geeky details of what you get: {% include geek-details.html details='Policy:Calico,IPAM:Calico,CNI:Calico,Overlay:VXLAN,Routing:Calico,Datastore:Kubernetes' %} @@ -87,7 +86,6 @@ The geeky details of what you get: ``` Wait until each pod has the `STATUS` of `Running`. - ### Next steps diff --git a/calico/getting-started/kubernetes/minikube.md b/calico/getting-started/kubernetes/minikube.md index 91edece4a04..c61d90a87c9 100644 --- a/calico/getting-started/kubernetes/minikube.md +++ b/calico/getting-started/kubernetes/minikube.md @@ -129,7 +129,6 @@ Issuing a delete command will destroy the cluster that you created in this tutor minikube delete ``` - ### Next steps **Required** diff --git a/calico/getting-started/kubernetes/rancher.md b/calico/getting-started/kubernetes/rancher.md index be19c82ab48..18d208ac42b 100644 --- a/calico/getting-started/kubernetes/rancher.md +++ b/calico/getting-started/kubernetes/rancher.md @@ -36,7 +36,6 @@ The geeky details of what you get: #### Install {{site.prodname}} - 1. Install the Tigera {{site.prodname}} operator and custom resource definitions. ``` diff --git a/calico/getting-started/kubernetes/self-managed-public-cloud/do.md b/calico/getting-started/kubernetes/self-managed-public-cloud/do.md index f0b20823a29..c511cc8ed30 100644 --- a/calico/getting-started/kubernetes/self-managed-public-cloud/do.md +++ b/calico/getting-started/kubernetes/self-managed-public-cloud/do.md @@ -93,7 +93,6 @@ you generate a {% include open-new-window.html text='gossip' url='https://kops.s You can further customize the {{site.prodname}} install with {% include open-new-window.html text='options listed in the kops documentation' url='https://kops.sigs.k8s.io/networking/calico' %}. - ### Cleanup If you wish to remove resources created by this tutorial diff --git a/calico/getting-started/kubernetes/vpp/getting-started.md b/calico/getting-started/kubernetes/vpp/getting-started.md index 321079f51f3..ea581e83545 100644 --- a/calico/getting-started/kubernetes/vpp/getting-started.md +++ b/calico/getting-started/kubernetes/vpp/getting-started.md @@ -4,7 +4,6 @@ description: Install Calico with the VPP dataplane on a Kubernetes cluster. canonical_url: '/getting-started/kubernetes/vpp/getting-started' --- - ### Big picture Install {{site.prodname}} and enable the beta release of the VPP dataplane. @@ -28,7 +27,6 @@ In addition, the VPP dataplane offers some specific features for network-intensi Trying out the beta will give you a taste of these benefits and an opportunity to give feedback to the VPP dataplane team. - ### Features This how-to guide uses the following {{site.prodname}} features: @@ -48,7 +46,6 @@ This guide uses the Tigera operator to install {{site.prodname}}. The operator p exposed via the Kubernetes API defined as a custom resource definition. While it is also technically possible to install {{site.prodname}} and configure it for VPP using manifests directly, only operator based installations are supported at this stage. - ### How to This guide details two ways to install {{site.prodname}} with the VPP dataplane: @@ -60,8 +57,6 @@ In all cases, here are the details of what you will get: {% include geek-details.html details='Policy:Calico,IPAM:Calico,CNI:Calico,Overlay:IPIP,Routing:BGP,Datastore:Kubernetes' %} - - {% tabs %} <% @@ -88,7 +83,6 @@ Before you get started, make sure you have downloaded and configured the {% incl kubectl delete daemonset -n kube-system aws-node ``` - #### Install and configure Calico with the VPP dataplane 1. Now that you have an empty cluster configured, you can install the Tigera operator. @@ -122,7 +116,6 @@ Before you get started, make sure you have downloaded and configured the {% incl > **Tip**: The --max-pods-per-node option above, ensures that EKS does not limit the {% include open-new-window.html text='number of pods based on node-type' url='https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt' %}. For the full set of node group options, see `eksctl create nodegroup --help`. {: .alert .alert-success} - %> @@ -134,7 +127,6 @@ Before you get started, make sure you have downloaded and configured the {% incl DPDK provides better performance compared to the standard install but it requires some additional customisations (hugepages, for instance) in the EKS worker instances. We have a bash script, `init_eks.sh`, which takes care of applying the required customizations and we make use of the `preBootstrapCommands` property of `eksctl` {% include open-new-window.html text='configuration file' url='https://eksctl.io/usage/schema' %} to execute the script during the worker node creation. These instructions require the latest version of `eksctl`. - #### Provision the cluster 1. First, create an Amazon EKS cluster without any nodes. @@ -149,7 +141,6 @@ DPDK provides better performance compared to the standard install but it require kubectl delete daemonset -n kube-system aws-node ``` - #### Install and configure Calico with the VPP dataplane 1. Now that you have an empty cluster configured, you can install the Tigera operator. @@ -176,7 +167,6 @@ DPDK provides better performance compared to the standard install but it require 4. Finally, time to add nodes to the cluster. Since we need to customize the nodes for DPDK, we will use an `eksctl` config file with the `preBootstrapCommands` property to create the worker nodes. The following command will create a managed nodegroup with 2 t3.large worker nodes in the cluster: - ``` cat < {% endtabs %} - - - ### Next steps After installing {{ site.prodname }} with the VPP dataplane, you can benefit from the features of the VPP dataplane, such as fast [IPsec]({{ site.baseurl }}/getting-started/kubernetes/vpp/ipsec) or [Wireguard]({{ site.baseurl }}/security/encrypt-cluster-pod-traffic) encryption. diff --git a/calico/getting-started/openstack/installation/devstack.md b/calico/getting-started/openstack/installation/devstack.md index b8749df6556..dbdc7b95c9e 100644 --- a/calico/getting-started/openstack/installation/devstack.md +++ b/calico/getting-started/openstack/installation/devstack.md @@ -16,7 +16,6 @@ system, and then how to see {{site.prodname}} connectivity in action. > script does. {: .alert .alert-info} - Single (or first) node setup ---------------------------- @@ -42,8 +41,6 @@ and compute functions running on the same node: sysctl -w net.ipv4.ip_forward=1 sysctl -w net.ipv6.conf.all.forwarding=1 - - Multi-node setup ---------------- @@ -65,7 +62,6 @@ additional compute node: - follow the steps above, except for the network and subnet creations, to install and set up DevStack with {{site.prodname}} on that node. - Demonstrating {{site.prodname}} connectivity --------------------------------- diff --git a/calico/getting-started/windows-calico/demo.md b/calico/getting-started/windows-calico/demo.md index 9ec27002b3a..05d73b7bd86 100644 --- a/calico/getting-started/windows-calico/demo.md +++ b/calico/getting-started/windows-calico/demo.md @@ -466,7 +466,6 @@ Now that client and server pods are running on both Linux and Windows nodes, let 192.168.40.166 (192.168.40.166:80) open ``` - >**Note**: The IP addresses returned will vary depending on your environment setup. {: .alert .alert-info} diff --git a/calico/getting-started/windows-calico/openshift/installation.md b/calico/getting-started/windows-calico/openshift/installation.md index 8581b18b610..d99103f3ed6 100644 --- a/calico/getting-started/windows-calico/openshift/installation.md +++ b/calico/getting-started/windows-calico/openshift/installation.md @@ -75,7 +75,6 @@ openshift-install create manifests Edit the Installation custom resource manifest `manifests/01-cr-installation.yaml` so that it configures an OpenShift {{site.prodname}} cluster with VXLAN enabled and BGP disabled: - ``` apiVersion: operator.tigera.io/v1 kind: Installation diff --git a/calico/getting-started/windows-calico/quickstart.md b/calico/getting-started/windows-calico/quickstart.md index 0388704de04..a0642f1e216 100644 --- a/calico/getting-started/windows-calico/quickstart.md +++ b/calico/getting-started/windows-calico/quickstart.md @@ -214,7 +214,6 @@ The following steps install a Kubernetes cluster on a single Windows node with a > **Note**: You do not need to pass a parameter if the default value of the parameter is correct for your cluster. {: .alert .alert-info} - 1. Verify that the {{site.prodname}} services are running. ```powershell @@ -289,7 +288,6 @@ The following steps install a Kubernetes cluster on a single Windows node with a > **Note**: You do not need to pass a parameter if the default value of the parameter is correct for your cluster. {: .alert .alert-info} - 1. Verify that the {{site.prodname}} services are running. ```powershell @@ -472,7 +470,6 @@ Congratulations! You now have a Kubernetes cluster with {{site.prodnameWindows}} | DNSServerIPs | Comma-delimited list of DNS service IPs used by Windows pod. Not required for most managed Kubernetes clusters. Note: EKS has a non-default value. | 10.96.0.10 | | CalicoBackend | Calico backend network type (`vxlan` or `bgp`). If the value is an empty string (default), backend network type is auto detected. | "" | - ### Next steps You can now use the {{site.prodname}} Linux-based docs site for your documentation. Before you continue, review the [Limitations and known issues]({{site.baseurl}}/getting-started/windows-calico/limitations) to understand the features (and sections of documentation) that do not apply to Windows. diff --git a/calico/getting-started/windows-calico/troubleshoot.md b/calico/getting-started/windows-calico/troubleshoot.md index ba3bd237a41..c95df91ce5b 100644 --- a/calico/getting-started/windows-calico/troubleshoot.md +++ b/calico/getting-started/windows-calico/troubleshoot.md @@ -123,7 +123,6 @@ kubectl describe pod -n calico-system >**Note**: Use namespace `kube-system` instead of `calico-system` if your Calico installation is non operator-managed. {: .alert .alert-info} - If the health check reports a BGP peer failure, check the IP address of the peer is either an expected IP of a node or an external BGP peer. If the IP of the failed peering is a Windows node: diff --git a/calico/hack/development-environment/README.md b/calico/hack/development-environment/README.md index 128514f7e44..1d36a7a6857 100644 --- a/calico/hack/development-environment/README.md +++ b/calico/hack/development-environment/README.md @@ -43,8 +43,6 @@ echo "play with your cluster for a while" kind delete cluster calico-test ``` - - ======= Example: diff --git a/calico/maintenance/certificate-management.md b/calico/maintenance/certificate-management.md index 2bec05e8ac3..ad3fea653b7 100644 --- a/calico/maintenance/certificate-management.md +++ b/calico/maintenance/certificate-management.md @@ -9,8 +9,8 @@ Enable custom workflows for issuing and signing certificates used to secure comm ### Value -Some deployments have security requirements that strictly minimize or eliminate the access to private keys and/or -requirements to control the trusted certificates throughout clusters. Using the Kubernetes Certificates API that automates +Some deployments have security requirements that strictly minimize or eliminate the access to private keys and/or +requirements to control the trusted certificates throughout clusters. Using the Kubernetes Certificates API that automates certificate issuance, {{site.prodname}} provides a simple configuration option that you add to your installation. ### Before you begin @@ -26,7 +26,7 @@ certificate issuance, {{site.prodname}} provides a simple configuration option t #### Enable certificate management 1. Modify your [the installation resource]({{site.baseurl}}/reference/installation/api#operator.tigera.io/v1.Installation) -resource and add the `certificateManagement` section. Apply the following change to your cluster. + resource and add the `certificateManagement` section. Apply the following change to your cluster. ``` apiVersion: operator.tigera.io/v1 kind: Installation @@ -57,7 +57,7 @@ calico-system calico-typha-688c9957f5-h9c5w 0/1 Po calico-system calico-node-5ckvq 1/1 Running 0 3s calico-system calico-typha-688c9957f5-h9c5w 1/1 Running 0 3s ``` -During the `Init` phase a certificate signing request (CSR) is created by an init container of the pod. It will be stuck in the +During the `Init` phase a certificate signing request (CSR) is created by an init container of the pod. It will be stuck in the `Init` phase. Once the CSR has been approved and signed by the certificate authority, the pod continues with `PodInitializing` and eventually `Running`. @@ -81,12 +81,12 @@ $ kubectl get tigerastatus NAME AVAILABLE PROGRESSING DEGRADED SINCE calico True False False 2m40s ``` - + #### Implement your own signing and approval process **Required steps** -This feature uses api version `certificates.k8s.io/v1beta1` for [certificate signing requests](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/). +This feature uses api version `certificates.k8s.io/v1beta1` for [certificate signing requests](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/). To automate the signing and approval process, run a server that performs the following actions: 1. Watch `CertificateSigningRequests` resources with status `Pending` and `spec.signerName=`. @@ -115,4 +115,4 @@ Verify that the user and/or group match with the requested certificate subject ( #### Above and beyond - Read [kubernetes certificate signing requests](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/) for more information on CSRs -- Use [client-go](https://github.com/kubernetes/client-go) to implement a controller to sign and approve a CSR +- Use [client-go](https://github.com/kubernetes/client-go) to implement a controller to sign and approve a CSR \ No newline at end of file diff --git a/calico/maintenance/clis/calicoctl/configure/etcd.md b/calico/maintenance/clis/calicoctl/configure/etcd.md index 0dd851f089b..ad9661bde02 100644 --- a/calico/maintenance/clis/calicoctl/configure/etcd.md +++ b/calico/maintenance/clis/calicoctl/configure/etcd.md @@ -162,7 +162,6 @@ and volume mount the keys into the started `{{site.noderunning}}` container.** Therefore, configuring `{{site.nodecontainer}}` for etcd is easily accomplished by running `calicoctl node run` with the parameters set correctly. - #### Checking the configuration Here is a simple command to check that the installation and configuration is diff --git a/calico/maintenance/clis/calicoctl/configure/kdd.md b/calico/maintenance/clis/calicoctl/configure/kdd.md index bbea3e02a0c..4621ff350b6 100644 --- a/calico/maintenance/clis/calicoctl/configure/kdd.md +++ b/calico/maintenance/clis/calicoctl/configure/kdd.md @@ -48,7 +48,6 @@ If the default kubeconfig does not exist, or you would like to specify alternati | `k8sCAFile` | `K8S_CA_FILE` | Location of a CA for accessing the Kubernetes API, e.g., `/path/to/ca`. | string | `k8sToken` | | Token to be used for accessing the Kubernetes API. | string - > **Note**: All environment variables may also be prefixed with `"CALICO_"`, for > example `"CALICO_DATASTORE_TYPE"` and `"CALICO_KUBECONFIG"` etc. may be used. > This is useful if the non-prefixed names clash with existing environment @@ -111,7 +110,6 @@ empty list is returned you are either pointed at the wrong datastore or no nodes have registered. If an error is returned then attempt to correct the issue then try again. - ### Next steps Now you are ready to read and configure most aspects of {{site.prodname}}. You can diff --git a/calico/maintenance/clis/calicoctl/install.md b/calico/maintenance/clis/calicoctl/install.md index 9a93b72a963..a3192e6f416 100644 --- a/calico/maintenance/clis/calicoctl/install.md +++ b/calico/maintenance/clis/calicoctl/install.md @@ -56,7 +56,6 @@ For step-by-step instructions, refer to the section that corresponds to your des {% assign url = "https://github.com/projectcalico/calico/releases/download/" | append: site.data.versions.first.components.calicoctl.version %} {% endif %} - ### How to > **Note**: Make sure you always install the version of `calicoctl` that matches the version of {{site.prodname}} running on your cluster. @@ -347,7 +346,6 @@ docker pull {{page.registry}}{{page.imageNames["calicoctl"]}}:{{site.data.versio #### Install calicoctl as a Kubernetes pod - Use the YAML that matches your datastore type to deploy the `calicoctl` container to your nodes. - **etcd** diff --git a/calico/maintenance/decommissioning-a-node.md b/calico/maintenance/decommissioning-a-node.md index 04d3b8b93e7..f876fc644b1 100644 --- a/calico/maintenance/decommissioning-a-node.md +++ b/calico/maintenance/decommissioning-a-node.md @@ -20,7 +20,6 @@ of the following reasons. cluster. - Hosts are regularly added and removed from your cluster. - ### Purpose of this page Provide guidance on how to remove a host that is part of a {{site.prodname}} cluster @@ -49,7 +48,6 @@ associated with that Node. configuration like node BGP peerings or custom Felix configs. {: .alert .alert-danger} - ### Removing a single node resource See the example below for how to remove a node with the calicoctl command. diff --git a/calico/maintenance/ebpf/enabling-ebpf.md b/calico/maintenance/ebpf/enabling-ebpf.md index bd987e35ffb..ee56c32fdbe 100644 --- a/calico/maintenance/ebpf/enabling-ebpf.md +++ b/calico/maintenance/ebpf/enabling-ebpf.md @@ -162,7 +162,6 @@ The best way to do that varies by Kubernetes distribution: * Then, follow the instructions in [Avoiding conflicts with kube-proxy](#avoiding-conflicts-with-kube-proxy) below, or connectivity will fail when eBPF mode is enabled. - **The next step depends on whether you installed {{site.prodname}} using the operator, or a manifest:** {% tabs tab-group:grp1 %} @@ -189,7 +188,6 @@ watch kubectl get pods -n calico-system If you do not see the pods restart then it's possible that the `ConfigMap` wasn't picked up (sometimes Kubernetes is slow to propagate `ConfigMap`s (see Kubernetes [issue #30189](https://github.com/kubernetes/kubernetes/issues/30189){:target="_blank"})). You can try restarting the operator. - %> <% diff --git a/calico/maintenance/ebpf/install.md b/calico/maintenance/ebpf/install.md index 8ff7f52bcd5..302357786d2 100644 --- a/calico/maintenance/ebpf/install.md +++ b/calico/maintenance/ebpf/install.md @@ -339,7 +339,6 @@ In eBPF mode, to avoid conflicts with `kube-proxy` it's necessary to either disa {{ site.prodname }} not to clean up `kube-proxy`'s iptables rules. If you didn't disable `kube-proxy` when starting your cluster then follow the steps below to avoid conflicts: - {% tabs tab-group:grp1 %} <% diff --git a/calico/maintenance/ebpf/troubleshoot-ebpf.md b/calico/maintenance/ebpf/troubleshoot-ebpf.md index bc50b6db629..231d7a0983b 100644 --- a/calico/maintenance/ebpf/troubleshoot-ebpf.md +++ b/calico/maintenance/ebpf/troubleshoot-ebpf.md @@ -187,7 +187,6 @@ The parts of the log are explained below: * `Final result=ALLOW (-1). Program execution time: 7366ns` is the message. In this case, logging the final result of the program. Note that the timestamp is massively distorted by the time spent logging. - ### Poor performance A number of problems can reduce the performance of the eBPF dataplane. diff --git a/calico/maintenance/image-options/alternate-registry.md b/calico/maintenance/image-options/alternate-registry.md index 4eca3e656e1..f32947ffc92 100644 --- a/calico/maintenance/image-options/alternate-registry.md +++ b/calico/maintenance/image-options/alternate-registry.md @@ -88,7 +88,6 @@ To install images from your registry, you must first pull the images from Tigera #### Run the operator using images from your registry - Before applying `tigera-operator.yaml`, modify registry references to use your custom registry: **For OpenShift** diff --git a/calico/maintenance/install-apiserver.md b/calico/maintenance/install-apiserver.md index bb08a7c8fad..720c059b018 100644 --- a/calico/maintenance/install-apiserver.md +++ b/calico/maintenance/install-apiserver.md @@ -18,7 +18,6 @@ The API server provides a REST API for Calico, and allows management of `project > in this document are not required. {:.alert .alert-info} - ### Before you begin - Make sure you have a cluster with Calico installed using the Kubernetes API data store. If not, you can [migrate from etcd]({{site.baseurl}}/maintenance/datastore-migration). diff --git a/calico/maintenance/kubernetes-upgrade.md b/calico/maintenance/kubernetes-upgrade.md index b9b5170b5e6..f1226d68fb4 100644 --- a/calico/maintenance/kubernetes-upgrade.md +++ b/calico/maintenance/kubernetes-upgrade.md @@ -13,7 +13,6 @@ If you are using {{site.prodname}} in etcd mode on a Kubernetes cluster, we reco If you have installed {{site.prodname}} using the `calico.yaml` manifest, we recommend upgrading to the {{site.prodname}} operator, [as discussed here]({{site.baseurl}}/maintenance/operator-migration). - - [Upgrading an installation that was installed using Helm](#upgrading-an-installation-that-was-installed-using-helm) - [Upgrading an installation that uses the operator](#upgrading-an-installation-that-uses-the-operator) @@ -153,7 +152,6 @@ ownership of the helm resources to the new chart location. 1. Congratulations! You have upgraded to {{site.prodname}} {{page.version}}. - ## Upgrading an installation that uses an etcd datastore 1. Download the {{page.version}} manifest that corresponds to your original installation method. @@ -199,7 +197,6 @@ ownership of the helm resources to the new chart location. > **Tip**: The {{site.noderunning}} pods will report `1/2` in the `READY` column, as shown. {: .alert .alert-success} - 1. Remove any existing `calicoctl` instances, [install the new `calicoctl`](../maintenance/clis/calicoctl/install) and [configure it to connect to your datastore](../maintenance/clis/calicoctl/configure/overview). diff --git a/calico/maintenance/monitor/monitor-component-metrics.md b/calico/maintenance/monitor/monitor-component-metrics.md index ae3b46471ff..c649d332edd 100644 --- a/calico/maintenance/monitor/monitor-component-metrics.md +++ b/calico/maintenance/monitor/monitor-component-metrics.md @@ -517,7 +517,6 @@ EOF Check your cluster pods to assure pod creation was successful and prometheus pod is `Running`. - ```bash kubectl get pods prometheus-pod -n calico-monitoring ``` diff --git a/calico/maintenance/troubleshoot/troubleshooting.md b/calico/maintenance/troubleshoot/troubleshooting.md index adba42666dc..910f2d8d169 100644 --- a/calico/maintenance/troubleshoot/troubleshooting.md +++ b/calico/maintenance/troubleshoot/troubleshooting.md @@ -16,13 +16,10 @@ To view logs, use the following command: `kubectl logs -n calico-system ` - To view debug logs on some Calico components, set the `LogSeverityScreen` through the associated environment variable. - To report a problem, please [open an issue in GitHub](https://github.com/projectcalico/calico/issues){:target="_blank"}. - #### Check BGP peer status If you have connectivity between containers on the same host, and between diff --git a/calico/maintenance/troubleshoot/vpp.md b/calico/maintenance/troubleshoot/vpp.md index e8726d7b2aa..33eec12ab00 100644 --- a/calico/maintenance/troubleshoot/vpp.md +++ b/calico/maintenance/troubleshoot/vpp.md @@ -112,7 +112,6 @@ vpp# show buffers # You should have non zero free buffers, otherwise traffic w ### Tracing packets - #### Internal network layout For starters, here is a small schematic of how the network looks like: @@ -137,7 +136,6 @@ tun3 5 up 0/0/0/0 rx packets tx bytes 387 ip4 5 - # Show the route for address 11.0.166.132 vpp# show ip fib 11.0.166.132 ipv4-VRF:0, fib_index:0, flow hash:[src dst sport dport symmetric ] epoch:0 flags:none locks:[adjacency:1, default-route:1, ] diff --git a/calico/networking/advertise-service-ips.md b/calico/networking/advertise-service-ips.md index 51c7cbe7403..da694b6a9dc 100644 --- a/calico/networking/advertise-service-ips.md +++ b/calico/networking/advertise-service-ips.md @@ -38,7 +38,6 @@ If your deployment is configured to peer with BGP routers outside the cluster, t | Cluster (default) | All nodes in the cluster statically advertise a route to the service CIDR. | Load balanced across nodes in the cluster using ECMP, then forwarded to appropriate pod in the service using SNAT. May incur second hop to another node, but good overall load balancing. | Obscured by SNAT | | Local | The nodes with a pod backing the service advertise a specific route (/32 or /128) to the service's IP. | Load balanced across nodes with endpoints for the service. Avoids second hop for LoadBalancer and NodePort type services, traffic may be unevenly load balanced. (Other traffic is load balanced across nodes in the cluster.) | Preserved | - If your {{site.prodname}} deployment is configured to peer with BGP routers outside the cluster, those routers - plus any further upstream places that those routers propagate to - will be able to send traffic to a Kubernetes service cluster IP, and that traffic is routed to one of the available endpoints for that service. #### Tips for success diff --git a/calico/networking/openstack/host-routes.md b/calico/networking/openstack/host-routes.md index 2dcd5f11863..dda77b9abba 100644 --- a/calico/networking/openstack/host-routes.md +++ b/calico/networking/openstack/host-routes.md @@ -45,7 +45,6 @@ routed there. > {: .alert .alert-info} - When are host routes useful with {{site.prodname}}? ---------------------------------------- diff --git a/calico/networking/openstack/ipv6.md b/calico/networking/openstack/ipv6.md index bca535b2c51..a9153490f57 100644 --- a/calico/networking/openstack/ipv6.md +++ b/calico/networking/openstack/ipv6.md @@ -49,5 +49,4 @@ OpenStack (not {{site.prodname}}) controls whether a VM gets IPv4, IPv6, or both - DHCP enabled - IPv6 address mode set to DHCPv6 stateful - We suggest that you initially configure both IPv4 and IPv6 subnets in each network. This allows handling VM images that support only IPv4 alongside those that support both IPv4 and IPv6, and allows a VM to be accessed over IPv4 in case this is needed to troubleshoot any issues with its IPv6 configuration. In principle, though, we are not aware of any problems with configuring and using IPv6-only networks in OpenStack. diff --git a/calico/networking/openstack/neutron-api.md b/calico/networking/openstack/neutron-api.md index 31622c08c66..913abce190a 100644 --- a/calico/networking/openstack/neutron-api.md +++ b/calico/networking/openstack/neutron-api.md @@ -147,12 +147,10 @@ desired, we recommend expressing that through security group rules. Load Balancer as a Service (LBaaS) does not function in a {{site.prodname}} network. Any attempt to create one will fail. - > **Note**: It is possible that in a future version of {{site.prodname}} LBaaS may be > functional. Watch this space. {: .alert .alert-info} - ## Horizon Horizon makes many provisioning actions available that mirror options on diff --git a/calico/networking/openstack/semantics.md b/calico/networking/openstack/semantics.md index 0583fe3ad64..a3d2b9909b3 100644 --- a/calico/networking/openstack/semantics.md +++ b/calico/networking/openstack/semantics.md @@ -52,7 +52,6 @@ False`, so at the moment - unfortunately - it *still* has to be understood that > is not possible because it depends on L2 adjacency. {: .alert .alert-info} - ## Connectivity between different {{site.prodname}} networks {{site.prodname}} provides *exactly* the same connectivity between instances on different diff --git a/calico/networking/openstack/service-ips.md b/calico/networking/openstack/service-ips.md index a4fa8574a52..91ca0e24482 100644 --- a/calico/networking/openstack/service-ips.md +++ b/calico/networking/openstack/service-ips.md @@ -189,7 +189,6 @@ We begin by creating a test VM that will be the target of the service IP. ## Adding a service IP to the Neutron port as an extra fixed IP - Now we want to set up a service IP - let's say `10.28.0.23` - that initially points to that VM, `testvm1`. @@ -398,7 +397,6 @@ initially points to that VM, `testvm1`. ``` {: .no-select-button} - ## Moving the service IP to another VM Service IPs are often used for HA, so need to be moved to target a different VM diff --git a/calico/networking/sidecar-acceleration.md b/calico/networking/sidecar-acceleration.md index 1fa0f8731c2..04124c2e36c 100644 --- a/calico/networking/sidecar-acceleration.md +++ b/calico/networking/sidecar-acceleration.md @@ -20,7 +20,6 @@ This how-to guide uses the following Calico features: **Felix configuration** with **sidecarAccelerationEnabled** configuration option. - ### Concepts #### Sidecar acceleration diff --git a/calico/networking/use-specific-ip.md b/calico/networking/use-specific-ip.md index 7dae16eefd2..4254293d166 100644 --- a/calico/networking/use-specific-ip.md +++ b/calico/networking/use-specific-ip.md @@ -18,7 +18,6 @@ This how-to guide uses the following features: - **Calico IPAM** - **IPPool** resource - ### Concepts #### Kubernetes pod CIDR diff --git a/calico/reference/architecture/design/l2-interconnect-fabric.md b/calico/reference/architecture/design/l2-interconnect-fabric.md index 5d243fd32a0..6b66d6cfe45 100644 --- a/calico/reference/architecture/design/l2-interconnect-fabric.md +++ b/calico/reference/architecture/design/l2-interconnect-fabric.md @@ -4,7 +4,6 @@ description: Understand the interconnect fabric options in a Calico network. canonical_url: '/reference/architecture/design/l2-interconnect-fabric' --- - This is the first of a few *tech notes* that I will be authoring that will discuss some of the various interconnect fabric options in a {{site.prodname}} network. diff --git a/calico/reference/architecture/design/l3-interconnect-fabric.md b/calico/reference/architecture/design/l3-interconnect-fabric.md index 0a7c3990582..0739f8d80f3 100644 --- a/calico/reference/architecture/design/l3-interconnect-fabric.md +++ b/calico/reference/architecture/design/l3-interconnect-fabric.md @@ -4,7 +4,6 @@ description: Understand considerations for implementing interconnect fabrics wit canonical_url: '/reference/architecture/design/l3-interconnect-fabric' --- - {{site.prodname}} provides an end-to-end IP network that interconnects the endpoints [^1] in a scale-out or cloud environment. To do that, it needs an *interconnect fabric* to provide the physical networking layer on diff --git a/calico/reference/architecture/overview.md b/calico/reference/architecture/overview.md index dd363de2dae..12207303820 100644 --- a/calico/reference/architecture/overview.md +++ b/calico/reference/architecture/overview.md @@ -79,7 +79,6 @@ The BGP client is responsible for: Confd dynamically generates BIRD configuration files based on the updates to data in the datastore. When the configuration file changes, confd triggers BIRD to load the new files. [Configure confd]({{site.baseurl}}/reference/node/configuration#content-main), and {% include open-new-window.html text='confd project' url='https://github.com/kelseyhightower/confd' %}. - ### Dikastes **Main task**: Enforces network policy for Istio service mesh. Runs on a cluster as a sidecar proxy to Istio Envoy. @@ -95,7 +94,6 @@ Confd dynamically generates BIRD configuration files based on the updates to dat The {{site.prodname}} binary that presents this API to Kubernetes is called the CNI plugin, and must be installed on every node in the Kubernetes cluster. The {{site.prodname}} CNI plugin allows you to use {{site.prodname}} networking for any orchestrator that makes use of the CNI networking specification. Configured through the standard {% include open-new-window.html text='CNI configuration mechanism' url='https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration' %}, and [{{site.prodname}} CNI plugin]({{site.baseurl}}/reference/cni-plugin/configuration). - ### Datastore plugin **Main task**: Increases scale by reducing each node’s impact on the datastore. It is one of the {{site.prodname}} [CNI plugins]({{site.baseurl}}/reference/cni-plugin/configuration). @@ -122,7 +120,6 @@ url='https://github.com/containernetworking/cni/blob/master/SPEC.md#network-conf **Main task**: Uses {{site.prodname}}’s IP pool resource to control how IP addresses are allocated to pods within the cluster. It is the default plugin used by most {{site.prodname}} installations. It is one of the {{site.prodname}} [CNI plugins]({{site.baseurl}}/reference/cni-plugin/configuration). - ### kube-controllers **Main task**: Monitors the Kubernetes API and performs actions based on cluster state. [kube-controllers]({{site.baseurl}}/reference/kube-controllers/configuration). diff --git a/calico/reference/calicoctl/apply.md b/calico/reference/calicoctl/apply.md index 866a731975e..2635b690fa0 100644 --- a/calico/reference/calicoctl/apply.md +++ b/calico/reference/calicoctl/apply.md @@ -16,7 +16,6 @@ for a full list of calicoctl commands. > for details about each resource type. {: .alert .alert-info} - ## Displaying the help text for 'calicoctl apply' command Run `calicoctl apply --help` to display the following help menu for the diff --git a/calico/reference/calicoctl/convert.md b/calico/reference/calicoctl/convert.md index d17da0c9567..312544842ec 100644 --- a/calico/reference/calicoctl/convert.md +++ b/calico/reference/calicoctl/convert.md @@ -16,7 +16,6 @@ for a full list of calicoctl commands. > for details about each resource type. {: .alert .alert-info} - ## Displaying the help text for 'calicoctl convert' command Run `calicoctl convert --help` to display the following help menu for the @@ -42,7 +41,6 @@ Options: [Default: yaml] --ignore-validation Skip validation on the converted manifest. - Description: Convert config files from Calico v1 or Kubernetes to Calico v3 API versions. Both YAML and JSON formats are accepted. @@ -81,7 +79,6 @@ Description: ``` {: .no-select-button} - ## See also - [Installing calicoctl]({{ site.baseurl }}/maintenance/clis/calicoctl/install) diff --git a/calico/reference/calicoctl/create.md b/calico/reference/calicoctl/create.md index f0392e1072d..3cec01897e0 100644 --- a/calico/reference/calicoctl/create.md +++ b/calico/reference/calicoctl/create.md @@ -16,7 +16,6 @@ for a full list of calicoctl commands. > for details about each resource type. {: .alert .alert-info} - ## Displaying the help text for 'calicoctl create' command Run `calicoctl create --help` to display the following help menu for the diff --git a/calico/reference/calicoctl/delete.md b/calico/reference/calicoctl/delete.md index 411fcfcb28a..ea4ff0d2830 100644 --- a/calico/reference/calicoctl/delete.md +++ b/calico/reference/calicoctl/delete.md @@ -16,7 +16,6 @@ for a full list of calicoctl commands. > for details about each resource type. {: .alert .alert-info} - ## Displaying the help text for 'calicoctl delete' command Run `calicoctl delete --help` to display the following help menu for the @@ -32,7 +31,6 @@ Examples: # Delete a policy using the type and name specified in policy.yaml. calicoctl delete -f ./policy.yaml - # Delete a policy based on the type and name in the YAML passed into stdin. cat policy.yaml | calicoctl delete -f - diff --git a/calico/reference/calicoctl/get.md b/calico/reference/calicoctl/get.md index 8f38b5789af..359460da020 100644 --- a/calico/reference/calicoctl/get.md +++ b/calico/reference/calicoctl/get.md @@ -16,7 +16,6 @@ for a full list of calicoctl commands. > for details about each resource type. {: .alert .alert-info} - ## Displaying the help text for 'calicoctl get' command Run `calicoctl get --help` to display the following help menu for the @@ -35,7 +34,6 @@ Examples: # List specific policies in YAML format calicoctl get -o yaml policy my-policy-1 my-policy-2 - Options: -h --help Show this screen. -f --filename= Filename to use to get the resource. If set to @@ -68,7 +66,6 @@ Description: Valid resource types are: - * bgpConfiguration * bgpPeer * felixConfiguration diff --git a/calico/reference/calicoctl/label.md b/calico/reference/calicoctl/label.md index ad5f93a9a30..fce909b2924 100644 --- a/calico/reference/calicoctl/label.md +++ b/calico/reference/calicoctl/label.md @@ -16,7 +16,6 @@ for a full list of calicoctl commands. > for details about each resource type. {: .alert .alert-info} - ## Displaying the help text for 'calicoctl label' command Run `calicoctl label --help` to display the following help menu for the diff --git a/calico/reference/calicoctl/overview.md b/calico/reference/calicoctl/overview.md index c9e1e37b3e7..66c9b87d321 100644 --- a/calico/reference/calicoctl/overview.md +++ b/calico/reference/calicoctl/overview.md @@ -61,7 +61,6 @@ Description: ``` {: .no-select-button} - > **Note:** In a multi cluster environment if you have a {% include open-new-window.html url="https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/" text="kubeconfig" %} file with multiple cluster contexts it is possible to directly change the context using calicoctl `--context` argument. {: .alert .alert-info} diff --git a/calico/reference/calicoctl/replace.md b/calico/reference/calicoctl/replace.md index e7fda72a897..d3a4f7ea2b1 100644 --- a/calico/reference/calicoctl/replace.md +++ b/calico/reference/calicoctl/replace.md @@ -16,7 +16,6 @@ for a full list of calicoctl commands. > for details about each resource type. {: .alert .alert-info} - ## Displaying the help text for 'calicoctl replace' command Run `calicoctl replace --help` to display the following help menu for the diff --git a/calico/reference/calicoctl/version.md b/calico/reference/calicoctl/version.md index 450b8c16d0a..b7c24967e9a 100644 --- a/calico/reference/calicoctl/version.md +++ b/calico/reference/calicoctl/version.md @@ -40,7 +40,6 @@ Use `calicoctl version` to obtain the following data. \* To obtain these values, you must configure `calicoctl` [to connect to your datastore](/maintenance/clis/calicoctl/configure/overview). - ## See also - [Installing calicoctl]({{ site.baseurl }}/maintenance/clis/calicoctl/install). diff --git a/calico/reference/etcd-rbac/calico-etcdv3-paths.md b/calico/reference/etcd-rbac/calico-etcdv3-paths.md index 2c6566d395b..a451f828263 100644 --- a/calico/reference/etcd-rbac/calico-etcdv3-paths.md +++ b/calico/reference/etcd-rbac/calico-etcdv3-paths.md @@ -15,7 +15,6 @@ This document does not apply to operator installations of Calico. <% - The paths listed here are the key or path prefixes that a particular {{site.prodname}} component needs access to in etcd to function successfully. @@ -23,7 +22,6 @@ component needs access to in etcd to function successfully. > referencing them (like etcd roles) would need to be updated appropriately. {: .alert .alert-info} - ## {{site.nodecontainer}} | Path | Access | @@ -78,7 +76,6 @@ component needs access to in etcd to function successfully. > [disable `calico/kube-controllers` periodic compaction](/reference/kube-controllers/configuration). {: .alert .alert-info} - ## OpenStack Calico driver for Neutron | Path | Access | diff --git a/calico/reference/etcd-rbac/kubernetes-advanced.md b/calico/reference/etcd-rbac/kubernetes-advanced.md index 1dac82ef20c..2758472b2e8 100644 --- a/calico/reference/etcd-rbac/kubernetes-advanced.md +++ b/calico/reference/etcd-rbac/kubernetes-advanced.md @@ -15,7 +15,6 @@ This document does not apply to operator installations of Calico. <% - This document describes advanced segmentation of the etcd roles to limit access of individual {{site.prodname}} components or to limit calicoctl user access. It assumes you have followed [this guide](kubernetes) for initial etcd diff --git a/calico/reference/etcd-rbac/kubernetes.md b/calico/reference/etcd-rbac/kubernetes.md index a9e12dd8ef4..d5204574e7b 100644 --- a/calico/reference/etcd-rbac/kubernetes.md +++ b/calico/reference/etcd-rbac/kubernetes.md @@ -15,7 +15,6 @@ This document does not apply to operator installations of Calico. <% - When using etcd with RBAC, all components that access etcd must be configured with the proper certificates. This document describes the users and roles needed to segment etcd so that Kubernetes and {{site.prodname}} can only read and write diff --git a/calico/reference/etcd-rbac/overview.md b/calico/reference/etcd-rbac/overview.md index 49c23aa7955..a61b71e5072 100644 --- a/calico/reference/etcd-rbac/overview.md +++ b/calico/reference/etcd-rbac/overview.md @@ -15,7 +15,6 @@ This document does not apply to operator installations of Calico. <% - When using etcd it is a good idea to protect the data stored there. This is even more true when you have multiple components using a common etcd cluster. This set of tutorials guides you through the process of locking down and diff --git a/calico/reference/etcd-rbac/users-and-roles.md b/calico/reference/etcd-rbac/users-and-roles.md index 75bf5ebc27e..02ec228bdea 100644 --- a/calico/reference/etcd-rbac/users-and-roles.md +++ b/calico/reference/etcd-rbac/users-and-roles.md @@ -4,7 +4,6 @@ description: Provide role-based access control to etcd datastore. canonical_url: '/reference/etcd-rbac/users-and-roles' --- - {% tabs %} <% @@ -21,7 +20,6 @@ Providing role based access control within etcd requires the following: of etcd keys required by the role - Creation of etcd users who are assigned roles - > **Note**: The etcd release 3.x+ supports both v2 and v3 of its API. The etcd server > keeps the roles and users separate, this means that if a user/role is created > with the v2 API it will not appear in the v3 API. When adding roles and users @@ -30,7 +28,6 @@ Providing role based access control within etcd requires the following: > are added through both API versions. {: .alert .alert-info} - ## Users and Roles creation guides Use the following guides to setup your users, roles, and assignment of roles diff --git a/calico/reference/felix/configuration.md b/calico/reference/felix/configuration.md index db831962d92..1a15ae72a52 100644 --- a/calico/reference/felix/configuration.md +++ b/calico/reference/felix/configuration.md @@ -105,7 +105,6 @@ The full list of parameters which can be set is as follows. | `EtcdEndpoints` | `FELIX_ETCDENDPOINTS` | Comma-delimited list of etcd endpoints to connect to. Example: `http://127.0.0.1:2379,http://127.0.0.2:2379`. | `://:` | | `EtcdKeyFile` | `FELIX_ETCDKEYFILE` | Path to the file containing the private key matching Felix's client certificate. Enables Felix to participate in mutual TLS authentication and identify itself to the etcd server. Example: `/etc/felix/key.pem` (optional) | string | - #### Kubernetes API datastore configuration The Kubernetes API datastore driver reads its configuration from Kubernetes-provided environment variables. @@ -179,13 +178,11 @@ See the [HOWTO guide]({{ site.baseurl }}/maintenance/ebpf/enabling-ebpf) for ste | ------------------------|----------------------------| ------------ | ------ | | `KubeNodePortRanges` | `FELIX_KUBENODEPORTRANGES` | A list of port ranges that Felix should treat as Kubernetes node ports. Only when `kube-proxy` is configured to use IPVS mode: Felix assumes that traffic arriving at the host of one of these ports will ultimately be forwarded instead of being terminated by a host process. [Default: `30000:32767`] | Comma-delimited list of `:` port ranges or single ports. | - > **Note**: When using {{site.prodname}} with Kubernetes' `kube-proxy` in IPVS mode, {{site.prodname}} uses additional iptables mark bits to store an ID for each local {{site.prodname}} endpoint. > For example, the default `IptablesMarkMask` value, `0xffff0000` gives {{site.prodname}} 16 bits, up to 6 of which are used for internal purposes, leaving 10 bits for endpoint IDs. > 10 bits is enough for 1024 different values and {{site.prodname}} uses 2 of those for internal purposes, leaving enough for 1022 endpoints on the host. {: .alert .alert-info} - #### OpenStack-specific configuration | Configuration parameter | Environment variable | Description | Schema | @@ -243,7 +240,6 @@ For more information on how to use and set these variables, refer to | wireguardHostEncryptionEnabled | **Experimental**: Adds host-namespace workload IP's to WireGuard's list of peers. Should **not** be enabled when WireGuard is enabled on a cluster's control-plane node, as networking deadlock can occur. | true, false | boolean | false | | wireguardKeepAlive | WireguardKeepAlive controls Wireguard PersistentKeepalive option. Set 0 to disable. [Default: 0] | int | int | 25 | - For more information on encrypting in-cluster traffic with WireGuard, refer to [Encrypt cluster pod traffic](../../security/encrypt-cluster-pod-traffic) diff --git a/calico/reference/felix/prometheus.md b/calico/reference/felix/prometheus.md index 4fdcaf034b6..a1301ad014a 100644 --- a/calico/reference/felix/prometheus.md +++ b/calico/reference/felix/prometheus.md @@ -113,12 +113,10 @@ include: | `process_start_time_seconds` | Start time of the process since unix epoch in seconds. | | `process_virtual_memory_bytes` | Virtual memory size in bytes. | - #### Wireguard Metrics Felix also exports wireguard device stats if found/detected. Can be disabled via Felix configuration. - | Name | Description | | ------------- | --------------- | | `wireguard_meta` | Gauge. Device / interface information for a felix/calico node, values are in this metric's labels | diff --git a/calico/reference/host-endpoints/connectivity.md b/calico/reference/host-endpoints/connectivity.md index 0d98e93e15b..a6a30040c55 100644 --- a/calico/reference/host-endpoints/connectivity.md +++ b/calico/reference/host-endpoints/connectivity.md @@ -4,7 +4,6 @@ description: Customize the Calico failsafe policy to protect host endpoints. canonical_url: '/reference/host-endpoints/connectivity' --- - When a host endpoint is added, if there is no security policy for that endpoint, {{site.prodname}} will default to denying traffic to/from that endpoint, except for traffic that is allowed by the [failsafe rules](failsafe). @@ -87,4 +86,3 @@ Once you have such a policy in place, you may want to disable the > to allow TCP traffic to destination port 179. {: .alert .alert-info} - diff --git a/calico/reference/host-endpoints/conntrack.md b/calico/reference/host-endpoints/conntrack.md index 884e0d69152..1c4560c9228 100644 --- a/calico/reference/host-endpoints/conntrack.md +++ b/calico/reference/host-endpoints/conntrack.md @@ -4,7 +4,6 @@ description: Workaround for Linux conntrack if Calico policy is not working as i canonical_url: '/reference/host-endpoints/conntrack' --- - {{site.prodname}} uses Linux's connection tracking ('conntrack') as an important optimization to its processing. It generally means that {{site.prodname}} only needs to check its policies for the first packet in an allowed flow—between a pair of diff --git a/calico/reference/host-endpoints/failsafe.md b/calico/reference/host-endpoints/failsafe.md index 002aedc4e88..970c8768f53 100644 --- a/calico/reference/host-endpoints/failsafe.md +++ b/calico/reference/host-endpoints/failsafe.md @@ -4,7 +4,6 @@ description: Avoid cutting off connectivity to hosts because of incorrect networ canonical_url: '/reference/host-endpoints/failsafe' --- - To avoid completely cutting off a host via incorrect or malformed policy, {{site.prodname}} has a failsafe mechanism that keeps various pinholes open in the firewall. @@ -24,7 +23,6 @@ By default, {{site.prodname}} keeps the following ports open on *all* host endpo | 6666 | TCP | Inbound & Outbound | etcd self-hosted service access | | 6667 | TCP | Inbound & Outbound | etcd self-hosted service access | - The lists of failsafe ports can be configured via the configuration parameters `FailsafeInboundHostPorts` and `FailsafeOutboundHostPorts` described in [Configuring diff --git a/calico/reference/host-endpoints/objects.md b/calico/reference/host-endpoints/objects.md index b5525c7a48f..a88d2413adc 100644 --- a/calico/reference/host-endpoints/objects.md +++ b/calico/reference/host-endpoints/objects.md @@ -4,7 +4,6 @@ description: To protect a host interface, start by creating a host endpoint obje canonical_url: '/reference/host-endpoints/objects' --- - For each host endpoint that you want {{site.prodname}} to secure, you'll need to create a host endpoint object in etcd. Use the `calicoctl create` command to create a host endpoint resource (`HostEndpoint`). diff --git a/calico/reference/host-endpoints/pre-dnat.md b/calico/reference/host-endpoints/pre-dnat.md index b99b1d43667..4e4dc616eef 100644 --- a/calico/reference/host-endpoints/pre-dnat.md +++ b/calico/reference/host-endpoints/pre-dnat.md @@ -4,7 +4,6 @@ description: Apply rules in a host endpoint policy before any DNAT. canonical_url: '/reference/host-endpoints/pre-dnat' --- - Policy for host endpoints can be marked as `preDNAT`. This means that rules in that policy should be applied before any DNAT (Destination Network Address Translation), which is useful if it is more convenient to specify {{site.prodname}} policy diff --git a/calico/reference/host-endpoints/selector.md b/calico/reference/host-endpoints/selector.md index b4a034507a3..1c9ffa3a22d 100644 --- a/calico/reference/host-endpoints/selector.md +++ b/calico/reference/host-endpoints/selector.md @@ -4,7 +4,6 @@ description: Apply ordered policies to endpoints that match specific label selec canonical_url: '/reference/host-endpoints/selector' --- - We recommend using selector-based security policy with host endpoints. This allows ordered policy to be applied to endpoints that match particular label selectors. diff --git a/calico/reference/host-endpoints/summary.md b/calico/reference/host-endpoints/summary.md index 2396e3a0849..9141a28c32a 100644 --- a/calico/reference/host-endpoints/summary.md +++ b/calico/reference/host-endpoints/summary.md @@ -4,8 +4,6 @@ description: How different host endpoint rules affect packet flows. canonical_url: '/reference/host-endpoints/summary' --- - - ## When do host endpoint policies apply? Normal host endpoint policies apply to traffic that arrives on diff --git a/calico/reference/legal/alp.md b/calico/reference/legal/alp.md index c9d79e09bb4..4bef999ef78 100644 --- a/calico/reference/legal/alp.md +++ b/calico/reference/legal/alp.md @@ -8,7 +8,6 @@ canonical_url: '/reference/legal/alp' #### **docopt-go (784ddc588536785e7299f7272f39101f7faccc3f)** - * Licenses * MIT * Attribution: @@ -17,20 +16,13 @@ canonical_url: '/reference/legal/alp' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -62,24 +54,16 @@ canonical_url: '/reference/legal/alp' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* GPL-2.0-only * Public-Domain * CC-BY-3.0 - - - --- --- #### **app-policy (12beec6d5c8069cb57d5cd7660359474d1350d0f)** - * Licenses * Apache-2.0 * Attribution: @@ -259,30 +243,15 @@ canonical_url: '/reference/legal/alp' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- - - - - - ### Deep dependencies - #### **data-plane-api (5d8712556c09c4c630e8d3479eddf212e9c88cd5)** - * Licenses * Apache-2.0 * Attribution: @@ -489,20 +458,13 @@ canonical_url: '/reference/legal/alp' See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **googleapis (b23578765ee54ff6bceff57f397d833bf4ca6869)** - * Licenses * Apache-2.0 * Attribution: @@ -511,20 +473,13 @@ canonical_url: '/reference/legal/alp' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **protobuf (c0656edd0d9eab7c66d1eb0c568f9039345796f7)** - * Licenses * BSD-3-Clause * Attribution: @@ -535,21 +490,14 @@ canonical_url: '/reference/legal/alp' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **protobuf (b4deda0973fb4c70b50d226b1af49f3da59f5265)** - * Licenses * BSD-3-Clause * Attribution: @@ -560,21 +508,14 @@ canonical_url: '/reference/legal/alp' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * MS-PL - - - --- --- #### **grpc-go (8050b9cbc271307e5a716a9d782803d09b0d6f2d)** - * Licenses * BSD-3-Clause * Attribution: @@ -607,21 +548,13 @@ canonical_url: '/reference/legal/alp' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -801,22 +734,13 @@ canonical_url: '/reference/legal/alp' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **logrus (bcd833dfe83d3cebad139e4a29ed79cb2318bf95)** - * Licenses * MIT * Attribution: @@ -842,21 +766,13 @@ canonical_url: '/reference/legal/alp' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **crypto (9419663f5a44be8b34ca85f08abc5fe1be11f8a3)** - * Licenses * BSD-3-Clause * Attribution: @@ -867,22 +783,15 @@ canonical_url: '/reference/legal/alp' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* Public-Domain * **Multi-license:** MIT *OR* BSD-3-Clause - - - --- --- #### **net (1c05540f6879653db88113bc4a2b70aec4bd491f)** - * Licenses * BSD-3-Clause * Attribution: @@ -893,21 +802,14 @@ canonical_url: '/reference/legal/alp' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* CC-BY-3.0 - - - --- --- #### **sys (ebfc5b4631820b793c9010c87fd8fef0f39eb082)** - * Licenses * BSD-3-Clause * Attribution: @@ -939,21 +841,13 @@ canonical_url: '/reference/legal/alp' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -985,27 +879,14 @@ canonical_url: '/reference/legal/alp' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* CC-BY-SA-4.0 - - - --- --- - - - - - ## Licenses - ### MIT MIT License @@ -1014,7 +895,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ### BSD-3-Clause Copyright (c) 2009 The Go Authors. All rights reserved. @@ -1045,8 +925,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - ### GPL-2.0 GNU GENERAL PUBLIC LICENSE @@ -1110,12 +988,8 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Public-domain - - - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -1165,10 +1039,8 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1344,9 +1216,6 @@ Creative Commons may be contacted at http://creativecommons.org/. incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - ### BSD-2-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -1355,7 +1224,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### MS-PL Microsoft Public License (Ms-PL) @@ -1372,7 +1240,6 @@ This license governs use of the accompanying software. If you use the software, (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. diff --git a/calico/reference/legal/calicoctl.md b/calico/reference/legal/calicoctl.md index 1f1f7e6dcee..00ce49e6361 100644 --- a/calico/reference/legal/calicoctl.md +++ b/calico/reference/legal/calicoctl.md @@ -4,11 +4,8 @@ description: Dependencies and licenses. canonical_url: '/reference/legal/calicoctl' --- - - #### **gocloud (3b1ae45394a234c385be014e9a488f2bb6eef821)** - * Licenses * Apache-2.0 * Attribution: @@ -215,21 +212,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-autorest (1ff28809256a84bb6966640ff3d0371af82ccba4)** - * Licenses * Apache-2.0 * Attribution: @@ -425,22 +414,14 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * MS-RL - - - --- --- #### **go-spew (782f4967f2dc4564575ca782fe2d04090b5faca8)** - * Licenses * MIT * Attribution: @@ -460,21 +441,13 @@ canonical_url: '/reference/legal/calicoctl' ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - - * Other Licenses - - - --- --- #### **jwt-go (d2709f9f1f31ebcda9651b03077758c1f3a0018c)** - * Licenses * MIT * Attribution: @@ -486,40 +459,24 @@ canonical_url: '/reference/legal/calicoctl' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **yaml (73d445a93680fa1a78ae23a5839bad48f32ba1ee)** - * Licenses - - - * Other Licenses * BSD-3-Clause * MIT - - - --- --- #### **protobuf (c0656edd0d9eab7c66d1eb0c568f9039345796f7)** - * Licenses * BSD-3-Clause * Attribution: @@ -530,21 +487,14 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -576,24 +526,16 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** GPL-2.0-only *OR* BSD-3-Clause * Public-Domain * CC-BY-3.0 - - - --- --- #### **gnostic (0c5108395e2debce0d731cf0287ddf7242066aba)** - * Licenses * Apache-2.0 * Attribution: @@ -800,22 +742,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **btree (925471ac9e2131377a91e1595defec898166fe49)** - * Licenses * Apache-2.0 * Attribution: @@ -1022,21 +955,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gophercloud (781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d)** - * Licenses * Apache-2.0 * Attribution: @@ -1232,21 +1157,13 @@ canonical_url: '/reference/legal/calicoctl' END OF TERMS AND CONDITIONS - - - - * Other Licenses - - - --- --- #### **golang-lru (a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4)** - * Licenses * MPL-2.0 * Attribution: @@ -1332,20 +1249,13 @@ canonical_url: '/reference/legal/calicoctl' Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.<> - - - * Other Licenses - - - --- --- #### **hcl (65a6292f0157eff210d03ed1bf6c59b190b8b906)** - * Licenses * MPL-2.0-no-copyleft-exception * Attribution: @@ -1440,7 +1350,6 @@ canonical_url: '/reference/legal/calicoctl' otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - 2\. License Grants and Conditions 2.1. Grants @@ -1508,7 +1417,6 @@ canonical_url: '/reference/legal/calicoctl' Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 3\. Responsibilities 3.1. Distribution of Source Form @@ -1652,7 +1560,6 @@ canonical_url: '/reference/legal/calicoctl' contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - 10\. Versions of the License 10.1. New Versions @@ -1703,22 +1610,13 @@ canonical_url: '/reference/legal/calicoctl' With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - - - - - * Other Licenses - - - --- --- #### **platform (cc1070fc1c2f8011895a041f28b6b8aee028ea71)** - * Licenses * MIT * Attribution: @@ -1744,24 +1642,16 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses * BSD-2-Clause * GPL-3.0-only * BSD-3-Clause - - - --- --- #### **go (f2b4162afba35581b6d4a50d3b8f34e33c144682)** - * Licenses * MIT * Attribution: @@ -1787,21 +1677,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **api (072894a440bdee3a891dea811fe42902311cd2a3)** - * Licenses * Apache-2.0 * Attribution: @@ -2008,21 +1890,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** - * Licenses * Apache-2.0 * Attribution: @@ -2229,22 +2103,14 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **client-go (7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65)** - * Licenses * Apache-2.0 * Attribution: @@ -2451,21 +2317,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)** - * Licenses * Apache-2.0 * Attribution: @@ -2474,20 +2332,13 @@ canonical_url: '/reference/legal/calicoctl' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **reflect2 (05fbef0ca5da472bbf96c9322b84a53edc03c9fd)** - * Licenses * Apache-2.0 * Attribution: @@ -2496,20 +2347,13 @@ canonical_url: '/reference/legal/calicoctl' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **calicoctl (93010d0cf1b8140e14e609d3322f32d65691df17)** - * Licenses * Apache-2.0 * Attribution: @@ -2689,22 +2533,13 @@ canonical_url: '/reference/legal/calicoctl' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **net (1c05540f6879653db88113bc4a2b70aec4bd491f)** - * Licenses * BSD-3-Clause * Attribution: @@ -2715,21 +2550,14 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** CC-BY-3.0 *OR* BSD-3-Clause - - - --- --- #### **oauth2 (a6bd8cefa1811bd24b86f8902872e4e8225f74c4)** - * Licenses * BSD-3-Clause * Attribution: @@ -2740,20 +2568,13 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -2785,22 +2606,14 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-SA-4.0 *OR* BSD-3-Clause - - - --- --- #### **inf.v0 (3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -2833,29 +2646,15 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- - - - - - ### Deep dependencies - #### **go-radix (1a2de0c21c94309923825da3df33a4381872c795)** - * Licenses * MIT * Attribution: @@ -2880,37 +2679,22 @@ canonical_url: '/reference/legal/calicoctl' IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **etcd (33245c6b5b49130ca99280408fadfab01aac0e48)** - * Licenses - - - * Other Licenses - - - --- --- #### **docopt-go (784ddc588536785e7299f7272f39101f7faccc3f)** - * Licenses * MIT * Attribution: @@ -2919,20 +2703,13 @@ canonical_url: '/reference/legal/calicoctl' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **channels (47238d5aae8c0fefd518ef2bee46290909cf8263)** - * Licenses * MIT * Attribution: @@ -2957,21 +2734,13 @@ canonical_url: '/reference/legal/calicoctl' IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **queue (093482f3f8ce946c05bcba64badd2c82369e084d)** - * Licenses * MIT * Attribution: @@ -2980,20 +2749,13 @@ canonical_url: '/reference/legal/calicoctl' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **fsnotify (ccc981bf80385c528a65fbfdd49bf2d8da22aa23)** - * Licenses * BSD-3-Clause * Attribution: @@ -3026,21 +2788,13 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **glog (44145f04b68cf362d9c4df2182967c2275eaefed)** - * Licenses * Apache-2.0 * Attribution: @@ -3236,21 +2990,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **protobuf (b4deda0973fb4c70b50d226b1af49f3da59f5265)** - * Licenses * BSD-3-Clause * Attribution: @@ -3261,21 +3007,14 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - -* Other Licenses - * MS-PL - - - +* Other Licenses + * MS-PL --- --- #### **gofuzz (44d81051d367757e1c7c6a5a86423ece9afcf63c)** - * Licenses * Apache-2.0 * Attribution: @@ -3482,21 +3221,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-genproto (09f6ed296fc66555a25fe4ce95173148778dfa85)** - * Licenses * Apache-2.0 * Attribution: @@ -3505,20 +3236,13 @@ canonical_url: '/reference/legal/calicoctl' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **httpcache (787624de3eb7bd915c329cba748687a3b22666a6)** - * Licenses * MIT * Attribution: @@ -3527,20 +3251,13 @@ canonical_url: '/reference/legal/calicoctl' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **grpc-go (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)** - * Licenses * Apache-2.0 * Attribution: @@ -3747,21 +3464,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc)** - * Licenses * BSD-3-Clause * Attribution: @@ -3772,20 +3481,13 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **envconfig (dd1402a4d99de9ac2f396cd6fcb957bc2c695ec1)** - * Licenses * MIT * Attribution: @@ -3809,21 +3511,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **properties (c2353362d570a7bfa228149c62842019201cfb71)** - * Licenses * BSD-2-Clause * Attribution: @@ -3853,22 +3547,14 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **go-runewidth (b20a3daf6a39840c202fd42cc23d53607162b045)** - * Licenses * MIT * Attribution: @@ -3894,21 +3580,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **go-version (6d5863ca60fa6fe914b5fd43ed8533d7567c5b0b)** - * Licenses * MIT * Attribution: @@ -3932,21 +3610,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **mapstructure (3536a929edddb9a5b34bd6861dc4a9647cb459fe)** - * Licenses * MIT * Attribution: @@ -3972,21 +3642,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **tablewriter (e6d60cf7ba1f42d86d54cdf5508611c4aafb3970)** - * Licenses * MIT * Attribution: @@ -4010,21 +3672,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **uuid (ca53cad383cad2479bbba7f7a1a05797ec1386e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4035,20 +3689,13 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go-toml (81a861c69d25a841d0c4394f0e6f84bc8c5afae0)** - * Licenses * MIT * Attribution: @@ -4074,21 +3721,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **diskv (5f041e8faa004a95c88a202771f4cc3e991971e6)** - * Licenses * MIT * Attribution: @@ -4097,20 +3736,13 @@ canonical_url: '/reference/legal/calicoctl' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-json (6219dc7339ba20ee4c57df0a8baac62317d19cb1)** - * Licenses * BSD-3-Clause * Attribution: @@ -4142,21 +3774,13 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go-yaml (955bc3e451ef0c9df8b9113bf2e341139cdafab2)** - * Licenses * Apache-2.0 * Attribution: @@ -4174,22 +3798,14 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * - - - --- --- #### **go-yaml-wrapper (598e54215bee41a19677faa4f0c32acd2a87eb56)** - * Licenses * **Multi-license:** MIT * Attribution: @@ -4220,7 +3836,6 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -4249,22 +3864,14 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -4444,22 +4051,13 @@ canonical_url: '/reference/legal/calicoctl' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **go.uuid (f58768cc1a7a7e77a3bd49e98cdd21419399b6a3)** - * Licenses * MIT * Attribution: @@ -4468,20 +4066,13 @@ canonical_url: '/reference/legal/calicoctl' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **gopsutil (48177ef5f8809fc72b716c414435f2d4cff8e24d)** - * Licenses * BSD-3-Clause * Attribution: @@ -4513,12 +4104,9 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ------- internal/common/binary.go in the gopsutil is copied and modified from golang/encoding/binary.go. - - Copyright (c) 2009 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -4547,20 +4135,13 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **logrus (d682213848ed68c0a260ca37d6dd5ace8423f5ba)** - * Licenses * MIT * Attribution: @@ -4569,21 +4150,14 @@ canonical_url: '/reference/legal/calicoctl' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **afero (d40851caa0d747393da1ffb28f7f9d8b4eeffebd)** - * Licenses * Apache-2.0 * Attribution: @@ -4762,21 +4336,13 @@ canonical_url: '/reference/legal/calicoctl' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - * Other Licenses - - - --- --- #### **cast (8c9545af88b134710ab1cd196795e7f2388358d7)** - * Licenses * MIT * Attribution: @@ -4802,20 +4368,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **jwalterweatherman (94f6ae3ed3bceceafa716478c5fbf8d29ca601a1)** - * Licenses * MIT * Attribution: @@ -4841,20 +4400,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **pflag (583c0c0531f06d5278b7d917446061adc344b5cd)** - * Licenses * BSD-3-Clause * Attribution: @@ -4865,20 +4417,13 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **viper (ae103d7e593e371c69e832d5eb3347e2b80cbbc9)** - * Licenses * MIT * Attribution: @@ -4904,39 +4449,24 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-shutil (bcacb06fecaeec8dc42af03c87c6949f4a05c74c)** - * Licenses * * Attribution: - - - - * Other Licenses - - - --- --- #### **netlink (fe3b5664d23a11b52ba59bece4ff29c52772a56b)** - * Licenses * Apache-2.0 * Attribution: @@ -4945,20 +4475,13 @@ canonical_url: '/reference/legal/calicoctl' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **netns (13995c7128ccc8e51e9a6bd2b551020a27180abd)** - * Licenses * Apache-2.0 * Attribution: @@ -5155,21 +4678,13 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **crypto (9419663f5a44be8b34ca85f08abc5fe1be11f8a3)** - * Licenses * BSD-3-Clause * Attribution: @@ -5180,22 +4695,15 @@ canonical_url: '/reference/legal/calicoctl' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** Public-Domain *OR* BSD-3-Clause * **Multi-license:** BSD-3-Clause *OR* MIT - - - --- --- #### **sys (ebfc5b4631820b793c9010c87fd8fef0f39eb082)** - * Licenses * BSD-3-Clause * Attribution: @@ -5227,21 +4735,13 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **time (c06e80d9300e4443158a03817b8a8cb37d230320)** - * Licenses * BSD-3-Clause * Attribution: @@ -5273,21 +4773,13 @@ canonical_url: '/reference/legal/calicoctl' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **validator.v8 (5f1438d3fca68893a817e4a66806cea46a9e4ebf)** - * Licenses * MIT * Attribution: @@ -5313,22 +4805,13 @@ canonical_url: '/reference/legal/calicoctl' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **tomb.v2 (d5d1b5820637886def9eef33e03a27a9f166942c)** - * Licenses * BSD-3-Clause * Attribution: @@ -5362,21 +4845,13 @@ canonical_url: '/reference/legal/calicoctl' NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **yaml.v2 (670d4cfef0544295bc27a114dbac37980d83185a)** - * Licenses * Apache-2.0 * Attribution: @@ -5385,29 +4860,16 @@ canonical_url: '/reference/legal/calicoctl' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * Custom License File - - - --- --- - - - - - ## Licenses - ### Apache-2.0 - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5610,8 +5072,6 @@ canonical_url: '/reference/legal/calicoctl' See the License for the specific language governing permissions and limitations under the License. - - ### Microsoft Reciprocal License (Ms-RL) @@ -5632,7 +5092,6 @@ This license governs use of the accompanying software. If you use the software, (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### MIT-style ISC License @@ -5651,8 +5110,6 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - ### BSD Copyright (c) <year> <owner> . All rights reserved. @@ -5662,7 +5119,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### BSD-2-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -5671,7 +5127,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### GPL-2.0 GNU GENERAL PUBLIC LICENSE @@ -5735,12 +5190,8 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Public-domain - - - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -5790,7 +5241,6 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### MPL-2.0 Mozilla Public License Version 2.0 @@ -5876,7 +5326,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### Mozilla Public License, version 2.0 @@ -5970,7 +5419,6 @@ Mozilla Public License, version 2.0 otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - 2. License Grants and Conditions 2.1. Grants @@ -6038,7 +5486,6 @@ Mozilla Public License, version 2.0 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 3. Responsibilities 3.1. Distribution of Source Form @@ -6182,7 +5629,6 @@ Mozilla Public License, version 2.0 contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - 10. Versions of the License 10.1. New Versions @@ -6233,9 +5679,6 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - - - ### GNU GENERAL PUBLIC LICENSE @@ -6365,7 +5808,6 @@ The hypothetical commands `show w' and `show c' should show the appropri You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http s ://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http s ://www.gnu.org/philosophy/why-not-lgpl.html>. - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. @@ -6454,7 +5896,6 @@ Section 8 – Interpretation. Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the "Licensor." The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. - ### MS-PL Microsoft Public License (Ms-PL) diff --git a/calico/reference/legal/cni.md b/calico/reference/legal/cni.md index 06cc0774df1..6a11744513b 100644 --- a/calico/reference/legal/cni.md +++ b/calico/reference/legal/cni.md @@ -8,7 +8,6 @@ canonical_url: '/reference/legal/cni' #### **gocloud (3b1ae45394a234c385be014e9a488f2bb6eef821)** - * Licenses * Apache-2.0 * Attribution: @@ -215,21 +214,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-autorest (1ff28809256a84bb6966640ff3d0371af82ccba4)** - * Licenses * Apache-2.0 * Attribution: @@ -425,22 +416,14 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * MS-RL - - - --- --- #### **go-spew (782f4967f2dc4564575ca782fe2d04090b5faca8)** - * Licenses * MIT * Attribution: @@ -460,21 +443,13 @@ canonical_url: '/reference/legal/cni' ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - - * Other Licenses - - - --- --- #### **jwt-go (01aeca54ebda6e0fbfafd0a524d234159c05ec20)** - * Licenses * MIT * Attribution: @@ -486,22 +461,13 @@ canonical_url: '/reference/legal/cni' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **protobuf (c0656edd0d9eab7c66d1eb0c568f9039345796f7)** - * Licenses * BSD-3-Clause * Attribution: @@ -512,21 +478,14 @@ canonical_url: '/reference/legal/cni' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -558,24 +517,16 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** GPL-2.0-only *OR* BSD-3-Clause * Public-Domain * CC-BY-3.0 - - - --- --- #### **protobuf (b4deda0973fb4c70b50d226b1af49f3da59f5265)** - * Licenses * BSD-3-Clause * Attribution: @@ -586,21 +537,14 @@ canonical_url: '/reference/legal/cni' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * MS-PL - - - --- --- #### **go-genproto (09f6ed296fc66555a25fe4ce95173148778dfa85)** - * Licenses * Apache-2.0 * Attribution: @@ -609,20 +553,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **gophercloud (781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d)** - * Licenses * Apache-2.0 * Attribution: @@ -818,21 +755,13 @@ canonical_url: '/reference/legal/cni' END OF TERMS AND CONDITIONS - - - - * Other Licenses - - - --- --- #### **grpc-go (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)** - * Licenses * Apache-2.0 * Attribution: @@ -1039,21 +968,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang-lru (a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4)** - * Licenses * MPL-2.0 * Attribution: @@ -1139,20 +1060,13 @@ canonical_url: '/reference/legal/cni' Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.<> - - - * Other Licenses - - - --- --- #### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** - * Licenses * Apache-2.0 * Attribution: @@ -1359,22 +1273,14 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **client-go (7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65)** - * Licenses * Apache-2.0 * Attribution: @@ -1581,21 +1487,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **cni-plugin (1ce7b2b4947c7945483b7c73014ccd667e6bad18)** - * Licenses * Apache-2.0 * Attribution: @@ -1801,22 +1699,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **net (4dfa2610cdf3b287375bbba5b8f2a14d3b01d8de)** - * Licenses * BSD-3-Clause * Attribution: @@ -1848,22 +1737,14 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-3.0 *OR* BSD-3-Clause - - - --- --- #### **oauth2 (a6bd8cefa1811bd24b86f8902872e4e8225f74c4)** - * Licenses * BSD-3-Clause * Attribution: @@ -1874,20 +1755,13 @@ canonical_url: '/reference/legal/cni' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -1919,30 +1793,16 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-SA-4.0 *OR* BSD-3-Clause - - - --- --- - - - - - ### Deep dependencies - #### **perks (3a771d992973f24aa725d07868b467d1ddfceafb)** - * Licenses * MIT * Attribution: @@ -1951,20 +1811,13 @@ canonical_url: '/reference/legal/cni' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **cni (e67bb289cccfcad352b92c5234a1610b105846e0)** - * Licenses * Apache-2.0 * Attribution: @@ -2170,22 +2023,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **plugins (646dbbace1b1000b2bcda2f9c66bda384555b57e)** - * Licenses * Apache-2.0 * Attribution: @@ -2391,37 +2235,22 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **etcd (33245c6b5b49130ca99280408fadfab01aac0e48)** - * Licenses - - - * Other Licenses - - - --- --- #### **go-iptables (b5b1876b170881a8259f036445ee89c8669db386)** - * Licenses * Apache-2.0 * Attribution: @@ -2430,38 +2259,24 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **yaml (73d445a93680fa1a78ae23a5839bad48f32ba1ee)** - * Licenses - - - * Other Licenses * BSD-3-Clause * MIT - - - --- --- #### **glog (44145f04b68cf362d9c4df2182967c2275eaefed)** - * Licenses * Apache-2.0 * Attribution: @@ -2657,21 +2472,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gnostic (0c5108395e2debce0d731cf0287ddf7242066aba)** - * Licenses * Apache-2.0 * Attribution: @@ -2878,22 +2685,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **btree (7d79101e329e5a3adf994758c578dab82b90c017)** - * Licenses * Apache-2.0 * Attribution: @@ -3100,21 +2898,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gofuzz (44d81051d367757e1c7c6a5a86423ece9afcf63c)** - * Licenses * Apache-2.0 * Attribution: @@ -3321,21 +3111,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **httpcache (787624de3eb7bd915c329cba748687a3b22666a6)** - * Licenses * MIT * Attribution: @@ -3344,20 +3126,13 @@ canonical_url: '/reference/legal/cni' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc)** - * Licenses * BSD-3-Clause * Attribution: @@ -3368,20 +3143,13 @@ canonical_url: '/reference/legal/cni' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go (f2b4162afba35581b6d4a50d3b8f34e33c144682)** - * Licenses * MIT * Attribution: @@ -3407,21 +3175,13 @@ canonical_url: '/reference/legal/cni' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **envconfig (dd1402a4d99de9ac2f396cd6fcb957bc2c695ec1)** - * Licenses * MIT * Attribution: @@ -3445,21 +3205,13 @@ canonical_url: '/reference/legal/cni' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **api (072894a440bdee3a891dea811fe42902311cd2a3)** - * Licenses * Apache-2.0 * Attribution: @@ -3666,21 +3418,13 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang_protobuf_extensions (c12348ce28de40eed0136aa2b644d0ee0650e56c)** - * Licenses * Apache-2.0 * Attribution: @@ -3689,20 +3433,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)** - * Licenses * Apache-2.0 * Attribution: @@ -3711,20 +3448,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **reflect2 (05fbef0ca5da472bbf96c9322b84a53edc03c9fd)** - * Licenses * Apache-2.0 * Attribution: @@ -3733,20 +3463,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **atomic (a62ce929ffcc871a51e98c6eba7b20321e3ed62d)** - * Licenses * MIT * Attribution: @@ -3772,22 +3495,13 @@ canonical_url: '/reference/legal/cni' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **uuid (ca53cad383cad2479bbba7f7a1a05797ec1386e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -3798,20 +3512,13 @@ canonical_url: '/reference/legal/cni' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **diskv (5f041e8faa004a95c88a202771f4cc3e991971e6)** - * Licenses * MIT * Attribution: @@ -3820,20 +3527,13 @@ canonical_url: '/reference/legal/cni' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-json (6219dc7339ba20ee4c57df0a8baac62317d19cb1)** - * Licenses * BSD-3-Clause * Attribution: @@ -3865,21 +3565,13 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go-yaml (955bc3e451ef0c9df8b9113bf2e341139cdafab2)** - * Licenses * Apache-2.0 * Attribution: @@ -3897,22 +3589,14 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * - - - --- --- #### **go-yaml-wrapper (598e54215bee41a19677faa4f0c32acd2a87eb56)** - * Licenses * **Multi-license:** MIT * Attribution: @@ -3943,7 +3627,6 @@ canonical_url: '/reference/legal/cni' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -3972,22 +3655,14 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -4167,22 +3842,13 @@ canonical_url: '/reference/legal/cni' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **client_golang (773f5027234d0b08adf766be34f55df2f312abf7)** - * Licenses * Apache-2.0 * Attribution: @@ -4388,22 +4054,14 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* Apache-2.0 - - - --- --- #### **client_model (6f3806018612930941127f2a7c6c453ba2c527d2)** - * Licenses * Apache-2.0 * Attribution: @@ -4412,20 +4070,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **common (e3fb1a1acd7605367a2b378bc2e2f893c05174b7)** - * Licenses * Apache-2.0 * Attribution: @@ -4434,20 +4085,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **procfs (a6e9df898b1336106c743392c48ee0b71f5c4efa)** - * Licenses * Apache-2.0 * Attribution: @@ -4456,20 +4100,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **ethtool (7ff1ba29eca231991280817541cb3903f6be15d1)** - * Licenses * Apache-2.0 * Attribution: @@ -4478,20 +4115,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go.uuid (f58768cc1a7a7e77a3bd49e98cdd21419399b6a3)** - * Licenses * MIT * Attribution: @@ -4500,20 +4130,13 @@ canonical_url: '/reference/legal/cni' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **logrus (d682213848ed68c0a260ca37d6dd5ace8423f5ba)** - * Licenses * MIT * Attribution: @@ -4522,21 +4145,14 @@ canonical_url: '/reference/legal/cni' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **pflag (583c0c0531f06d5278b7d917446061adc344b5cd)** - * Licenses * BSD-3-Clause * Attribution: @@ -4547,20 +4163,13 @@ canonical_url: '/reference/legal/cni' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **netlink (6e453822d85ef5721799774b654d4d02fed62afb)** - * Licenses * Apache-2.0 * Attribution: @@ -4569,20 +4178,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **netns (54f0e4339ce73702a0607f49922aaa1e749b418d)** - * Licenses * Apache-2.0 * Attribution: @@ -4591,20 +4193,13 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **crypto (94eea52f7b742c7cbe0b03b22f0c4c8631ece122)** - * Licenses * BSD-3-Clause * Attribution: @@ -4636,23 +4231,15 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** public-domain *OR* BSD-3-Clause * **Multi-license:** MIT *OR* BSD-3-Clause - - - --- --- #### **sys (1b2967e3c290b7c545b3db0deeda16e9be4f98a2)** - * Licenses * BSD-3-Clause * Attribution: @@ -4714,21 +4301,13 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **time (f51c12702a4d776e4c1fa9b0fabab841babae631)** - * Licenses * BSD-3-Clause * Attribution: @@ -4739,20 +4318,13 @@ canonical_url: '/reference/legal/cni' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **validator.v8 (5f1438d3fca68893a817e4a66806cea46a9e4ebf)** - * Licenses * MIT * Attribution: @@ -4778,22 +4350,13 @@ canonical_url: '/reference/legal/cni' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **inf.v0 (3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4826,21 +4389,13 @@ canonical_url: '/reference/legal/cni' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **yaml.v2 (670d4cfef0544295bc27a114dbac37980d83185a)** - * Licenses * Apache-2.0 * Attribution: @@ -4849,29 +4404,16 @@ canonical_url: '/reference/legal/cni' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * Custom License File - - - --- --- - - - - - ## Licenses - ### Apache-2.0 - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5074,8 +4616,6 @@ canonical_url: '/reference/legal/cni' See the License for the specific language governing permissions and limitations under the License. - - ### Microsoft Reciprocal License (Ms-RL) @@ -5096,7 +4636,6 @@ This license governs use of the accompanying software. If you use the software, (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### MIT-style ISC License @@ -5115,8 +4654,6 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - ### BSD-3-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -5126,7 +4663,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### BSD-2-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -5135,7 +4671,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### GPL-2.0 GNU GENERAL PUBLIC LICENSE @@ -5199,12 +4734,8 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Public-domain - - - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -5254,7 +4785,6 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### MS-PL Microsoft Public License (Ms-PL) @@ -5271,7 +4801,6 @@ This license governs use of the accompanying software. If you use the software, (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### MPL-2.0 Mozilla Public License Version 2.0 @@ -5357,7 +4886,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. diff --git a/calico/reference/legal/confd.md b/calico/reference/legal/confd.md index d62295019af..4e2d64b68db 100644 --- a/calico/reference/legal/confd.md +++ b/calico/reference/legal/confd.md @@ -8,7 +8,6 @@ canonical_url: '/reference/legal/confd' #### **gocloud (3b1ae45394a234c385be014e9a488f2bb6eef821)** - * Licenses * Apache-2.0 * Attribution: @@ -215,21 +214,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-autorest (1ff28809256a84bb6966640ff3d0371af82ccba4)** - * Licenses * Apache-2.0 * Attribution: @@ -425,22 +416,14 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * MS-RL - - - --- --- #### **jwt-go (01aeca54ebda6e0fbfafd0a524d234159c05ec20)** - * Licenses * MIT * Attribution: @@ -452,22 +435,13 @@ canonical_url: '/reference/legal/confd' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **protobuf (c0656edd0d9eab7c66d1eb0c568f9039345796f7)** - * Licenses * BSD-3-Clause * Attribution: @@ -478,21 +452,14 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -524,24 +491,16 @@ canonical_url: '/reference/legal/confd' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** GPL-2.0-only *OR* BSD-3-Clause * Public-Domain * CC-BY-3.0 - - - --- --- #### **protobuf (b4deda0973fb4c70b50d226b1af49f3da59f5265)** - * Licenses * BSD-3-Clause * Attribution: @@ -552,21 +511,14 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * MS-PL - - - --- --- #### **go-genproto (09f6ed296fc66555a25fe4ce95173148778dfa85)** - * Licenses * Apache-2.0 * Attribution: @@ -575,20 +527,13 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **gophercloud (781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d)** - * Licenses * Apache-2.0 * Attribution: @@ -784,21 +729,13 @@ canonical_url: '/reference/legal/confd' END OF TERMS AND CONDITIONS - - - - * Other Licenses - - - --- --- #### **grpc-go (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)** - * Licenses * Apache-2.0 * Attribution: @@ -1005,21 +942,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **confd (cccd334562329858feac719ad94b75aa87968a99)** - * Licenses * MIT * Attribution: @@ -1043,21 +972,13 @@ canonical_url: '/reference/legal/confd' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **client-go (7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65)** - * Licenses * Apache-2.0 * Attribution: @@ -1264,21 +1185,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **net (1c05540f6879653db88113bc4a2b70aec4bd491f)** - * Licenses * BSD-3-Clause * Attribution: @@ -1289,21 +1202,14 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** CC-BY-3.0 *OR* BSD-3-Clause - - - --- --- #### **oauth2 (a6bd8cefa1811bd24b86f8902872e4e8225f74c4)** - * Licenses * BSD-3-Clause * Attribution: @@ -1314,20 +1220,13 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -1359,30 +1258,16 @@ canonical_url: '/reference/legal/confd' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-SA-4.0 *OR* BSD-3-Clause - - - --- --- - - - - - ### Deep dependencies - #### **perks (3a771d992973f24aa725d07868b467d1ddfceafb)** - * Licenses * MIT * Attribution: @@ -1391,54 +1276,33 @@ canonical_url: '/reference/legal/confd' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **toml (3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005)** - * Licenses - - - * Other Licenses * MIT * BSD-3-Clause - - - --- --- #### **etcd (33245c6b5b49130ca99280408fadfab01aac0e48)** - * Licenses - - - * Other Licenses - - - --- --- #### **go-spew (782f4967f2dc4564575ca782fe2d04090b5faca8)** - * Licenses * MIT * Attribution: @@ -1458,39 +1322,24 @@ canonical_url: '/reference/legal/confd' ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - - * Other Licenses - - - --- --- #### **yaml (73d445a93680fa1a78ae23a5839bad48f32ba1ee)** - * Licenses - - - * Other Licenses * BSD-3-Clause * MIT - - - --- --- #### **glog (44145f04b68cf362d9c4df2182967c2275eaefed)** - * Licenses * Apache-2.0 * Attribution: @@ -1686,21 +1535,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gnostic (0c5108395e2debce0d731cf0287ddf7242066aba)** - * Licenses * Apache-2.0 * Attribution: @@ -1907,22 +1748,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **btree (7d79101e329e5a3adf994758c578dab82b90c017)** - * Licenses * Apache-2.0 * Attribution: @@ -2129,21 +1961,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gofuzz (44d81051d367757e1c7c6a5a86423ece9afcf63c)** - * Licenses * Apache-2.0 * Attribution: @@ -2350,21 +2174,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **httpcache (787624de3eb7bd915c329cba748687a3b22666a6)** - * Licenses * MIT * Attribution: @@ -2373,20 +2189,13 @@ canonical_url: '/reference/legal/confd' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **golang-lru (a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4)** - * Licenses * MPL-2.0 * Attribution: @@ -2472,20 +2281,13 @@ canonical_url: '/reference/legal/confd' Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.<> - - - * Other Licenses - - - --- --- #### **mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc)** - * Licenses * BSD-3-Clause * Attribution: @@ -2496,20 +2298,13 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go (f2b4162afba35581b6d4a50d3b8f34e33c144682)** - * Licenses * MIT * Attribution: @@ -2535,21 +2330,13 @@ canonical_url: '/reference/legal/confd' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **envconfig (dd1402a4d99de9ac2f396cd6fcb957bc2c695ec1)** - * Licenses * MIT * Attribution: @@ -2573,21 +2360,13 @@ canonical_url: '/reference/legal/confd' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **memkv (892bfd468afa0fa476556e7bd7734a087cda08b3)** - * Licenses * MIT * Attribution: @@ -2611,22 +2390,14 @@ canonical_url: '/reference/legal/confd' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **api (072894a440bdee3a891dea811fe42902311cd2a3)** - * Licenses * Apache-2.0 * Attribution: @@ -2833,21 +2604,13 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** - * Licenses * Apache-2.0 * Attribution: @@ -3054,22 +2817,14 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **golang_protobuf_extensions (c12348ce28de40eed0136aa2b644d0ee0650e56c)** - * Licenses * Apache-2.0 * Attribution: @@ -3078,20 +2833,13 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)** - * Licenses * Apache-2.0 * Attribution: @@ -3100,20 +2848,13 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **reflect2 (05fbef0ca5da472bbf96c9322b84a53edc03c9fd)** - * Licenses * Apache-2.0 * Attribution: @@ -3122,20 +2863,13 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **uuid (ca53cad383cad2479bbba7f7a1a05797ec1386e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -3146,20 +2880,13 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **diskv (5f041e8faa004a95c88a202771f4cc3e991971e6)** - * Licenses * MIT * Attribution: @@ -3168,20 +2895,13 @@ canonical_url: '/reference/legal/confd' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-json (6219dc7339ba20ee4c57df0a8baac62317d19cb1)** - * Licenses * BSD-3-Clause * Attribution: @@ -3213,21 +2933,13 @@ canonical_url: '/reference/legal/confd' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go-yaml (955bc3e451ef0c9df8b9113bf2e341139cdafab2)** - * Licenses * Apache-2.0 * Attribution: @@ -3245,22 +2957,14 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * - - - --- --- #### **go-yaml-wrapper (598e54215bee41a19677faa4f0c32acd2a87eb56)** - * Licenses * **Multi-license:** MIT * Attribution: @@ -3291,7 +2995,6 @@ canonical_url: '/reference/legal/confd' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -3320,22 +3023,14 @@ canonical_url: '/reference/legal/confd' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -3515,22 +3210,13 @@ canonical_url: '/reference/legal/confd' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **typha (6915c7a2b8d3d57b182da8d2c9cf811a7096da7a)** - * Licenses * Apache-2.0 * Attribution: @@ -3710,23 +3396,14 @@ canonical_url: '/reference/legal/confd' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* MIT *OR* MPL-2.0 *OR* LGPL-3.0-only *OR* Apache-2.0 - - - --- --- #### **client_golang (5cec1d0429b02e4323e042eb04dafdb079ddf568)** - * Licenses * Apache-2.0 * Attribution: @@ -3735,21 +3412,14 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* Apache-2.0 - - - --- --- #### **client_model (6f3806018612930941127f2a7c6c453ba2c527d2)** - * Licenses * Apache-2.0 * Attribution: @@ -3758,20 +3428,13 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **common (e3fb1a1acd7605367a2b378bc2e2f893c05174b7)** - * Licenses * Apache-2.0 * Attribution: @@ -3780,20 +3443,13 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **procfs (a6e9df898b1336106c743392c48ee0b71f5c4efa)** - * Licenses * Apache-2.0 * Attribution: @@ -3802,20 +3458,13 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go.uuid (f58768cc1a7a7e77a3bd49e98cdd21419399b6a3)** - * Licenses * MIT * Attribution: @@ -3824,20 +3473,13 @@ canonical_url: '/reference/legal/confd' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **logrus (d682213848ed68c0a260ca37d6dd5ace8423f5ba)** - * Licenses * MIT * Attribution: @@ -3846,21 +3488,14 @@ canonical_url: '/reference/legal/confd' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **pflag (583c0c0531f06d5278b7d917446061adc344b5cd)** - * Licenses * BSD-3-Clause * Attribution: @@ -3871,20 +3506,13 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **crypto (49796115aa4b964c318aad4f3084fdb41e9aa067)** - * Licenses * BSD-3-Clause * Attribution: @@ -3916,10 +3544,6 @@ canonical_url: '/reference/legal/confd' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** public-domain *OR* BSD-3-Clause * **Multi-license:** public-domain *OR* BSD-3-Clause @@ -3928,15 +3552,11 @@ canonical_url: '/reference/legal/confd' * **Multi-license:** public-domain *OR* BSD-3-Clause * **Multi-license:** BSD-3-Clause *OR* MIT - - - --- --- #### **sys (95c6576299259db960f6c5b9b69ea52422860fce)** - * Licenses * BSD-3-Clause * Attribution: @@ -3968,21 +3588,13 @@ canonical_url: '/reference/legal/confd' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **time (f51c12702a4d776e4c1fa9b0fabab841babae631)** - * Licenses * BSD-3-Clause * Attribution: @@ -3993,20 +3605,13 @@ canonical_url: '/reference/legal/confd' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **validator.v8 (5f1438d3fca68893a817e4a66806cea46a9e4ebf)** - * Licenses * MIT * Attribution: @@ -4032,22 +3637,13 @@ canonical_url: '/reference/legal/confd' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **inf.v0 (3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4080,21 +3676,13 @@ canonical_url: '/reference/legal/confd' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **yaml.v2 (670d4cfef0544295bc27a114dbac37980d83185a)** - * Licenses * Apache-2.0 * Attribution: @@ -4103,29 +3691,16 @@ canonical_url: '/reference/legal/confd' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * Custom License File - - - --- --- - - - - - ## Licenses - ### Apache-2.0 - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4328,8 +3903,6 @@ canonical_url: '/reference/legal/confd' See the License for the specific language governing permissions and limitations under the License. - - ### Microsoft Reciprocal License (Ms-RL) @@ -4350,7 +3923,6 @@ This license governs use of the accompanying software. If you use the software, (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### MIT-style Copyright (c) 2012 Dave Grijalva @@ -4361,9 +3933,6 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - ### BSD-3-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -4373,7 +3942,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### BSD-2-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -4382,7 +3950,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### GPL-2.0 GNU GENERAL PUBLIC LICENSE @@ -4446,12 +4013,8 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Public-domain - - - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -4501,7 +4064,6 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### MS-PL Microsoft Public License (Ms-PL) @@ -4518,7 +4080,6 @@ This license governs use of the accompanying software. If you use the software, (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. @@ -4607,7 +4168,6 @@ Section 8 – Interpretation. Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the "Licensor." The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. - ### MPL-2.0 Mozilla Public License Version 2.0 @@ -4693,7 +4253,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### GNU LESSER GENERAL PUBLIC LICENSE diff --git a/calico/reference/legal/felix.md b/calico/reference/legal/felix.md index 4a50cd068ba..67c607a7493 100644 --- a/calico/reference/legal/felix.md +++ b/calico/reference/legal/felix.md @@ -4,12 +4,10 @@ description: Dependencies and licenses. canonical_url: '/reference/legal/felix' --- - ### Direct Dependencies #### **gocloud (3b1ae45394a234c385be014e9a488f2bb6eef821)** - * Licenses * Apache-2.0 * Attribution: @@ -216,21 +214,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **cni (137b4975ecab6e1f0c24c1e3c228a50a3cfba75e)** - * Licenses * Apache-2.0 * Attribution: @@ -436,22 +426,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **docopt-go (784ddc588536785e7299f7272f39101f7faccc3f)** - * Licenses * MIT * Attribution: @@ -460,20 +441,13 @@ canonical_url: '/reference/legal/felix' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **gophercloud (781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d)** - * Licenses * Apache-2.0 * Attribution: @@ -669,21 +643,13 @@ canonical_url: '/reference/legal/felix' END OF TERMS AND CONDITIONS - - - - * Other Licenses - - - --- --- #### **golang-lru (a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4)** - * Licenses * MPL-2.0 * Attribution: @@ -769,20 +735,13 @@ canonical_url: '/reference/legal/felix' Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.<> - - - * Other Licenses - - - --- --- #### **ginkgo (2e1be8f7d90e9d3e3e58b0ce470f2f14d075406f)** - * Licenses * MIT * Attribution: @@ -807,21 +766,13 @@ canonical_url: '/reference/legal/felix' OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **gomega (65fb64232476ad9046e57c26cd0bff3d3a8dc6cd)** - * Licenses * MIT * Attribution: @@ -846,21 +797,13 @@ canonical_url: '/reference/legal/felix' OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **felix (54d97f66bbeaab605ea6a16fd624ff18b98c13ff)** - * Licenses * Apache-2.0 * Attribution: @@ -1040,24 +983,15 @@ canonical_url: '/reference/legal/felix' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses * GPL-3.0-only * **Multi-license:** LGPL-3.0-only *OR* BSD-3-Clause *OR* MPL-2.0 *OR* MIT *OR* Apache-2.0 - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -1237,22 +1171,13 @@ canonical_url: '/reference/legal/felix' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **client_golang (abad2d1bd44235a26707c172eab6bca5bf2dbad3)** - * Licenses * Apache-2.0 * Attribution: @@ -1458,22 +1383,14 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* Apache-2.0 - - - --- --- #### **net (1c05540f6879653db88113bc4a2b70aec4bd491f)** - * Licenses * BSD-3-Clause * Attribution: @@ -1484,28 +1401,16 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** CC-BY-3.0 *OR* BSD-3-Clause - - - --- --- - - - - - ### Deep dependencies #### **go-autorest (1ff28809256a84bb6966640ff3d0371af82ccba4)** - * Licenses * Apache-2.0 * Attribution: @@ -1701,22 +1606,14 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * MS-RL - - - --- --- #### **perks (3a771d992973f24aa725d07868b467d1ddfceafb)** - * Licenses * MIT * Attribution: @@ -1725,36 +1622,22 @@ canonical_url: '/reference/legal/felix' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **etcd (33245c6b5b49130ca99280408fadfab01aac0e48)** - * Licenses - - - * Other Licenses - - - --- --- #### **go-spew (782f4967f2dc4564575ca782fe2d04090b5faca8)** - * Licenses * MIT * Attribution: @@ -1774,21 +1657,13 @@ canonical_url: '/reference/legal/felix' ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - - * Other Licenses - - - --- --- #### **jwt-go (01aeca54ebda6e0fbfafd0a524d234159c05ec20)** - * Licenses * MIT * Attribution: @@ -1800,40 +1675,24 @@ canonical_url: '/reference/legal/felix' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **yaml (73d445a93680fa1a78ae23a5839bad48f32ba1ee)** - * Licenses - - - * Other Licenses * BSD-3-Clause * MIT - - - --- --- #### **protobuf (c0656edd0d9eab7c66d1eb0c568f9039345796f7)** - * Licenses * BSD-3-Clause * Attribution: @@ -1844,21 +1703,14 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **ini (9c8236e659b76e87bf02044d06fde8683008ff3e)** - * Licenses * Apache-2.0 * Attribution: @@ -2054,21 +1906,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **glog (44145f04b68cf362d9c4df2182967c2275eaefed)** - * Licenses * Apache-2.0 * Attribution: @@ -2264,21 +2108,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -2310,24 +2146,16 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** GPL-2.0-only *OR* BSD-3-Clause * Public-Domain * CC-BY-3.0 - - - --- --- #### **protobuf (b4deda0973fb4c70b50d226b1af49f3da59f5265)** - * Licenses * BSD-3-Clause * Attribution: @@ -2338,21 +2166,14 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * MS-PL - - - --- --- #### **gnostic (0c5108395e2debce0d731cf0287ddf7242066aba)** - * Licenses * Apache-2.0 * Attribution: @@ -2559,22 +2380,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **btree (7d79101e329e5a3adf994758c578dab82b90c017)** - * Licenses * Apache-2.0 * Attribution: @@ -2781,21 +2593,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gofuzz (44d81051d367757e1c7c6a5a86423ece9afcf63c)** - * Licenses * Apache-2.0 * Attribution: @@ -3002,21 +2806,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-genproto (5fc9ac5403620be16bcdb0c8e7644b1178472c3b)** - * Licenses * Apache-2.0 * Attribution: @@ -3223,21 +3019,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **httpcache (787624de3eb7bd915c329cba748687a3b22666a6)** - * Licenses * MIT * Attribution: @@ -3246,20 +3034,13 @@ canonical_url: '/reference/legal/felix' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **grpc-go (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)** - * Licenses * Apache-2.0 * Attribution: @@ -3466,21 +3247,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-version (b5a281d3160aa11950a6182bd9a9dc2cb1e02d50)** - * Licenses * MPL-2.0-no-copyleft-exception * Attribution: @@ -3575,7 +3348,6 @@ canonical_url: '/reference/legal/felix' otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - 2\. License Grants and Conditions 2.1. Grants @@ -3643,7 +3415,6 @@ canonical_url: '/reference/legal/felix' Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 3\. Responsibilities 3.1. Distribution of Source Form @@ -3787,7 +3558,6 @@ canonical_url: '/reference/legal/felix' contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - 10\. Versions of the License 10.1. New Versions @@ -3838,22 +3608,13 @@ canonical_url: '/reference/legal/felix' With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - - - - - * Other Licenses - - - --- --- #### **tail (a1dbeea552b7c8df4b542c66073e393de198a800)** - * Licenses * MIT * Attribution: @@ -3879,21 +3640,13 @@ canonical_url: '/reference/legal/felix' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc)** - * Licenses * BSD-3-Clause * Attribution: @@ -3904,20 +3657,13 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go (f2b4162afba35581b6d4a50d3b8f34e33c144682)** - * Licenses * MIT * Attribution: @@ -3943,21 +3689,13 @@ canonical_url: '/reference/legal/felix' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - -* Other Licenses - - - +* Other Licenses --- --- #### **osext (ae77be60afb1dcacde03767a8c37337fad28ac14)** - * Licenses * BSD-3-Clause * Attribution: @@ -3968,20 +3706,13 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **envconfig (dd1402a4d99de9ac2f396cd6fcb957bc2c695ec1)** - * Licenses * MIT * Attribution: @@ -4005,21 +3736,13 @@ canonical_url: '/reference/legal/felix' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **api (072894a440bdee3a891dea811fe42902311cd2a3)** - * Licenses * Apache-2.0 * Attribution: @@ -4226,21 +3949,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** - * Licenses * Apache-2.0 * Attribution: @@ -4447,22 +4162,14 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **client-go (7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65)** - * Licenses * Apache-2.0 * Attribution: @@ -4669,21 +4376,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang_protobuf_extensions (c12348ce28de40eed0136aa2b644d0ee0650e56c)** - * Licenses * Apache-2.0 * Attribution: @@ -4692,20 +4391,13 @@ canonical_url: '/reference/legal/felix' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **rfw (6f0a6f3266ba1058df9ef0c94cda1cecd2e62852)** - * Licenses * MIT * Attribution: @@ -4731,21 +4423,13 @@ canonical_url: '/reference/legal/felix' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)** - * Licenses * Apache-2.0 * Attribution: @@ -4754,20 +4438,13 @@ canonical_url: '/reference/legal/felix' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **reflect2 (05fbef0ca5da472bbf96c9322b84a53edc03c9fd)** - * Licenses * Apache-2.0 * Attribution: @@ -4776,20 +4453,13 @@ canonical_url: '/reference/legal/felix' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **uuid (ca53cad383cad2479bbba7f7a1a05797ec1386e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4800,20 +4470,13 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **diskv (5f041e8faa004a95c88a202771f4cc3e991971e6)** - * Licenses * MIT * Attribution: @@ -4822,20 +4485,13 @@ canonical_url: '/reference/legal/felix' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-json (6219dc7339ba20ee4c57df0a8baac62317d19cb1)** - * Licenses * BSD-3-Clause * Attribution: @@ -4867,21 +4523,13 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go-yaml (955bc3e451ef0c9df8b9113bf2e341139cdafab2)** - * Licenses * Apache-2.0 * Attribution: @@ -4899,22 +4547,14 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * - - - --- --- #### **go-yaml-wrapper (598e54215bee41a19677faa4f0c32acd2a87eb56)** - * Licenses * **Multi-license:** MIT * Attribution: @@ -4945,7 +4585,6 @@ canonical_url: '/reference/legal/felix' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -4974,22 +4613,14 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **pod2daemon (df2b9c8d2744ebce544742f7f765b59c5e88db0d)** - * Licenses * Apache-2.0 * Attribution: @@ -5195,21 +4826,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **typha (0bd59769525663f6e22866d9ba987d1c7ad1ecb5)** - * Licenses * Apache-2.0 * Attribution: @@ -5389,23 +5012,14 @@ canonical_url: '/reference/legal/felix' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* MPL-2.0 *OR* MIT *OR* LGPL-3.0-only *OR* Apache-2.0 - - - --- --- #### **client_model (5c3871d89910bfb32f5fcab2aa4b9ec68e65a99f)** - * Licenses * Apache-2.0 * Attribution: @@ -5611,21 +5225,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **common (7e9e6cabbd393fc208072eedef99188d0ce788b6)** - * Licenses * Apache-2.0 * Attribution: @@ -5831,21 +5437,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **procfs (a6e9df898b1336106c743392c48ee0b71f5c4efa)** - * Licenses * Apache-2.0 * Attribution: @@ -5854,20 +5452,13 @@ canonical_url: '/reference/legal/felix' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go.uuid (f58768cc1a7a7e77a3bd49e98cdd21419399b6a3)** - * Licenses * MIT * Attribution: @@ -5876,20 +5467,13 @@ canonical_url: '/reference/legal/felix' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **logrus (d682213848ed68c0a260ca37d6dd5ace8423f5ba)** - * Licenses * MIT * Attribution: @@ -5898,21 +5482,14 @@ canonical_url: '/reference/legal/felix' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **pflag (583c0c0531f06d5278b7d917446061adc344b5cd)** - * Licenses * BSD-3-Clause * Attribution: @@ -5923,20 +5500,13 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **netlink (f07d9d5231b9cd05ddf2e5a8ef6582f385bc1770)** - * Licenses * Apache-2.0 * Attribution: @@ -5945,20 +5515,13 @@ canonical_url: '/reference/legal/felix' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **netns (13995c7128ccc8e51e9a6bd2b551020a27180abd)** - * Licenses * Apache-2.0 * Attribution: @@ -6155,21 +5718,13 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **crypto (49796115aa4b964c318aad4f3084fdb41e9aa067)** - * Licenses * BSD-3-Clause * Attribution: @@ -6201,10 +5756,6 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** public-domain *OR* BSD-3-Clause * **Multi-license:** public-domain *OR* BSD-3-Clause @@ -6213,15 +5764,11 @@ canonical_url: '/reference/legal/felix' * **Multi-license:** public-domain *OR* BSD-3-Clause * **Multi-license:** BSD-3-Clause *OR* MIT - - - --- --- #### **oauth2 (a6bd8cefa1811bd24b86f8902872e4e8225f74c4)** - * Licenses * BSD-3-Clause * Attribution: @@ -6232,20 +5779,13 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **sys (1b2967e3c290b7c545b3db0deeda16e9be4f98a2)** - * Licenses * BSD-3-Clause * Attribution: @@ -6307,21 +5847,13 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -6353,22 +5885,14 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-SA-4.0 *OR* BSD-3-Clause - - - --- --- #### **time (f51c12702a4d776e4c1fa9b0fabab841babae631)** - * Licenses * BSD-3-Clause * Attribution: @@ -6379,20 +5903,13 @@ canonical_url: '/reference/legal/felix' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **fsnotify.v1 (c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9)** - * Licenses * BSD-3-Clause * Attribution: @@ -6425,21 +5942,13 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **validator.v8 (5f1438d3fca68893a817e4a66806cea46a9e4ebf)** - * Licenses * MIT * Attribution: @@ -6465,22 +5974,13 @@ canonical_url: '/reference/legal/felix' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **inf.v0 (3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -6513,21 +6013,13 @@ canonical_url: '/reference/legal/felix' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **tomb.v1 (c131134a1947e9afd9cecfe11f4c6dff0732ae58)** - * Licenses * BSD-3-Clause * Attribution: @@ -6561,21 +6053,13 @@ canonical_url: '/reference/legal/felix' NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **yaml.v2 (670d4cfef0544295bc27a114dbac37980d83185a)** - * Licenses * Apache-2.0 * Attribution: @@ -6584,29 +6068,16 @@ canonical_url: '/reference/legal/felix' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * Custom License File - - - --- --- - - - - - ## Licenses - ### Apache-2.0 - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6809,8 +6280,6 @@ canonical_url: '/reference/legal/felix' See the License for the specific language governing permissions and limitations under the License. - - ### MIT MIT License @@ -6819,7 +6288,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ### MPL-2.0 Mozilla Public License Version 2.0 @@ -6905,7 +6373,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### GNU GENERAL PUBLIC LICENSE @@ -7035,7 +6502,6 @@ The hypothetical commands `show w' and `show c' should show the appropri You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http s ://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http s ://www.gnu.org/philosophy/why-not-lgpl.html>. - ### GNU LESSER GENERAL PUBLIC LICENSE @@ -7084,7 +6550,6 @@ This version of the GNU Lesser General Public License incorporates the terms and Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - ### Copyright (c) <year> <owner> . All rights reserved. @@ -7094,7 +6559,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -7144,7 +6608,6 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### Microsoft Reciprocal License (Ms-RL) @@ -7165,7 +6628,6 @@ This license governs use of the accompanying software. If you use the software, (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### BSD-2-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -7174,7 +6636,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### GPL-2.0 GNU GENERAL PUBLIC LICENSE @@ -7238,12 +6699,8 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Public-domain - - - ### MS-PL Microsoft Public License (Ms-PL) @@ -7260,7 +6717,6 @@ This license governs use of the accompanying software. If you use the software, (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### Mozilla Public License, version 2.0 @@ -7354,7 +6810,6 @@ Mozilla Public License, version 2.0 otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - 2. License Grants and Conditions 2.1. Grants @@ -7422,7 +6877,6 @@ Mozilla Public License, version 2.0 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 3. Responsibilities 3.1. Distribution of Source Form @@ -7566,7 +7020,6 @@ Mozilla Public License, version 2.0 contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - 10. Versions of the License 10.1. New Versions @@ -7617,14 +7070,8 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - - - ### - - - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. diff --git a/calico/reference/legal/kube-controllers.md b/calico/reference/legal/kube-controllers.md index 59bbb98d07a..4557bb201a3 100644 --- a/calico/reference/legal/kube-controllers.md +++ b/calico/reference/legal/kube-controllers.md @@ -6,10 +6,8 @@ canonical_url: '/reference/legal/kube-controllers' ### Direct Dependencies - #### **gocloud (3b1ae45394a234c385be014e9a488f2bb6eef821)** - * Licenses * Apache-2.0 * Attribution: @@ -216,21 +214,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gophercloud (781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d)** - * Licenses * Apache-2.0 * Attribution: @@ -426,21 +416,13 @@ canonical_url: '/reference/legal/kube-controllers' END OF TERMS AND CONDITIONS - - - - * Other Licenses - - - --- --- #### **apiserver (f1dab8c342623e75f0484f20b150183d9e73f406)** - * Licenses * Apache-2.0 * Attribution: @@ -647,22 +629,14 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * **Multi-license:** MIT *OR* Apache-2.0 - - - --- --- #### **kube-controllers (9716ae7e6880c22998c58051e3a452b21c1e4270)** - * Licenses * Apache-2.0 * Attribution: @@ -868,21 +842,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -1062,22 +1028,13 @@ canonical_url: '/reference/legal/kube-controllers' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **pflag (e57e3eeb33f795204c1ca35f56c44f83227c6e66)** - * Licenses * BSD-3-Clause * Attribution: @@ -1088,20 +1045,13 @@ canonical_url: '/reference/legal/kube-controllers' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **net (66aacef3dd8a676686c7ae3716979581e8b03c47)** - * Licenses * BSD-3-Clause * Attribution: @@ -1112,32 +1062,16 @@ canonical_url: '/reference/legal/kube-controllers' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** CC-BY-3.0 *OR* BSD-3-Clause - - - --- --- - - - - - ### Deep Dependencies - - - - #### **go-autorest (1ff28809256a84bb6966640ff3d0371af82ccba4)** - * Licenses * Apache-2.0 * Attribution: @@ -1333,22 +1267,14 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * MS-RL - - - --- --- #### **perks (3ac7bf7a47d159a033b107610db8a1b6575507a4)** - * Licenses * MIT * Attribution: @@ -1373,37 +1299,22 @@ canonical_url: '/reference/legal/kube-controllers' OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **etcd (33245c6b5b49130ca99280408fadfab01aac0e48)** - * Licenses - - - * Other Licenses - - - --- --- #### **go-spew (782f4967f2dc4564575ca782fe2d04090b5faca8)** - * Licenses * MIT * Attribution: @@ -1423,21 +1334,13 @@ canonical_url: '/reference/legal/kube-controllers' ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - - * Other Licenses - - - --- --- #### **jwt-go (d2709f9f1f31ebcda9651b03077758c1f3a0018c)** - * Licenses * MIT * Attribution: @@ -1449,40 +1352,24 @@ canonical_url: '/reference/legal/kube-controllers' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **yaml (0ca9ea5df5451ffdf184b4428c902747c2c11cd7)** - * Licenses - - - * Other Licenses * BSD-3-Clause * MIT - - - --- --- #### **protobuf (342cbe0a04158f6dcb03ca0079991a51a4248c02)** - * Licenses * BSD-3-Clause * Attribution: @@ -1493,21 +1380,14 @@ canonical_url: '/reference/legal/kube-controllers' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **glog (44145f04b68cf362d9c4df2182967c2275eaefed)** - * Licenses * Apache-2.0 * Attribution: @@ -1703,21 +1583,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -1749,24 +1621,16 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** GPL-2.0-only *OR* BSD-3-Clause * Public-Domain * CC-BY-3.0 - - - --- --- #### **protobuf (1e59b77b52bf8e4b449a57e6f79f21226d571845)** - * Licenses * BSD-3-Clause * Attribution: @@ -1777,20 +1641,13 @@ canonical_url: '/reference/legal/kube-controllers' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **gnostic (0c5108395e2debce0d731cf0287ddf7242066aba)** - * Licenses * Apache-2.0 * Attribution: @@ -1997,22 +1854,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **btree (925471ac9e2131377a91e1595defec898166fe49)** - * Licenses * Apache-2.0 * Attribution: @@ -2219,21 +2067,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gofuzz (44d81051d367757e1c7c6a5a86423ece9afcf63c)** - * Licenses * Apache-2.0 * Attribution: @@ -2440,21 +2280,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-genproto (09f6ed296fc66555a25fe4ce95173148778dfa85)** - * Licenses * Apache-2.0 * Attribution: @@ -2463,20 +2295,13 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **httpcache (787624de3eb7bd915c329cba748687a3b22666a6)** - * Licenses * MIT * Attribution: @@ -2485,20 +2310,13 @@ canonical_url: '/reference/legal/kube-controllers' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **grpc-go (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)** - * Licenses * Apache-2.0 * Attribution: @@ -2705,21 +2523,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang-lru (a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4)** - * Licenses * MPL-2.0 * Attribution: @@ -2805,20 +2615,13 @@ canonical_url: '/reference/legal/kube-controllers' Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.<> - - - * Other Licenses - - - --- --- #### **mergo (9316a62528ac99aaecb4e47eadd6dc8aa6533d58)** - * Licenses * BSD-3-Clause * Attribution: @@ -2851,21 +2654,13 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go (f2b4162afba35581b6d4a50d3b8f34e33c144682)** - * Licenses * MIT * Attribution: @@ -2891,21 +2686,13 @@ canonical_url: '/reference/legal/kube-controllers' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **envconfig (dd1402a4d99de9ac2f396cd6fcb957bc2c695ec1)** - * Licenses * MIT * Attribution: @@ -2929,21 +2716,13 @@ canonical_url: '/reference/legal/kube-controllers' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **api (072894a440bdee3a891dea811fe42902311cd2a3)** - * Licenses * Apache-2.0 * Attribution: @@ -3150,21 +2929,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** - * Licenses * Apache-2.0 * Attribution: @@ -3371,22 +3142,14 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **client-go (7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65)** - * Licenses * Apache-2.0 * Attribution: @@ -3593,21 +3356,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang_protobuf_extensions (c12348ce28de40eed0136aa2b644d0ee0650e56c)** - * Licenses * Apache-2.0 * Attribution: @@ -3616,20 +3371,13 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)** - * Licenses * Apache-2.0 * Attribution: @@ -3638,20 +3386,13 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **reflect2 (94122c33edd36123c84d5368cfb2b69df93a0ec8)** - * Licenses * Apache-2.0 * Attribution: @@ -3857,21 +3598,13 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-cache (5633e0862627c011927fa39556acae8b1f1df58a)** - * Licenses * MIT * Attribution: @@ -3895,21 +3628,13 @@ canonical_url: '/reference/legal/kube-controllers' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **uuid (ca53cad383cad2479bbba7f7a1a05797ec1386e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -3920,20 +3645,13 @@ canonical_url: '/reference/legal/kube-controllers' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **diskv (5f041e8faa004a95c88a202771f4cc3e991971e6)** - * Licenses * MIT * Attribution: @@ -3942,20 +3660,13 @@ canonical_url: '/reference/legal/kube-controllers' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-json (6219dc7339ba20ee4c57df0a8baac62317d19cb1)** - * Licenses * BSD-3-Clause * Attribution: @@ -3987,21 +3698,13 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go-yaml (955bc3e451ef0c9df8b9113bf2e341139cdafab2)** - * Licenses * Apache-2.0 * Attribution: @@ -4019,22 +3722,14 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * - - - --- --- #### **go-yaml-wrapper (598e54215bee41a19677faa4f0c32acd2a87eb56)** - * Licenses * **Multi-license:** MIT * Attribution: @@ -4065,7 +3760,6 @@ canonical_url: '/reference/legal/kube-controllers' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -4094,22 +3788,14 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **client_golang (5cec1d0429b02e4323e042eb04dafdb079ddf568)** - * Licenses * Apache-2.0 * Attribution: @@ -4118,21 +3804,14 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* Apache-2.0 - - - --- --- #### **client_model (6f3806018612930941127f2a7c6c453ba2c527d2)** - * Licenses * Apache-2.0 * Attribution: @@ -4141,20 +3820,13 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **common (e3fb1a1acd7605367a2b378bc2e2f893c05174b7)** - * Licenses * Apache-2.0 * Attribution: @@ -4163,20 +3835,13 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **procfs (a6e9df898b1336106c743392c48ee0b71f5c4efa)** - * Licenses * Apache-2.0 * Attribution: @@ -4185,20 +3850,13 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go.uuid (f58768cc1a7a7e77a3bd49e98cdd21419399b6a3)** - * Licenses * MIT * Attribution: @@ -4207,20 +3865,13 @@ canonical_url: '/reference/legal/kube-controllers' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **logrus (f006c2ac4710855cf0f916dd6b77acf6b048dc6e)** - * Licenses * MIT * Attribution: @@ -4229,21 +3880,14 @@ canonical_url: '/reference/legal/kube-controllers' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **crypto (9419663f5a44be8b34ca85f08abc5fe1be11f8a3)** - * Licenses * BSD-3-Clause * Attribution: @@ -4254,22 +3898,15 @@ canonical_url: '/reference/legal/kube-controllers' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** Public-Domain *OR* BSD-3-Clause * **Multi-license:** BSD-3-Clause *OR* MIT - - - --- --- #### **oauth2 (a6bd8cefa1811bd24b86f8902872e4e8225f74c4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4280,20 +3917,13 @@ canonical_url: '/reference/legal/kube-controllers' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **sys (ebfc5b4631820b793c9010c87fd8fef0f39eb082)** - * Licenses * BSD-3-Clause * Attribution: @@ -4325,21 +3955,13 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -4371,22 +3993,14 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-SA-4.0 *OR* BSD-3-Clause - - - --- --- #### **time (c06e80d9300e4443158a03817b8a8cb37d230320)** - * Licenses * BSD-3-Clause * Attribution: @@ -4418,21 +4032,13 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **validator.v8 (5f1438d3fca68893a817e4a66806cea46a9e4ebf)** - * Licenses * MIT * Attribution: @@ -4458,22 +4064,13 @@ canonical_url: '/reference/legal/kube-controllers' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **inf.v0 (3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4506,21 +4103,13 @@ canonical_url: '/reference/legal/kube-controllers' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **yaml.v2 (cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b)** - * Licenses * Apache-2.0 * Attribution: @@ -4529,29 +4118,16 @@ canonical_url: '/reference/legal/kube-controllers' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * Custom License File - - - --- --- - - - - - ## Licenses - ### Apache-2.0 - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4754,8 +4330,6 @@ canonical_url: '/reference/legal/kube-controllers' See the License for the specific language governing permissions and limitations under the License. - - ### MIT License @@ -4764,7 +4338,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ### BSD-3-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -4774,7 +4347,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -4824,7 +4396,6 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### Microsoft Reciprocal License (Ms-RL) @@ -4845,7 +4416,6 @@ This license governs use of the accompanying software. If you use the software, (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### BSD-2-Clause Copyright (c) <year> <owner> . All rights reserved. @@ -4854,7 +4424,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### GPL-2.0 GNU GENERAL PUBLIC LICENSE @@ -4918,12 +4487,8 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Public-domain - - - ### MPL-2.0 Mozilla Public License Version 2.0 @@ -5009,7 +4574,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. diff --git a/calico/reference/legal/node.md b/calico/reference/legal/node.md index 801b99c709b..957e5acb3df 100644 --- a/calico/reference/legal/node.md +++ b/calico/reference/legal/node.md @@ -4,13 +4,10 @@ description: Dependencies and licenses. canonical_url: '/reference/legal/node' --- - ### Direct Dependencies - #### **gocloud (3b1ae45394a234c385be014e9a488f2bb6eef821)** - * Licenses * Apache-2.0 * Attribution: @@ -217,21 +214,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gophercloud (781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d)** - * Licenses * Apache-2.0 * Attribution: @@ -427,21 +416,13 @@ canonical_url: '/reference/legal/node' END OF TERMS AND CONDITIONS - - - - * Other Licenses - - - --- --- #### **felix (54d97f66bbeaab605ea6a16fd624ff18b98c13ff)** - * Licenses * Apache-2.0 * Attribution: @@ -621,24 +602,15 @@ canonical_url: '/reference/legal/node' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses * GPL-3.0-only * **Multi-license:** LGPL-3.0-only *OR* BSD-3-Clause *OR* MPL-2.0 *OR* MIT *OR* Apache-2.0 - - - --- --- #### **node (9df939f461fe565cff4e428c5c9ecb379cd58965)** - * Licenses * Apache-2.0 * Attribution: @@ -844,10 +816,6 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * **Multi-license:** MPL-2.0 *OR* GPL-2.0-only *OR* LGPL-3.0-only *OR* MIT *OR* Apache-2.0 * BSD-3-Clause @@ -861,15 +829,11 @@ canonical_url: '/reference/legal/node' * Python-2.0 * WTFPL - - - --- --- #### **net (1c05540f6879653db88113bc4a2b70aec4bd491f)** - * Licenses * BSD-3-Clause * Attribution: @@ -880,29 +844,16 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** CC-BY-3.0 *OR* BSD-3-Clause - - - --- --- - - - - - ### Deep Dependencies - #### **go-autorest (1ff28809256a84bb6966640ff3d0371af82ccba4)** - * Licenses * Apache-2.0 * Attribution: @@ -1098,22 +1049,14 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * MS-RL - - - --- --- #### **perks (3a771d992973f24aa725d07868b467d1ddfceafb)** - * Licenses * MIT * Attribution: @@ -1122,54 +1065,33 @@ canonical_url: '/reference/legal/node' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **toml (3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005)** - * Licenses - - - * Other Licenses * MIT * BSD-3-Clause - - - --- --- #### **etcd (33245c6b5b49130ca99280408fadfab01aac0e48)** - * Licenses - - - * Other Licenses - - - --- --- #### **go-semver (e214231b295a8ea9479f11b70b35d5acf3556d9b)** - * Licenses * Apache-2.0 * Attribution: @@ -1178,20 +1100,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go-spew (782f4967f2dc4564575ca782fe2d04090b5faca8)** - * Licenses * MIT * Attribution: @@ -1211,21 +1126,13 @@ canonical_url: '/reference/legal/node' ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - - * Other Licenses - - - --- --- #### **jwt-go (01aeca54ebda6e0fbfafd0a524d234159c05ec20)** - * Licenses * MIT * Attribution: @@ -1237,40 +1144,24 @@ canonical_url: '/reference/legal/node' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **yaml (73d445a93680fa1a78ae23a5839bad48f32ba1ee)** - * Licenses - - - * Other Licenses * BSD-3-Clause * MIT - - - --- --- #### **protobuf (c0656edd0d9eab7c66d1eb0c568f9039345796f7)** - * Licenses * BSD-3-Clause * Attribution: @@ -1281,21 +1172,14 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **ini (9c8236e659b76e87bf02044d06fde8683008ff3e)** - * Licenses * Apache-2.0 * Attribution: @@ -1491,21 +1375,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **glog (44145f04b68cf362d9c4df2182967c2275eaefed)** - * Licenses * Apache-2.0 * Attribution: @@ -1701,21 +1577,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -1747,24 +1615,16 @@ canonical_url: '/reference/legal/node' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** GPL-2.0-only *OR* BSD-3-Clause * Public-Domain * CC-BY-3.0 - - - --- --- #### **protobuf (b4deda0973fb4c70b50d226b1af49f3da59f5265)** - * Licenses * BSD-3-Clause * Attribution: @@ -1775,21 +1635,14 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * MS-PL - - - --- --- #### **gnostic (0c5108395e2debce0d731cf0287ddf7242066aba)** - * Licenses * Apache-2.0 * Attribution: @@ -1996,22 +1849,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **btree (7d79101e329e5a3adf994758c578dab82b90c017)** - * Licenses * Apache-2.0 * Attribution: @@ -2218,21 +2062,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gofuzz (44d81051d367757e1c7c6a5a86423ece9afcf63c)** - * Licenses * Apache-2.0 * Attribution: @@ -2439,21 +2275,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-genproto (09f6ed296fc66555a25fe4ce95173148778dfa85)** - * Licenses * Apache-2.0 * Attribution: @@ -2462,20 +2290,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **httpcache (787624de3eb7bd915c329cba748687a3b22666a6)** - * Licenses * MIT * Attribution: @@ -2484,20 +2305,13 @@ canonical_url: '/reference/legal/node' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **grpc-go (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)** - * Licenses * Apache-2.0 * Attribution: @@ -2704,21 +2518,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang-lru (a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4)** - * Licenses * MPL-2.0 * Attribution: @@ -2804,20 +2610,13 @@ canonical_url: '/reference/legal/node' Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.<> - - - * Other Licenses - - - --- --- #### **go-version (b5a281d3160aa11950a6182bd9a9dc2cb1e02d50)** - * Licenses * MPL-2.0-no-copyleft-exception * Attribution: @@ -2912,7 +2711,6 @@ canonical_url: '/reference/legal/node' otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - 2\. License Grants and Conditions 2.1. Grants @@ -2980,7 +2778,6 @@ canonical_url: '/reference/legal/node' Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 3\. Responsibilities 3.1. Distribution of Source Form @@ -3124,7 +2921,6 @@ canonical_url: '/reference/legal/node' contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - 10\. Versions of the License 10.1. New Versions @@ -3175,22 +2971,13 @@ canonical_url: '/reference/legal/node' With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - - - - - * Other Licenses - - - --- --- #### **mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc)** - * Licenses * BSD-3-Clause * Attribution: @@ -3201,20 +2988,13 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go (f2b4162afba35581b6d4a50d3b8f34e33c144682)** - * Licenses * MIT * Attribution: @@ -3240,21 +3020,13 @@ canonical_url: '/reference/legal/node' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **osext (ae77be60afb1dcacde03767a8c37337fad28ac14)** - * Licenses * BSD-3-Clause * Attribution: @@ -3265,20 +3037,13 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **envconfig (dd1402a4d99de9ac2f396cd6fcb957bc2c695ec1)** - * Licenses * MIT * Attribution: @@ -3302,21 +3067,13 @@ canonical_url: '/reference/legal/node' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **memkv (892bfd468afa0fa476556e7bd7734a087cda08b3)** - * Licenses * MIT * Attribution: @@ -3340,22 +3097,14 @@ canonical_url: '/reference/legal/node' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **api (072894a440bdee3a891dea811fe42902311cd2a3)** - * Licenses * Apache-2.0 * Attribution: @@ -3562,20 +3311,12 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. +* Other Licenses +--- +--- - - -* Other Licenses - - - - ---- ---- - -#### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** - +#### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** * Licenses * Apache-2.0 @@ -3783,22 +3524,14 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **client-go (7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65)** - * Licenses * Apache-2.0 * Attribution: @@ -4005,21 +3738,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang_protobuf_extensions (c12348ce28de40eed0136aa2b644d0ee0650e56c)** - * Licenses * Apache-2.0 * Attribution: @@ -4028,20 +3753,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **rfw (6f0a6f3266ba1058df9ef0c94cda1cecd2e62852)** - * Licenses * MIT * Attribution: @@ -4067,21 +3785,13 @@ canonical_url: '/reference/legal/node' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)** - * Licenses * Apache-2.0 * Attribution: @@ -4090,20 +3800,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **reflect2 (05fbef0ca5da472bbf96c9322b84a53edc03c9fd)** - * Licenses * Apache-2.0 * Attribution: @@ -4112,20 +3815,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **uuid (ca53cad383cad2479bbba7f7a1a05797ec1386e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4136,20 +3832,13 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **diskv (5f041e8faa004a95c88a202771f4cc3e991971e6)** - * Licenses * MIT * Attribution: @@ -4158,20 +3847,13 @@ canonical_url: '/reference/legal/node' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-json (6219dc7339ba20ee4c57df0a8baac62317d19cb1)** - * Licenses * BSD-3-Clause * Attribution: @@ -4203,21 +3885,13 @@ canonical_url: '/reference/legal/node' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go-yaml (955bc3e451ef0c9df8b9113bf2e341139cdafab2)** - * Licenses * Apache-2.0 * Attribution: @@ -4235,22 +3909,14 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * - - - --- --- #### **go-yaml-wrapper (598e54215bee41a19677faa4f0c32acd2a87eb56)** - * Licenses * **Multi-license:** MIT * Attribution: @@ -4281,7 +3947,6 @@ canonical_url: '/reference/legal/node' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -4310,22 +3975,14 @@ canonical_url: '/reference/legal/node' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -4505,22 +4162,13 @@ canonical_url: '/reference/legal/node' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **pod2daemon (df2b9c8d2744ebce544742f7f765b59c5e88db0d)** - * Licenses * Apache-2.0 * Attribution: @@ -4726,21 +4374,13 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **typha (6915c7a2b8d3d57b182da8d2c9cf811a7096da7a)** - * Licenses * Apache-2.0 * Attribution: @@ -4920,23 +4560,14 @@ canonical_url: '/reference/legal/node' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* MIT *OR* MPL-2.0 *OR* LGPL-3.0-only *OR* Apache-2.0 - - - --- --- #### **client_golang (773f5027234d0b08adf766be34f55df2f312abf7)** - * Licenses * Apache-2.0 * Attribution: @@ -5142,22 +4773,14 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* Apache-2.0 - - - --- --- #### **client_model (6f3806018612930941127f2a7c6c453ba2c527d2)** - * Licenses * Apache-2.0 * Attribution: @@ -5166,20 +4789,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **common (e3fb1a1acd7605367a2b378bc2e2f893c05174b7)** - * Licenses * Apache-2.0 * Attribution: @@ -5188,20 +4804,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **procfs (a6e9df898b1336106c743392c48ee0b71f5c4efa)** - * Licenses * Apache-2.0 * Attribution: @@ -5210,20 +4819,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go.uuid (f58768cc1a7a7e77a3bd49e98cdd21419399b6a3)** - * Licenses * MIT * Attribution: @@ -5232,20 +4834,13 @@ canonical_url: '/reference/legal/node' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **logrus (d682213848ed68c0a260ca37d6dd5ace8423f5ba)** - * Licenses * MIT * Attribution: @@ -5254,21 +4849,14 @@ canonical_url: '/reference/legal/node' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **pflag (583c0c0531f06d5278b7d917446061adc344b5cd)** - * Licenses * BSD-3-Clause * Attribution: @@ -5279,20 +4867,13 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go (bdcc60b419d136a85cdf2e7cbcac34b3f1cd6e57)** - * Licenses * MIT * Attribution: @@ -5301,20 +4882,13 @@ canonical_url: '/reference/legal/node' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **netlink (f07d9d5231b9cd05ddf2e5a8ef6582f385bc1770)** - * Licenses * Apache-2.0 * Attribution: @@ -5323,20 +4897,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **netns (54f0e4339ce73702a0607f49922aaa1e749b418d)** - * Licenses * Apache-2.0 * Attribution: @@ -5345,20 +4912,13 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **crypto (94eea52f7b742c7cbe0b03b22f0c4c8631ece122)** - * Licenses * BSD-3-Clause * Attribution: @@ -5390,23 +4950,15 @@ canonical_url: '/reference/legal/node' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** public-domain *OR* BSD-3-Clause * **Multi-license:** MIT *OR* BSD-3-Clause - - - --- --- #### **oauth2 (a6bd8cefa1811bd24b86f8902872e4e8225f74c4)** - * Licenses * BSD-3-Clause * Attribution: @@ -5417,20 +4969,13 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **sys (1b2967e3c290b7c545b3db0deeda16e9be4f98a2)** - * Licenses * BSD-3-Clause * Attribution: @@ -5492,21 +5037,13 @@ canonical_url: '/reference/legal/node' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -5538,22 +5075,14 @@ canonical_url: '/reference/legal/node' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-SA-4.0 *OR* BSD-3-Clause - - - --- --- #### **time (f51c12702a4d776e4c1fa9b0fabab841babae631)** - * Licenses * BSD-3-Clause * Attribution: @@ -5564,20 +5093,13 @@ canonical_url: '/reference/legal/node' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **validator.v8 (5f1438d3fca68893a817e4a66806cea46a9e4ebf)** - * Licenses * MIT * Attribution: @@ -5603,22 +5125,13 @@ canonical_url: '/reference/legal/node' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **inf.v0 (3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -5651,21 +5164,13 @@ canonical_url: '/reference/legal/node' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **yaml.v2 (670d4cfef0544295bc27a114dbac37980d83185a)** - * Licenses * Apache-2.0 * Attribution: @@ -5674,29 +5179,16 @@ canonical_url: '/reference/legal/node' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * Custom License File - - - --- --- - - - - - ## Licenses - ### Apache-2.0 - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5899,8 +5391,6 @@ canonical_url: '/reference/legal/node' See the License for the specific language governing permissions and limitations under the License. - - ### GNU GENERAL PUBLIC LICENSE @@ -6030,7 +5520,6 @@ The hypothetical commands `show w' and `show c' should show the appropri You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http s ://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http s ://www.gnu.org/philosophy/why-not-lgpl.html>. - ### GNU LESSER GENERAL PUBLIC LICENSE @@ -6079,7 +5568,6 @@ This version of the GNU Lesser General Public License incorporates the terms and Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - ### Copyright (c) <year> <owner> . All rights reserved. @@ -6089,7 +5577,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### Mozilla Public License Version 2.0 @@ -6175,7 +5662,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### MIT License @@ -6184,7 +5670,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ### GNU GENERAL PUBLIC LICENSE @@ -6248,7 +5733,6 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Copyright (c) <year> <owner> . All rights reserved. @@ -6257,7 +5741,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### Eclipse Public License - v 1.0 @@ -6305,7 +5788,6 @@ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICE Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. - ### Mozilla Public License Version 2.0 @@ -6391,7 +5873,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 @@ -6425,7 +5906,6 @@ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherl Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - ### DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE @@ -6436,7 +5916,6 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -6486,7 +5965,6 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### Microsoft Reciprocal License (Ms-RL) @@ -6507,12 +5985,8 @@ This license governs use of the accompanying software. If you use the software, (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### Public-domain - - - ### MS-PL Microsoft Public License (Ms-PL) @@ -6529,12 +6003,8 @@ This license governs use of the accompanying software. If you use the software, (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### - - - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. diff --git a/calico/reference/legal/typha.md b/calico/reference/legal/typha.md index ca3409c955a..cd68bc94a73 100644 --- a/calico/reference/legal/typha.md +++ b/calico/reference/legal/typha.md @@ -4,13 +4,10 @@ description: Dependencies and licenses. canonical_url: '/reference/legal/typha' --- - ### Direct Dependencies - #### **gocloud (3b1ae45394a234c385be014e9a488f2bb6eef821)** - * Licenses * Apache-2.0 * Attribution: @@ -217,21 +214,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gophercloud (781450b3c4fcb4f5182bcc5133adb4b2e4a09d1d)** - * Licenses * Apache-2.0 * Attribution: @@ -427,21 +416,13 @@ canonical_url: '/reference/legal/typha' END OF TERMS AND CONDITIONS - - - - * Other Licenses - - - --- --- #### **felix (54d97f66bbeaab605ea6a16fd624ff18b98c13ff)** - * Licenses * Apache-2.0 * Attribution: @@ -621,24 +602,15 @@ canonical_url: '/reference/legal/typha' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses * GPL-3.0-only * **Multi-license:** LGPL-3.0-only *OR* BSD-3-Clause *OR* MPL-2.0 *OR* MIT *OR* Apache-2.0 - - - --- --- #### **node (9df939f461fe565cff4e428c5c9ecb379cd58965)** - * Licenses * Apache-2.0 * Attribution: @@ -844,10 +816,6 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * **Multi-license:** MPL-2.0 *OR* GPL-2.0-only *OR* LGPL-3.0-only *OR* MIT *OR* Apache-2.0 * BSD-3-Clause @@ -861,15 +829,11 @@ canonical_url: '/reference/legal/typha' * Python-2.0 * WTFPL - - - --- --- #### **net (1c05540f6879653db88113bc4a2b70aec4bd491f)** - * Licenses * BSD-3-Clause * Attribution: @@ -880,29 +844,16 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * **Multi-license:** CC-BY-3.0 *OR* BSD-3-Clause - - - --- --- - - - - - ### Deep Dependencies - #### **go-autorest (1ff28809256a84bb6966640ff3d0371af82ccba4)** - * Licenses * Apache-2.0 * Attribution: @@ -1098,22 +1049,14 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * MS-RL - - - --- --- #### **perks (3a771d992973f24aa725d07868b467d1ddfceafb)** - * Licenses * MIT * Attribution: @@ -1122,54 +1065,33 @@ canonical_url: '/reference/legal/typha' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **toml (3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005)** - * Licenses - - - * Other Licenses * MIT * BSD-3-Clause - - - --- --- #### **etcd (33245c6b5b49130ca99280408fadfab01aac0e48)** - * Licenses - - - * Other Licenses - - - --- --- #### **go-semver (e214231b295a8ea9479f11b70b35d5acf3556d9b)** - * Licenses * Apache-2.0 * Attribution: @@ -1178,20 +1100,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go-spew (782f4967f2dc4564575ca782fe2d04090b5faca8)** - * Licenses * MIT * Attribution: @@ -1211,21 +1126,13 @@ canonical_url: '/reference/legal/typha' ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - - * Other Licenses - - - --- --- #### **jwt-go (01aeca54ebda6e0fbfafd0a524d234159c05ec20)** - * Licenses * MIT * Attribution: @@ -1237,40 +1144,24 @@ canonical_url: '/reference/legal/typha' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **yaml (73d445a93680fa1a78ae23a5839bad48f32ba1ee)** - * Licenses - - - * Other Licenses * BSD-3-Clause * MIT - - - --- --- #### **protobuf (c0656edd0d9eab7c66d1eb0c568f9039345796f7)** - * Licenses * BSD-3-Clause * Attribution: @@ -1281,21 +1172,14 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * BSD-2-Clause - - - --- --- #### **ini (9c8236e659b76e87bf02044d06fde8683008ff3e)** - * Licenses * Apache-2.0 * Attribution: @@ -1491,21 +1375,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **glog (44145f04b68cf362d9c4df2182967c2275eaefed)** - * Licenses * Apache-2.0 * Attribution: @@ -1701,21 +1577,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf)** - * Licenses * BSD-3-Clause * Attribution: @@ -1747,24 +1615,16 @@ canonical_url: '/reference/legal/typha' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** GPL-2.0-only *OR* BSD-3-Clause * Public-Domain * CC-BY-3.0 - - - --- --- #### **protobuf (b4deda0973fb4c70b50d226b1af49f3da59f5265)** - * Licenses * BSD-3-Clause * Attribution: @@ -1775,21 +1635,14 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses * MS-PL - - - --- --- #### **gnostic (0c5108395e2debce0d731cf0287ddf7242066aba)** - * Licenses * Apache-2.0 * Attribution: @@ -1996,22 +1849,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - - * Other Licenses - - - --- --- #### **btree (7d79101e329e5a3adf994758c578dab82b90c017)** - * Licenses * Apache-2.0 * Attribution: @@ -2218,21 +2062,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **gofuzz (44d81051d367757e1c7c6a5a86423ece9afcf63c)** - * Licenses * Apache-2.0 * Attribution: @@ -2439,21 +2275,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **go-genproto (09f6ed296fc66555a25fe4ce95173148778dfa85)** - * Licenses * Apache-2.0 * Attribution: @@ -2462,20 +2290,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **httpcache (787624de3eb7bd915c329cba748687a3b22666a6)** - * Licenses * MIT * Attribution: @@ -2484,20 +2305,13 @@ canonical_url: '/reference/legal/typha' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **grpc-go (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)** - * Licenses * Apache-2.0 * Attribution: @@ -2704,21 +2518,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang-lru (a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4)** - * Licenses * MPL-2.0 * Attribution: @@ -2804,20 +2610,13 @@ canonical_url: '/reference/legal/typha' Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.<> - - - * Other Licenses - - - --- --- #### **go-version (b5a281d3160aa11950a6182bd9a9dc2cb1e02d50)** - * Licenses * MPL-2.0-no-copyleft-exception * Attribution: @@ -2912,7 +2711,6 @@ canonical_url: '/reference/legal/typha' otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - 2\. License Grants and Conditions 2.1. Grants @@ -2980,7 +2778,6 @@ canonical_url: '/reference/legal/typha' Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 3\. Responsibilities 3.1. Distribution of Source Form @@ -3124,7 +2921,6 @@ canonical_url: '/reference/legal/typha' contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - 10\. Versions of the License 10.1. New Versions @@ -3175,22 +2971,13 @@ canonical_url: '/reference/legal/typha' With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - - - - - * Other Licenses - - - --- --- #### **mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc)** - * Licenses * BSD-3-Clause * Attribution: @@ -3201,20 +2988,13 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go (f2b4162afba35581b6d4a50d3b8f34e33c144682)** - * Licenses * MIT * Attribution: @@ -3240,21 +3020,13 @@ canonical_url: '/reference/legal/typha' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **osext (ae77be60afb1dcacde03767a8c37337fad28ac14)** - * Licenses * BSD-3-Clause * Attribution: @@ -3265,20 +3037,13 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **envconfig (dd1402a4d99de9ac2f396cd6fcb957bc2c695ec1)** - * Licenses * MIT * Attribution: @@ -3302,21 +3067,13 @@ canonical_url: '/reference/legal/typha' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **memkv (892bfd468afa0fa476556e7bd7734a087cda08b3)** - * Licenses * MIT * Attribution: @@ -3340,22 +3097,14 @@ canonical_url: '/reference/legal/typha' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **api (072894a440bdee3a891dea811fe42902311cd2a3)** - * Licenses * Apache-2.0 * Attribution: @@ -3562,20 +3311,12 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. +* Other Licenses +--- +--- - - -* Other Licenses - - - - ---- ---- - -#### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** - +#### **apimachinery (103fd098999dc9c0c88536f5c9ad2e5da39373ae)** * Licenses * Apache-2.0 @@ -3783,22 +3524,14 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **client-go (7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65)** - * Licenses * Apache-2.0 * Attribution: @@ -4005,21 +3738,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **golang_protobuf_extensions (c12348ce28de40eed0136aa2b644d0ee0650e56c)** - * Licenses * Apache-2.0 * Attribution: @@ -4028,20 +3753,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **rfw (6f0a6f3266ba1058df9ef0c94cda1cecd2e62852)** - * Licenses * MIT * Attribution: @@ -4067,21 +3785,13 @@ canonical_url: '/reference/legal/typha' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - * Other Licenses - - - --- --- #### **concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)** - * Licenses * Apache-2.0 * Attribution: @@ -4090,20 +3800,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **reflect2 (05fbef0ca5da472bbf96c9322b84a53edc03c9fd)** - * Licenses * Apache-2.0 * Attribution: @@ -4112,20 +3815,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **uuid (ca53cad383cad2479bbba7f7a1a05797ec1386e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -4136,20 +3832,13 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **diskv (5f041e8faa004a95c88a202771f4cc3e991971e6)** - * Licenses * MIT * Attribution: @@ -4158,20 +3847,13 @@ canonical_url: '/reference/legal/typha' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **go-json (6219dc7339ba20ee4c57df0a8baac62317d19cb1)** - * Licenses * BSD-3-Clause * Attribution: @@ -4203,21 +3885,13 @@ canonical_url: '/reference/legal/typha' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **go-yaml (955bc3e451ef0c9df8b9113bf2e341139cdafab2)** - * Licenses * Apache-2.0 * Attribution: @@ -4235,22 +3909,14 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * - - - --- --- #### **go-yaml-wrapper (598e54215bee41a19677faa4f0c32acd2a87eb56)** - * Licenses * **Multi-license:** MIT * Attribution: @@ -4281,7 +3947,6 @@ canonical_url: '/reference/legal/typha' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -4310,22 +3975,14 @@ canonical_url: '/reference/legal/typha' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **libcalico-go (ed28b67484d1ecf4cb2c1969d4654c7d4eb95e32)** - * Licenses * Apache-2.0 * Attribution: @@ -4505,22 +4162,13 @@ canonical_url: '/reference/legal/typha' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses - - - --- --- #### **pod2daemon (df2b9c8d2744ebce544742f7f765b59c5e88db0d)** - * Licenses * Apache-2.0 * Attribution: @@ -4726,21 +4374,13 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses - - - --- --- #### **typha (6915c7a2b8d3d57b182da8d2c9cf811a7096da7a)** - * Licenses * Apache-2.0 * Attribution: @@ -4920,23 +4560,14 @@ canonical_url: '/reference/legal/typha' incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* MIT *OR* MPL-2.0 *OR* LGPL-3.0-only *OR* Apache-2.0 - - - --- --- #### **client_golang (773f5027234d0b08adf766be34f55df2f312abf7)** - * Licenses * Apache-2.0 * Attribution: @@ -5142,22 +4773,14 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - - - * Other Licenses * **Multi-license:** BSD-3-Clause *OR* Apache-2.0 - - - --- --- #### **client_model (6f3806018612930941127f2a7c6c453ba2c527d2)** - * Licenses * Apache-2.0 * Attribution: @@ -5166,20 +4789,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **common (e3fb1a1acd7605367a2b378bc2e2f893c05174b7)** - * Licenses * Apache-2.0 * Attribution: @@ -5188,20 +4804,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **procfs (a6e9df898b1336106c743392c48ee0b71f5c4efa)** - * Licenses * Apache-2.0 * Attribution: @@ -5210,20 +4819,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **go.uuid (f58768cc1a7a7e77a3bd49e98cdd21419399b6a3)** - * Licenses * MIT * Attribution: @@ -5232,20 +4834,13 @@ canonical_url: '/reference/legal/typha' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **logrus (d682213848ed68c0a260ca37d6dd5ace8423f5ba)** - * Licenses * MIT * Attribution: @@ -5254,21 +4849,14 @@ canonical_url: '/reference/legal/typha' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses * BSD-3-Clause - - - --- --- #### **pflag (583c0c0531f06d5278b7d917446061adc344b5cd)** - * Licenses * BSD-3-Clause * Attribution: @@ -5279,20 +4867,13 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **go (bdcc60b419d136a85cdf2e7cbcac34b3f1cd6e57)** - * Licenses * MIT * Attribution: @@ -5301,20 +4882,13 @@ canonical_url: '/reference/legal/typha' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - * Other Licenses - - - --- --- #### **netlink (f07d9d5231b9cd05ddf2e5a8ef6582f385bc1770)** - * Licenses * Apache-2.0 * Attribution: @@ -5323,20 +4897,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **netns (54f0e4339ce73702a0607f49922aaa1e749b418d)** - * Licenses * Apache-2.0 * Attribution: @@ -5345,20 +4912,13 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses - - - --- --- #### **crypto (94eea52f7b742c7cbe0b03b22f0c4c8631ece122)** - * Licenses * BSD-3-Clause * Attribution: @@ -5390,23 +4950,15 @@ canonical_url: '/reference/legal/typha' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** public-domain *OR* BSD-3-Clause * **Multi-license:** MIT *OR* BSD-3-Clause - - - --- --- #### **oauth2 (a6bd8cefa1811bd24b86f8902872e4e8225f74c4)** - * Licenses * BSD-3-Clause * Attribution: @@ -5417,20 +4969,13 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **sys (1b2967e3c290b7c545b3db0deeda16e9be4f98a2)** - * Licenses * BSD-3-Clause * Attribution: @@ -5492,21 +5037,13 @@ canonical_url: '/reference/legal/typha' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **text (b19bf474d317b857955b12035d2c5acb57ce8b01)** - * Licenses * BSD-3-Clause * Attribution: @@ -5538,22 +5075,14 @@ canonical_url: '/reference/legal/typha' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses * **Multi-license:** CC-BY-SA-4.0 *OR* BSD-3-Clause - - - --- --- #### **time (f51c12702a4d776e4c1fa9b0fabab841babae631)** - * Licenses * BSD-3-Clause * Attribution: @@ -5564,20 +5093,13 @@ canonical_url: '/reference/legal/typha' 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - * Other Licenses - - - --- --- #### **validator.v8 (5f1438d3fca68893a817e4a66806cea46a9e4ebf)** - * Licenses * MIT * Attribution: @@ -5603,22 +5125,13 @@ canonical_url: '/reference/legal/typha' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - * Other Licenses - - - --- --- #### **inf.v0 (3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4)** - * Licenses * BSD-3-Clause * Attribution: @@ -5651,21 +5164,13 @@ canonical_url: '/reference/legal/typha' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - - * Other Licenses - - - --- --- #### **yaml.v2 (670d4cfef0544295bc27a114dbac37980d83185a)** - * Licenses * Apache-2.0 * Attribution: @@ -5674,29 +5179,16 @@ canonical_url: '/reference/legal/typha' http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - * Other Licenses * Custom License File - - - --- --- - - - - - ## Licenses - ### Apache-2.0 - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5899,8 +5391,6 @@ canonical_url: '/reference/legal/typha' See the License for the specific language governing permissions and limitations under the License. - - ### GNU GENERAL PUBLIC LICENSE @@ -6030,7 +5520,6 @@ The hypothetical commands `show w' and `show c' should show the appropri You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http s ://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http s ://www.gnu.org/philosophy/why-not-lgpl.html>. - ### GNU LESSER GENERAL PUBLIC LICENSE @@ -6079,7 +5568,6 @@ This version of the GNU Lesser General Public License incorporates the terms and Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - ### Copyright (c) <year> <owner> . All rights reserved. @@ -6089,7 +5577,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### Mozilla Public License Version 2.0 @@ -6175,7 +5662,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### MIT License @@ -6184,7 +5670,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ### GNU GENERAL PUBLIC LICENSE @@ -6248,7 +5733,6 @@ You should also get your employer (if you work as a programmer) or your school, Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. < signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice - ### Copyright (c) <year> <owner> . All rights reserved. @@ -6257,7 +5741,6 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ### Eclipse Public License - v 1.0 @@ -6305,7 +5788,6 @@ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICE Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. - ### Mozilla Public License Version 2.0 @@ -6391,7 +5873,6 @@ You may add additional accurate notices of copyright ownership. Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ### PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 @@ -6425,7 +5906,6 @@ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherl Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - ### DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE @@ -6436,7 +5916,6 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. - ### CC-BY-3.0 Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. @@ -6486,7 +5965,6 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. Creative Commons may be contacted at http://creativecommons.org/. - ### Microsoft Reciprocal License (Ms-RL) @@ -6507,12 +5985,8 @@ This license governs use of the accompanying software. If you use the software, (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### Public-domain - - - ### MS-PL Microsoft Public License (Ms-PL) @@ -6529,12 +6003,8 @@ This license governs use of the accompanying software. If you use the software, (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - ### - - - ### CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. diff --git a/calico/reference/node/configuration.md b/calico/reference/node/configuration.md index 37796670287..3c3626d2ba2 100644 --- a/calico/reference/node/configuration.md +++ b/calico/reference/node/configuration.md @@ -266,7 +266,6 @@ IP_AUTODETECTION_METHOD=interface=eth.* IP6_AUTODETECTION_METHOD=interface=eth.* ``` - #### skip-interface=INTERFACE-REGEX The `skip-interface` method uses the supplied interface [regular expression](https://pkg.go.dev/regexp){:target="_blank"} @@ -312,7 +311,6 @@ The BIRD readiness endpoint ensures that the BGP mesh is healthy by verifying th no graceful restart is in progress. If the BIRD readiness check is failing due to unreachable peers that are no longer in the cluster, see [decommissioning a node]({{site.baseurl}}/maintenance/decommissioning-a-node). - ### Setting `CALICO_ROUTER_ID` for IPv6 only system Setting CALICO_ROUTER_ID to value `hash` will use a hash of the configured nodename for the router ID. This should only be used in IPv6-only systems with no IPv4 address to use for the router ID. Since each node chooses its own router ID in isolation, it is possible for two nodes to pick the same ID resulting in a clash. The probability of such a clash grows with cluster size so this feature should not be used in a large cluster (500+ nodes). @@ -321,5 +319,4 @@ Setting CALICO_ROUTER_ID to value `hash` will use a hash of the configured noden {% endtabs %} - [installation]: {{site.baseurl}}/reference/installation/api diff --git a/calico/reference/resources/bgppeer.md b/calico/reference/resources/bgppeer.md index 951d34a228d..bbd80628747 100644 --- a/calico/reference/resources/bgppeer.md +++ b/calico/reference/resources/bgppeer.md @@ -63,7 +63,6 @@ spec: |--------------|---------------------------------|------------------| | secretKeyRef | Get the password from a secret. | [KeyRef](#keyref) | - #### KeyRef KeyRef tells {{site.prodname}} where to get a BGP password. The referenced Kubernetes @@ -74,7 +73,6 @@ secret must be in the same namespace as the {{site.nodecontainer}} pod. | name | The name of the secret | string | | key | The key within the secret | string | - ### Peer scopes BGP Peers can exist at either global or node-specific scope. A peer's scope diff --git a/calico/reference/resources/caliconodestatus.md b/calico/reference/resources/caliconodestatus.md index 2cb8386ee08..beab485fa60 100644 --- a/calico/reference/resources/caliconodestatus.md +++ b/calico/reference/resources/caliconodestatus.md @@ -210,4 +210,3 @@ status: | sourceType | Type of the source where a route is learned from. | string | Kernel, Static, Direct, NodeMesh, BGPPeer | | peerIP | If sourceType is NodeMesh or BGPPeer, IP address of the router that sent us this route. | `ip` | | - diff --git a/calico/reference/resources/felixconfig.md b/calico/reference/resources/felixconfig.md index 53b4c626b4d..1a2dd112e8a 100644 --- a/calico/reference/resources/felixconfig.md +++ b/calico/reference/resources/felixconfig.md @@ -150,7 +150,6 @@ policy is always accelerated, using the best available BPF technology. | protocol | The protocol match | tcp, udp, sctp | string | | net | The CIDR match | any valid CIDR (e.g. 192.168.0.0/16) | string | - #### RouteTableRange The `RouteTableRange` option is now deprecated in favor of [RouteTableRanges](#routetableranges). diff --git a/calico/reference/resources/globalnetworkpolicy.md b/calico/reference/resources/globalnetworkpolicy.md index a162ef0c028..c4f0fe8e923 100644 --- a/calico/reference/resources/globalnetworkpolicy.md +++ b/calico/reference/resources/globalnetworkpolicy.md @@ -133,7 +133,6 @@ in order to use the following match criteria. > * Rules must have the action `Allow` if they contain application layer policy match clauses. {: .alert .alert-info} - #### HTTPMatch {% include content/httpmatch.md %} diff --git a/calico/reference/resources/globalnetworkset.md b/calico/reference/resources/globalnetworkset.md index 6cef3b63f06..31506b580dc 100644 --- a/calico/reference/resources/globalnetworkset.md +++ b/calico/reference/resources/globalnetworkset.md @@ -21,7 +21,6 @@ the CIDRs from any network sets that match the selector. > policy will see the kube-proxy's host's IP as the source instead of the real source. {: .alert .alert-danger} - ### Sample YAML ```yaml diff --git a/calico/reference/resources/ippool.md b/calico/reference/resources/ippool.md index f46e3fa2f2b..1402250e2b0 100644 --- a/calico/reference/resources/ippool.md +++ b/calico/reference/resources/ippool.md @@ -76,7 +76,6 @@ determined when running the `{{site.nodecontainer}}` service). For details on configuring IP-in-IP on your deployment, please refer to [Configuring IP-in-IP]({{ site.baseurl }}/networking/vxlan-ipip). - > **Note**: Setting `natOutgoing` is recommended on any IP Pool with `ipip` enabled. When `ipip` is enabled without `natOutgoing` routing between Workloads and Hosts running {{site.prodname}} is asymmetric and may cause traffic to be filtered due to diff --git a/calico/reference/resources/kubecontrollersconfig.md b/calico/reference/resources/kubecontrollersconfig.md index 9f1b4160c7d..d193198b9bb 100644 --- a/calico/reference/resources/kubecontrollersconfig.md +++ b/calico/reference/resources/kubecontrollersconfig.md @@ -45,7 +45,6 @@ spec: - {{site.prodname}} automatically creates a resource named `default` containing the configuration settings, only the name `default` is used and only one object of this type is allowed. You can use [calicoctl]({{ site.baseurl }}/reference/calicoctl/overview) to view and edit these settings - #### Spec | Field | Description | Accepted Values | Schema | Default | diff --git a/calico/reference/resources/networkpolicy.md b/calico/reference/resources/networkpolicy.md index 5e2215f45dd..3bb4be1593b 100644 --- a/calico/reference/resources/networkpolicy.md +++ b/calico/reference/resources/networkpolicy.md @@ -57,7 +57,6 @@ spec: | name | The name of the network policy. Required. | Alphanumeric string with optional `.`, `_`, or `-`. | string | | | namespace | Namespace provides an additional qualification to a resource name. | | string | "default" | - #### Spec | Field | Description | Accepted Values | Schema | Default | @@ -78,7 +77,6 @@ spec: | No | Yes | `Egress` | | Yes | Yes | `Ingress, Egress` | - #### Rule {% include content/rule.md %} diff --git a/calico/reference/resources/workloadendpoint.md b/calico/reference/resources/workloadendpoint.md index d2c4a488d48..c9168298d67 100644 --- a/calico/reference/resources/workloadendpoint.md +++ b/calico/reference/resources/workloadendpoint.md @@ -23,7 +23,6 @@ on both. > use `calicoctl` to view this resource type. {: .alert .alert-info} - ### Sample YAML ```yaml @@ -87,7 +86,6 @@ spec: | mac | The source MAC address of traffic generated by the workload. | | IEEE 802 MAC-48, EUI-48, or EUI-64 | | ports | List on named ports that this workload exposes. | | List of [WorkloadEndpointPorts](#endpointport) | - #### IPNAT {% include content/ipnat.md %} @@ -113,7 +111,6 @@ be referenced as a named port in [policy rules](./networkpolicy#entityrule). > These fields are used only when host ports are enabled in Calico. {: .alert .alert-info} - ### Supported operations | Datastore type | Create/Delete | Update | Get/List | Notes diff --git a/calico/reference/typha/configuration.md b/calico/reference/typha/configuration.md index 3d3251e1a9f..b3b4eb5a399 100644 --- a/calico/reference/typha/configuration.md +++ b/calico/reference/typha/configuration.md @@ -15,7 +15,6 @@ Typha configuration can not be modified when Calico is installed via the operato <% - Configuration for Typha is read from one of two possible locations, in order, as follows. diff --git a/calico/reference/vpp/host-network.md b/calico/reference/vpp/host-network.md index 9815935e1d0..663baa866b2 100644 --- a/calico/reference/vpp/host-network.md +++ b/calico/reference/vpp/host-network.md @@ -86,7 +86,6 @@ If a pod on `Node B` wants to talk to the api-server on `Node A`, the packet flo * In `Node B`, standard routing happens (`sh ip fib ` will give details on this node) * When reaching `Node A`, we're in the same situation as previously - If a pod on `Node A` wants to talk to the api-server on `Node A`, let's say the packet is `src=10.0.0.1,dst=192.168.0.1` with `10.0.0.1` being the pod address, then: * Things happen exactly the same way as if the packet was coming from the uplink * This time packets come into vpp through `tunN` corresponding to the pod interface, and is then punted to `tap0` towards the host diff --git a/calico/reference/vpp/technical-details.md b/calico/reference/vpp/technical-details.md index b5c53787969..de5cd299476 100644 --- a/calico/reference/vpp/technical-details.md +++ b/calico/reference/vpp/technical-details.md @@ -10,7 +10,6 @@ The VPP dataplane integration is split in two components, `vpp-manager` which ha ![Implementation architecture]({{ site.baseurl }}/images/vpp-soft-arch.svg) - #### vpp-manager VPP Manager is a very light process responsible for the bootstrap of VPP, including uplink interface addressing and routing configuration. It also restores the Linux configuration on shutdown. The code can be found in this directory: [https://github.com/projectcalico/vpp-dataplane/tree/{{page.vppbranch}}/vpp-manager](https://github.com/projectcalico/vpp-dataplane/tree/{{page.vppbranch}}/vpp-manager). @@ -25,7 +24,6 @@ When VPP stops, either in reaction to a received signal or in case of a crash, v vpp-manager is voluntarily kept as simple as possible, in order to minimize the risk of bugs, as these could leave the host without connectivity, requiring a reboot. - #### calico-vpp-agent The {{ site.prodname }} VPP agent is the process responsible for all the {{ site.prodname }}-specific configuration in VPP. Its code lives in this directory: [https://github.com/projectcalico/vpp-dataplane/tree/{{page.vppbranch}}/calico-vpp-agent](https://github.com/projectcalico/vpp-dataplane/tree/{{page.vppbranch}}/calico-vpp-agent). @@ -52,7 +50,6 @@ This component is the equivalent of kube-proxy for VPP, i.e. it configures NAT l This component implements {{ site.prodname }} policies in VPP. Felix ({{ site.prodname }}'s policy agent) is configured to use a lightweight proxy as its dataplane. This proxy relays all the configuration messages sent by Felix to the `calico-vpp-agent`, and status updates the other way. The VPP agent then uses a custom plugin in VPP to implement policies. - ### Network architecture #### Primary interface configuration diff --git a/calico/reference/vpp/uplink-configuration.md b/calico/reference/vpp/uplink-configuration.md index eab74f6004a..92b977cd943 100644 --- a/calico/reference/vpp/uplink-configuration.md +++ b/calico/reference/vpp/uplink-configuration.md @@ -4,7 +4,6 @@ description: Configuration parameters for the primary interface in VPP. canonical_url: '/reference/vpp/uplink-configuration' --- - You can choose different ways to consume the host's primary interface with VPP, usually with a tradeoff between performance and simplicity of configuration. Here are the main supported configurations. * `virtio` the interface is consumed with a native VPP driver. Performance is good and set up is simple, but only virtio interfaces are supported diff --git a/calico/release-notes/index.md b/calico/release-notes/index.md index 979c0ecf3bd..ced0a076c11 100644 --- a/calico/release-notes/index.md +++ b/calico/release-notes/index.md @@ -6,7 +6,6 @@ canonical_url: '/release-notes/index' The following table shows component versioning for {{site.prodname}} **{{ page.version }}**. - To select a different version, click **Releases** in the top navigation bar. {% for release in site.data.versions %} diff --git a/calico/security/calico-network-policy.md b/calico/security/calico-network-policy.md index b6b67d58f38..b1db5a21651 100644 --- a/calico/security/calico-network-policy.md +++ b/calico/security/calico-network-policy.md @@ -80,7 +80,6 @@ Each network policy rule applies to either **ingress** or **egress** traffic. Fr You can specify whether policy applies to ingress, egress, or both using the **types** field. If you do not use the types field, Calico defaults to the following values. - | Ingress rule present? | Egress rule present? | Value | | :-------------------: | :-------------------: | :-------------: | | No | No | Ingress | @@ -88,7 +87,6 @@ You can specify whether policy applies to ingress, egress, or both using the **t | No | Yes | Egress | | Yes | Yes | Ingress, Egress | - #### Network traffic behaviors: deny and allow The Kubernetes network policy specification defines the following behavior: @@ -113,7 +111,6 @@ For compatibility with Kubernetes, **Calico network policy** follows the same be - [Apply network policies in specific order](#apply-network-policies-in-specific-order) - [Generate logs for specific traffic](#generate-logs-for-specific-traffic) - #### Control traffic to/from endpoints in a namespace In the following example, ingress traffic to endpoints in the **namespace: production** with label **color: red** is allowed, only if it comes from a pod in the same namespace with **color: blue**, on port **6379**. diff --git a/calico/security/comms/reduce-nodes.md b/calico/security/comms/reduce-nodes.md index f645aa084a8..d1bf1f78a5a 100644 --- a/calico/security/comms/reduce-nodes.md +++ b/calico/security/comms/reduce-nodes.md @@ -24,7 +24,6 @@ As part of the {{site.prodname}} bootstrap infrastructure, Typha must be availab pod networking begins and uses host networking instead. It opens a port on the node it is scheduled on. By default, it can get scheduled to any node and opens TCP 5473. - ### How to #### Tell if you have installed Typha diff --git a/calico/security/comms/secure-metrics.md b/calico/security/comms/secure-metrics.md index bd3b514f132..9c936c5c90d 100644 --- a/calico/security/comms/secure-metrics.md +++ b/calico/security/comms/secure-metrics.md @@ -365,7 +365,6 @@ The basic process is as follows: > on the [FelixConfiguration resource](../../reference/resources/felixconfig). {: .alert .alert-info} - 1. Create a network policy that allows access to the {{site.nodecontainer}} Prometheus metrics port. Now let's create a network policy that allows access to the Prometheus metrics port such that diff --git a/calico/security/encrypt-cluster-pod-traffic.md b/calico/security/encrypt-cluster-pod-traffic.md index 40a05efdc4d..45ea9961473 100644 --- a/calico/security/encrypt-cluster-pod-traffic.md +++ b/calico/security/encrypt-cluster-pod-traffic.md @@ -81,7 +81,6 @@ AKS cluster nodes run Ubuntu with a kernel that has WireGuard installed already, <% To install WireGuard for OpenShift v4.8: - 1. Install requirements: - {% include open-new-window.html text='CoreOS Butane' url='https://coreos.github.io/butane/getting-started/' %} - {% include open-new-window.html text='Openshift CLI' url='https://docs.openshift.com/container-platform/4.2/cli_reference/openshift_cli/getting-started-cli.html' %} diff --git a/calico/security/kubernetes-node-ports.md b/calico/security/kubernetes-node-ports.md index 3832d9b914a..0aefaf0ac4a 100644 --- a/calico/security/kubernetes-node-ports.md +++ b/calico/security/kubernetes-node-ports.md @@ -134,7 +134,6 @@ nodeport-external-ingress: true Then, use **nodeport-external-ingress: true** as the selector of the **allow-nodeport** policy, instead of **has(kubernetes-host)**. - ### Above and beyond - [Global network policy]({{ site.baseurl }}/reference/resources/globalnetworkpolicy) diff --git a/calico/security/services-cluster-ips.md b/calico/security/services-cluster-ips.md index 76e2ab168ea..2b957f9ab60 100644 --- a/calico/security/services-cluster-ips.md +++ b/calico/security/services-cluster-ips.md @@ -40,7 +40,6 @@ Cluster IPs were originally designed for use within the Kubernetes cluster. {{si {{site.prodname}} implements [Kubernetes service external traffic policy](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip){:target="_blank"}, which controls whether external traffic is routed to node-local or cluster-wide endpoints. The following table summarizes key differences between these settings. The default is **cluster mode**. - | **Service setting** | **Traffic is load balanced...** | **Pros and cons** | **Required service type** | | ------------------------------------------- | --------------------------------------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ | | **externalTrafficPolicy: Cluster**(default) | Across all nodes in the cluster | Equal distribution of traffic among all pods running a service.

Possible unnecessary network hops between nodes for ingress external traffic.When packets are rerouted to pods on another node, traffic is SNAT’d (source network address translation).

Destination pod can see the proxying node’s IP address rather than the actual client IP. | **ClusterIP** | diff --git a/calico/security/tutorials/kubernetes-policy-advanced.md b/calico/security/tutorials/kubernetes-policy-advanced.md index 38048efaaa9..a6c933a5d33 100644 --- a/calico/security/tutorials/kubernetes-policy-advanced.md +++ b/calico/security/tutorials/kubernetes-policy-advanced.md @@ -67,7 +67,6 @@ wget -q --timeout=5 google.com -O - It should return the HTML of the google.com home page. - ### 2. Deny all ingress traffic Enable ingress isolation on the namespace by deploying a [default deny all ingress traffic policy](https://kubernetes.io/docs/concepts/services-networking/network-policies/#default-deny-all-ingress-traffic){:target="_blank"}. diff --git a/calico/security/tutorials/kubernetes-policy-basic.md b/calico/security/tutorials/kubernetes-policy-basic.md index cd0fd60e2a9..cf693f22ca6 100644 --- a/calico/security/tutorials/kubernetes-policy-basic.md +++ b/calico/security/tutorials/kubernetes-policy-basic.md @@ -55,10 +55,8 @@ We'll use Kubernetes `Deployment` objects to easily create pods in the namespace wget -q nginx -O - ``` - You should see a response from `nginx`. Great! Our service is accessible. You can exit the pod now. - ### Enable isolation Let's turn on isolation in our `policy-demo` namespace. {{site.prodname}} will then prevent connections to pods in this namespace. diff --git a/calicoctl/CONTRIBUTING.md b/calicoctl/CONTRIBUTING.md index 07e85ec5a5c..405e94957f8 100644 --- a/calicoctl/CONTRIBUTING.md +++ b/calicoctl/CONTRIBUTING.md @@ -49,7 +49,6 @@ a bad thing): - Details of your OS. - Environment details such as GCE, bare metal, VirtualBox. - ## Contributing code and documentation For contributing code and documentation we follow the GitHub pull request diff --git a/calicoctl/README.md b/calicoctl/README.md index 6e568e1ef5c..b8970f8dc80 100644 --- a/calicoctl/README.md +++ b/calicoctl/README.md @@ -13,7 +13,6 @@ Note that the documentation in this repo is targeted at Calico contributors.

Documentation for Calico users is here:
https://docs.projectcalico.org

- For information on `calicoctl` usage, see the [calicoctl reference information](http://docs.projectcalico.org/master/reference/calicoctl/) ### Install diff --git a/confd/docs/templates.md b/confd/docs/templates.md index a4e37321e94..611fadae635 100644 --- a/confd/docs/templates.md +++ b/confd/docs/templates.md @@ -101,7 +101,6 @@ export HOSTNAME=`hostname` hostname: {{getenv "HOSTNAME"}} ``` - #### With a default value ``` diff --git a/confd/docs/tomcat-sample.md b/confd/docs/tomcat-sample.md index e3f897dcb7a..e253cb2ad7f 100644 --- a/confd/docs/tomcat-sample.md +++ b/confd/docs/tomcat-sample.md @@ -51,7 +51,6 @@ dest = "/usr/local/tomcat/conf/tomcat-users.xml" reload_cmd = "/usr/local/tomcat/bin/catalina.sh stop -force && /usr/local/tomcat/bin/catalina.sh start" ``` - ## catalina.sh File catalina.sh is the startscript for Tomcat. If confd should set memory settings like Xmx or Xms, we could either create a catalina.sh.tmpl and proceed like above or we can try to use environment variables and leave catalina.sh untouched. Leaving catalina.sh untouched is preferred here. Because it is not possible to use environment variables within toml files, we need to write a minimal shell script that passes CATALINA_OPTS variable. diff --git a/confd/etc/calico/confd/templates/README.md b/confd/etc/calico/confd/templates/README.md index afff12ffc01..f3b910b6443 100644 --- a/confd/etc/calico/confd/templates/README.md +++ b/confd/etc/calico/confd/templates/README.md @@ -7,7 +7,6 @@ Referenced by bird_ipam.toml and bird6_ipam.toml. These templates write out the route filters based on IPAM configuration. This is inherited by the main BIRD configuration file. - ### bird.cfg.template / bird6.cfg.template Referenced by the confd-generated bird.toml and bird6.toml files. diff --git a/felix/k8sfv/monitoring.md b/felix/k8sfv/monitoring.md index e3990349ea8..b7923268622 100644 --- a/felix/k8sfv/monitoring.md +++ b/felix/k8sfv/monitoring.md @@ -22,7 +22,6 @@ local port number, for example and then visit in your web browser. - ## How to interpret the results and metrics that it shows Each k8sfv test run reports a set of metrics when the run as a whole @@ -62,14 +61,12 @@ k8sfv puts the following labels on these metrics. within that test case, some name indicating the test step, such as "iteration2". - ## Technical details of how that setup runs The monitoring pieces - Grafana, a Prometheus server, and a Prometheus push gateway - run in a GKE container cluster, "k8sfv", in the `calico-test` GCE project. - ## How to recreate that setup, if you need to - Create a GKE container cluster with 2 nodes. Follow the web UI @@ -108,7 +105,6 @@ push gateway - run in a GKE container cluster, "k8sfv", in the the `PROMPG_URL` environment variable set to `http://:9091`. - ## Outstanding queries We don't set up an external IP for the push gateway. Not sure if this diff --git a/libcalico-go/docs/data-model.md b/libcalico-go/docs/data-model.md index 8b51659c881..e7d30039067 100644 --- a/libcalico-go/docs/data-model.md +++ b/libcalico-go/docs/data-model.md @@ -89,7 +89,6 @@ The following illustrates the directory structure calico uses in etcd. ## Objects - Calico focuses on the following major object types, stored in etcd: #### endpoints @@ -342,7 +341,6 @@ consists of a series of explicitly ordered "policies". Each policy has a Boolean selector expression that decides whether it applies to a given endpoint. Selector expressions match against an endpoint's labels. - Each policy must do one of the following: - Match the packet and apply an "allow" action; this immediately @@ -591,7 +589,6 @@ this policy. These tags can be referred to by rules, as shown above. A single tag may be associated with multiple security profiles, in which case it expands to reference all endpoints in all of those profiles. - ### IP pool configuration The IP pool configuration stored at @@ -680,7 +677,6 @@ where - *block* - A dictionary mapping Allocation Block CIDRs with the count of allocations within that block associated with this handle. - ### JSON node-to-node mesh configuration The configuration controlling whether a full node-to-node BGP mesh is set up @@ -715,7 +711,6 @@ and /calico/v1/config/bgp_peer_v6/ - The configuration for the host node specific BGP peers is stored at /calico/v1/host//bgp_peer_v4/ diff --git a/typha/README.md b/typha/README.md index dc3b4550a9c..dac251bd784 100644 --- a/typha/README.md +++ b/typha/README.md @@ -34,7 +34,6 @@ with a cluster greater than 50 nodes. Typha is generally not required for Calico deployments using an etcdv3 datastore directly. - ## How can I start using Typha? Follow the "more than 50 nodes" section in the