diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-08-11 11:25:48 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-08-11 11:50:46 +0200 |
commit | 9b782edb0637fe43238ce5b769c2629c293bf5b1 (patch) | |
tree | 7df3180a8a427d2bdf03948cbb7bb854a5c4aeb0 /addons | |
parent | 7ac40d50f014e96b5672e8ce6589f44df5f287ed (diff) |
[cosmetic] update copyright headers
Diffstat (limited to 'addons')
-rw-r--r-- | addons/library.xbmc.addon/libXBMC_addon.h | 2 | ||||
-rw-r--r-- | addons/library.xbmc.codec/libXBMC_codec.h | 2 | ||||
-rw-r--r-- | addons/library.xbmc.gui/libXBMC_gui.h | 2 | ||||
-rw-r--r-- | addons/library.xbmc.pvr/libXBMC_pvr.h | 2 | ||||
-rwxr-xr-x | addons/webinterface.default/js/MediaLibrary.js | 2 | ||||
-rwxr-xr-x | addons/webinterface.default/js/NowPlayingManager.js | 2 | ||||
-rw-r--r-- | addons/webinterface.default/js/xbmc.core.js | 2 | ||||
-rw-r--r-- | addons/webinterface.default/js/xbmc.init.js | 2 | ||||
-rw-r--r-- | addons/webinterface.default/js/xbmc.launcher.js | 2 | ||||
-rw-r--r-- | addons/webinterface.default/js/xbmc.rpc.js | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/addons/library.xbmc.addon/libXBMC_addon.h b/addons/library.xbmc.addon/libXBMC_addon.h index 4740bd65d3..0b2d17c93b 100644 --- a/addons/library.xbmc.addon/libXBMC_addon.h +++ b/addons/library.xbmc.addon/libXBMC_addon.h @@ -1,7 +1,7 @@ #pragma once /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/library.xbmc.codec/libXBMC_codec.h b/addons/library.xbmc.codec/libXBMC_codec.h index 0340af5574..3853f08888 100644 --- a/addons/library.xbmc.codec/libXBMC_codec.h +++ b/addons/library.xbmc.codec/libXBMC_codec.h @@ -1,7 +1,7 @@ #pragma once /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/library.xbmc.gui/libXBMC_gui.h b/addons/library.xbmc.gui/libXBMC_gui.h index dd916f9ed5..ed8b9e2c3f 100644 --- a/addons/library.xbmc.gui/libXBMC_gui.h +++ b/addons/library.xbmc.gui/libXBMC_gui.h @@ -1,7 +1,7 @@ #pragma once /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/library.xbmc.pvr/libXBMC_pvr.h b/addons/library.xbmc.pvr/libXBMC_pvr.h index 6827954150..311651446e 100644 --- a/addons/library.xbmc.pvr/libXBMC_pvr.h +++ b/addons/library.xbmc.pvr/libXBMC_pvr.h @@ -1,7 +1,7 @@ #pragma once /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/webinterface.default/js/MediaLibrary.js b/addons/webinterface.default/js/MediaLibrary.js index 916c418794..eedc650c17 100755 --- a/addons/webinterface.default/js/MediaLibrary.js +++ b/addons/webinterface.default/js/MediaLibrary.js @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/webinterface.default/js/NowPlayingManager.js b/addons/webinterface.default/js/NowPlayingManager.js index eb817d89cf..1d17c9dc07 100755 --- a/addons/webinterface.default/js/NowPlayingManager.js +++ b/addons/webinterface.default/js/NowPlayingManager.js @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/webinterface.default/js/xbmc.core.js b/addons/webinterface.default/js/xbmc.core.js index ac1676ff94..d1c908b5ff 100644 --- a/addons/webinterface.default/js/xbmc.core.js +++ b/addons/webinterface.default/js/xbmc.core.js @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/webinterface.default/js/xbmc.init.js b/addons/webinterface.default/js/xbmc.init.js index 09cb8cf8df..b05ed027c2 100644 --- a/addons/webinterface.default/js/xbmc.init.js +++ b/addons/webinterface.default/js/xbmc.init.js @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/webinterface.default/js/xbmc.launcher.js b/addons/webinterface.default/js/xbmc.launcher.js index 0e72859812..ebcbb52f5a 100644 --- a/addons/webinterface.default/js/xbmc.launcher.js +++ b/addons/webinterface.default/js/xbmc.launcher.js @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 diff --git a/addons/webinterface.default/js/xbmc.rpc.js b/addons/webinterface.default/js/xbmc.rpc.js index 56da291062..b863050426 100644 --- a/addons/webinterface.default/js/xbmc.rpc.js +++ b/addons/webinterface.default/js/xbmc.rpc.js @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://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 |