Update of /cvsroot/mod-c/ehtml/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23237/include Modified Files: Common.h Component.h Container.h Dictionary.h EHTMLApplication.h Event.h Form.h Input.h Label.h MemBuf.h Page.h PageWriter.h Plugin.h Profiling.h Request.h Response.h Session.h SimpleTagAttribute.h StyleAttribute.h TagAttribute.h TagRenderer.h ehtml.h Log Message: Relicensed all source files to MIT's license. Index: Page.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Page.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Page.h 6 Mar 2006 08:00:34 -0000 1.8 --- Page.h 12 Oct 2006 21:10:36 -0000 1.9 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _PAGE_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _PAGE_H_ Index: Input.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Input.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Input.h 6 Mar 2006 08:00:33 -0000 1.6 --- Input.h 12 Oct 2006 21:10:36 -0000 1.7 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _INPUT_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _INPUT_H_ Index: Request.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Request.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Request.h 12 Sep 2006 15:23:32 -0000 1.7 --- Request.h 12 Oct 2006 21:10:36 -0000 1.8 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _REQUEST_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _REQUEST_H_ Index: EHTMLApplication.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/EHTMLApplication.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** EHTMLApplication.h 5 Oct 2006 14:52:52 -0000 1.10 --- EHTMLApplication.h 12 Oct 2006 21:10:36 -0000 1.11 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _EHTML_APPLICATION_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _EHTML_APPLICATION_H_ Index: Profiling.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Profiling.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Profiling.h 5 Oct 2006 16:01:16 -0000 1.9 --- Profiling.h 12 Oct 2006 21:10:36 -0000 1.10 *************** *** 1,2 **** --- 1,30 ---- + // + // Authors: + // Gonzalo Arana (gon...@gm...) + // + // (C) 2006 Gonzalo Arana + // + // + // This source code is licenced under The MIT License: + // + // Permission is hereby granted, free of charge, to any person obtaining + // a copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to + // permit persons to whom the Software is furnished to do so, subject to + // the following conditions: + // + // The above copyright notice and this permission notice shall be + // included in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + // #ifndef __PROFILING_H_ Index: Dictionary.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Dictionary.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Dictionary.h 8 Sep 2006 14:27:10 -0000 1.1 --- Dictionary.h 12 Oct 2006 21:10:36 -0000 1.2 *************** *** 1,2 **** --- 1,30 ---- + // + // Authors: + // Gonzalo Arana (gon...@gm...) + // + // (C) 2006 Gonzalo Arana + // + // + // This source code is licenced under The MIT License: + // + // Permission is hereby granted, free of charge, to any person obtaining + // a copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to + // permit persons to whom the Software is furnished to do so, subject to + // the following conditions: + // + // The above copyright notice and this permission notice shall be + // included in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + // #ifndef _DICT_H_ Index: Component.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Component.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Component.h 6 Mar 2006 08:00:33 -0000 1.6 --- Component.h 12 Oct 2006 21:10:36 -0000 1.7 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _COMPONENT_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _COMPONENT_H_ Index: Plugin.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Plugin.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Plugin.h 12 Sep 2006 23:11:58 -0000 1.4 --- Plugin.h 12 Oct 2006 21:10:36 -0000 1.5 *************** *** 1,2 **** --- 1,30 ---- + // + // Authors: + // Gonzalo Arana (gon...@gm...) + // + // (C) 2006 Gonzalo Arana + // + // + // This source code is licenced under The MIT License: + // + // Permission is hereby granted, free of charge, to any person obtaining + // a copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to + // permit persons to whom the Software is furnished to do so, subject to + // the following conditions: + // + // The above copyright notice and this permission notice shall be + // included in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + // #ifndef __PLUGIN_H_ Index: Form.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Form.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Form.h 6 Mar 2006 08:00:34 -0000 1.5 --- Form.h 12 Oct 2006 21:10:36 -0000 1.6 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _FORM_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _FORM_H_ Index: Session.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Session.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Session.h 21 Sep 2006 17:20:00 -0000 1.14 --- Session.h 12 Oct 2006 21:10:36 -0000 1.15 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * mat...@gm... * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _SESSION_H_ --- 1,30 ---- ! // ! // Authors: ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _SESSION_H_ Index: StyleAttribute.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/StyleAttribute.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** StyleAttribute.h 6 Mar 2006 08:00:34 -0000 1.6 --- StyleAttribute.h 12 Oct 2006 21:10:36 -0000 1.7 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _STYLE_ATTRIBUTE_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _STYLE_ATTRIBUTE_H_ Index: Event.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Event.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Event.h 6 Mar 2006 08:00:34 -0000 1.5 --- Event.h 12 Oct 2006 21:10:36 -0000 1.6 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _EVENT_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _EVENT_H_ Index: PageWriter.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/PageWriter.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PageWriter.h 6 Mar 2006 08:00:34 -0000 1.5 --- PageWriter.h 12 Oct 2006 21:10:36 -0000 1.6 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _PAGE_WRITER_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _PAGE_WRITER_H_ Index: ehtml.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/ehtml.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ehtml.h 17 Sep 2006 18:14:51 -0000 1.20 --- ehtml.h 12 Oct 2006 21:10:36 -0000 1.21 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * mat...@gm... * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _EHTML_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _EHTML_H_ Index: SimpleTagAttribute.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/SimpleTagAttribute.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SimpleTagAttribute.h 6 Mar 2006 08:00:34 -0000 1.5 --- SimpleTagAttribute.h 12 Oct 2006 21:10:36 -0000 1.6 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _SIMPLE_TAG_ATTRIBUTE_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _SIMPLE_TAG_ATTRIBUTE_H_ Index: Common.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Common.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Common.h 11 Sep 2006 23:17:06 -0000 1.10 --- Common.h 12 Oct 2006 21:10:35 -0000 1.11 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _COMMON_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _COMMON_H_ Index: MemBuf.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/MemBuf.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MemBuf.h 8 Sep 2006 20:57:46 -0000 1.2 --- MemBuf.h 12 Oct 2006 21:10:36 -0000 1.3 *************** *** 1,2 **** --- 1,30 ---- + // + // Authors: + // Gonzalo Arana (gon...@gm...) + // + // (C) 2006 Gonzalo Arana + // + // + // This source code is licenced under The MIT License: + // + // Permission is hereby granted, free of charge, to any person obtaining + // a copy of this software and associated documentation files (the + // "Software"), to deal in the Software without restriction, including + // without limitation the rights to use, copy, modify, merge, publish, + // distribute, sublicense, and/or sell copies of the Software, and to + // permit persons to whom the Software is furnished to do so, subject to + // the following conditions: + // + // The above copyright notice and this permission notice shall be + // included in all copies or substantial portions of the Software. + // + // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + // #ifndef __MEMBUF_H_ Index: Response.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Response.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Response.h 5 Oct 2006 14:53:59 -0000 1.5 --- Response.h 12 Oct 2006 21:10:36 -0000 1.6 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _RESPONSE_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _RESPONSE_H_ Index: Container.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Container.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Container.h 6 Mar 2006 08:00:34 -0000 1.7 --- Container.h 12 Oct 2006 21:10:36 -0000 1.8 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _CONTAINER_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _CONTAINER_H_ Index: TagAttribute.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/TagAttribute.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TagAttribute.h 6 Mar 2006 08:00:33 -0000 1.7 --- TagAttribute.h 12 Oct 2006 21:10:36 -0000 1.8 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ! ***************************************************************************/ #ifndef _TAG_ATTRIBUTE_H_ --- 1,31 ---- ! // ! // Authors: ! // Matej Urbas (mat...@gm...) ! // Gonzalo Arana (gon...@gm...) ! // ! // (C) 2006 Matej Urbas, Gonzalo Arana ! // ! // ! // This source code is licenced under The MIT License: ! // ! // Permission is hereby granted, free of charge, to any person obtaining ! // a copy of this software and associated documentation files (the ! // "Software"), to deal in the Software without restriction, including ! // without limitation the rights to use, copy, modify, merge, publish, ! // distribute, sublicense, and/or sell copies of the Software, and to ! // permit persons to whom the Software is furnished to do so, subject to ! // the following conditions: ! // ! // The above copyright notice and this permission notice shall be ! // included in all copies or substantial portions of the Software. ! // ! // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ! // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ! // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ! // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ! // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ! // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! // #ifndef _TAG_ATTRIBUTE_H_ Index: TagRenderer.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/TagRenderer.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TagRenderer.h 6 Mar 2006 08:00:34 -0000 1.6 --- TagRenderer.h 12 Oct 2006 21:10:36 -0000 1.7 *************** *** 1,21 **** ! /*************************************************************************** ! * Copyright (C) 2005 by Matej Urbas * ! * matej@matejPC * ! * * ! * 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, write to the * ! * Free Software Foundation, Inc., * ! * 59 Temple Plac... [truncated message content] |