]> rtime.felk.cvut.cz Git - wvtest.git/commitdiff
Add missing copyright notices to files.
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 29 May 2012 04:16:30 +0000 (00:16 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 29 May 2012 04:16:30 +0000 (00:16 -0400)
This makes it easier to cut-and-paste any given wvtest file into your own
project without losing the license info.

c/wvtest.c
c/wvtest.h
c/wvtestmain.c
cpp/wvtest.cc
cpp/wvtest.h
cpp/wvtestmain.cc
dotnet/wvtest.cs
dotnet/wvtestmain.cs
python/wvtest.py
sh/wvtest.sh
wvtestrun

index ffeb6e7de6711f85b98d54b5b7859627134eba77..685efeda7eb4fbc8675113ccba640a90a9ac4e6b 100644 (file)
@@ -1,8 +1,9 @@
 /*
  * WvTest:
- *   Copyright (C) 1997-2009 Net Integration Technologies, Inc.
+ *   Copyright (C)1997-2012 Net Integration Technologies and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 #include "wvtest.h"
 #include <stdio.h>
index 71b33f69db32e3d8fba0b17b70c674e7f2bc4f13..0952c005db8b7c4ec0c28b9adcd8dc0737d263a0 100644 (file)
@@ -1,8 +1,9 @@
-/* -*- Mode: C -*-
+/* -*- Mode: C++ -*-
  * WvTest:
- *   Copyright (C) 1997-2009 Net Integration Technologies, Inc.
+ *   Copyright (C)1997-2012 Net Integration Technologies and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 #ifndef __WVTEST_H
 #define __WVTEST_H
index d9889cfdb104c696ce630854c7a1c217c597e02b..f6d59ac993d3bbcefe451ffa032e0f73eefe8eec 100644 (file)
@@ -1,8 +1,9 @@
 /*
  * WvTest:
- *   Copyright (C) 1997-2009 Net Integration Technologies, Inc.
+ *   Copyright (C)1997-2012 Net Integration Technologies and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 #include "wvtest.h"
 #ifdef HAVE_WVCRASH
index 3cc8eaaf50575f916507e41d2d5ba29776dafd6f..3859d1aa52b54e9857999474456feb059a0fae34 100644 (file)
@@ -1,8 +1,9 @@
 /*
  * WvTest:
- *   Copyright (C) 1997-2009 Net Integration Technologies, Inc.
+ *   Copyright (C)1997-2012 Net Integration Technologies and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 #include "wvtest.h"
 #include <stdio.h>
index 4c729ea7f0714df0c40c1ce301912591379c7c2e..de4975be1929f542f0560673f74f71252d844f69 100644 (file)
@@ -1,8 +1,9 @@
 /* -*- Mode: C++ -*-
  * WvTest:
- *   Copyright (C) 1997-2009 Net Integration Technologies, Inc.
+ *   Copyright (C)1997-2012 Net Integration Technologies and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 #ifndef __WVTEST_H
 #define __WVTEST_H
index ae68ac0afae6a46fd06272856ec8328ece05441d..47222ede9f523f37047ef72dfdc52a6dee2406cf 100644 (file)
@@ -1,8 +1,9 @@
 /*
  * WvTest:
- *   Copyright (C) 1997-2009 Net Integration Technologies, Inc.
+ *   Copyright (C)1997-2012 Net Integration Technologies and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 #include "wvtest.h"
 #ifdef HAVE_WVCRASH
index fe5fade5c2ca60bcbd44c385e5b03fb6f11b766d..78fae3a78bc6724eb43d528939f16d8a026badfc 100644 (file)
@@ -1,8 +1,9 @@
 /*
  * WvTest:
- *   Copyright (C)2007-2009 Versabanq Innovations Inc. and contributors.
+ *   Copyright (C)2007-2012 Versabanq Innovations Inc. and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 using System;
 using System.Collections.Generic;
index c470f57dfadc21594d8299079b4c11afd6f8cc5b..9eae04df251f70dd8bd941a06733c1daee9d6f53 100644 (file)
@@ -1,8 +1,9 @@
 /*
- * Versaplex:
- *   Copyright (C)2007-2009 Versabanq Innovations Inc. and contributors.
+ * WvTest:
+ *   Copyright (C)2007-2012 Versabanq Innovations Inc. and contributors.
  *       Licensed under the GNU Library General Public License, version 2.
  *       See the included file named LICENSE for license information.
+ *       You can get wvtest from: http://github.com/apenwarr/wvtest
  */
 using System;
 using Wv.Test;
index 86c37a3ccdd18e9ba1d1833592c31a1550220f21..d424c55604646b5495cc3ffac00ec2c771cebbde 100755 (executable)
@@ -1,4 +1,11 @@
 #!/usr/bin/env python
+#
+# WvTest:
+#   Copyright (C)2007-2012 Versabanq Innovations Inc. and contributors.
+#       Licensed under the GNU Library General Public License, version 2.
+#       See the included file named LICENSE for license information.
+#       You can get wvtest from: http://github.com/apenwarr/wvtest
+#
 import traceback
 import os
 import re
index 0cfc6b240794377a83ca48b516fba9be96f4adf1..47b43668b4e23034b043400d8512ca1b463dcd7c 100644 (file)
@@ -1,4 +1,10 @@
 #
+# WvTest:
+#   Copyright (C)2007-2012 Versabanq Innovations Inc. and contributors.
+#       Licensed under the GNU Library General Public License, version 2.
+#       See the included file named LICENSE for license information.
+#       You can get wvtest from: http://github.com/apenwarr/wvtest
+#
 # Include this file in your shell script by using:
 #         #!/bin/sh
 #         . ./wvtest.sh
index f4ce482d7ad928ca8046ff682a0d6f3ca54dac98..897b95fcfae8022f349f64ca7d20504c56569aca 100755 (executable)
--- a/wvtestrun
+++ b/wvtestrun
@@ -1,9 +1,10 @@
 #!/usr/bin/perl -w
 #
 # WvTest:
-#   Copyright (C)2007-2009 Versabanq Innovations Inc. and contributors.
+#   Copyright (C)2007-2012 Versabanq Innovations Inc. and contributors.
 #       Licensed under the GNU Library General Public License, version 2.
 #       See the included file named LICENSE for license information.
+#       You can get wvtest from: http://github.com/apenwarr/wvtest
 #
 use strict;
 use Time::HiRes qw(time);