aboutsummaryrefslogtreecommitdiff
path: root/guilib
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-14 05:35:43 +0000
committerceros7 <ceros7@svn>2010-05-14 05:35:43 +0000
commitdddb83294eedbe522a884955e42b62a1e266dd32 (patch)
tree09a9278678c37103d3922509f5518d674eb1d7ab /guilib
parent7091611d10aed6134e3e5fe63ba10d9ae4ca3d68 (diff)
Add missing copyright header.
File added by yamp in rev 2. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30141 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r--guilib/GUIFont.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/guilib/GUIFont.h b/guilib/GUIFont.h
index 6123bdb7a3..a1db8e0389 100644
--- a/guilib/GUIFont.h
+++ b/guilib/GUIFont.h
@@ -7,6 +7,27 @@
#define CGUILIB_GUIFONT_H
#pragma once
+/*
+ * Copyright (C) 2003-2010 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
+ *
+ */
+
#include "StdString.h"
#include <assert.h>