Cosmetic tweaks

Unnecessary (and embarrassingly out-of-date) shebang lines are dropped.
License headers are trimmed to not have single-octothorpe lines above
or below. The xsrfutil_test module doc string is trimmed of repeated
information and placed properly after a blank line following the
license header.
This commit is contained in:
Nathaniel Manista
2016-02-16 22:53:18 +00:00
parent 82445c31e5
commit b1964dee35
7 changed files with 1 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
#
# Copyright 2014 the Melange authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +11,6 @@
# 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.
#
"""Common utility library."""

View File

@@ -1,5 +1,3 @@
#!/usr/bin/python2.4
#
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,5 +1,3 @@
#!/usr/bin/python2.4
#
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -11,10 +11,8 @@
# 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.
"""Tests for oauth2client.contrib.xsrfutil.
Unit tests for oauth2client.contrib.xsrfutil.
"""
"""Tests for oauth2client.contrib.xsrfutil."""
import base64
import unittest

View File

@@ -1,5 +1,3 @@
#!/usr/bin/python2.4
#
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,5 +1,3 @@
#!/usr/bin/python2.4
#
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");