projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b88a9a0
)
ringbuffer.h: Add GPL header.
author
Andre Noll
<maan@systemlinux.org>
Mon, 14 Jan 2008 18:19:32 +0000
(19:19 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 14 Jan 2008 18:19:32 +0000
(19:19 +0100)
ringbuffer.h
patch
|
blob
|
history
diff --git
a/ringbuffer.h
b/ringbuffer.h
index
c723934
..
20724b1
100644
(file)
--- a/
ringbuffer.h
+++ b/
ringbuffer.h
@@
-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);