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

« back to all changes in this revision

Viewing changes to init/conf.c

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