Skip to content

Commit

Permalink
Rename COPYING to LICENSE (#494)
Browse files Browse the repository at this point in the history
Rename COPYING to LICENSE
  • Loading branch information
chenyumic authored and houglum committed Jan 10, 2018
1 parent 114fc88 commit 5b11b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include CHANGES.md
include CHECKSUM
include CONTRIBUTING.md
include COPYING
include LICENSE
include README.md
include VERSION
include gsutil
Expand Down
4 changes: 2 additions & 2 deletions gslib/tests/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def test_update(self):
# working files left in top-level directory by gsutil developers (like tags,
# .git*, etc.)
os.makedirs(gsutil_dst)
for comp in ('CHANGES.md', 'CHECKSUM', 'COPYING', 'gslib', 'gsutil',
'gsutil.py', 'MANIFEST.in', 'README.md', 'setup.py', 'test',
for comp in ('CHANGES.md', 'CHECKSUM', 'gslib', 'gsutil',
'gsutil.py', 'LICENSE', 'MANIFEST.in', 'README.md', 'setup.py', 'test',
'third_party', 'VERSION'):
if os.path.isdir(os.path.join(GSUTIL_DIR, comp)):
func = shutil.copytree
Expand Down

0 comments on commit 5b11b66

Please sign in to comment.