diff --git a/examples/allocator-service/Dockerfile b/examples/allocator-service/Dockerfile index fb97c5e9e8..2881b3140c 100644 --- a/examples/allocator-service/Dockerfile +++ b/examples/allocator-service/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# 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. + # Gather dependencies and build the executable FROM golang:1.10.3 as builder diff --git a/examples/allocator-service/allocator-ingress.yaml b/examples/allocator-service/allocator-ingress.yaml index 8dfc495ff9..80421e96d5 100644 --- a/examples/allocator-service/allocator-ingress.yaml +++ b/examples/allocator-service/allocator-ingress.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# 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. + # Create a single service Ingress resource apiVersion: extensions/v1beta1 kind: Ingress diff --git a/examples/allocator-service/allocator-service.yaml b/examples/allocator-service/allocator-service.yaml index 23cc3a5159..19911f03b7 100644 --- a/examples/allocator-service/allocator-service.yaml +++ b/examples/allocator-service/allocator-service.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# 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. + # Define a Service for the fleet-allocator apiVersion: v1 kind: Service diff --git a/examples/allocator-service/main.go b/examples/allocator-service/main.go index 83fd76604d..74995d7cea 100644 --- a/examples/allocator-service/main.go +++ b/examples/allocator-service/main.go @@ -1,3 +1,17 @@ +// Copyright 2019 Google LLC All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// 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. + package main import ( diff --git a/examples/allocator-service/service-account.yaml b/examples/allocator-service/service-account.yaml index bb43961a6b..7936851561 100644 --- a/examples/allocator-service/service-account.yaml +++ b/examples/allocator-service/service-account.yaml @@ -1,3 +1,17 @@ +# Copyright 2019 Google LLC All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# 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. + # Create a Role in the default namespace that grants access to the agones api apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/pkg/util/logfields/logfields.go b/pkg/util/logfields/logfields.go index 4b07c4cfdc..3e3aacd4f4 100644 --- a/pkg/util/logfields/logfields.go +++ b/pkg/util/logfields/logfields.go @@ -1,3 +1,17 @@ +// Copyright 2019 Google LLC All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// 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. + package logfields import ( diff --git a/tools.go b/tools.go index 4cdaf57799..9a62e49ccc 100644 --- a/tools.go +++ b/tools.go @@ -1,5 +1,19 @@ // +build tools +// Copyright 2019 Google LLC All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// 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. + package agones /*