~diegosarmentero/click-update-manager/settings-link

« back to all changes in this revision

Viewing changes to clickmanager_plugin/application.cpp

  • Committer: Diego Sarmentero
  • Date: 2013-09-05 12:52:03 UTC
  • Revision ID: diego.sarmentero@gmail.com-20130905125203-3oj7e2t7qa7twxps
adding license

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2013 Canonical Ltd.
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or
 
5
 * modify it under the terms of version 3 of the GNU Lesser General Public
 
6
 * License as published by the Free Software Foundation.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
11
 * General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public
 
14
 * License along with this library; if not, write to the
 
15
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
16
 * Boston, MA 02110-1301, USA.
 
17
 */
 
18
 
1
19
#include "application.h"
2
20
#include <QStringList>
3
21
#include <apt-pkg/debversion.h>