diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index 71bee29..5d1c735 100755 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "aboutdialog.h" #include #include diff --git a/src/aboutdialog.h b/src/aboutdialog.h index 8a2fd18..531f4c7 100755 --- a/src/aboutdialog.h +++ b/src/aboutdialog.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef ABOUT_DIALOG_H #define ABOUT_DIALOG_H diff --git a/src/associatedialog.cpp b/src/associatedialog.cpp index 74f7446..443e599 100755 --- a/src/associatedialog.cpp +++ b/src/associatedialog.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "associatedialog.h" diff --git a/src/associatedialog.h b/src/associatedialog.h index aed33c5..1a4f31d 100755 --- a/src/associatedialog.h +++ b/src/associatedialog.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef ASSOCIATE_DIALOG_H #define ASSOCIATE_DIALOG_H diff --git a/src/binaryfile.cpp b/src/binaryfile.cpp index f69cc3f4..c83eb8c 100755 --- a/src/binaryfile.cpp +++ b/src/binaryfile.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "binaryfile.h" #include diff --git a/src/binaryfile.h b/src/binaryfile.h index 39f51eb..fb7686d 100755 --- a/src/binaryfile.h +++ b/src/binaryfile.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef BINARYFILE_H #define BINARYFILE_H diff --git a/src/casehandler.cpp b/src/casehandler.cpp index b61db65..32e0c8e 100755 --- a/src/casehandler.cpp +++ b/src/casehandler.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "casehandler.h" diff --git a/src/casehandler.h b/src/casehandler.h index 4f3afca..327424a 100755 --- a/src/casehandler.h +++ b/src/casehandler.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef CASEHANDLER_H #define CASEHANDLER_H diff --git a/src/catalogresolver.cpp b/src/catalogresolver.cpp index ac193e0..bbcc4ef 100755 --- a/src/catalogresolver.cpp +++ b/src/catalogresolver.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "wraplibxml.h" #include "catalogresolver.h" diff --git a/src/catalogresolver.h b/src/catalogresolver.h index 2b30f4f..2db77bf 100755 --- a/src/catalogresolver.h +++ b/src/catalogresolver.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef CATALOG_RESOLVER_H #define CATALOG_RESOLVER_H diff --git a/src/commandpanel.cpp b/src/commandpanel.cpp index e70da6a..577ff49 100755 --- a/src/commandpanel.cpp +++ b/src/commandpanel.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "commandpanel.h" #include "xmlcopyeditor.h" diff --git a/src/commandpanel.h b/src/commandpanel.h index 9b1f17a..7bddc32 100755 --- a/src/commandpanel.h +++ b/src/commandpanel.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef COMMANDPANEL_H #define COMMANDPANEL_H diff --git a/src/contexthandler.cpp b/src/contexthandler.cpp index edfff7a..e3c6c84 100755 --- a/src/contexthandler.cpp +++ b/src/contexthandler.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "contexthandler.h" diff --git a/src/contexthandler.h b/src/contexthandler.h index 83aa19d..7460ef4 100755 --- a/src/contexthandler.h +++ b/src/contexthandler.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef CONTEXT_HANDLER #define CONTEXT_HANDLER diff --git a/src/copying/xmlcopyeditor/copying.txt b/src/copying/xmlcopyeditor/copying.txt index b3537ed..f1055ee 100755 --- a/src/copying/xmlcopyeditor/copying.txt +++ b/src/copying/xmlcopyeditor/copying.txt @@ -1,6 +1,6 @@ XML Copy Editor -Copyright (c) 2005-2006 Gerald Schmidt +Copyright (c) 2005-2007 Gerald Schmidt This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. diff --git a/src/findreplacepanel.cpp b/src/findreplacepanel.cpp index 21dc539..6826dd6 100755 --- a/src/findreplacepanel.cpp +++ b/src/findreplacepanel.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "findreplacepanel.h" #include "nocasecompare.h" diff --git a/src/findreplacepanel.h b/src/findreplacepanel.h index 4fd4a3a..d48c3b5 100755 --- a/src/findreplacepanel.h +++ b/src/findreplacepanel.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef FINDREPLACEPANEL_H #define FINDREPLACEPANEL_H diff --git a/src/getlinuxappdir.cpp b/src/getlinuxappdir.cpp index e95afca..6edf239 100755 --- a/src/getlinuxappdir.cpp +++ b/src/getlinuxappdir.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "getlinuxappdir.h" #include diff --git a/src/getlinuxappdir.h b/src/getlinuxappdir.h index 2a6ca87..73ac3f0 100755 --- a/src/getlinuxappdir.h +++ b/src/getlinuxappdir.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef GET_LINUX_APP_DIR #define GET_LINUX_APP_DIR diff --git a/src/getword.cpp b/src/getword.cpp index 02498f0..cd08598 100755 --- a/src/getword.cpp +++ b/src/getword.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "getword.h" char *GetWord::run ( char **s, size_t *len ) diff --git a/src/getword.h b/src/getword.h index 42c4cdd..6e9d1c8 100755 --- a/src/getword.h +++ b/src/getword.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef GET_WORD_H #define GET_WORD_H diff --git a/src/globalreplacedialog.cpp b/src/globalreplacedialog.cpp index c932108..05be5e9 100755 --- a/src/globalreplacedialog.cpp +++ b/src/globalreplacedialog.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "globalreplacedialog.h" #include "wrapregex.h" diff --git a/src/globalreplacedialog.h b/src/globalreplacedialog.h index a942696..d26d964 100755 --- a/src/globalreplacedialog.h +++ b/src/globalreplacedialog.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef GLOBAL_REPLACE_DIALOG_H #define GLOBAL_REPLACE_DIALOG_H diff --git a/src/help/html/xmlcopyeditor.html b/src/help/html/xmlcopyeditor.html index 4f994d7..1c56a8d 100755 --- a/src/help/html/xmlcopyeditor.html +++ b/src/help/html/xmlcopyeditor.html @@ -6,7 +6,7 @@

XML Copy Editor

-

Copyright © 2005–2006 Gerald Schmidt

+

Copyright © 2005–2007 Gerald Schmidt

http://xml-copy-editor.sourceforge.net

diff --git a/src/housestyle.cpp b/src/housestyle.cpp index 28be029..0e3366a 100755 --- a/src/housestyle.cpp +++ b/src/housestyle.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "housestyle.h" #include "readfile.h" diff --git a/src/housestyle.h b/src/housestyle.h index 754bb8b..423962d 100755 --- a/src/housestyle.h +++ b/src/housestyle.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef HOUSESTYLE_H #define HOUSESTYLE_H diff --git a/src/housestylereader.cpp b/src/housestylereader.cpp index 5aef44d..12d186e 100755 --- a/src/housestylereader.cpp +++ b/src/housestylereader.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/housestylereader.h b/src/housestylereader.h index 18df123..6cd637b 100755 --- a/src/housestylereader.h +++ b/src/housestylereader.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef HOUSE_STYLE_READER_H #define HOUSE_STYLE_READER_H diff --git a/src/housestylewriter.cpp b/src/housestylewriter.cpp index 9786544..d9eac0c 100755 --- a/src/housestylewriter.cpp +++ b/src/housestylewriter.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/housestylewriter.h b/src/housestylewriter.h index e154628..044ecf3 100755 --- a/src/housestylewriter.h +++ b/src/housestylewriter.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef HOUSE_STYLE_WRITER_H #define HOUSE_STYLE_WRITER_H diff --git a/src/insertpanel.cpp b/src/insertpanel.cpp index e6789b9..fbcacde 100755 --- a/src/insertpanel.cpp +++ b/src/insertpanel.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "insertpanel.h" BEGIN_EVENT_TABLE ( InsertPanel, wxPanel ) diff --git a/src/insertpanel.h b/src/insertpanel.h index a02848f..f798c3e 100755 --- a/src/insertpanel.h +++ b/src/insertpanel.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef INSERT_PANEL_H #define INSERT_PANEL_H diff --git a/src/locationpanel.cpp b/src/locationpanel.cpp index c143a7c..f9c8a64 100755 --- a/src/locationpanel.cpp +++ b/src/locationpanel.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "locationpanel.h" #include "xmldoc.h" diff --git a/src/locationpanel.h b/src/locationpanel.h index 4221276..81ac929 100755 --- a/src/locationpanel.h +++ b/src/locationpanel.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef LOCATION_PANEL_H #define LOCATION_PANEL_H diff --git a/src/myhtmlpane.cpp b/src/myhtmlpane.cpp index 5653fdc..da40a0d 100755 --- a/src/myhtmlpane.cpp +++ b/src/myhtmlpane.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "myhtmlpane.h" #include "xmlcopyeditor.h" diff --git a/src/myhtmlpane.h b/src/myhtmlpane.h index e97cdbd..e6afd23 100755 --- a/src/myhtmlpane.h +++ b/src/myhtmlpane.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef MY_HTML_PANE_H #define MY_HTML_PANE_H diff --git a/src/myipc.cpp b/src/myipc.cpp index 5a5c06f..12bbc34 100755 --- a/src/myipc.cpp +++ b/src/myipc.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "myipc.h" #include "xmlcopyeditor.h" diff --git a/src/myipc.h b/src/myipc.h index cce63bd..cf8f0ba 100755 --- a/src/myipc.h +++ b/src/myipc.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef MY_IPC_H #define MY_IPC_H diff --git a/src/mymenubar.cpp b/src/mymenubar.cpp index 9fcd571..2cef59a 100755 --- a/src/mymenubar.cpp +++ b/src/mymenubar.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + //mymenubar.cpp #include "mymenubar.h" diff --git a/src/mymenubar.h b/src/mymenubar.h index 25595a1..c42eda7 100755 --- a/src/mymenubar.h +++ b/src/mymenubar.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + // mymenubar.h #ifndef MY_MENU_BAR diff --git a/src/mynotebook.cpp b/src/mynotebook.cpp index bbe83c2..9dc02ba 100755 --- a/src/mynotebook.cpp +++ b/src/mynotebook.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "mynotebook.h" #include "xmlcopyeditor.h" #include "xmldoc.h" diff --git a/src/mynotebook.h b/src/mynotebook.h index c058fdc..0356e2c 100755 --- a/src/mynotebook.h +++ b/src/mynotebook.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef MY_NOTEBOOK_H #define MY_NOTEBOOK_H diff --git a/src/mypropertysheet.cpp b/src/mypropertysheet.cpp index 6c62770..a1044b9 100755 --- a/src/mypropertysheet.cpp +++ b/src/mypropertysheet.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include "mypropertysheet.h" diff --git a/src/mypropertysheet.h b/src/mypropertysheet.h index 2dfc8a5..a5778c3 100755 --- a/src/mypropertysheet.h +++ b/src/mypropertysheet.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef MYPROPERTYSHEET_H #define MYPROPERTYSHEET_H diff --git a/src/mytoolbar.cpp b/src/mytoolbar.cpp index 7e7d1e1..4f6699c 100755 --- a/src/mytoolbar.cpp +++ b/src/mytoolbar.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + //mytoolbar.cpp #include "mytoolbar.h" diff --git a/src/mytoolbar.h b/src/mytoolbar.h index 1c5b4cb..3edd0a3 100755 --- a/src/mytoolbar.h +++ b/src/mytoolbar.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + // mytoolbar.h #ifndef MY_TOOLBAR diff --git a/src/nocasecompare.cpp b/src/nocasecompare.cpp index 7a9a5ab..f09ea6f 100755 --- a/src/nocasecompare.cpp +++ b/src/nocasecompare.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "nocasecompare.h" NoCaseCompare::NoCaseCompare() diff --git a/src/nocasecompare.h b/src/nocasecompare.h index c53d03f..5906c4b 100755 --- a/src/nocasecompare.h +++ b/src/nocasecompare.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include using namespace std; diff --git a/src/parserdata.h b/src/parserdata.h index 8d2bbde..5d7b64c 100755 --- a/src/parserdata.h +++ b/src/parserdata.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef PARSER_DATA_H #define PARSER_DATA_H diff --git a/src/pathresolver.cpp b/src/pathresolver.cpp index 725c653..9d0cfd0 100755 --- a/src/pathresolver.cpp +++ b/src/pathresolver.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "pathresolver.h" diff --git a/src/pathresolver.h b/src/pathresolver.h index 95b9eaa..0e2a5f7 100755 --- a/src/pathresolver.h +++ b/src/pathresolver.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef PATH_RESOLVER_H #define PATH_RESOLVER_H diff --git a/src/readfile.cpp b/src/readfile.cpp index e516975..ff4f815 100755 --- a/src/readfile.cpp +++ b/src/readfile.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "readfile.h" diff --git a/src/readfile.h b/src/readfile.h index 2dd7435..04095e5 100755 --- a/src/readfile.h +++ b/src/readfile.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef READ_FILE_H #define READ_FILE_H diff --git a/src/replace.cpp b/src/replace.cpp index b69f71d..ac228d9 100755 --- a/src/replace.cpp +++ b/src/replace.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "replace.h" diff --git a/src/replace.h b/src/replace.h index 2f8a44f..660716a 100755 --- a/src/replace.h +++ b/src/replace.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef REPLACE_H #define REPLACE_H diff --git a/src/rule.cpp b/src/rule.cpp index 222bf0a..e09afdf 100755 --- a/src/rule.cpp +++ b/src/rule.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "rule.h" diff --git a/src/rule.h b/src/rule.h index a7c3a7d..5ee78bf 100755 --- a/src/rule.h +++ b/src/rule.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef RULE_H #define RULE_H diff --git a/src/spellcheck.cpp b/src/spellcheck.cpp index 0123f49..4680d14 100755 --- a/src/spellcheck.cpp +++ b/src/spellcheck.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "spellcheck.h" #include "casehandler.h" #include "contexthandler.h" diff --git a/src/spellcheck.h b/src/spellcheck.h index c58593f..4620de7 100755 --- a/src/spellcheck.h +++ b/src/spellcheck.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef SPELLCHECK_H #define SPELLCHECK_H diff --git a/src/stringset.h b/src/stringset.h index c89e902..640cc5f 100755 --- a/src/stringset.h +++ b/src/stringset.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef STRINGSET_H #define STRINGSET_H diff --git a/src/styledialog.cpp b/src/styledialog.cpp index c898fd4..55eceb0 100755 --- a/src/styledialog.cpp +++ b/src/styledialog.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "styledialog.h" #include "nocasecompare.h" diff --git a/src/styledialog.h b/src/styledialog.h index 7496dff..8c34e88 100755 --- a/src/styledialog.h +++ b/src/styledialog.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef STYLEDIALOG_H #define STYLEDIALOG_H diff --git a/src/wrapexpat.cpp b/src/wrapexpat.cpp index 6921699..6f602d2 100755 --- a/src/wrapexpat.cpp +++ b/src/wrapexpat.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "wrapexpat.h" #include "expat.h" #include diff --git a/src/wrapexpat.h b/src/wrapexpat.h index 68ea32b..2971093 100755 --- a/src/wrapexpat.h +++ b/src/wrapexpat.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef WRAP_EXPAT #define WRAP_EXPAT diff --git a/src/wraplibxml.cpp b/src/wraplibxml.cpp index aa74c18..421ca94 100755 --- a/src/wraplibxml.cpp +++ b/src/wraplibxml.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "wraplibxml.h" #include #include diff --git a/src/wraplibxml.h b/src/wraplibxml.h index 2024660..548302c 100755 --- a/src/wraplibxml.h +++ b/src/wraplibxml.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef WRAPLIBXML_H #define WRAPLIBXML_H diff --git a/src/wrapregex.cpp b/src/wrapregex.cpp index d0b1e70..a158bbd 100755 --- a/src/wrapregex.cpp +++ b/src/wrapregex.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/wrapregex.h b/src/wrapregex.h index b487cd3..8946ec7 100755 --- a/src/wrapregex.h +++ b/src/wrapregex.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef WRAPREGEX_H #define WRAPREGEX_H diff --git a/src/wraptempfilename.cpp b/src/wraptempfilename.cpp index 8478ae4..4396e04 100755 --- a/src/wraptempfilename.cpp +++ b/src/wraptempfilename.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "wraptempfilename.h" diff --git a/src/wraptempfilename.h b/src/wraptempfilename.h index 607d563..5404ebe 100755 --- a/src/wraptempfilename.h +++ b/src/wraptempfilename.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef WRAP_TEMPFILENAME_H #define WRAP_TEMPFILENAME_H diff --git a/src/wrapxerces.cpp b/src/wrapxerces.cpp index 6798c04..10dbbae 100755 --- a/src/wrapxerces.cpp +++ b/src/wrapxerces.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "wrapxerces.h" #define XERCES_TMPLSINC diff --git a/src/wrapxerces.h b/src/wrapxerces.h index f430f14..deabb00 100755 --- a/src/wrapxerces.h +++ b/src/wrapxerces.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef WRAP_XERCES #define WRAP_XERCES #define XERCES_TMPLSINC diff --git a/src/wxCoolBar.h b/src/wxCoolBar.h index 4b51b83..5b6025b 100755 --- a/src/wxCoolBar.h +++ b/src/wxCoolBar.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + ///////////////////////////////////////////////////////////////////////////// // Name: wxCoolBar.h 0.9.8 // Purpose: header of wxCoolBar an related classes for wxMSW diff --git a/src/xmlassociatedtd.cpp b/src/xmlassociatedtd.cpp index b3d06c3..051e7f2 100755 --- a/src/xmlassociatedtd.cpp +++ b/src/xmlassociatedtd.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlassociatedtd.h b/src/xmlassociatedtd.h index 0358998..97cc4b2 100755 --- a/src/xmlassociatedtd.h +++ b/src/xmlassociatedtd.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_ASSOCIATE_DTD_H #define XML_ASSOCIATE_DTD_H diff --git a/src/xmlassociatexsd.cpp b/src/xmlassociatexsd.cpp index 3f464ed..d95151a 100755 --- a/src/xmlassociatexsd.cpp +++ b/src/xmlassociatexsd.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlassociatexsd.h b/src/xmlassociatexsd.h index 6d358d6..a827ce7 100755 --- a/src/xmlassociatexsd.h +++ b/src/xmlassociatexsd.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_ASSOCIATE_XSD_H #define XML_ASSOCIATE_XSD_H diff --git a/src/xmlassociatexsl.cpp b/src/xmlassociatexsl.cpp index 9c57f7a..6e8a21b 100755 --- a/src/xmlassociatexsl.cpp +++ b/src/xmlassociatexsl.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlassociatexsl.h b/src/xmlassociatexsl.h index a245aec..735bdb0 100755 --- a/src/xmlassociatexsl.h +++ b/src/xmlassociatexsl.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_ASSOCIATE_XSL_H #define XML_ASSOCIATE_XSL_H diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index b83a1fa..6272a35 100755 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlcopyeditor.h b/src/xmlcopyeditor.h index f75989d..3441eba 100755 --- a/src/xmlcopyeditor.h +++ b/src/xmlcopyeditor.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XMLCOPYEDITOR_H #define XMLCOPYEDITOR_H diff --git a/src/xmlcopyeditor_private.h b/src/xmlcopyeditor_private.h index f8bf327..d778da7 100755 --- a/src/xmlcopyeditor_private.h +++ b/src/xmlcopyeditor_private.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + /* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ /* DO NOT EDIT ! */ diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h index b12b660..8cd9c04 100755 --- a/src/xmlcopyeditorcopy.h +++ b/src/xmlcopyeditorcopy.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define ENCODING_INFO _T("UTF-8, UTF-16, UTF-16LE, UTF-16BE, ISO-8859-1, US-ASCII") #define FILE_FILTER _("All files (*.*)|*.*|XML (*.xml)|*.xml|XHTML (*.html)|*.html|DTD (*.dtd)|*.dtd|XML Schema (*.xsd)|*.xsd|RELAX NG grammar (*.rng)|*.rng|XSL (*.xsl)|*.xsl") #define ABOUT_COPYRIGHT _("Copyright © 2005-2007 Gerald Schmidt ") diff --git a/src/xmlctrl.cpp b/src/xmlctrl.cpp index 9b2fbf7..414bd2b 100755 --- a/src/xmlctrl.cpp +++ b/src/xmlctrl.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "xmlctrl.h" #include "xmlpromptgenerator.h" #include "xmlshallowvalidator.h" diff --git a/src/xmlctrl.h b/src/xmlctrl.h index 97166a2..189f6d2 100755 --- a/src/xmlctrl.h +++ b/src/xmlctrl.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_CTRL_H #define XML_CTRL_H #define DEFAULT_XML_DECLARATION L"\n" diff --git a/src/xmldoc.cpp b/src/xmldoc.cpp index 8db68dd..033f7eb 100755 --- a/src/xmldoc.cpp +++ b/src/xmldoc.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "xmldoc.h" diff --git a/src/xmldoc.h b/src/xmldoc.h index 6e9821c..87b8649 100755 --- a/src/xmldoc.h +++ b/src/xmldoc.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_DOC_H #define XML_DOC_H diff --git a/src/xmlencodinghandler.cpp b/src/xmlencodinghandler.cpp index 9221f9c..e53c950 100755 --- a/src/xmlencodinghandler.cpp +++ b/src/xmlencodinghandler.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "xmlencodinghandler.h" bool XmlEncodingHandler::hasDeclaration ( const std::string& utf8 ) diff --git a/src/xmlencodinghandler.h b/src/xmlencodinghandler.h index 29b7a84..a080e27 100755 --- a/src/xmlencodinghandler.h +++ b/src/xmlencodinghandler.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_ENCODING_HANDLER_H #define XML_ENCODING_HANDLER_H diff --git a/src/xmlencodingspy.cpp b/src/xmlencodingspy.cpp index 65251f3..856bcf2 100755 --- a/src/xmlencodingspy.cpp +++ b/src/xmlencodingspy.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlencodingspy.h b/src/xmlencodingspy.h index 95764a7..40c7d90 100755 --- a/src/xmlencodingspy.h +++ b/src/xmlencodingspy.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_ENCODING_SPY_H #define XML_ENCODING_SPY_H diff --git a/src/xmlfilterreader.cpp b/src/xmlfilterreader.cpp index 034e3d4..a3fbea2 100755 --- a/src/xmlfilterreader.cpp +++ b/src/xmlfilterreader.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlfilterreader.h b/src/xmlfilterreader.h index a17a73a..ec4c0e1 100755 --- a/src/xmlfilterreader.h +++ b/src/xmlfilterreader.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_FILTER_READER_H #define XML_FILTER_READER_H diff --git a/src/xmlparseschemans.cpp b/src/xmlparseschemans.cpp index 50ffefe..8a4404e 100755 --- a/src/xmlparseschemans.cpp +++ b/src/xmlparseschemans.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlparseschemans.h b/src/xmlparseschemans.h index b12f1e5..edd9351 100755 --- a/src/xmlparseschemans.h +++ b/src/xmlparseschemans.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_PARSE_SCHEMA_NS_H #define XML_PARSE_SCHEMA_NS_H diff --git a/src/xmlpromptgenerator.cpp b/src/xmlpromptgenerator.cpp index 722bdc8..5a8d07f 100755 --- a/src/xmlpromptgenerator.cpp +++ b/src/xmlpromptgenerator.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlpromptgenerator.h b/src/xmlpromptgenerator.h index 80cc41b..71f8d37 100755 --- a/src/xmlpromptgenerator.h +++ b/src/xmlpromptgenerator.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_PROMPT_GENERATOR_H #define XML_PROMPT_GENERATOR_H diff --git a/src/xmlrulereader.cpp b/src/xmlrulereader.cpp index 3754d1f..d67dd05 100755 --- a/src/xmlrulereader.cpp +++ b/src/xmlrulereader.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlrulereader.h b/src/xmlrulereader.h index 2b04221..82ca967 100755 --- a/src/xmlrulereader.h +++ b/src/xmlrulereader.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_RULE_READER_H #define XML_RULE_READER_H diff --git a/src/xmlschemalocator.cpp b/src/xmlschemalocator.cpp index a7a1a8b..ef93445 100755 --- a/src/xmlschemalocator.cpp +++ b/src/xmlschemalocator.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlschemalocator.h b/src/xmlschemalocator.h index 8ced5ad..b2fb58e 100755 --- a/src/xmlschemalocator.h +++ b/src/xmlschemalocator.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_SCHEMA_LOCATOR_H #define XML_SCHEMA_LOCATOR_H diff --git a/src/xmlschemaparser.cpp b/src/xmlschemaparser.cpp index 117a2e4..5a63661 100755 --- a/src/xmlschemaparser.cpp +++ b/src/xmlschemaparser.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlschemaparser.h b/src/xmlschemaparser.h index 61f5c68..7b5ada8 100755 --- a/src/xmlschemaparser.h +++ b/src/xmlschemaparser.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_SCHEMA_PARSER_H #define XML_SCHEMA_PARSER_H diff --git a/src/xmlshallowvalidator.cpp b/src/xmlshallowvalidator.cpp index 439656d..fe1697a 100755 --- a/src/xmlshallowvalidator.cpp +++ b/src/xmlshallowvalidator.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlshallowvalidator.h b/src/xmlshallowvalidator.h index ea38fc3..0cdfba4 100755 --- a/src/xmlshallowvalidator.h +++ b/src/xmlshallowvalidator.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_SHALLOW_VALIDATOR_H #define XML_SHALLOW_VALIDATOR_H diff --git a/src/xmlutf8reader.cpp b/src/xmlutf8reader.cpp index c5eecb0..7ee6f20 100755 --- a/src/xmlutf8reader.cpp +++ b/src/xmlutf8reader.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xmlutf8reader.h b/src/xmlutf8reader.h index 678a1dd..dfd0c9e 100755 --- a/src/xmlutf8reader.h +++ b/src/xmlutf8reader.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_UTF_READER_H #define XML_UTF_READER_H diff --git a/src/xmlwordcount.cpp b/src/xmlwordcount.cpp index ee8a335..1956c11 100755 --- a/src/xmlwordcount.cpp +++ b/src/xmlwordcount.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include "xmlwordcount.h" diff --git a/src/xmlwordcount.h b/src/xmlwordcount.h index a2c27e4..dd9cb6c 100755 --- a/src/xmlwordcount.h +++ b/src/xmlwordcount.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XML_WORD_COUNT_H #define XML_WORD_COUNT_H diff --git a/src/xsllocator.cpp b/src/xsllocator.cpp index 88256b1..e503aaf 100755 --- a/src/xsllocator.cpp +++ b/src/xsllocator.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/xsllocator.h b/src/xsllocator.h index 2ef3cd5..085e086 100755 --- a/src/xsllocator.h +++ b/src/xsllocator.h @@ -1,3 +1,22 @@ +/* + * Copyright 2005-2007 Gerald Schmidt. + * + * This file is part of Xml Copy Editor. + * + * Xml Copy Editor is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * Xml Copy Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Xml Copy Editor; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef XSL_LOCATOR_H #define XSL_LOCATOR_H