~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to src/main.vala

  • Committer: Didier Roche
  • Date: 2010-10-28 15:29:41 UTC
  • Revision ID: didier.roche@canonical.com-20101028152941-39qphig6enhvdvpl
put in public domain to people starting hacking on it

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2010 Canonical Ltd
3
 
 *
4
 
 * This program is free software: you can redistribute it and/or modify
5
 
 * it under the terms of the GNU General Public License version 3 as
6
 
 * 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
11
 
 * GNU General Public License for more details.
12
 
 *
13
 
 * You should have received a copy of the GNU General Public License
14
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
 
 *
16
 
 * Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@canonical.com>
17
 
 *
 
2
 * BEGIN LICENSE
 
3
 * This file is in the public domain
 
4
 * END LICENSE
18
5
 */
19
6
 
20
7
using DBus;