diff src/neon/rb.c @ 1751:dc83901850df

- Add license texts to the neon source
author Ralf Ertzinger <ralf@skytale.net>
date Wed, 19 Sep 2007 17:44:13 +0200
parents 29c35cb8873e
children 9a9f406374c6
line wrap: on
line diff
--- a/src/neon/rb.c	Wed Sep 19 17:34:26 2007 +0200
+++ b/src/neon/rb.c	Wed Sep 19 17:44:13 2007 +0200
@@ -1,3 +1,19 @@
+/*
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
 /*
  * Ringbuffer implementation
  *