]> rtime.felk.cvut.cz Git - wvtest.git/blob - dotnet/wvtestmain.cs
Clean up license information and add LICENSE file.
[wvtest.git] / dotnet / wvtestmain.cs
1 /*
2  * Versaplex:
3  *   Copyright (C)2007-2009 Versabanq Innovations Inc. and contributors.
4  *       Licensed under the GNU Library General Public License, version 2.
5  *       See the included file named LICENSE for license information.
6  */
7 using System;
8 using Wv.Test;
9
10 public class WvTestMain
11 {
12     public static void Main()
13     {
14         WvTest.DoMain();
15     }
16 }