From 20ab0ff88dafea669c3c4bc7d23243c6e3c3f796 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 13 Aug 2008 23:22:33 +0000 Subject: README updates and license updates for header files git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4481 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- bittest.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bittest.h') diff --git a/bittest.h b/bittest.h index ade8b1e..c9b9eb2 100644 --- a/bittest.h +++ b/bittest.h @@ -1,3 +1,16 @@ +/* + * See http://www.asterisk.org for more information about + * the Asterisk project. Please do not directly contact + * any of the maintainers of this project for assistance; + * the project provides a web site, mailing lists and IRC + * channels for your use. + * + * This program is free software, distributed under the terms of + * the GNU General Public License Version 2 as published by the + * Free Software Foundation. See the LICENSE file included with + * this program for more details. + */ + static int bit_next(int prev) { return (prev + 1) % 256; -- cgit v1.2.3