Skip to content

Commit

Permalink
Updated license and copyright notice.
Browse files Browse the repository at this point in the history
Typo.
  • Loading branch information
sallar committed Jan 29, 2013
1 parent c969a89 commit 5223ff1
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Jalali (Shamsi) DadeTime class written in PHP, Supports year higher than 2038.

##About v2.1.5

PHP's default `date` function does not support years higher than
2038, so the `DateTime` class was introduced in PHP5 to solve this problem and provide more sophisticated date methods. Iranian users have been using an old `jdate` function to convert Gregorian date to the Jalali equivalent, which is completely based on the old php `date` function so its pretty much out-dated.
PHP's default `date` function does not support years higher than 2038, so the `DateTime` class was introduced in PHP5 to solve this problem and provide more sophisticated date methods. Iranian users have been using an old `jdate` function to convert Gregorian date to the Jalali equivalent, which is completely based on the old php `date` function so its pretty much out-dated.

##Contributors:
- [Sallar Kaboli](http://sallar.me)
Expand All @@ -22,12 +21,32 @@ jDateTime Requires **PHP >= 5.2**
##License
jDateTime was created by [Sallar Kaboli](http://sallar.me) and released under the [MIT License](http://opensource.org/licenses/mit-license.php).

Copyright (C) 2012 [Sallar Kaboli](http://sallar.me)
Copyright (C) 2013 [Sallar Kaboli](http://sallar.me)
Part of Phoenix Framework (p5x.org) by [Phoenix Alternatvie](http://p5x.org)

Original Jalali to Gregorian (and vice versa) convertor:
Copyright (C) 2000 Roozbeh Pournader and Mohammad Toossi

Copyright (C) 2003-2013 Sallar Kaboli

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:

1- The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

2- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR 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.

##Resources
- [List of supported timezones](http://www.php.net/manual/en/timezones.php)
- [Documentation and Instructions in Persian](http://sallar.me/projects/jdatetime)
Expand Down

0 comments on commit 5223ff1

Please sign in to comment.