]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Updated authors/contributors lists
authorIskren Chernev <iskren.chernev@gmail.com>
Thu, 12 Sep 2013 08:35:51 +0000 (01:35 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Thu, 12 Sep 2013 08:35:51 +0000 (01:35 -0700)
LICENSE
moment.js
package.json
readme.md

diff --git a/LICENSE b/LICENSE
index 8beeefc3bff2f281ea2066acb07179f70f09a0e4..b44e3a68ce1e3e8435111e9000510bab7aa39e13 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2012 Tim Wood
+Copyright (c) 2011-2013 Tim Wood, Iskren Chernev, Moment.js contributors
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
@@ -19,4 +19,4 @@ 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
+OTHER DEALINGS IN THE SOFTWARE.
index 285b446783d144ea2c25df7f7ae8fa119a07d265..0cf496ebd99092086d392ec2b12b0afcd8433cec 100644 (file)
--- a/moment.js
+++ b/moment.js
@@ -1,6 +1,6 @@
 //! moment.js
 //! version : 2.2.0
-//! author  : Tim Wood
+//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
 //! license : MIT
 //! momentjs.com
 
index 9a9df58643a3c0d921f6981d6fb045b07634c16a..7e97a96dc47346536e8a19be0ac3829e92654cbc 100644 (file)
@@ -3,10 +3,12 @@
     "version": "2.2.0",
     "description": "Parse, manipulate, and display dates.",
     "homepage": "http://momentjs.com",
-    "author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
+    "author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",
     "contributors": [
+        "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
         "Rocky Meza (http://rockymeza.com)",
-        "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)"
+        "Matt Johnson <mj1856@hotmail.com> (http://codeofmatt.com)",
+        "Isaac Cambron <isaac@isaaccambron.com> (http://drunkencoder.net/)"
     ],
     "keywords": [
         "moment",
index 424bd0021c590eff8799fb59c53162bf92021ef3..85c05c38b1b979b5e91b8396bb797b336d4e3059 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -267,13 +267,3 @@ License
 =======
 
 Moment.js is freely distributable under the terms of the MIT license.
-
-Copyright (c) 2011-2012 Tim Wood
-
-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:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-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.