diff options
author | ceros7 <ceros7@svn> | 2010-05-13 07:21:44 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-13 07:21:44 +0000 |
commit | 177ecbbce7ada3f009b6e9405c18c1ce73465c55 (patch) | |
tree | ae00971d7961a2f324827834b7f918ef32029b7d /guilib | |
parent | 0515d8bf76b35da03fd9cf93bae153ff7028bba4 (diff) |
Add copyright headers to guilib/common/LIRC.*.
These files were brought in by yuvalt in rev 9178.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30113 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/common/LIRC.cpp | 21 | ||||
-rw-r--r-- | guilib/common/LIRC.h | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/guilib/common/LIRC.cpp b/guilib/common/LIRC.cpp index 88308d6e87..ab6b758528 100644 --- a/guilib/common/LIRC.cpp +++ b/guilib/common/LIRC.cpp @@ -1,3 +1,24 @@ +/* +* Copyright (C) 2007-2010 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 <sys/time.h> #include <sys/types.h> #include <sys/socket.h> diff --git a/guilib/common/LIRC.h b/guilib/common/LIRC.h index b695b0fb53..972bc6bdfc 100644 --- a/guilib/common/LIRC.h +++ b/guilib/common/LIRC.h @@ -1,3 +1,24 @@ +/* +* Copyright (C) 2007-2010 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 +* +*/ + #ifndef LIRC_H #define LIRC_H |