diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-07-25 10:18:31 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-07-25 10:18:31 +0200 |
commit | 57f5b0730a9f001201458d2759797bba17cabaef (patch) | |
tree | 0189ee00b22e3f45b55bc57f5e47d442e6055382 /examples | |
parent | 192e9c85e6d7441a6115d1ead859b8449cfb07ec (diff) | |
download | qmenumodel-57f5b0730a9f001201458d2759797bba17cabaef.tar.gz qmenumodel-57f5b0730a9f001201458d2759797bba17cabaef.tar.bz2 qmenumodel-57f5b0730a9f001201458d2759797bba17cabaef.zip |
examples/unityqmlmenumodel.qml: add license header
Diffstat (limited to 'examples')
-rw-r--r-- | examples/unityqmlmenumodel.qml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/unityqmlmenumodel.qml b/examples/unityqmlmenumodel.qml index 5dcb1ff..8028674 100644 --- a/examples/unityqmlmenumodel.qml +++ b/examples/unityqmlmenumodel.qml @@ -1,3 +1,20 @@ +/* + * Copyright 2013 Canonical Ltd. + * + * This program 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 3. + * + * 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Authors: Lars Uebernickel <lars.uebernickel@canonical.com> + */ import QtQuick 2.0 import QMenuModel 0.1 |