~victored/granite/category-expander

« back to all changes in this revision

Viewing changes to lib/Application.vala

  • Committer: Cody Garver
  • Author(s): David Gomes
  • Date: 2013-04-05 07:11:07 UTC
  • mfrom: (543.2.6 move-to-lgpl)
  • Revision ID: cody@elementaryos.org-20130405071107-zg3w2j9swg38pzgd
Relicensed Granite from a mixed GPL and LGPL to pure LGPLv3+ on all files. Additionally, added some authors to certain files missing the complete list of authors.

Updated some emails, improved README and some other minor cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//  
2
 
//  Copyright (C) 2011 Maxwell Barvian
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 as published by
6
 
//  the Free Software Foundation, either version 3 of the License, or
7
 
//  (at your option) any later version.
8
 
// 
9
 
//  This program is distributed in the hope that it will be useful,
10
 
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
//  GNU General Public License for more details.
13
 
// 
14
 
//  You should have received a copy of the GNU General Public License
15
 
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
 
// 
 
1
/***
 
2
    Copyright (C) 2011-2013 Maxwell Barvian <maxwell@elementaryos.org>
 
3
 
 
4
    This program or library is free software; you can redistribute it
 
5
    and/or modify it under the terms of the GNU Lesser General Public
 
6
    License as published by the Free Software Foundation; either
 
7
    version 3 of the License, or (at your option) any later version.
 
8
 
 
9
    This library is distributed in the hope that it will be useful,
 
10
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
12
    Lesser General Public License for more details.
 
13
 
 
14
    You should have received a copy of the GNU Lesser General
 
15
    Public License along with this library; if not, write to the
 
16
    Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
17
    Boston, MA 02110-1301 USA.
 
18
***/
17
19
 
18
20
using Gtk;
19
21