diff options
Diffstat (limited to 'xbmc/filesystem/UDFFile.cpp')
-rw-r--r-- | xbmc/filesystem/UDFFile.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xbmc/filesystem/UDFFile.cpp b/xbmc/filesystem/UDFFile.cpp index 3904831963..4dd2fe0720 100644 --- a/xbmc/filesystem/UDFFile.cpp +++ b/xbmc/filesystem/UDFFile.cpp @@ -2,6 +2,9 @@ * Copyright (C) 2010 Team Boxee * http://www.boxee.tv * + * Copyright (C) 2010-2013 Team XBMC + * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -17,7 +20,6 @@ * <http://www.gnu.org/licenses/>. * */ - #include "UDFFile.h" #include "URL.h" #include "Util.h" |