8000 Fix License Headers · lauro-cesar/python-docs-samples@90bfa5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 90bfa5d

Browse files
committed
Fix License Headers
1 parent 8c3da38 commit 90bfa5d

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

ml_engine/online_prediction/predict.py

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
#!/bin/python
2-
# Copyright 2017 Google Inc. All Rights Reserved. Licensed under the Apache
3-
# License, Version 2.0 (the "License"); you may not use this file except in
4-
# compliance with the License. You may obtain a copy of the License at
5-
# http://www.apache.org/licenses/LICENSE-2.0
6-
2+
# Copyright 2017 Google Inc. All Rights Reserved.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
710
# Unless required by applicable law or agreed to in writing, software
8-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10-
# License for the specific language governing permissions and limitations under
11-
# the License.
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215

1316
"""Examples of using the Cloud ML Engine's online prediction service."""
1417
import argparse

ml_engine/online_prediction/predict_test.py

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved. Licensed under the Apache
2-
# License, Version 2.0 (the "License"); you may not use this file except in
3-
# compliance with the License. You may obtain a copy of the License at
4-
# http://www.apache.org/licenses/LICENSE-2.0
5-
1+
# Copyright 2017 Google Inc. All Rights Reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
69
# Unless required by applicable law or agreed to in writing, software
7-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
9-
# License for the specific language governing permissions and limitations under
10-
# the License.
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
1114

1215
"""Tests for predict.py ."""
1316

0 commit comments

Comments
 (0)
0