Skip to content

Commit

Permalink
Update licence headers
Browse files Browse the repository at this point in the history
  • Loading branch information
zidarsk8 committed Jan 3, 2017
1 parent 4352c8f commit f8fca0f
Show file tree
Hide file tree
Showing 1,700 changed files with 1,700 additions and 1,700 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-selenium
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SHELL := /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

Vagrant.configure("2") do |config|
Expand Down
2 changes: 1 addition & 1 deletion bin/build_app_yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>


Expand Down
2 changes: 1 addition & 1 deletion bin/build_assets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/build_css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/build_docs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

python -m docbuilder --clean --strict
2 changes: 1 addition & 1 deletion bin/check
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/check_eslint_diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/check_flake8_diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/check_pylint_diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/db_drop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/db_migrate
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/db_reset
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/deploy_appengine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/do-update
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/init_env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH="$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )"
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/functions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/run_checkstyle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/run_code_style
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/run_integration
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/run_selenium
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/run_unittests
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion bin/launch_gae_ggrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/launch_ggrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

python -m ggrc
2 changes: 1 addition & 1 deletion bin/launch_ggrc_test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>


Expand Down
2 changes: 1 addition & 1 deletion bin/run_behave
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/run_integration
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/run_karma
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

/vagrant/node_modules/karma/bin/karma start --reporters dots & watch_assets
2 changes: 1 addition & 1 deletion bin/run_pytests
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/run_travis_tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/run_unit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/setup_linked_packages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

"""Setup linked packages required for GGRC
Expand Down
2 changes: 1 addition & 1 deletion bin/update_license_header
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/watch_assets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion bin/watch_css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Karma Configuration
// Copyright (C) 2016 Google Inc.
// Copyright (C) 2017 Google Inc.
// Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

module.exports = function (config) {
Expand Down
2 changes: 1 addition & 1 deletion license_header.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (C) 2016 Google Inc.
Copyright (C) 2017 Google Inc.
Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
2 changes: 1 addition & 1 deletion provision/docker/selenium.bashrc.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

# ~/.bashrc: executed by bash(1) for non-login shells.
Expand Down
2 changes: 1 addition & 1 deletion provision/docker/vagrant.bashrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

# ~/.bashrc: executed by bash(1) for non-login shells.
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/common/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/common/pre_tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/common/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/ggrc/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/ggrc/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/ggrc/templates/.bashrc.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

# ~/.bashrc: executed by bash(1) for non-login shells.
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/ggrc/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/mysql/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/mysql/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/roles/mysql/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

---
Expand Down
2 changes: 1 addition & 1 deletion provision/site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

- name: Reciprocity gGRC
Expand Down
2 changes: 1 addition & 1 deletion src/app.yaml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# # Copyright (C) 2016 Google Inc.
# # Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
#
# See https://developers.google.com/appengine/docs/python/config/appconfig
Expand Down
2 changes: 1 addition & 1 deletion src/behave.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

[behave]
Expand Down
2 changes: 1 addition & 1 deletion src/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# # Copyright (C) 2016 Google Inc.
# # Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
#
# See https://developers.google.com/appengine/docs/python/config/appconfig
Expand Down
2 changes: 1 addition & 1 deletion src/docbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

"""
Expand Down
2 changes: 1 addition & 1 deletion src/docbuilder/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

"""
Expand Down
2 changes: 1 addition & 1 deletion src/docbuilder/builder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

"""API documentation builder."""
Expand Down
2 changes: 1 addition & 1 deletion src/docbuilder/descriptors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
"""
Descriptors.
Expand Down
2 changes: 1 addition & 1 deletion src/docbuilder/descriptors/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Google Inc.
# Copyright (C) 2017 Google Inc.
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>

"""
Expand Down
Loading

0 comments on commit f8fca0f

Please sign in to comment.