X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=list.h;h=777ed783bec7c7690cd2833873c79f916895c842;hb=924eb6a12fa17c4ebbff5c8a15bd266358c16b09;hp=938c879042c40cd9c66391781e776b7793eb4945;hpb=0821c152301b03565125e823f580deef4812d554;p=radsecproxy.git diff --git a/list.h b/list.h index 938c879..777ed78 100644 --- a/list.h +++ b/list.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2006-2008 Stig Venaas + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + */ + struct list_node { struct list_node *next; void *data;