From b1cf2e110263da5df9e7901d34c5fccb20bb3cc4 Mon Sep 17 00:00:00 2001 From: Graham Welch Date: Mon, 7 Dec 2015 14:52:18 -0800 Subject: [PATCH] Remove Google Inc. Copyright from unittest files. --- expandybird/test/templates/helpers/common.py | 2 -- expandybird/test/templates/helpers/extra/common2.py | 2 -- expandybird/test/templates/python_and_jinja_template.py | 2 -- expandybird/test/templates/python_noparams.py | 2 -- expandybird/test/templates/python_schema.py | 2 -- expandybird/test/templates/python_template.py | 2 -- expandybird/test/templates/python_template_with_env.py | 2 -- expandybird/test/templates/python_template_with_import.py | 2 -- expandybird/test/templates/python_template_with_inlinedfile.py | 2 -- expandybird/test/templates/python_with_exception.py | 2 -- 10 files changed, 20 deletions(-) diff --git a/expandybird/test/templates/helpers/common.py b/expandybird/test/templates/helpers/common.py index 16088dbeb..a553e65dd 100644 --- a/expandybird/test/templates/helpers/common.py +++ b/expandybird/test/templates/helpers/common.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - """Dummy helper methods invoked in other constructors.""" diff --git a/expandybird/test/templates/helpers/extra/common2.py b/expandybird/test/templates/helpers/extra/common2.py index 17ab8209e..469354b81 100644 --- a/expandybird/test/templates/helpers/extra/common2.py +++ b/expandybird/test/templates/helpers/extra/common2.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - """Dummy helper methods invoked in other constructors.""" diff --git a/expandybird/test/templates/python_and_jinja_template.py b/expandybird/test/templates/python_and_jinja_template.py index 7213f0679..86562c9d0 100644 --- a/expandybird/test/templates/python_and_jinja_template.py +++ b/expandybird/test/templates/python_and_jinja_template.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - #% description: Creates a VM running a Salt master daemon in a Docker container. #% parameters: #% - name: masterAddress diff --git a/expandybird/test/templates/python_noparams.py b/expandybird/test/templates/python_noparams.py index 5ee3255f2..2542d71bb 100644 --- a/expandybird/test/templates/python_noparams.py +++ b/expandybird/test/templates/python_noparams.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - """Constructs a VM.""" diff --git a/expandybird/test/templates/python_schema.py b/expandybird/test/templates/python_schema.py index 59d74cfd7..2d935f7ad 100644 --- a/expandybird/test/templates/python_schema.py +++ b/expandybird/test/templates/python_schema.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - #% description: Creates a VM running a Salt master daemon in a Docker container. #% parameters: #% - name: masterAddress diff --git a/expandybird/test/templates/python_template.py b/expandybird/test/templates/python_template.py index 3bda1b331..57ff7fe73 100644 --- a/expandybird/test/templates/python_template.py +++ b/expandybird/test/templates/python_template.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - #% description: Creates a VM running a Salt master daemon in a Docker container. #% parameters: #% - name: masterAddress diff --git a/expandybird/test/templates/python_template_with_env.py b/expandybird/test/templates/python_template_with_env.py index 59d74cfd7..2d935f7ad 100644 --- a/expandybird/test/templates/python_template_with_env.py +++ b/expandybird/test/templates/python_template_with_env.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - #% description: Creates a VM running a Salt master daemon in a Docker container. #% parameters: #% - name: masterAddress diff --git a/expandybird/test/templates/python_template_with_import.py b/expandybird/test/templates/python_template_with_import.py index 716d2604b..ba362233a 100644 --- a/expandybird/test/templates/python_template_with_import.py +++ b/expandybird/test/templates/python_template_with_import.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - """Constructs a VM.""" import json diff --git a/expandybird/test/templates/python_template_with_inlinedfile.py b/expandybird/test/templates/python_template_with_inlinedfile.py index 818df3a0e..2ea1fb8ed 100644 --- a/expandybird/test/templates/python_template_with_inlinedfile.py +++ b/expandybird/test/templates/python_template_with_inlinedfile.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - """Constructs a VM.""" # Verify that both ways of hierarchical imports work. diff --git a/expandybird/test/templates/python_with_exception.py b/expandybird/test/templates/python_with_exception.py index 75fe4c888..bf982a82f 100644 --- a/expandybird/test/templates/python_with_exception.py +++ b/expandybird/test/templates/python_with_exception.py @@ -1,5 +1,3 @@ -# Copyright 2014 Google Inc. All Rights Reserved. - """A python script that raise exceptions. """