Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2007-05-13 18:43:28 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2007-05-13 18:43:28 +0400
commit39bb3df74b384ca9e6d0ceb26a9f78c491537a6c (patch)
tree98aada9e7c816a559340b98fd57065a8b863beba /src/apps/mplayerc/FullscreenWnd.h
parent7b7626611529d70c0d00b8abf8a98351ce204d5e (diff)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@104 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/FullscreenWnd.h')
-rw-r--r--src/apps/mplayerc/FullscreenWnd.h23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/apps/mplayerc/FullscreenWnd.h b/src/apps/mplayerc/FullscreenWnd.h
index 462e7f4fd..cb24c3e52 100644
--- a/src/apps/mplayerc/FullscreenWnd.h
+++ b/src/apps/mplayerc/FullscreenWnd.h
@@ -1,7 +1,26 @@
-#pragma once
+/*
+ * Copyright (C) 2007 Casimir666
+ * http://tibrium.neuf.fr
+ *
+ * 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 GNU Make; 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
+ *
+ */
+#pragma once
-// CFullscreenWnd
class CMainFrame;