From b53e1f753b0a94979c273f1a2a0191ab41b637e5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 22 Feb 2011 14:03:15 +1030 Subject: [PATCH] licenses: clarify which BSD license it is. --- ccan/daemon_with_notify/LICENSE | 2 +- ccan/daemon_with_notify/_info | 2 +- licenses/{BSD => BSD-3CLAUSE} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename licenses/{BSD => BSD-3CLAUSE} (100%) diff --git a/ccan/daemon_with_notify/LICENSE b/ccan/daemon_with_notify/LICENSE index f8598ee1..49097405 120000 --- a/ccan/daemon_with_notify/LICENSE +++ b/ccan/daemon_with_notify/LICENSE @@ -1 +1 @@ -../../licenses/BSD \ No newline at end of file +../../licenses/BSD-3CLAUSE \ No newline at end of file diff --git a/ccan/daemon_with_notify/_info b/ccan/daemon_with_notify/_info index 6f26898e..be72b918 100644 --- a/ccan/daemon_with_notify/_info +++ b/ccan/daemon_with_notify/_info @@ -42,7 +42,7 @@ * exit(0); * } * - * License: BSD + * License: BSD (3 clause) * Author: Stewart Smith */ int main(int argc, char *argv[]) diff --git a/licenses/BSD b/licenses/BSD-3CLAUSE similarity index 100% rename from licenses/BSD rename to licenses/BSD-3CLAUSE -- 2.39.2