diff options
author | Ben Elliston <bje@gnu.org> | 2003-10-15 03:11:51 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2003-10-15 03:11:51 +0000 |
commit | d5b2aabc26cbdeb7c036113c3b3274bb40962756 (patch) | |
tree | 68681a0c48f2e2d3ff13ba1a87c7ebfbf3371fc2 /baseboards | |
parent | 343e598b0a813b5367a30c6c84035b23c834fbb9 (diff) | |
download | dejagnu-d5b2aabc26cbdeb7c036113c3b3274bb40962756.zip dejagnu-d5b2aabc26cbdeb7c036113c3b3274bb40962756.tar.gz dejagnu-d5b2aabc26cbdeb7c036113c3b3274bb40962756.tar.bz2 |
* Add missing copyright header.
Diffstat (limited to 'baseboards')
-rw-r--r-- | baseboards/sh-sim.exp | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/baseboards/sh-sim.exp b/baseboards/sh-sim.exp index dd3ac51..1d00920 100644 --- a/baseboards/sh-sim.exp +++ b/baseboards/sh-sim.exp @@ -1,3 +1,21 @@ +# Copyright (C) 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 {sh-elf} @@ -45,4 +63,3 @@ set_board_info gdb,skip_huge_test 1 # Nor are interrupts really working. set_board_info gdb,nointerrupts 1 - |