Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating license header for #2387. #2390

Merged
merged 1 commit into from
Sep 22, 2016
Merged

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 22, 2016

Fixes #2387.

Done via:

$ git grep -l 'Inc. All rights reserved.' |
> xargs sed -i s/'Inc. All rights reserved.'/'Inc.'/g

Also adding a license to update_json_docs.sh. I have an updated script for checking the licenses we have in Python and Shell files.

I also wrote a script to check all the extensions we have (and extension-less files): The output is

  • .bigtable_v2
  • .cmd
  • .coveragerc
  • .datastore
  • .enc
  • .gitignore
  • .html
  • .ico
  • .in
  • .ini
  • .json
  • .md
  • .png
  • .proto
  • .ps1
  • .py
  • .rst
  • .sample
  • .sh
  • .txt
  • .yaml
  • .yml
  • .zip
  • LICENSE
  • docs/Makefile
  • scripts/pylintrc_default

Done via:

$ git grep -l 'Inc. All rights reserved.' |
> xargs sed -i s/'Inc. All rights reserved.'/'Inc.'/g
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 22, 2016
@dhermes dhermes merged commit 0142350 into googleapis:master Sep 22, 2016
@dhermes dhermes deleted the fix-2387 branch September 22, 2016 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants