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 /lib | |
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 'lib')
-rw-r--r-- | lib/DllLibbluray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DllLibbluray.h b/lib/DllLibbluray.h index 74dc00ded2..743be9de67 100644 --- a/lib/DllLibbluray.h +++ b/lib/DllLibbluray.h @@ -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 |