From 867de1644bdcaa5e0c11d7522eea6a7008087661 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 4 Mar 2001 11:09:23 +0000 Subject: [PATCH] Add GPL headers. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3745 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Ledger-xml-parser-v1.c | 22 +++++++++++++++ src/engine/Query-xml-parser-v1.c | 24 ++++++++++++++++ src/engine/Transaction-xml-parser-v1.c | 22 +++++++++++++++ src/engine/gnc-pricedb-xml-v1.c | 23 ++++++++++++++++ src/engine/gnc-transaction-xml-v2.c | 23 ++++++++++++++++ src/engine/io-gncxml-r.c | 34 +++++++++++++++++------ src/engine/io-gncxml-w.c | 38 +++++++++++++------------- src/engine/sixtp-dom-generators.c | 23 ++++++++++++++++ src/engine/sixtp-dom-generators.h | 23 ++++++++++++++++ src/engine/sixtp-dom-parsers.c | 23 ++++++++++++++++ src/engine/sixtp-dom-parsers.h | 23 ++++++++++++++++ src/engine/sixtp-kvp-parser.c | 23 ++++++++++++++++ src/engine/sixtp-stack.c | 23 ++++++++++++++++ src/engine/sixtp-stack.h | 22 +++++++++++++++ src/engine/sixtp-to-dom-parser.c | 23 ++++++++++++++++ src/engine/sixtp-utils.c | 25 ++++++++++++++++- src/engine/sixtp-utils.h | 22 +++++++++++++++ src/engine/sixtp-writers.h | 23 ++++++++++++++++ src/engine/sixtp-xml-write-utils.c | 22 +++++++++++++++ src/engine/sixtp-xml-write-utils.h | 22 +++++++++++++++ src/engine/sixtp.c | 23 ++++++++++++++++ src/engine/sixtp.h | 23 +++++++++++++++- 22 files changed, 500 insertions(+), 29 deletions(-) diff --git a/src/engine/Ledger-xml-parser-v1.c b/src/engine/Ledger-xml-parser-v1.c index 2ca184133c7..881feb782fa 100644 --- a/src/engine/Ledger-xml-parser-v1.c +++ b/src/engine/Ledger-xml-parser-v1.c @@ -1,3 +1,25 @@ +/********************************************************************\ + * Ledger-xml-parser-v1.c * + * Copyright (C) 2000 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * +\********************************************************************/ + #include "config.h" #include diff --git a/src/engine/Query-xml-parser-v1.c b/src/engine/Query-xml-parser-v1.c index f4e6d29810a..56ce024d1c2 100644 --- a/src/engine/Query-xml-parser-v1.c +++ b/src/engine/Query-xml-parser-v1.c @@ -1,3 +1,27 @@ +/********************************************************************\ + * Query-xml-parser-v1.c * + * Copyright (C) 2000 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * +\********************************************************************/ + +#include "config.h" + #include #include diff --git a/src/engine/Transaction-xml-parser-v1.c b/src/engine/Transaction-xml-parser-v1.c index 68625c93bd4..241c5a7704f 100644 --- a/src/engine/Transaction-xml-parser-v1.c +++ b/src/engine/Transaction-xml-parser-v1.c @@ -1,3 +1,25 @@ +/********************************************************************\ + * Transaction-xml-parser-v1.c * + * Copyright (C) 2000 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * +\********************************************************************/ + #include "config.h" #include diff --git a/src/engine/gnc-pricedb-xml-v1.c b/src/engine/gnc-pricedb-xml-v1.c index 4792e78b998..9b9fd4c976a 100644 --- a/src/engine/gnc-pricedb-xml-v1.c +++ b/src/engine/gnc-pricedb-xml-v1.c @@ -1,3 +1,26 @@ +/******************************************************************** + * gnc-pricedb-xml-v1.c -- xml routines for price db * + * Copyright (C) 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + *******************************************************************/ + #include "config.h" #include diff --git a/src/engine/gnc-transaction-xml-v2.c b/src/engine/gnc-transaction-xml-v2.c index c0cafbcd2d4..8653067a5c9 100644 --- a/src/engine/gnc-transaction-xml-v2.c +++ b/src/engine/gnc-transaction-xml-v2.c @@ -1,3 +1,26 @@ +/******************************************************************** + * gnc-transactions-xml-v2.c -- xml routines for transactions * + * Copyright (C) 2001 Rob Browning * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + *******************************************************************/ + #include "config.h" #include diff --git a/src/engine/io-gncxml-r.c b/src/engine/io-gncxml-r.c index 23d05223e42..4e394a2762b 100644 --- a/src/engine/io-gncxml-r.c +++ b/src/engine/io-gncxml-r.c @@ -1,11 +1,29 @@ -/* - * io-gncxml-r.c -- read XML-format gnucash data file - * - * Initial code by Rob l. Browning 4Q 2000 - * Tuneups by James LewisMoss Dec 2000 - * Excessive hacking inas Vepstas January 2001 - * - */ +/******************************************************************** + * io-gncxml-r.c -- read XML-format gnucash data file * + * Copyright (C) 2000 Gnumatic, Inc. * + * * + * Initial code by Rob L. Browning 4Q 2000 * + * Tuneups by James LewisMoss Dec 2000 * + * Excessive hacking Linas Vepstas January 2001 * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + *******************************************************************/ #include "config.h" diff --git a/src/engine/io-gncxml-w.c b/src/engine/io-gncxml-w.c index c09f652cb5a..50366684732 100644 --- a/src/engine/io-gncxml-w.c +++ b/src/engine/io-gncxml-w.c @@ -1,3 +1,22 @@ +/********************************************************************\ + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * +\********************************************************************/ + /* * io-gncxml-w.c -- write XML-format gnucash data file * @@ -21,25 +40,6 @@ * Copyright (c) 2000,2001 Gnumatic Incorporated */ -/********************************************************************\ - * 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. * - * * - * This program 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 this program; if not, contact: * - * * - * Free Software Foundation Voice: +1-617-542-5942 * - * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * - * Boston, MA 02111-1307, USA gnu@gnu.org * -\********************************************************************/ - #include #define _GNU_SOURCE diff --git a/src/engine/sixtp-dom-generators.c b/src/engine/sixtp-dom-generators.c index 7edfff7189e..770d1c51dfe 100644 --- a/src/engine/sixtp-dom-generators.c +++ b/src/engine/sixtp-dom-generators.c @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-dom-generators.c * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #include "config.h" #include diff --git a/src/engine/sixtp-dom-generators.h b/src/engine/sixtp-dom-generators.h index 700ff6b96e7..17def47d34d 100644 --- a/src/engine/sixtp-dom-generators.h +++ b/src/engine/sixtp-dom-generators.h @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-dom-generators.h * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #ifndef _SIXTP_DOM_GENERATORS_H_ #define _SIXTP_DOM_GENERATORS_H_ diff --git a/src/engine/sixtp-dom-parsers.c b/src/engine/sixtp-dom-parsers.c index 9368fdaeb6a..7cbfca31b82 100644 --- a/src/engine/sixtp-dom-parsers.c +++ b/src/engine/sixtp-dom-parsers.c @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-dom-parsers.h * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #include "config.h" #include diff --git a/src/engine/sixtp-dom-parsers.h b/src/engine/sixtp-dom-parsers.h index b4c96968e73..694bb34615c 100644 --- a/src/engine/sixtp-dom-parsers.h +++ b/src/engine/sixtp-dom-parsers.h @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-dom-parsers.h * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #ifndef _SIXTP_DOM_PARSERS_H_ #define _SIXTP_DOM_PARSERS_H_ diff --git a/src/engine/sixtp-kvp-parser.c b/src/engine/sixtp-kvp-parser.c index 4c84052cfb6..312db8bee89 100644 --- a/src/engine/sixtp-kvp-parser.c +++ b/src/engine/sixtp-kvp-parser.c @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-kvp-parser.c * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #include "config.h" #include diff --git a/src/engine/sixtp-stack.c b/src/engine/sixtp-stack.c index 5babb32ca0f..762ee37c3b0 100644 --- a/src/engine/sixtp-stack.c +++ b/src/engine/sixtp-stack.c @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-stack.c * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #include "sixtp.h" #include "sixtp-stack.h" diff --git a/src/engine/sixtp-stack.h b/src/engine/sixtp-stack.h index cf4a319b71f..a3e2c603e83 100644 --- a/src/engine/sixtp-stack.h +++ b/src/engine/sixtp-stack.h @@ -1,3 +1,25 @@ +/******************************************************************** + * sixtp-stack.h * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ #ifndef _SIXTP_STACK_H_ #define _SIXTP_STACK_H_ diff --git a/src/engine/sixtp-to-dom-parser.c b/src/engine/sixtp-to-dom-parser.c index f19ca35592f..5ce601668bf 100644 --- a/src/engine/sixtp-to-dom-parser.c +++ b/src/engine/sixtp-to-dom-parser.c @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-to-dom-parser.c * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #include #include diff --git a/src/engine/sixtp-utils.c b/src/engine/sixtp-utils.c index 6c8232d22b5..e9bcc4629d5 100644 --- a/src/engine/sixtp-utils.c +++ b/src/engine/sixtp-utils.c @@ -1,4 +1,27 @@ -#include +/******************************************************************** + * sixtp-utils.c * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + +#include "config.h" #include diff --git a/src/engine/sixtp-utils.h b/src/engine/sixtp-utils.h index 3ff20d3cc9c..4ceef90e7b1 100644 --- a/src/engine/sixtp-utils.h +++ b/src/engine/sixtp-utils.h @@ -1,3 +1,25 @@ +/******************************************************************** + * sixtp-utils.h * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ #ifndef _SIXTP_UTILS_H_ #define _SIXTP_UTILS_H_ diff --git a/src/engine/sixtp-writers.h b/src/engine/sixtp-writers.h index 3c05fc64be3..6c0db94afbb 100644 --- a/src/engine/sixtp-writers.h +++ b/src/engine/sixtp-writers.h @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp-writers.h * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #ifndef _SIXTP_WRITERS_H_ #define _SIXTP_WRITERS_H_ diff --git a/src/engine/sixtp-xml-write-utils.c b/src/engine/sixtp-xml-write-utils.c index 3b233274885..a54d80f1640 100644 --- a/src/engine/sixtp-xml-write-utils.c +++ b/src/engine/sixtp-xml-write-utils.c @@ -1,3 +1,25 @@ +/******************************************************************** + * sixtp-xml-write-utils.c * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ #include diff --git a/src/engine/sixtp-xml-write-utils.h b/src/engine/sixtp-xml-write-utils.h index 070cdf21e45..a119e54dbe9 100644 --- a/src/engine/sixtp-xml-write-utils.h +++ b/src/engine/sixtp-xml-write-utils.h @@ -1,3 +1,25 @@ +/******************************************************************** + * sixtp-xml-write-utils.h * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ #ifndef _SIXTP_XML_WRITE_UTILS_H_ #define _SIXTP_XML_WRITE_UTILS_H_ diff --git a/src/engine/sixtp.c b/src/engine/sixtp.c index c15d3bbcc70..16d64b03968 100644 --- a/src/engine/sixtp.c +++ b/src/engine/sixtp.c @@ -1,3 +1,26 @@ +/******************************************************************** + * sixtp.c -- functions for XML parsing * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ + #include "config.h" #include diff --git a/src/engine/sixtp.h b/src/engine/sixtp.h index ba797186492..e76f8c362ce 100644 --- a/src/engine/sixtp.h +++ b/src/engine/sixtp.h @@ -1,4 +1,25 @@ - +/******************************************************************** + * sixtp.h -- header file for XML parsing * + * Copyright 2001 Gnumatic, Inc. * + * * + * 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. * + * * + * This program 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 this program; if not, contact: * + * * + * Free Software Foundation Voice: +1-617-542-5942 * + * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 * + * Boston, MA 02111-1307, USA gnu@gnu.org * + * * + ********************************************************************/ #ifndef _SIXTP_H_ #define _SIXTP_H_