diff options
author | Jon Tewksbury <jontewks@gmail.com> | 2014-03-12 22:37:25 -0700 |
---|---|---|
committer | Jon Tewksbury <jontewks@gmail.com> | 2014-03-12 22:37:25 -0700 |
commit | 5f5e5508b0560339f7f57fa125496d0b9f1ea077 (patch) | |
tree | 145b4ec39618bd8df3ac9009b07173e7bc6a691c | |
parent | b6cbba9dfee5985232b473e94595c2fb1ab83715 (diff) | |
download | zsh-5f5e5508b0560339f7f57fa125496d0b9f1ea077.tar.gz zsh-5f5e5508b0560339f7f57fa125496d0b9f1ea077.tar.bz2 zsh-5f5e5508b0560339f7f57fa125496d0b9f1ea077.zip |
Update license year
Fix outdated copyright year (updated to 2014).
The copyright year was out of date. Copyright notices must reflect the current year, so this commit updates the listed year to 2014.
See http://www.copyright.gov/circs/circ01.pdf for more info.
-rw-r--r-- | MIT-LICENSE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index f6edab65b..6eb8aab34 100644 --- a/MIT-LICENSE.txt +++ b/MIT-LICENSE.txt @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2009-2013 Robby Russell and contributors (see https://github.com/robbyrussell/oh-my-zsh/contributors) +Copyright (c) 2009-2014 Robby Russell and contributors (see https://github.com/robbyrussell/oh-my-zsh/contributors) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |