Skip to content

Commit

Permalink
Update version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Apr 3, 2013
1 parent 2d4c7d6 commit 9d65806
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
6 changes: 5 additions & 1 deletion aspect/cache.js
@@ -1,7 +1,11 @@
/** @license MIT License (c) copyright 2011-2013 original author or authors */

/**
* Caching aspect
* Requires JSON.stringify. See cujojs/poly if you need a JSON polyfill
* @author: brian@hovercraftstudios.com
*
* @author Brian Cavalier
* @author John Hann
*/
(function(define) {
define(function() {
Expand Down
6 changes: 5 additions & 1 deletion aspect/memoize.js
@@ -1,6 +1,10 @@
/** @license MIT License (c) copyright 2011-2013 original author or authors */

/**
* Simple memoization aspect
* @author: brian@hovercraftstudios.com
*
* @author Brian Cavalier
* @author John Hann
*/
(function(define) {
define(function(require) {
Expand Down
5 changes: 5 additions & 0 deletions aspect/trace.js
@@ -1,6 +1,11 @@
/** @license MIT License (c) copyright 2011-2013 original author or authors */

/**
* trace
* @author: brian@hovercraftstudios.com
*
* @author Brian Cavalier
* @author John Hann
*/
(function(define) {
define(function(require) {
Expand Down
6 changes: 4 additions & 2 deletions meld.js
@@ -1,4 +1,4 @@
/** @license MIT License (c) copyright B Cavalier & J Hann */
/** @license MIT License (c) copyright 2011-2013 original author or authors */

/**
* meld
Expand All @@ -9,7 +9,9 @@
* Licensed under the MIT License at:
* http://www.opensource.org/licenses/mit-license.php
*
* @version 1.2.0
* @author Brian Cavalier
* @author John Hann
* @version 1.2.1
*/
(function (define) {
define(function () {
Expand Down

0 comments on commit 9d65806

Please sign in to comment.