An open API service indexing awesome lists of open source software.

https://github.com/naps62/copyright-updater

Get ready for the new year :christmas_tree:
https://github.com/naps62/copyright-updater

Last synced: over 1 year ago
JSON representation

Get ready for the new year :christmas_tree:

Awesome Lists containing this project

README

          

# Copyright Updater

Get ready for the new year. Update your license files

![explosm](http://files.explosm.net/comics/Rob/newyears-2014.gif)

## Usage

Pass as arguments the path to a git repo containing a LICENSE:

./copyright-updater path/to/repo

Or just pass along all your repos:

./copyright-updater my_projects/*

The script will:

* Search for a file with a name matching `LICENSE*`
* Replace `Copyright XXXX` with Copyright `XXXX-2014`
* Replace `Copyright XXXX-YYYY` with Copyright `XXXX-2014`
* Commit the license file and push it
* Warn you for every directory that does not contain a LICENSE file