]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ringbuffer.h: Add GPL header.
authorAndre Noll <maan@systemlinux.org>
Mon, 14 Jan 2008 18:19:32 +0000 (19:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 14 Jan 2008 18:19:32 +0000 (19:19 +0100)
ringbuffer.h

index c7239347b0cec172e5816dfefa7810d525c6689a..20724b17e073c6f78bb29c6c610c786519c2b0b5 100644 (file)
@@ -1,4 +1,10 @@
-/** \file ringbuffer.h exported symbols from ringbuffer.c */
+/*
+ * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file ringbuffer.h Exported symbols from ringbuffer.c. */
 void *ringbuffer_new(unsigned size);
 void *ringbuffer_add(void *cookie, void *data);
 void *ringbuffer_get(void *cookie, int num);