Browse Source

licenses: clarify which BSD license it is.

Rusty Russell 15 years ago
parent
commit
b53e1f753b
3 changed files with 2 additions and 2 deletions
  1. 1 1
      ccan/daemon_with_notify/LICENSE
  2. 1 1
      ccan/daemon_with_notify/_info
  3. 0 0
      licenses/BSD-3CLAUSE

+ 1 - 1
ccan/daemon_with_notify/LICENSE

@@ -1 +1 @@
-../../licenses/BSD
+../../licenses/BSD-3CLAUSE

+ 1 - 1
ccan/daemon_with_notify/_info

@@ -42,7 +42,7 @@
  *		exit(0);
  *		exit(0);
  *	}
  *	}
  *
  *
- * License: BSD
+ * License: BSD (3 clause)
  * Author: Stewart Smith <stewart@flamingspork.com>
  * Author: Stewart Smith <stewart@flamingspork.com>
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])

+ 0 - 0
licenses/BSD → licenses/BSD-3CLAUSE