mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* modules/count-one-bits (License): Relicense to LGPLv2+. Suggested by Ludovic Courtès, approved by Ben Pfaff. Signed-off-by: Eric Blake <ebb9@byu.net>
25 lines
246 B
Plaintext
25 lines
246 B
Plaintext
Description:
|
|
Counts the number of 1-bits in a word.
|
|
|
|
Files:
|
|
lib/count-one-bits.h
|
|
m4/count-one-bits.m4
|
|
|
|
Depends-on:
|
|
inline
|
|
verify
|
|
|
|
configure.ac:
|
|
gl_COUNT_ONE_BITS
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"count-one-bits.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Ben Pfaff
|