diff options
author | CrystalPT <CrystalPT@svn> | 2010-05-15 21:31:59 +0000 |
---|---|---|
committer | CrystalPT <CrystalPT@svn> | 2010-05-15 21:31:59 +0000 |
commit | 03be420c48f5fa8e2e6728b504df4ed5e7ee6b86 (patch) | |
tree | 5788582fb80e88276956706256d2847d38aa4ef7 | |
parent | db899947f0116bdda36df4679c401dcd5dd2b226 (diff) |
changed: native line ending
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30188 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/win32/svn_rev.tmpl | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/xbmc/win32/svn_rev.tmpl b/xbmc/win32/svn_rev.tmpl index 359f95cdc1..46e9c704c8 100644 --- a/xbmc/win32/svn_rev.tmpl +++ b/xbmc/win32/svn_rev.tmpl @@ -1,29 +1,29 @@ -#ifndef __SVN_REV__H__
-#define __SVN_REV__H__
-
-/*
- * Copyright (C) 2005-2008 Team XBMC
- * http://www.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)
- * any later version.
- *
- * This Program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with XBMC; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- * http://www.gnu.org/copyleft/gpl.html
- *
- */
-
-#undef SVN_REV
-#define SVN_REV "$WCREV$"
-#define SVN_DATE "$WCDATE$"
-
-#endif
\ No newline at end of file +#ifndef __SVN_REV__H__ +#define __SVN_REV__H__ + +/* + * Copyright (C) 2005-2008 Team XBMC + * http://www.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) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#undef SVN_REV +#define SVN_REV "$WCREV$" +#define SVN_DATE "$WCDATE$" + +#endif |