From 4edef4c9595e2f2b7c9af236f8d6c67e7bc5d8fb Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 19 Jan 2013 16:07:15 -0800 Subject: [PATCH] Update license and copyright. Former-commit-id: 16ded758d08c66dcc9585e75848dec5420ddbbf2 --- CONTRIBUTING.md | 4 ++-- LICENSE.txt | 6 +++--- lodash.js | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca4191ac0..f2eb92f58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,12 +7,12 @@ Please make sure to [search the issue tracker](https://github.com/bestiejs/lodas Include updated unit tests in the `test` directory as part of your pull request. You can run the tests from the command line via `npm test`, or open `test/index.html` in a web browser. -The `test/run-test.sh` script attempts to run the tests in [Rhino](http://www.mozilla.org/rhino/), [RingoJS](http://ringojs.org/), [Narwhal](https://github.com/280north/narwhal), and [Node](http://nodejs.org/), before running them in your default browser. +The `test/run-test.sh` script attempts to run the tests in [Rhino](https://developer.mozilla.org/en-US/docs/Rhino), [RingoJS](http://ringojs.org/), [Narwhal](https://github.com/280north/narwhal), and [Node](http://nodejs.org/), before running them in your default browser. The [Backbone](http://backbonejs.org/) and [Underscore](http://http://underscorejs.org/) test suites are included as well. ## Contributor License Agreement -Lo-Dash is preparing to join [Dojo Foundation](http://dojofoundation.org/). +Lo-Dash is a member of the [Dojo Foundation](http://dojofoundation.org/). As such, we request that all contributors sign the Dojo Foundation [contributor license agreement](http://dojofoundation.org/about/claForm). For more information about CLAs, please check out Alex Russell’s excellent post, ["Why Do I Need to Sign This?"](http://infrequently.org/2008/06/why-do-i-need-to-sign-this/). diff --git a/LICENSE.txt b/LICENSE.txt index cd3ae1777..cc082396c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ -Copyright 2012 John-David Dalton -Based on Underscore.js 1.4.3, copyright 2009-2012 Jeremy Ashkenas, -DocumentCloud Inc. +Copyright 2012-2013 The Dojo Foundation +Based on Underscore.js 1.4.3, copyright 2009-2013 Jeremy Ashkenas, +DocumentCloud Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lodash.js b/lodash.js index e72db4c36..b0425fb85 100644 --- a/lodash.js +++ b/lodash.js @@ -1,9 +1,9 @@ /** * @license - * Lo-Dash 1.0.0-rc.3 - * (c) 2012 John-David Dalton - * Based on Underscore.js 1.4.3 - * (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc. + * Lo-Dash 1.0.0-rc.3 + * Copyright 2012-2013 The Dojo Foundation + * Based on Underscore.js 1.4.3 + * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud Inc. * Available under MIT license */ ;(function(window, undefined) {