]> git.cworth.org Git - nodemuch/commitdiff
Add an explicit license (GPLv3+) to nodemuch.js master
authorCarl Worth <cworth@cworth.org>
Sun, 5 Dec 2010 11:38:25 +0000 (03:38 -0800)
committerCarl Worth <cworth@cworth.org>
Sun, 5 Dec 2010 11:38:25 +0000 (03:38 -0800)
This is the same license used by notmuch itself.

nodemuch.js

index fb57c915549157c8b4f0d78cc027853600db1526..0c44e6d0f0659798d8faeb39bcd2a2f91965b716 100644 (file)
@@ -1,3 +1,25 @@
+/* nodemuch - A nodejs interface to the notmuch mail system
+ *
+ * Copyright © 2010 Carl Worth
+ * Copyright © 2010 Richard D. Worth
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/ .
+ *
+ * Authors: Carl Worth <cworth@cworth.org>
+ *          Richard D. Worth <rdworth@rdworth.org>
+ */
+
 var http = require( "http" ),
     parse = require( "url" ).parse,
     exec = require( "child_process" ).exec;