ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/src/table.C
(Generate patch)

Comparing ermyth/src/table.C (file contents):
Revision 1.5 by pippijn, Thu Aug 30 19:56:26 2007 UTC vs.
Revision 1.6 by pippijn, Sun Sep 16 18:54:45 2007 UTC

1/* 1/*
2 * table.C: Table rendering class. 2 * table.C: Table rendering class.
3 * Rights to this code are documented in doc/pod/license.pod. 3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
4 * 6 *
5 * NOTE: This is a work in progress and will probably change considerably 7 * NOTE: This is a work in progress and will probably change considerably
6 * later on. 8 * later on.
7 * 9 *
10 *
11 * Portions of this file were derived from sources bearing the following license:
12 * Rights to this code are documented in doc/pod/license.pod.
8 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org) 13 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
9 */ 14 */
10 15
11static char const rcsid[] = "$Id: table.C,v 1.5 2007/08/30 19:56:26 pippijn Exp $"; 16static char const rcsid[] = "$Id: table.C,v 1.6 2007/09/16 18:54:45 pippijn Exp $";
12 17
13#include "atheme.h" 18#include "atheme.h"
14 19
15static void 20static void
16table_destroy (void *obj) 21table_destroy (void *obj)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines