From 50efc4dab6fc59df9a57aaefb193ac65101f4d0a Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Fri, 11 Jan 2013 11:10:06 -0300 Subject: Added missing license header. --- examples/info-menumodel.cpp | 19 +++++++++++++++++++ examples/render-menumodel.qml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'examples') diff --git a/examples/info-menumodel.cpp b/examples/info-menumodel.cpp index d370731..a0bdb0a 100644 --- a/examples/info-menumodel.cpp +++ b/examples/info-menumodel.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2012 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 . + * + * Authors: + * Olivier Tilloy + */ + /* * Example executable that links against libqmenumodel to monitor * and print information about a menu model exported on D-Bus. diff --git a/examples/render-menumodel.qml b/examples/render-menumodel.qml index d7c650e..7d8e0a1 100644 --- a/examples/render-menumodel.qml +++ b/examples/render-menumodel.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 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 . + * + * Authors: + * Olivier Tilloy + */ + // This example QML application renders a menu model exposed on the session bus // under the well-known name com.canonical.testmenu and at the object path // /com/canonical/testmenu. -- cgit v1.2.3