From 60704e94fd8cea25a2b2947710a7ba3b675acb33 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2007 21:32:16 +0000 Subject: Added liscense info at the front of many, many files. Debating the old files. --- src/inprogress/xmldocument.cpp | 7 +++++++ src/inprogress/xmldocument.h | 7 +++++++ src/inprogress/xmlnode.cpp | 7 +++++++ src/inprogress/xmlnode.h | 7 +++++++ src/inprogress/xmlreader.cpp | 7 +++++++ src/inprogress/xmlreader.h | 7 +++++++ src/inprogress/xmlwriter.cpp | 7 +++++++ src/inprogress/xmlwriter.h | 7 +++++++ 8 files changed, 56 insertions(+) (limited to 'src/inprogress') diff --git a/src/inprogress/xmldocument.cpp b/src/inprogress/xmldocument.cpp index cb21826..3397d5c 100644 --- a/src/inprogress/xmldocument.cpp +++ b/src/inprogress/xmldocument.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #include "xmldocument.h" Bu::XmlDocument::XmlDocument() diff --git a/src/inprogress/xmldocument.h b/src/inprogress/xmldocument.h index e16e3ea..f95919a 100644 --- a/src/inprogress/xmldocument.h +++ b/src/inprogress/xmldocument.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #ifndef XML_DOCUMENT_H #define XML_DOCUMENT_H diff --git a/src/inprogress/xmlnode.cpp b/src/inprogress/xmlnode.cpp index 58ef5c5..9114dcf 100644 --- a/src/inprogress/xmlnode.cpp +++ b/src/inprogress/xmlnode.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #include "xmlnode.h" Bu::XmlNode::XmlNode() diff --git a/src/inprogress/xmlnode.h b/src/inprogress/xmlnode.h index cd9961a..3683728 100644 --- a/src/inprogress/xmlnode.h +++ b/src/inprogress/xmlnode.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #ifndef XML_NODE_H #define XML_NODE_H diff --git a/src/inprogress/xmlreader.cpp b/src/inprogress/xmlreader.cpp index bd241cf..85f500b 100644 --- a/src/inprogress/xmlreader.cpp +++ b/src/inprogress/xmlreader.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #include "xmlreader.h" Bu::XmlReader::XmlReader( Bu::Stream &sIn ) : diff --git a/src/inprogress/xmlreader.h b/src/inprogress/xmlreader.h index 708a386..7e23a8a 100644 --- a/src/inprogress/xmlreader.h +++ b/src/inprogress/xmlreader.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #ifndef XML_READER_H #define XML_READER_H diff --git a/src/inprogress/xmlwriter.cpp b/src/inprogress/xmlwriter.cpp index 23a5175..d3966c2 100644 --- a/src/inprogress/xmlwriter.cpp +++ b/src/inprogress/xmlwriter.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #include "xmlwriter.h" Bu::XmlWriter::XmlWriter() diff --git a/src/inprogress/xmlwriter.h b/src/inprogress/xmlwriter.h index 796d6fb..ce67d0b 100644 --- a/src/inprogress/xmlwriter.h +++ b/src/inprogress/xmlwriter.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + #ifndef XML_WRITER_H #define XML_WRITER_H -- cgit v1.2.3