summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/COPYING
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-17 15:17:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-17 15:17:29 +0000
commitfa21a8439f23b608448f1ce5f1f01c51a63ed258 (patch)
tree28962a606999f09246988d4a8cbcc2cfa4410789 /tools/cpu/sh/COPYING
parentPatch from Dario Alcocer <alcocer@connectnet.com>. His comments: (diff)
downloadrtems-fa21a8439f23b608448f1ce5f1f01c51a63ed258.tar.bz2
New files from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. His comments:
* c/src/exec/score/tools/sh - NEW DIRECTORY - contains shgen Most of it should be self-explanatory. I am a little bit concerned about host-dependent features (getopt, floating point libraries). This shouldn't disturb much now, as this tool should be compileable on all gnu-based hosts and is only applicable for the sh. But in case somebody complains, we may need to add autoconf checks or even restructurize parts of rtems (IMO, rtems needs to be restructurized - remember the "turning rtems upside down" issue).
Diffstat (limited to 'tools/cpu/sh/COPYING')
-rw-r--r--tools/cpu/sh/COPYING19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/cpu/sh/COPYING b/tools/cpu/sh/COPYING
new file mode 100644
index 0000000000..805cdd8ffc
--- /dev/null
+++ b/tools/cpu/sh/COPYING
@@ -0,0 +1,19 @@
+
+ shgen - code generator for the Hitachi SH microcontroller family
+
+ Copyright (C) 1998 Ralf Corsepius (corsepiu@faw.uni-ulm.de)
+
+ This program 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.
+
+ This program 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 this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+