~nick-dedekind/unity/phablet-greeter-indicators

« back to all changes in this revision

Viewing changes to plugins/ApplicationLauncher/applicationlauncher.cpp

  • Committer: Michael Zanetti
  • Date: 2013-02-07 12:18:24 UTC
  • mto: This revision was merged to the branch mainline in revision 322.
  • Revision ID: michael.zanetti@canonical.com-20130207121824-qvoa1mkt7a668krv
fixed issues with licensing and packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2012 Canonical Ltd.
 
2
 * Copyright (C) 2012 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
 
 * it under the terms of the GNU Lesser General Public License as published by
 
5
 * it under the terms of the GNU General Public License as published by
6
6
 * the Free Software Foundation; version 3.
7
7
 *
8
8
 * This program is distributed in the hope that it will be useful,
9
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
 
 * GNU Lesser General Public License for more details.
 
11
 * GNU General Public License for more details.
12
12
 *
13
 
 * You should have received a copy of the GNU Lesser General Public License
 
13
 * You should have received a copy of the GNU General Public License
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 *
16
16
 * Author: Gerry Boland <gerry.boland@canonical.com>