daily update
[deliverable/binutils-gdb.git] / sim / common / hw-tree.c
index 3f31b3b43941979a313bf052d83319aeb3c68190..36e2b3780040da58647ea4fbafcdccbc34e134d4 100644 (file)
@@ -1,22 +1,24 @@
-/*  This file is part of the program psim.
-
-    Copyright (C) 1994-1998, Andrew Cagney <cagney@highland.com.au>
-
-    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-    */
+/* The common simulator framework for GDB, the GNU Debugger.
+
+   Copyright 2002, 2007, 2008 Free Software Foundation, Inc.
+
+   Contributed by Andrew Cagney and Red Hat.
+
+   This file is part of GDB.
+
+   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 3 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, see <http://www.gnu.org/licenses/>.  */
+
 
 #include "hw-main.h"
 #include "hw-base.h"
@@ -634,7 +636,7 @@ parse_integer_property (struct hw *current,
        {
          H2BE (words[i]);
        }
-      /* perhaphs integer array property is better */
+      /* perhaps integer array property is better */
       hw_add_array_property (current, property_name, words,
                             sizeof(words[0]) * nr_entries);
     }
@@ -681,7 +683,7 @@ parse_string_property (struct hw *current,
       /* copy it in */
       if (*chp == '"')
        {
-         /* a quoted string - watch for '\' et.al. */
+         /* a quoted string - watch for '\' et al. */
          /* estimate the size and allocate space for it */
          int pos;
          chp++;
This page took 0.023866 seconds and 4 git commands to generate.