Skip to content

Commit 54756e2

Browse files
committed
Update copyright
1 parent ce34678 commit 54756e2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

domReady.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/** @license MIT License (c) copyright B Cavalier & J Hann */
1+
/** @license MIT License (c) copyright 2011-2013 original author or authors */
22

33
/**
4-
* wire/domReady plugin
4+
* wire/domReady
55
* A base wire/domReady module that plugins can use if they need domReady. Simply
66
* add 'wire/domReady' to your plugin module dependencies
77
* (e.g. require(['wire/domReady', ...], function(domReady, ...) { ... })) and you're
@@ -21,6 +21,9 @@
2121
* paths: {
2222
* 'wire/domReady': 'path/to/my/domReady'
2323
* }
24+
*
25+
* @author Brian Cavalier
26+
* @author John Hann
2427
*/
2528

2629
(function(global) {

wire.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @license MIT License (c) copyright B Cavalier & J Hann */
1+
/** @license MIT License (c) copyright 2011-2013 original author or authors */
22

33
/*jshint sub:true*/
44

@@ -11,6 +11,8 @@
1111
* Licensed under the MIT License at:
1212
* http://www.opensource.org/licenses/mit-license.php
1313
*
14+
* @author Brian Cavalier
15+
* @author John Hann
1416
* @version 0.10.0
1517
*/
1618
(function(rootSpec, define){ 'use strict';

0 commit comments

Comments
 (0)