changeset 239:c2a96b326f61

repos & copyright maintenance
author thomask
date Thu, 13 Jan 2005 13:59:39 +0000
parents 2bdcfe110943
children 7aa29e681c0a
files Makefile extract__.c ifeq__.c readme.txt return__.c
diffstat 5 files changed, 17 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jan 13 00:49:48 2005 +0000
+++ b/Makefile	Thu Jan 13 13:59:39 2005 +0000
@@ -2,8 +2,8 @@
 # $Date$
 # $Author$
 #
-# GnuMakefile for DStress http://dmd.kuehne.cn/dstress.html
-# Copyright (C) 2004 Thomas Kuehne
+# GnuMakefile for DStress http://dstress.kuehne.cn/www/dstress.html
+# Copyright (C) 2004, 2005 Thomas Kuehne
 #
 # 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
--- a/extract__.c	Thu Jan 13 00:49:48 2005 +0000
+++ b/extract__.c	Thu Jan 13 13:59:39 2005 +0000
@@ -2,7 +2,7 @@
  *
  * extract compiler flags for DStress test cases
  *
- * Copyright (C) 2004 Thomas Kuehne
+ * Copyright (C) 2004, 2005 Thomas Kuehne
  *
  * 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
--- a/ifeq__.c	Thu Jan 13 00:49:48 2005 +0000
+++ b/ifeq__.c	Thu Jan 13 13:59:39 2005 +0000
@@ -2,7 +2,7 @@
  *
  * compare the 2 input arguments (shell & OS independent)
  *
- * Copyright (C) 2004 Thomas Kuehne
+ * Copyright (C) 2004, 2005 Thomas Kuehne
  *
  * 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
--- a/readme.txt	Thu Jan 13 00:49:48 2005 +0000
+++ b/readme.txt	Thu Jan 13 13:59:39 2005 +0000
@@ -1,10 +1,12 @@
 Project:
 	DStress
 
+Copyright:
+	(c) 2004, 2005 Thomas Kühne; GNU General Public License 
+
 URL:
-	http://svn.kuehne.cn/dstress/www/dstress.html
-	http://websvn.kuehne.cn/dstress
-	http://svn.kuehne.cn/dstress (svn access)
+	http://dstress.kuehne.cn/www/dstress.html
+	http://dstress.kuehne.cn/ (svn access)
 	mailto:dstress@kuehne.cn
 
 Description:
@@ -26,11 +28,11 @@
 	4) return value of main isn't 0 (zero)
 
 Output Synopsis: (DejaGnu / POSIX 1003.3)
-	PASS:	expected pass
-	XPASS:	unexpected pass
-	FAIL:	unexpected fail
-	XFAIL:	expected fail
-	ERROR:	test error (compiler, linker or test case segfaulted)
+	PASS:	test case was expected to pass, and it did
+	XPASS:	test case was expected to fail, but passed
+	FAIL:	test case was expected to pass, but failed
+	XFAIL:	test case was expected to fail, and it did
+	ERROR:	compiler, linker or test case segfaulted
 
 Source code comments:
 	@author@ 		reporter / author
@@ -39,4 +41,5 @@
 	@url@			message xRef
 	@WARNING@		external dependencies (e.g. Phobos)
 	@bugwatch@		marks glitches used to hide bugs in external dependencies
-	__DSTRESS_DFLAGS__	everything following in the same line will be interpreted as _additional_ compiler flags
+	__DSTRESS_DFLAGS__	everything following in the same line will be interpreted
+				as _additional_ compiler flags
--- a/return__.c	Thu Jan 13 00:49:48 2005 +0000
+++ b/return__.c	Thu Jan 13 13:59:39 2005 +0000
@@ -2,7 +2,7 @@
  *
  * execute the first argument and print the return code
  *
- * Copyright (C) 2004 Thomas Kuehne
+ * Copyright (C) 2004, 2005 Thomas Kuehne
  *
  * 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