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

« back to all changes in this revision

Viewing changes to init/blocked.c

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