aboutsummaryrefslogtreecommitdiff
path: root/dejagnu.h
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-01-01 07:21:50 +0000
committerBen Elliston <bje@gnu.org>2006-01-01 07:21:50 +0000
commit8eb956a3f22dc3be3cdb656d7cc01648a504ed4d (patch)
treee446d6a1eb7e82af95ba9ddb516d33c8b6d210d2 /dejagnu.h
parent343a276199137017b0b75e958aa5baa03e8625f2 (diff)
downloaddejagnu-8eb956a3f22dc3be3cdb656d7cc01648a504ed4d.zip
dejagnu-8eb956a3f22dc3be3cdb656d7cc01648a504ed4d.tar.gz
dejagnu-8eb956a3f22dc3be3cdb656d7cc01648a504ed4d.tar.bz2
* dejagnu.h: Update copyright notice. Use C-style /* .. */
comments for portability with ISO C compilers. * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
Diffstat (limited to 'dejagnu.h')
-rw-r--r--dejagnu.h39
1 files changed, 20 insertions, 19 deletions
diff --git a/dejagnu.h b/dejagnu.h
index cc2be37..4240197 100644
--- a/dejagnu.h
+++ b/dejagnu.h
@@ -1,20 +1,21 @@
-/*
- * Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
- *
- * 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 DejaGnu; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
- */
+/* Dejagnu unit testing header.
+ Copyright (C) 2000, 2001, 2002, 2004 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef __DEJAGNU_H__
#define __DEJAGNU_H__
@@ -260,5 +261,5 @@ class TestState {
std::string GetMsg (void) { return lastmsg; }
};
-#endif // __cplusplus
-#endif // _DEJAGNU_H_
+#endif /* __cplusplus */
+#endif /* _DEJAGNU_H_ */