diff options
-rw-r--r-- | xbmc/linux/DBusMessage.cpp | 20 | ||||
-rw-r--r-- | xbmc/linux/DBusMessage.h | 20 | ||||
-rw-r--r-- | xbmc/linux/DBusUtil.cpp | 20 | ||||
-rw-r--r-- | xbmc/linux/DBusUtil.h | 20 |
4 files changed, 80 insertions, 0 deletions
diff --git a/xbmc/linux/DBusMessage.cpp b/xbmc/linux/DBusMessage.cpp index ff349929f0..a56d91333d 100644 --- a/xbmc/linux/DBusMessage.cpp +++ b/xbmc/linux/DBusMessage.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2005-2009 Team XBMC + * http://www.xbmc.org + * + * 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, 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ #include "DBusMessage.h" #include "log.h" #ifdef HAS_DBUS diff --git a/xbmc/linux/DBusMessage.h b/xbmc/linux/DBusMessage.h index 3855943884..5ad9dac69b 100644 --- a/xbmc/linux/DBusMessage.h +++ b/xbmc/linux/DBusMessage.h @@ -1,4 +1,24 @@ #pragma once +/* + * Copyright (C) 2005-2009 Team XBMC + * http://www.xbmc.org + * + * 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, 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ #include "system.h" #ifdef HAS_DBUS #include "StdString.h" diff --git a/xbmc/linux/DBusUtil.cpp b/xbmc/linux/DBusUtil.cpp index bfe92a6c29..c31db26812 100644 --- a/xbmc/linux/DBusUtil.cpp +++ b/xbmc/linux/DBusUtil.cpp @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2005-2009 Team XBMC + * http://www.xbmc.org + * + * 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, 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ #include "DBusUtil.h" #ifdef HAS_DBUS diff --git a/xbmc/linux/DBusUtil.h b/xbmc/linux/DBusUtil.h index 3c81691898..7c43b527dd 100644 --- a/xbmc/linux/DBusUtil.h +++ b/xbmc/linux/DBusUtil.h @@ -1,4 +1,24 @@ #pragma once +/* + * Copyright (C) 2005-2009 Team XBMC + * http://www.xbmc.org + * + * 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, 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 XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ #include "system.h" #ifdef HAS_DBUS #include "DBusMessage.h" |