~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to pitivi/utils/signal.py

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-03-29 15:22:50 UTC
  • mto: (3.1.23 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20140329152250-flg9onx416bqf3e3
Tags: upstream-0.93
Import upstream version 0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python2
2
2
#
3
 
#       signal.py
 
3
#       pitivi/utils/signal.py
4
4
#
5
5
# Copyright (c) 2006, Richard Boulton <richard@tartarus.org>
6
 
# Copyright (C) 2012 Thibault Saunier <thibaul.saunier@collabora.com>
 
6
# Copyright (C) 2012 Thibault Saunier <thibault.saunier@collabora.com>
7
7
#
8
8
# This program is free software; you can redistribute it and/or
9
9
# modify it under the terms of the GNU Lesser General Public
16
16
# Lesser General Public License for more details.
17
17
#
18
18
# You should have received a copy of the GNU Lesser General Public
19
 
# License along with this program; if not, write to the
20
 
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21
 
# Boston, MA 02111-1307, USA.
 
19
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
22
20
# This program is free software; you can redistribute it and/or modify
23
21
# it under the terms of the GNU General Public License as published by
24
22
# the Free Software Foundation; either version 3, or (at your option)