diff options
author | Stig-Ørjan Smelror <smelror@gmail.com> | 2018-01-24 01:11:36 +0100 |
---|---|---|
committer | notspiff <spiff@kodi.tv> | 2018-01-24 13:20:34 +0100 |
commit | 38f3bbc300339611c734c9853c06cdbb87bd60a8 (patch) | |
tree | 3d1bccb58b00d7a97dd5a17076440b24558d939b /tools | |
parent | 659325446f66576e84f673d439c83ba4ce230fef (diff) |
A mass change from xbmc.org to kodi.tv.
I used the command
grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @
to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
Diffstat (limited to 'tools')
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp b/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp index a4efd8af65..825bce4f6c 100644 --- a/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp +++ b/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp @@ -3,7 +3,7 @@ * topfs@tobias * * Copyright (C) 2007-2013 Team XBMC - * http://xbmc.org + * http://kodi.tv * * 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/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.h b/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.h index 5dd7333fd3..c57fee89da 100644 --- a/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.h +++ b/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.h @@ -3,7 +3,7 @@ * topfs@tobias * * Copyright (C) 2007-2013 Team XBMC - * http://xbmc.org + * http://kodi.tv * * 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/tools/depends/native/TexturePacker/src/SimpleFS.h b/tools/depends/native/TexturePacker/src/SimpleFS.h index c2288cf8de..a878203084 100644 --- a/tools/depends/native/TexturePacker/src/SimpleFS.h +++ b/tools/depends/native/TexturePacker/src/SimpleFS.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://xbmc.org + * http://kodi.tv * * 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/tools/depends/native/TexturePacker/src/TexturePacker.cpp b/tools/depends/native/TexturePacker/src/TexturePacker.cpp index 578ef12f25..4c45b704d6 100644 --- a/tools/depends/native/TexturePacker/src/TexturePacker.cpp +++ b/tools/depends/native/TexturePacker/src/TexturePacker.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2014 Team XBMC - * http://xbmc.org + * http://kodi.tv * * 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/tools/depends/native/TexturePacker/src/XBTFWriter.cpp b/tools/depends/native/TexturePacker/src/XBTFWriter.cpp index 2e80ba674c..1607db1cfc 100644 --- a/tools/depends/native/TexturePacker/src/XBTFWriter.cpp +++ b/tools/depends/native/TexturePacker/src/XBTFWriter.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://xbmc.org + * http://kodi.tv * * 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/tools/depends/native/TexturePacker/src/XBTFWriter.h b/tools/depends/native/TexturePacker/src/XBTFWriter.h index d5cf1a2965..be644f8c22 100644 --- a/tools/depends/native/TexturePacker/src/XBTFWriter.h +++ b/tools/depends/native/TexturePacker/src/XBTFWriter.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://xbmc.org + * http://kodi.tv * * 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/tools/depends/native/TexturePacker/src/cmdlineargs.h b/tools/depends/native/TexturePacker/src/cmdlineargs.h index 4a050b36e9..3ecab074ad 100644 --- a/tools/depends/native/TexturePacker/src/cmdlineargs.h +++ b/tools/depends/native/TexturePacker/src/cmdlineargs.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://xbmc.org + * http://kodi.tv * * 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 |