~jamesodhunt/ubuntu/saucy/upstart/bug-1124384

« back to all changes in this revision

Viewing changes to init/job.h

  • Committer: Scott James Remnant
  • Date: 2009-06-23 09:29:35 UTC
  • Revision ID: scott@netsplit.com-20090623092935-ntkvphplkup7v3gk
* COPYING: Change licence to version 2 of the GNU GPL.
All files have been updated to reflect this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * Copyright © 2009 Canonical Ltd.
4
4
 * Author: Scott James Remnant <scott@netsplit.com>.
5
5
 *
6
 
 * This program is free software: you can redistribute it and/or modify
7
 
 * it under the terms of the GNU General Public License version 3, as
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License version 2, as
8
8
 * published by the Free Software Foundation.
9
9
 *
10
10
 * This program is distributed in the hope that it will be useful,
12
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
13
 * GNU General Public License for more details.
14
14
 *
15
 
 * You should have received a copy of the GNU General Public License
16
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 * You should have received a copy of the GNU General Public License along
 
16
 * with this program; if not, write to the Free Software Foundation, Inc.,
 
17
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
 */
18
19
 
19
20
#ifndef INIT_JOB_H