Commit 33527c60 authored by Rusty Russell's avatar Rusty Russell

likely: relicense to CC0.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 99af4721
../../licenses/LGPL-2.1
\ No newline at end of file
../../licenses/CC0
\ No newline at end of file
......@@ -10,9 +10,9 @@
* compiler and the reader.
*
* With CCAN_LIKELY_DEBUG defined, it provides statistics for each
* likely()/unlikely() call.
* likely()/unlikely() call (but note that this requires LGPL dependencies).
*
* License: LGPL (v2.1 or any later version)
* License: CC0 (Public domain)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*
* Example:
......
/* Licensed under LGPLv2.1+ - see LICENSE file for details */
/* CC0 (Public domain) - see LICENSE file for details. */
#ifdef CCAN_LIKELY_DEBUG
#include <ccan/likely/likely.h>
#include <ccan/hash/hash.h>
......
/* Licensed under LGPLv2.1+ - see LICENSE file for details */
/* CC0 (Public domain) - see LICENSE file for details */
#ifndef CCAN_LIKELY_H
#define CCAN_LIKELY_H
#include "config.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment