Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ccan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
ccan
Commits
33527c60
Commit
33527c60
authored
Nov 15, 2012
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
likely: relicense to CC0.
Signed-off-by:
Rusty Russell
<
rusty@rustcorp.com.au
>
parent
99af4721
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
ccan/likely/LICENSE
ccan/likely/LICENSE
+1
-1
ccan/likely/_info
ccan/likely/_info
+2
-2
ccan/likely/likely.c
ccan/likely/likely.c
+1
-1
ccan/likely/likely.h
ccan/likely/likely.h
+1
-1
No files found.
ccan/likely/LICENSE
View file @
33527c60
../../licenses/LGPL-2.1
\ No newline at end of file
../../licenses/CC0
\ No newline at end of file
ccan/likely/_info
View file @
33527c60
...
...
@@ -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 versio
n)
* License:
CC0 (Public domai
n)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*
* Example:
...
...
ccan/likely/likely.c
View file @
33527c60
/*
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>
...
...
ccan/likely/likely.h
View file @
33527c60
/*
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment