~zsombi/ubuntu-ui-toolkit/thindivider-fix

159.2.1 by Juhapekka Piiroinen
added script to check license
1
#!/bin/bash
2
#
3
# Copyright 2012 Canonical Ltd.
4
#
5
# This program is free software; you can redistribute it and/or modify
6
# it under the terms of the GNU Lesser General Public License as published by
7
# the Free Software Foundation; version 3.
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 Lesser General Public License for more details.
13
# 
14
# You should have received a copy of the GNU Lesser General Public License
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
#
17
439.1.1 by Kaleo
Rebased Ubuntu UI Toolkit component gallery on trunk
18
source export_modules_dir.sh
129.3.5 by tpeeters
remove commented-out line
19
439.1.1 by Kaleo
Rebased Ubuntu UI Toolkit component gallery on trunk
20
if [ "$1" == "--autopilot" ]
21
then
478.2.1 by Zoltán Balogh
rename demo to ubuntu-ui-toolkit-gallery and moved from the source root to the examples
22
	examples/ubuntu-ui-toolkit-gallery/gallery -testability &
23
	autopilot vis
129.3.4 by tpeeters
merge demo launch scripts
24
else
478.2.1 by Zoltán Balogh
rename demo to ubuntu-ui-toolkit-gallery and moved from the source root to the examples
25
	examples/ubuntu-ui-toolkit-gallery/gallery
129.3.4 by tpeeters
merge demo launch scripts
26
fi