[Pkg-javascript-commits] [node-async] 460/480: fix #515, add missing license header
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit c475003a3cb36e9ddea1b216da741c2a10709bf2
Author: fritx <uxfritz at 163.com>
Date: Sat Apr 26 11:18:37 2014 +0800
fix #515, add missing license header
---
lib/async.js | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/lib/async.js b/lib/async.js
index 20afb3b..a1d1d6a 100755
--- a/lib/async.js
+++ b/lib/async.js
@@ -1,3 +1,10 @@
+/*!
+ * async
+ * https://github.com/caolan/async
+ *
+ * Copyright 2010-2014 Caolan McMahon
+ * Released under the MIT license
+ */
/*jshint onevar: false, indent:4 */
/*global setImmediate: false, setTimeout: false, console: false */
(function () {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list