~codygarver/pantheon-terminal/fix-1076823

« back to all changes in this revision

Viewing changes to src/ForegroundProcessDialog.vala

  • Committer: Cody Garver
  • Author(s): David Gomes
  • Date: 2013-03-11 10:10:58 UTC
  • mfrom: (456.1.4 pantheon-terminal)
  • Revision ID: cody@elementaryos.org-20130311101058-39rk8pnnybsr1bn8
Added the GPLv3 LICENSE file and changed the header on all files to be more debian-friendly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2
2
/***
3
 
  BEGIN LICENSE
4
 
 
5
 
  Copyright (C) 2011-2012 Mario Guerriero <mefrio.g@gmail.com>
6
 
  This program is free software: you can redistribute it and/or modify it
7
 
  under the terms of the GNU Lesser General Public License version 3, as published
8
 
  by the Free Software Foundation.
9
 
 
10
 
  This program is distributed in the hope that it will be useful, but
11
 
  WITHOUT ANY WARRANTY; without even the implied warranties of
12
 
  MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
13
 
  PURPOSE.  See the GNU General Public License for more details.
14
 
 
15
 
  You should have received a copy of the GNU General Public License along
16
 
  with this program.  If not, see <http://www.gnu.org/licenses/>
17
 
 
18
 
  END LICENSE
 
3
    BEGIN LICENSE
 
4
 
 
5
    Copyright (C) 2011-2013 Pantheon Terminal Developers
 
6
    This program is free software: you can redistribute it and/or modify it
 
7
    under the terms of the GNU Lesser General Public License version 3, as published
 
8
    by the Free Software Foundation.
 
9
 
 
10
    This program is distributed in the hope that it will be useful, but
 
11
    WITHOUT ANY WARRANTY; without even the implied warranties of
 
12
    MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
13
    PURPOSE.  See the GNU General Public License for more details.
 
14
 
 
15
    You should have received a copy of the GNU General Public License along
 
16
    with this program.  If not, see <http://www.gnu.org/licenses/>
 
17
 
 
18
    END LICENSE
19
19
***/
20
20
 
21
21
using Vte;