Skip to content

Commit a1dc247

Browse files
msampathkumardandhlee
authored andcommitted
Update copyright headers for main.py main_test.py and startup_script.sh
1 parent 066ce70 commit a1dc247

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

error_reporting/fluent_on_compute/main.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
#!/usr/bin/env python
2+
# Copyright 2016 Google Inc.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -11,8 +12,10 @@
1112
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1213
# See the License for the specific language governing permissions and
1314
# limitations under the License.
15+
#
16+
# All rights reserved.
1417

15-
# [START error_reporting]
18+
# [START error_reporting_fluent_on_compute]
1619
import traceback
1720

1821
import fluent.event
@@ -35,7 +38,7 @@ def report(ex):
3538
raise NameError
3639
except Exception:
3740
report(traceback.format_exc())
38-
# [END error_reporting]
41+
# [END error_reporting_fluent_on_compute]
3942

4043

4144
if __name__ == '__main__':

error_reporting/fluent_on_compute/main_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
#!/usr/bin/env python
2+
# Copyright 2016 Google Inc.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -11,6 +12,8 @@
1112
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1213
# See the License for the specific language governing permissions and
1314
# limitations under the License.
15+
#
16+
# All rights reserved.
1417

1518
import mock
1619

error_reporting/fluent_on_compute/startup_script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright 2016 Google Inc. All rights reserved.
2+
# Copyright 2016 Google Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -12,6 +12,8 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15+
#
16+
# All rights reserved.
1517

1618
set -v
1719

0 commit comments

Comments
 (0)