From f4b09c3b6c5ddce3bcd5ed2399aa072acb168c23 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Sun, 1 Mar 2015 22:27:17 +0700 Subject: [PATCH] Add CodeClimate to README. Update MIT copyright year. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 530153e..5ebdbfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AltoRouter [![Build Status](https://api.travis-ci.org/dannyvankooten/AltoRouter.png)](http://travis-ci.org/dannyvankooten/AltoRouter) +# AltoRouter [![Build Status](https://api.travis-ci.org/dannyvankooten/AltoRouter.png)](http://travis-ci.org/dannyvankooten/AltoRouter) [![Code Climate](https://codeclimate.com/github/dannyvankooten/AltoRouter/badges/gpa.svg)](https://codeclimate.com/github/dannyvankooten/AltoRouter) AltoRouter is a small but powerful routing class for PHP 5.3+, heavily inspired by [klein.php](https://github.com/chriso/klein.php/). ```php @@ -44,7 +44,7 @@ You need PHP >= 5.3 to use AltoRouter. (MIT License) -Copyright (c) 2012-2014 Danny van Kooten +Copyright (c) 2012-2015 Danny van Kooten Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: