Skip to content

Commit 77796da

Browse files
committed
fix boilerplate
1 parent 0de4121 commit 77796da

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 2016 The Kubernetes Authors All rights reserved.
1+
# Copyright 2020 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# https://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,

server.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
/*
2-
Copyright 2020 The Kubernetes Authors All rights reserved.
1+
/*Copyright 2020 Google LLC
32
43
Licensed under the Apache License, Version 2.0 (the "License");
54
you may not use this file except in compliance with the License.
65
You may obtain a copy of the License at
76
8-
http://www.apache.org/licenses/LICENSE-2.0
7+
https://www.apache.org/licenses/LICENSE-2.0
98
109
Unless required by applicable law or agreed to in writing, software
1110
distributed under the License is distributed on an "AS IS" BASIS,
1211
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1312
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
*/
13+
limitations under the License.*/
1614

1715
package main
1816

0 commit comments

Comments
 (0)