summaryrefslogtreecommitdiff
path: root/demo/player
diff options
context:
space:
mode:
Diffstat (limited to 'demo/player')
-rw-r--r--demo/player/main.cpp21
-rw-r--r--demo/player/playerpage.cpp21
-rw-r--r--demo/player/playerpage.h21
-rw-r--r--demo/player/playerwidget.cpp21
-rw-r--r--demo/player/playerwidget.h21
5 files changed, 105 insertions, 0 deletions
diff --git a/demo/player/main.cpp b/demo/player/main.cpp
index b229ddf..939ad6b 100644
--- a/demo/player/main.cpp
+++ b/demo/player/main.cpp
@@ -1,3 +1,24 @@
+/*************************************************************************
+This file is part of libresourceqt
+
+Copyright (C) 2010 Nokia Corporation.
+
+This library is free software; you can redistribute
+it and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation
+version 2.1 of the License.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+USA.
+*************************************************************************/
+
#include <QtGui>
#include <MApplication>
#include <MApplicationWindow>
diff --git a/demo/player/playerpage.cpp b/demo/player/playerpage.cpp
index 80b26c4..32804cc 100644
--- a/demo/player/playerpage.cpp
+++ b/demo/player/playerpage.cpp
@@ -1,3 +1,24 @@
+/*************************************************************************
+This file is part of libresourceqt
+
+Copyright (C) 2010 Nokia Corporation.
+
+This library is free software; you can redistribute
+it and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation
+version 2.1 of the License.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+USA.
+*************************************************************************/
+
#include "playerpage.h"
#include <cstdio>
diff --git a/demo/player/playerpage.h b/demo/player/playerpage.h
index 32af2e7..a72152c 100644
--- a/demo/player/playerpage.h
+++ b/demo/player/playerpage.h
@@ -1,3 +1,24 @@
+/*************************************************************************
+This file is part of libresourceqt
+
+Copyright (C) 2010 Nokia Corporation.
+
+This library is free software; you can redistribute
+it and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation
+version 2.1 of the License.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+USA.
+*************************************************************************/
+
#pragma once
#include <QtGui>
diff --git a/demo/player/playerwidget.cpp b/demo/player/playerwidget.cpp
index 63d43bc..e3fe00c 100644
--- a/demo/player/playerwidget.cpp
+++ b/demo/player/playerwidget.cpp
@@ -1,3 +1,24 @@
+/*************************************************************************
+This file is part of libresourceqt
+
+Copyright (C) 2010 Nokia Corporation.
+
+This library is free software; you can redistribute
+it and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation
+version 2.1 of the License.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+USA.
+*************************************************************************/
+
#include "playerwidget.h"
using namespace ResourcePolicy;
diff --git a/demo/player/playerwidget.h b/demo/player/playerwidget.h
index e01da71..127ee83 100644
--- a/demo/player/playerwidget.h
+++ b/demo/player/playerwidget.h
@@ -1,3 +1,24 @@
+/*************************************************************************
+This file is part of libresourceqt
+
+Copyright (C) 2010 Nokia Corporation.
+
+This library is free software; you can redistribute
+it and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation
+version 2.1 of the License.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+USA.
+*************************************************************************/
+
#pragma once
#include <MVideoWidget>