diff options
author | Ben Elliston <bje@gnu.org> | 2003-08-23 01:16:51 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2003-08-23 01:16:51 +0000 |
commit | 3c702e5bdc40349d696a7b2e96a56c36363ec1f6 (patch) | |
tree | 8770bd4aef2e75933ca494af31d61f9c87929582 /baseboards/sparc64-sim.exp | |
parent | 20ed6063e04941b1c5864f4389faf1932a9273b3 (diff) | |
download | dejagnu-3c702e5bdc40349d696a7b2e96a56c36363ec1f6.zip dejagnu-3c702e5bdc40349d696a7b2e96a56c36363ec1f6.tar.gz dejagnu-3c702e5bdc40349d696a7b2e96a56c36363ec1f6.tar.bz2 |
Place the standard GNU copyright notice at the top of each baseboard file.
Diffstat (limited to 'baseboards/sparc64-sim.exp')
-rw-r--r-- | baseboards/sparc64-sim.exp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/baseboards/sparc64-sim.exp b/baseboards/sparc64-sim.exp index 937bf86..0501a15 100644 --- a/baseboards/sparc64-sim.exp +++ b/baseboards/sparc64-sim.exp @@ -1,3 +1,22 @@ +# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software +# Foundation, Inc. +# +# This file is part of DejaGnu. +# +# DejaGnu is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# DejaGnu is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with DejaGnu; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + # This is a list of toolchains that are supported on this board. set_board_info target_install {sparc64-elf} |