From 14f82766fbc4b0516a418c8c28ebc58cb901a9af Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 25 Feb 2012 14:09:03 -0600 Subject: [PATCH 1/2] added certificate of origin to license file. --- license.txt | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/license.txt b/license.txt index 1ec1c084..b0a3efdf 100644 --- a/license.txt +++ b/license.txt @@ -17,4 +17,30 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Developer’s Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +(a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +(b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +(c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +(d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. \ No newline at end of file From 1e5c6ee24650a7d34fe2b85f80bcbce06aa448b2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 25 Feb 2012 14:10:10 -0600 Subject: [PATCH 2/2] incremented version. --- artisan | 2 +- paths.php | 2 +- public/index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artisan b/artisan index 0351c940..b2bb625b 100644 --- a/artisan +++ b/artisan @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 3.0.1 + * @version 3.0.2 * @author Taylor Otwell * @link http://laravel.com */ diff --git a/paths.php b/paths.php index 349b8770..ed4f4bdd 100644 --- a/paths.php +++ b/paths.php @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 3.0.1 + * @version 3.0.2 * @author Taylor Otwell * @link http://laravel.com */ diff --git a/public/index.php b/public/index.php index a17d7153..5fb38339 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 3.0.1 + * @version 3.0.2 * @author Taylor Otwell * @link http://laravel.com */