From: Rusty Russell Date: Tue, 16 Aug 2011 05:43:37 +0000 (+0930) Subject: check_type: remove erroneous license line (it's now public domain) X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=1bb69c76d265fc3f3dc81444fd739c46dca7cd59 check_type: remove erroneous license line (it's now public domain) --- diff --git a/ccan/check_type/check_type.h b/ccan/check_type/check_type.h index 1d85df0d..0cf52543 100644 --- a/ccan/check_type/check_type.h +++ b/ccan/check_type/check_type.h @@ -1,4 +1,3 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #ifndef CCAN_CHECK_TYPE_H #define CCAN_CHECK_TYPE_H #include "config.h"