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

« back to all changes in this revision

Viewing changes to src/schemas.vala

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-10-23 19:28:23 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20101023192823-gw12ovvxnd3cjp6y
Require only Valac 0.9 since maverick doesn't ship 0.10

Make code more readable and add some comments

Do some s/files/sample/ in src/Makefile.am

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * BEGIN LICENSE
3
 
 * This file is in the public domain
4
 
 * END LICENSE
 
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@gmail.com>
 
17
 *
5
18
 */
6
19
 
7
20
namespace Unity.SamplePlace {