Skip to content

Commit

Permalink
make addon authors same as the rest "Team Kodi
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed Jan 14, 2016
1 parent 2943501 commit 7fb1866
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion addons/kodi.audiodecoder/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="kodi.audiodecoder" version="1.0.0" provider-name="Team-Kodi">
<addon id="kodi.audiodecoder" version="1.0.0" provider-name="Team Kodi">
<backwards-compatibility abi="1.0.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/kodi.resource/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="kodi.resource" version="1.0.0" provider-name="Team-Kodi">
<addon id="kodi.resource" version="1.0.0" provider-name="Team Kodi">
<backwards-compatibility abi="1.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/metadata.local/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<addon id="metadata.local"
name="Local information only"
version="1.0.0"
provider-name="Team-Kodi">
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
</requires>
Expand Down
66 changes: 33 additions & 33 deletions addons/repository.xbmc.org/addon.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion addons/xbmc.audioencoder/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.audioencoder" version="1.0.0" provider-name="Team-Kodi">
<addon id="xbmc.audioencoder" version="1.0.0" provider-name="Team Kodi">
<backwards-compatibility abi="1.0.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.codec/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.codec" version="1.0.1" provider-name="Team-Kodi">
<addon id="xbmc.codec" version="1.0.1" provider-name="Team Kodi">
<backwards-compatibility abi="1.0.1"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.core/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.core" version="0.1.0" provider-name="Team-Kodi">
<addon id="xbmc.core" version="0.1.0" provider-name="Team Kodi">
<backwards-compatibility abi="0.1"/>
<requires>
<c-pluff version="0.1"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.gui/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.gui" version="5.11.0" provider-name="Team-Kodi">
<addon id="xbmc.gui" version="5.11.0" provider-name="Team Kodi">
<backwards-compatibility abi="5.10.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.metadata/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.metadata" version="2.1.0" provider-name="Team-Kodi">
<addon id="xbmc.metadata" version="2.1.0" provider-name="Team Kodi">
<backwards-compatibility abi="1.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.pvr/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.pvr" version="4.1.0" provider-name="Team-Kodi">
<addon id="xbmc.pvr" version="4.1.0" provider-name="Team Kodi">
<backwards-compatibility abi="4.1.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.python/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.python" version="2.25.0" provider-name="Team-Kodi">
<addon id="xbmc.python" version="2.25.0" provider-name="Team Kodi">
<backwards-compatibility abi="2.1.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.webinterface/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.webinterface" version="1.0.0" provider-name="Team-Kodi">
<addon id="xbmc.webinterface" version="1.0.0" provider-name="Team Kodi">
<backwards-compatibility abi="1.0.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down

0 comments on commit 7fb1866

Please sign in to comment.