From c9db31725d612b32f79f44d30b4ee8ffb9560e63 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sat, 9 Feb 2013 08:07:22 -0800 Subject: [PATCH] Convert LICENSE to Markdown [ci skip] --- .yardopts | 3 ++- LICENSE => LICENSE.md | 4 +--- README.md | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) rename LICENSE => LICENSE.md (93%) diff --git a/.yardopts b/.yardopts index 70bb7f2..567a563 100644 --- a/.yardopts +++ b/.yardopts @@ -1,4 +1,5 @@ --markup markdown - -HISTORY.md +CONTRIBUTING.md LICENSE.md +README.md diff --git a/LICENSE b/LICENSE.md similarity index 93% rename from LICENSE rename to LICENSE.md index 24e2cf9..1d6d23e 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,6 +1,4 @@ -Copyright (c) 2010 Steve Richert, Erik Michaels-Ober - -MIT License +Copyright (c) 2010-2013 Steve Richert, Erik Michaels-Ober Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 31cffec..8044d8f 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ fashion. If critical issues for a particular implementation exist at the time of a major release, support for that Ruby version may be dropped. ## Copyright -Copyright (c) 2010 Steve Richert, Erik Michaels-Ober. -See [LICENSE](https://github.com/laserlemon/simple_oauth/blob/master/LICENSE) for details. +Copyright (c) 2010-2013 Steve Richert, Erik Michaels-Ober. See +[LICENSE](LICENSE.md) for details.