Skip to content

Places a LICENSE file in the current directory

License

Unlicense and 2 other licenses found

Licenses found

Unlicense
LICENSE
Unknown
license.1
Unknown
license.sh
Notifications You must be signed in to change notification settings

eddieantonio/license

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

Places a LICENSE in the current directory.

Usage

$ license apache-2.0 

or

$ license mit 2015 FooBar Inc.

See also man license.

Recommended Usage

Set the environment variable LICENSE_OWNER with your name in your shell's start-up script (i.e., ~/.bashrc or ~/.zshrc or what-have-you):

export LICENSE_OWNER='Insert your name here!'

And in every new shell thereafter:

$ license isc

The LICENSE file will automatically replace the year and name with the current year and LICENSE_OWNER, respectively.

The full list of licenses can be found here.

Quick Install

On OS X:

brew tap eddieantonio/eddieantonio && brew install license

On everything else:

curl -L https://github.com/eddieantonio/license/archive/master.tar.gz | tar xz && cd license-master/ && make install && cd .. && rm -rf license-master

License

This project is, ironically enough, dedicated to the public domain. For details, see http://unlicense.org/.

Originally written by Eddie Antonio Santos http://eddieantonio.ca.

About

Places a LICENSE file in the current directory

Resources

License

Unlicense and 2 other licenses found

Licenses found

Unlicense
LICENSE
Unknown
license.1
Unknown
license.sh

Stars

Watchers

Forks

Packages

No packages published