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

Comparing ermyth/src/commandtree.C (file contents):
Revision 1.9 by pippijn, Sun Sep 9 20:05:52 2007 UTC vs.
Revision 1.10 by pippijn, Sun Sep 16 18:54:44 2007 UTC

1/** 1/**
2 * commandtree.C: Commandtree manipulation routines. 2 * commandtree.C: Commandtree manipulation routines.
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 *
7 *
8 * Portions of this file were derived from sources bearing the following license:
3 * Rights to this code are as documented in doc/pod/license.pod. 9 * Rights to this code are as documented in doc/pod/license.pod.
10 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
4 * 11 */
5 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team (http://ermyth.schmorp.de)
6 */
7 12
8static char const rcsid[] = "$Id: commandtree.C,v 1.9 2007/09/09 20:05:52 pippijn Exp $"; 13static char const rcsid[] = "$Id: commandtree.C,v 1.10 2007/09/16 18:54:44 pippijn Exp $";
9 14
10#include <algorithm> 15#include <algorithm>
11 16
12#include "atheme.h" 17#include "atheme.h"
13#include <common/string.h> 18#include <common/string.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines