summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/custommainmenuitem.cpp6
-rw-r--r--src/custommainmenuitem.h6
-rw-r--r--src/i18n.cpp6
-rw-r--r--src/i18n.h6
-rw-r--r--src/menunode.cpp22
-rw-r--r--src/menunode.h22
-rw-r--r--src/menuorg.cpp19
-rw-r--r--src/menuorg.h22
-rw-r--r--src/plugincreator.cpp22
-rw-r--r--src/pluginmainmenuitem.cpp6
-rw-r--r--src/pluginmainmenuitem.h6
-rw-r--r--src/pluginmenuitem.cpp22
-rw-r--r--src/pluginmenuitem.h22
-rw-r--r--src/submenuitem.cpp22
-rw-r--r--src/submenuitem.h22
-rw-r--r--src/submenuprovider.cpp22
-rw-r--r--src/submenuprovider.h22
-rw-r--r--src/vdrmenuitem.cpp22
-rw-r--r--src/vdrmenuitem.h22
-rw-r--r--src/version.h22
-rw-r--r--src/xmlmenu.cpp22
-rw-r--r--src/xmlmenu.h22
22 files changed, 365 insertions, 20 deletions
diff --git a/src/custommainmenuitem.cpp b/src/custommainmenuitem.cpp
index 68c9e95..f2004ce 100644
--- a/src/custommainmenuitem.cpp
+++ b/src/custommainmenuitem.cpp
@@ -1,6 +1,6 @@
/*
- * vdr-submenu - A plugin for the Linux Video Disk Recorder
- * Copyright (c) 2007 Tobias Grimm <vdr@e-tobi.net>
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
*
* 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
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id$
+ * $Id:$
*
*/
diff --git a/src/custommainmenuitem.h b/src/custommainmenuitem.h
index 6091f26..b46be85 100644
--- a/src/custommainmenuitem.h
+++ b/src/custommainmenuitem.h
@@ -1,6 +1,6 @@
/*
- * vdr-submenu - A plugin for the Linux Video Disk Recorder
- * Copyright (c) 2007 Tobias Grimm <vdr@e-tobi.net>
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
*
* 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
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id$
+ * $Id:$
*
*/
diff --git a/src/i18n.cpp b/src/i18n.cpp
index 9b89348..da7d394 100644
--- a/src/i18n.cpp
+++ b/src/i18n.cpp
@@ -1,6 +1,6 @@
/*
- * vdr-submenu - A plugin for the Linux Video Disk Recorder
- * Copyright (c) 2007 Thomas Creutz <thomas.creutz@gmx.de>
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
*
* 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
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id$
+ * $Id:$
*
*/
diff --git a/src/i18n.h b/src/i18n.h
index 722b16f..1b4905b 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -1,6 +1,6 @@
/*
- * vdr-submenu - A plugin for the Linux Video Disk Recorder
- * Copyright (c) 2007 Thomas Creutz <thomas.creutz@gmx.de>
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
*
* 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
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id$
+ * $Id:$
*
*/
diff --git a/src/menunode.cpp b/src/menunode.cpp
index af17327..f76f6eb 100644
--- a/src/menunode.cpp
+++ b/src/menunode.cpp
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#include "menunode.h"
MenuNode::MenuNode()
diff --git a/src/menunode.h b/src/menunode.h
index 7a86ad1..56c5ecd 100644
--- a/src/menunode.h
+++ b/src/menunode.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___MENUNODE_H
#define ___MENUNODE_H
diff --git a/src/menuorg.cpp b/src/menuorg.cpp
index a0188ef..1a25475 100644
--- a/src/menuorg.cpp
+++ b/src/menuorg.cpp
@@ -1,7 +1,22 @@
/*
- * menuorg.cpp: A plugin for the Video Disk Recorder
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
*
- * See the README file for copyright information and how to reach the author.
+ * 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
+ *
+ * $Id:$
*
*/
diff --git a/src/menuorg.h b/src/menuorg.h
index 5f7aa2a..821ed5b 100644
--- a/src/menuorg.h
+++ b/src/menuorg.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___MENUORGPLUGIN_H
#define ___MENUORGPLUGIN_H
diff --git a/src/plugincreator.cpp b/src/plugincreator.cpp
index c91c629..bffc72b 100644
--- a/src/plugincreator.cpp
+++ b/src/plugincreator.cpp
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#include "menuorg.h"
extern "C" void *VDRPluginCreator()
diff --git a/src/pluginmainmenuitem.cpp b/src/pluginmainmenuitem.cpp
index be6f10f..d617ee9 100644
--- a/src/pluginmainmenuitem.cpp
+++ b/src/pluginmainmenuitem.cpp
@@ -1,6 +1,6 @@
/*
- * vdr-submenu - A plugin for the Linux Video Disk Recorder
- * Copyright (c) 2007 Tobias Grimm <vdr@e-tobi.net>
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
*
* 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
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id$
+ * $Id:$
*
*/
diff --git a/src/pluginmainmenuitem.h b/src/pluginmainmenuitem.h
index bce3d11..e51633b 100644
--- a/src/pluginmainmenuitem.h
+++ b/src/pluginmainmenuitem.h
@@ -1,6 +1,6 @@
/*
- * vdr-submenu - A plugin for the Linux Video Disk Recorder
- * Copyright (c) 2007 Tobias Grimm <vdr@e-tobi.net>
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
*
* 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
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id$
+ * $Id:$
*
*/
diff --git a/src/pluginmenuitem.cpp b/src/pluginmenuitem.cpp
index f2a30ae..7589ee7 100644
--- a/src/pluginmenuitem.cpp
+++ b/src/pluginmenuitem.cpp
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#include "pluginmenuitem.h"
#include <vdr/submenupatch.h>
#include "pluginmainmenuitem.h"
diff --git a/src/pluginmenuitem.h b/src/pluginmenuitem.h
index b9fbde4..ef8bdf3 100644
--- a/src/pluginmenuitem.h
+++ b/src/pluginmenuitem.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___PLUGINMENUITEM_H
#define ___PLUGINMENUITEM_H
diff --git a/src/submenuitem.cpp b/src/submenuitem.cpp
index eca013f..cd01591 100644
--- a/src/submenuitem.cpp
+++ b/src/submenuitem.cpp
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#include "submenuitem.h"
SubMenuItem::SubMenuItem(std::string itemText)
diff --git a/src/submenuitem.h b/src/submenuitem.h
index fef8454..e380c74 100644
--- a/src/submenuitem.h
+++ b/src/submenuitem.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___SUBMENUITEM_H
#define ___SUBMENUITEM_H
diff --git a/src/submenuprovider.cpp b/src/submenuprovider.cpp
index 7ed8caa..56ab329 100644
--- a/src/submenuprovider.cpp
+++ b/src/submenuprovider.cpp
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#include "submenuprovider.h"
#include "submenuitem.h"
#include "vdrmenuitem.h"
diff --git a/src/submenuprovider.h b/src/submenuprovider.h
index 7505c7c..ff2e8dc 100644
--- a/src/submenuprovider.h
+++ b/src/submenuprovider.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___SUBMENUPROVIDER_H
#define ___SUBMENUPROVIDER_H
diff --git a/src/vdrmenuitem.cpp b/src/vdrmenuitem.cpp
index f2f3090..f8af0ad 100644
--- a/src/vdrmenuitem.cpp
+++ b/src/vdrmenuitem.cpp
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#include "vdrmenuitem.h"
#include <vdr/submenupatch.h>
#include "custommainmenuitem.h"
diff --git a/src/vdrmenuitem.h b/src/vdrmenuitem.h
index c518fe8..d0f069e 100644
--- a/src/vdrmenuitem.h
+++ b/src/vdrmenuitem.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___VDRMENUITEM_H
#define ___VDRMENUITEM_H
diff --git a/src/version.h b/src/version.h
index 65226ac..9510f84 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___VERSION_H
#define ___VERSION_H
diff --git a/src/xmlmenu.cpp b/src/xmlmenu.cpp
index d2308ca..f085eba 100644
--- a/src/xmlmenu.cpp
+++ b/src/xmlmenu.cpp
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#include "xmlmenu.h"
#include <iostream>
#include <libxml++/libxml++.h>
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index 59cf059..809deb6 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -1,3 +1,25 @@
+/*
+ * vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ * Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+ *
+ * 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
+ *
+ * $Id:$
+ *
+ */
+
#ifndef ___XMLMENU_H
#define ___XMLMENU_H