aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-07-25 10:18:31 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-07-25 10:18:31 +0200
commit57f5b0730a9f001201458d2759797bba17cabaef (patch)
tree0189ee00b22e3f45b55bc57f5e47d442e6055382 /examples
parent192e9c85e6d7441a6115d1ead859b8449cfb07ec (diff)
downloadqmenumodel-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.qml17
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