~bzr-explorers/gnuhello/test

« back to all changes in this revision

Viewing changes to src/system.h

  • Committer: karl
  • Date: 2008-11-27 19:55:01 UTC
  • Revision ID: vcs-imports@canonical.com-20081127195501-fmvbwg996p87jxg8
url instead of physical FSF address

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* system.h: system-dependent declarations; include this first.
2
 
   Copyright (C) 1996, 2005, 2006, 2007 Free Software Foundation, Inc.
 
2
 
 
3
   Copyright 1996, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3
4
 
4
5
   This program is free software; you can redistribute it and/or modify
5
6
   it under the terms of the GNU General Public License as published by
12
13
   GNU General Public License for more details.
13
14
 
14
15
   You should have received a copy of the GNU General Public License
15
 
   along with this program; if not, write to the Free Software Foundation,
16
 
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
16
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
17
17
 
18
18
#ifndef HELLO_SYSTEM_H
19
19
#define HELLO_SYSTEM_H