~jamesodhunt/ubuntu/vivid/upstart/bug-1425685

« back to all changes in this revision

Viewing changes to init/paths.h

  • Committer: Scott James Remnant
  • Date: 2009-05-22 11:27:56 UTC
  • Revision ID: scott@netsplit.com-20090522112756-3hmg5w33fb3w2jw7
* COPYING: Change licence from GPL-2+ to GPL-3 only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* upstart
2
2
 *
3
 
 * Copyright © 2008 Canonical Ltd.
4
 
 * Author: Scott James Remnant <scott@netsplit.com>.
 
3
 * Copyright © 2009 Canonical Ltd.
5
4
 *
6
 
 * This program is free software; you can redistribute it and/or modify
7
 
 * it under the terms of the GNU General Public License as published by
8
 
 * the Free Software Foundation; either version 2 of the License, or
9
 
 * (at your option) any later version.
 
5
 * This program is free software: you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License version 3, as
 
7
 * published by the Free Software Foundation.
10
8
 *
11
9
 * This program is distributed in the hope that it will be useful,
12
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
12
 * GNU General Public License for more details.
15
13
 *
16
14
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
15
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
16
 */
 
17
 *
20
18
 
21
19
#ifndef INIT_PATHS_H
22
20
#define INIT_PATHS_H