diff options
author | ceros7 <ceros7@svn> | 2010-05-15 04:49:52 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-15 04:49:52 +0000 |
commit | e33f963901206977aa5655e094d4c81171a00e18 (patch) | |
tree | 4ee4760126f0068aa99ded37a70885140814ffee /tools | |
parent | 373a386ac1e0d47a5f71360a0298d2b96e932cd9 (diff) |
Add missing copyright header and utf-8 coding tag.
This file was added by d4rkm4ster in rev 12601
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30172 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py b/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py index f96940debc..ff1b214eec 100755 --- a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py +++ b/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py @@ -1,4 +1,21 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- + +# Copyright (C) 2008-2010 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This is a quick port of brandonj's PS3 remote script to use the event server # for sending input events. |