Fix up license headers and Python linting

This will help [] be submitted without breaking the linter.
License headers are now added automatically where they were previously
added by hand. We're also now adding the license header to Soy and SQL
files.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129017424
This commit is contained in:
Justine Tunney 2016-08-01 13:05:13 -07:00
parent 9e65acc937
commit e3bb5dc9b0
13 changed files with 4 additions and 160 deletions

View file

@ -1,4 +1,4 @@
"""ICANN reporting BigQuery query construction logic.
# Copyright 2016 The Domain Registry Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""ICANN reporting BigQuery query construction logic.
The IcannReportQueryBuilder class contains logic for constructing the
multi-part BigQuery queries used to produce ICANN monthly reports. These

View file

@ -1,4 +1,4 @@
"""Tests for google.registry.reporting.icann_report_query_builder."""
# Copyright 2016 The Domain Registry Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tests for google.registry.reporting.icann_report_query_builder."""
import os
import unittest