Git commit 8e1a2c863730022a14eb0e10ab832829a11a507f by Bruno Coudoin. Committed on 30/11/2014 at 21:32. Pushed by bcoudoin into branch 'master'. minor, added a missing copyright header M +20 -0 src/core/BuyMeOverlay.qml http://commits.kde.org/gcompris/8e1a2c863730022a14eb0e10ab832829a11a507f diff --git a/src/core/BuyMeOverlay.qml b/src/core/BuyMeOverlay.qml index 9190c53..21e5a06 100644 --- a/src/core/BuyMeOverlay.qml +++ b/src/core/BuyMeOverlay.qml @@ -1,3 +1,23 @@ +/* GCompris - BuyMeOverlay.qml + * + * Copyright (C) 2014 Bruno Coudoin + * + * Authors: + * Bruno Coudoin + * + * 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 3 of the License, 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 this program; if not, see . + */ import QtQuick 2.2 import QtQuick.Controls 1.1 import QtQuick.Controls.Styles 1.1