~wingpanel-devs/wingpanel-indicator-sound/trunk

« back to all changes in this revision

Viewing changes to src/Widgets/MaxWidthLabel.vala

  • Committer: RabbitBot
  • Author(s): Daniel Foré
  • Date: 2017-02-03 23:06:36 UTC
  • mfrom: (146.1.4 licensecheck)
  • Revision ID: rabbitbot-20170203230636-of1dz2y2jroaq55o
* Add Copying File
* Re-license LGPL files to GPLv2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*-
2
 
 * Copyright (c) 2015 Wingpanel Developers (http://launchpad.net/wingpanel)
3
 
 *
4
 
 * This program is free software: you can redistribute it and/or modify
5
 
 * it under the terms of the GNU Library General Public License as published by
6
 
 * the Free Software Foundation, either version 2.1 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 Library General Public License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU Library General Public License
15
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
 
 */
 
1
/*
 
2
* Copyright (c) 2015-2017 elementary LLC. (http://launchpad.net/wingpanel-indicator-sound)
 
3
*
 
4
* This program is free software; you can redistribute it and/or
 
5
* modify it under the terms of the GNU General Public
 
6
* License as published by the Free Software Foundation; either
 
7
* version 2 of the License, or (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 GNU
 
12
* 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
*/
17
17
 
18
18
public class MaxWidthLabel : Gtk.Label {
19
19
    private int max_width;
34
34
        }
35
35
    }
36
36
 
37
 
}
 
 
b'\\ No newline at end of file'
 
37
}