~victored/granite/category-expander

« back to all changes in this revision

Viewing changes to lib/Widgets/SidebarPaned.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
 
// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2
 
/*
3
 
 * Copyright (c) 2012 Granite Developers
4
 
 *
5
 
 * This library is free software; you can redistribute it and/or
6
 
 * modify it under the terms of the GNU Lesser General Public License as
7
 
 * published by the Free Software Foundation; either version 2 of the
8
 
 * License, or (at your option) any later version.
9
 
 *
10
 
 * This is distributed in the hope that it will be useful,
11
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
 
 * Lesser General Public License for more details.
14
 
 *
15
 
 * You should have received a copy of the GNU Lesser General Public
16
 
 * License along with this program; see the file COPYING.  If not,
17
 
 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
 
 * Boston, MA 02111-1307, USA.
19
 
 *
20
 
 * Authored by: Victor Eduardo <victoreduardm@gmail.com>
21
 
 */
 
1
/***
 
2
    Copyright (C) 2011-2013 Granite Developers
 
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
 
 
19
    Authored by: Victor Eduardo <victoreduardm@gmail.com>
 
20
***/
22
21
 
23
22
[Deprecated (replacement = "Granite.Widgets.ThinPaned", since = "granite-0.2")]
24
23
public class Granite.Widgets.SidebarPaned : ThinPaned {