mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-06 16:36:43 +02:00
Add CodeClimate to README. Update MIT copyright year.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# AltoRouter [](http://travis-ci.org/dannyvankooten/AltoRouter)
|
||||
# AltoRouter [](http://travis-ci.org/dannyvankooten/AltoRouter) [](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 <hi@dannyvankooten.com>
|
||||
Copyright (c) 2012-2015 Danny van Kooten <hi@dannyvankooten.com>
|
||||
|
||||
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:
|
||||
|
||||
|
Reference in New Issue
Block a user