diff options
author | topfs2 <topfs2@svn> | 2009-11-15 13:54:20 +0000 |
---|---|---|
committer | topfs2 <topfs2@svn> | 2009-11-15 13:54:20 +0000 |
commit | cbd7ca16bb0014a778d9eff4c28a6445657f041e (patch) | |
tree | 2ca61a67d8b1de74adf6a00e9427180108279a39 /tools/EventClients | |
parent | 29f429d4b630b5ff808062883d94692176516f39 (diff) |
[Fixed] License in XBMC Send and executable properties. Also added it to the eventclients make
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24633 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients')
-rwxr-xr-x[-rw-r--r--] | tools/EventClients/Clients/XBMC Send/xbmc-send.py | 19 | ||||
-rw-r--r-- | tools/EventClients/Makefile | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/tools/EventClients/Clients/XBMC Send/xbmc-send.py b/tools/EventClients/Clients/XBMC Send/xbmc-send.py index 2746ae026a..4dfbc5734d 100644..100755 --- a/tools/EventClients/Clients/XBMC Send/xbmc-send.py +++ b/tools/EventClients/Clients/XBMC Send/xbmc-send.py @@ -1,4 +1,23 @@ #!/usr/bin/python +# +# XBMC Media Center +# XBMC Send +# Copyright (c) 2009 team-xbmc +# +# 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. +# import sys import getopt diff --git a/tools/EventClients/Makefile b/tools/EventClients/Makefile index 5e902f7fbc..b640e71067 100644 --- a/tools/EventClients/Makefile +++ b/tools/EventClients/Makefile @@ -19,6 +19,7 @@ install: cp -a Clients/J2ME\ Client/j2me_remote.py $(prefix)/bin/xbmc-j2meremote cp -a Clients/PS3\ BD\ Remote/ps3_remote.py $(prefix)/bin/xbmc-ps3remote #cp -a Clients/PS3\ Sixaxis\ Controller/ps3d.py $(prefix)/bin/xbmc-ps3d + cp -a Clients/XBMC\ Send/xbmc-send.py $(prefix)/bin/xbmc-send mkdir -p $(prefix)/lib/python2.5/site-packages/xbmc echo 'ICON_PATH="$(installdir)/share/pixmaps/xbmc/"' > $(prefix)/lib/python2.5/site-packages/xbmc/defs.py cp -a lib/python/* $(prefix)/lib/python2.5/site-packages/xbmc/ |