diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-08-05 12:03:04 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-08-05 12:03:04 (GMT) |
commit | 490b7178adcf627892b0686b80016422e64dcfa3 (patch) | |
tree | ae6f91b471c21991428c9b75a29ff8df55d1889d /addon/xmlparse/sectionhandler.cpp | |
parent | ecb8f53e30524a6eca3c28db4d1a1d708a5a0976 (diff) | |
download | Doxygen-490b7178adcf627892b0686b80016422e64dcfa3.zip Doxygen-490b7178adcf627892b0686b80016422e64dcfa3.tar.gz Doxygen-490b7178adcf627892b0686b80016422e64dcfa3.tar.bz2 |
Release-1.2.9.1
Diffstat (limited to 'addon/xmlparse/sectionhandler.cpp')
-rw-r--r-- | addon/xmlparse/sectionhandler.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addon/xmlparse/sectionhandler.cpp b/addon/xmlparse/sectionhandler.cpp index 0b63832..80db178 100644 --- a/addon/xmlparse/sectionhandler.cpp +++ b/addon/xmlparse/sectionhandler.cpp @@ -1,3 +1,18 @@ +/****************************************************************************** + * + * $Id$ + * + * + * Copyright (C) 1997-2001 by Dimitri van Heesch. + * + * Permission to use, copy, modify, and distribute this software and its + * documentation under the terms of the GNU General Public License is hereby + * granted. No representations are made about the suitability of this software + * for any purpose. It is provided "as is" without express or implied warranty. + * See the GNU General Public License for more details. + * + */ + #include "compoundhandler.h" #include "sectionhandler.h" |