diff --git a/src/eitd/SIevents.cpp b/src/eitd/SIevents.cpp index cff53a81e..726bf4de9 100644 --- a/src/eitd/SIevents.cpp +++ b/src/eitd/SIevents.cpp @@ -1,27 +1,27 @@ -// -// $Id: SIevents.cpp,v 1.35 2008/08/16 19:23:18 seife Exp $ -// -// classes SIevent and SIevents (dbox-II-project) -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2001 fnbrd (fnbrd@gmx.de) -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// -// +/* + * class SIevents (dbox-II-project) + * + * Copyright (C) 2001 fnbrd (fnbrd@gmx.de) + * Homepage: http://dbox2.elxsi.de + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #include #include diff --git a/src/eitd/SIevents.hpp b/src/eitd/SIevents.hpp index da7b75122..9248e5627 100644 --- a/src/eitd/SIevents.hpp +++ b/src/eitd/SIevents.hpp @@ -1,26 +1,24 @@ -// -// $Id: SIevents.hpp,v 1.29 2008/08/16 19:23:18 seife Exp $ -// -// classes SIevent and SIevents (dbox-II-project) -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2001 fnbrd (fnbrd@gmx.de) -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// +/* + * (C) 2001 by fnbrd (fnbrd@gmx.de), + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef SIEVENTS_HPP #define SIEVENTS_HPP diff --git a/src/eitd/SIsections.cpp b/src/eitd/SIsections.cpp index 8273a4fb5..99694ef38 100644 --- a/src/eitd/SIsections.cpp +++ b/src/eitd/SIsections.cpp @@ -1,27 +1,26 @@ -// -// $Id: SIsections.cpp,v 1.61 2009/09/04 18:37:00 dbt Exp $ -// -// classes for SI sections (dbox-II-project) -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2001 fnbrd (fnbrd@gmx.de) -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// -// +/* + * SIsections.cpp, classes for SI sections (dbox-II-project) + * + * (C) 2001 by fnbrd (fnbrd@gmx.de), + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #include #include @@ -42,7 +41,6 @@ #include #include - void SIsectionEIT::parse(void) { const EventList &elist = *getEvents(); diff --git a/src/eitd/SIsections.hpp b/src/eitd/SIsections.hpp index 168fa834c..932141657 100644 --- a/src/eitd/SIsections.hpp +++ b/src/eitd/SIsections.hpp @@ -1,27 +1,27 @@ -// -// $Id: SIsections.hpp,v 1.28 2009/07/26 17:02:46 rhabarber1848 Exp $ -// -// classes for SI sections (dbox-II-project) -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2001 fnbrd (fnbrd@gmx.de) -// Copyright (C) 2003 Andreas Oberritter -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// +/* + * SIsections.hpp, classes for SI sections (dbox-II-project) + * + * (C) 2001 by fnbrd (fnbrd@gmx.de), + * Copyright (C) 2003 Andreas Oberritter + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef SISECTIONS_HPP #define SISECTIONS_HPP diff --git a/src/eitd/SIservices.hpp b/src/eitd/SIservices.hpp index 0c6999fad..4eebb08c9 100644 --- a/src/eitd/SIservices.hpp +++ b/src/eitd/SIservices.hpp @@ -1,27 +1,27 @@ -// -// $Id: SIservices.hpp,v 1.15 2009/02/24 19:09:10 seife Exp $ -// -// classes SIservices and SIservices (dbox-II-project) -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2001 fnbrd (fnbrd@gmx.de), -// 2002 thegoodguy (thegoodguy@berlios.de) -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// +/* + * classes SIservices and SIservices (dbox-II-project) + * + * (C) 2001 by fnbrd (fnbrd@gmx.de), + * 2003 by thegoodguy + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef SISERVICES_HPP #define SISERVICES_HPP diff --git a/src/eitd/SIutils.cpp b/src/eitd/SIutils.cpp index 745c733f7..09ab601f6 100644 --- a/src/eitd/SIutils.cpp +++ b/src/eitd/SIutils.cpp @@ -1,26 +1,26 @@ -// -// $Id: SIutils.cpp,v 1.15 2005/11/03 21:08:52 mogway Exp $ -// -// utility functions for the SI-classes (dbox-II-project) -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2001 fnbrd (fnbrd@gmx.de) -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// +/* + * SIutils.cpp, utility functions for the SI-classes (dbox-II-project) + * + * (C) 2001 by fnbrd (fnbrd@gmx.de) + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #include #include diff --git a/src/eitd/SIutils.hpp b/src/eitd/SIutils.hpp index 4422bcc31..77f2e54c4 100644 --- a/src/eitd/SIutils.hpp +++ b/src/eitd/SIutils.hpp @@ -1,27 +1,26 @@ -// -// $Id: SIutils.hpp,v 1.5 2006/05/19 21:28:08 houdini Exp $ -// -// utility functions for the SI-classes (dbox-II-project) -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2001 fnbrd (fnbrd@gmx.de) -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// - +/* + * SIutils.hpp, utility functions for the SI-classes (dbox-II-project) + * + * (C) 2001 by fnbrd (fnbrd@gmx.de), + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef SIUTILS_HPP #define SIUTILS_HPP diff --git a/src/eitd/debug.cpp b/src/eitd/debug.cpp index 5c80c9ffc..5a830d88e 100644 --- a/src/eitd/debug.cpp +++ b/src/eitd/debug.cpp @@ -1,14 +1,15 @@ /* - * $Header: /cvs/tuxbox/apps/tuxbox/neutrino/daemons/sectionsd/debug.cpp,v 1.3 2008/06/15 10:19:38 seife Exp $ - * - * Debug tools (sectionsd) - d-box2 linux project + * debug.cpp, Debug tools (sectionsd) - d-box2 linux project * * (C) 2003 by thegoodguy * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * * 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. + * the Free Software Foundation; * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/eitd/debug.h b/src/eitd/debug.h index b3262b7f1..0909d6362 100644 --- a/src/eitd/debug.h +++ b/src/eitd/debug.h @@ -1,14 +1,16 @@ /* - * $Header: /cvs/tuxbox/apps/tuxbox/neutrino/daemons/sectionsd/debug.h,v 1.4 2008/10/05 13:40:36 seife Exp $ + * debug.h, Debug tools (sectionsd) - d-box2 linux project * - * Debug tools (sectionsd) - d-box2 linux project + * (C) 2001 by fnbrd (fnbrd@gmx.de), + * 2003 by thegoodguy * - * (C) 2003 by thegoodguy + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 * * 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. + * the Free Software Foundation; * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/eitd/xmlutil.cpp b/src/eitd/xmlutil.cpp index 0660fb3a4..a35a3f4ed 100644 --- a/src/eitd/xmlutil.cpp +++ b/src/eitd/xmlutil.cpp @@ -1,26 +1,25 @@ -// -// (dbox-II-project) -// -// Copyright (C) 2001 by fnbrd -// -// Homepage: http://dbox2.elxsi.de -// -// Copyright (C) 2008, 2009 Stefan Seyfried -// -// 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., 675 Mass Ave, Cambridge, MA 02139, USA. -// +/* + * (C) 2001 by fnbrd, + * Copyright (C) 2008, 2009 Stefan Seyfried + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 + * + * 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; + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #include diff --git a/src/eitd/xmlutil.h b/src/eitd/xmlutil.h index 83e383264..783db5c19 100644 --- a/src/eitd/xmlutil.h +++ b/src/eitd/xmlutil.h @@ -1,11 +1,15 @@ /* * - * (C) 2003 by thegoodguy + * (C) 2001 by fnbrd (fnbrd@gmx.de), + * 2003 by thegoodguy + * + * Copyright (C) 2011-2012 CoolStream International Ltd + * + * License: GPLv2 * * 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. + * the Free Software Foundation; * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of