diff options
| author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-01-11 18:52:07 +0000 |
|---|---|---|
| committer | Tarmac <> | 2013-01-11 18:52:07 +0000 |
| commit | 84b4e669800748dbb1b270fbf2e73c299871ac73 (patch) | |
| tree | 594632321a08671bbbabf4945a0b8384a9aa2cfa /examples/info-menumodel.cpp | |
| parent | 70adf10ff4ab8f9590963b3deceda66e1b891c08 (diff) | |
| parent | 50efc4dab6fc59df9a57aaefb193ac65101f4d0a (diff) | |
| download | qmenumodel-84b4e669800748dbb1b270fbf2e73c299871ac73.tar.gz qmenumodel-84b4e669800748dbb1b270fbf2e73c299871ac73.tar.bz2 qmenumodel-84b4e669800748dbb1b270fbf2e73c299871ac73.zip | |
Added missing license header. Fixes: https://bugs.launchpad.net/bugs/1097080.
Approved by Gustavo Pichorim Boiko, PS Jenkins bot.
Diffstat (limited to 'examples/info-menumodel.cpp')
| -rw-r--r-- | examples/info-menumodel.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
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,4 +1,23 @@ /* + * 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 <http://www.gnu.org/licenses/>. + * + * Authors: + * Olivier Tilloy <olivier.tilloy@canonical.com> + */ + +/* * Example executable that links against libqmenumodel to monitor * and print information about a menu model exported on D-Bus. */ |
