Added copyright and license info to QML files
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Thu, 11 Aug 2011 12:02:59 +0000 (15:02 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Thu, 11 Aug 2011 12:02:59 +0000 (15:02 +0300)
qml/AboutPage.qml
qml/ClocksPage.qml
qml/MainPage.qml
qml/main.qml

index 87994dd..8846bea 100644 (file)
@@ -1,3 +1,24 @@
+/**************************************************************************
+
+   Chess Clock
+
+   This file is part of Chess Clock software.
+
+   (This file) Copyright (c) Heli Hyvättinen 2011
+
+   Chess Clock 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 3 of the License, or
+   (at your option) any later version.
+
+   Chess Clock 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.
+
+
+**************************************************************************/
+
 import QtQuick 1.1
 import com.meego 1.0
 import QtQuick 1.0
index 6bba766..65a0cd0 100644 (file)
@@ -1,3 +1,24 @@
+/**************************************************************************
+
+   Chess Clock
+
+   This file is part of Chess Clock software.
+
+   (This file) Copyright (c) Heli Hyvättinen 2011
+
+   Chess Clock 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 3 of the License, or
+   (at your option) any later version.
+
+   Chess Clock 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.
+
+
+**************************************************************************/
+
 import QtQuick 1.0
 import com.meego 1.0
 import QtQuick 1.1
@@ -7,6 +28,7 @@ Page
     id: clocksPage
     tools:  commonTools
 
+
 Rectangle {
     width: 100
     height: 62
index fb98dca..d7b3987 100644 (file)
@@ -1,3 +1,25 @@
+/**************************************************************************
+
+   Chess Clock
+
+   This file is part of Chess Clock software.
+
+   (This file) Copyright (c) Heli Hyvättinen 2011
+
+   Chess Clock 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 3 of the License, or
+   (at your option) any later version.
+
+   Chess Clock 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.
+
+
+**************************************************************************/
+
+
 import QtQuick 1.1
 import com.meego 1.0
 import QtQuick 1.0
index 8d6ad91..33bd99a 100644 (file)
@@ -1,3 +1,25 @@
+/**************************************************************************
+
+   Chess Clock
+
+   This file is part of Chess Clock software.
+
+   (This file) Copyright (c) Heli Hyvättinen 2011
+
+   Chess Clock 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 3 of the License, or
+   (at your option) any later version.
+
+   Chess Clock 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.
+
+
+**************************************************************************/
+
+
 import QtQuick 1.1
 import com.meego 1.0