aboutsummaryrefslogtreecommitdiff
path: root/cs-dotnet/src/tests
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-15 23:37:46 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-15 23:37:46 +0000
commit47dda29badd2112fbe256e5b0cb84d5b2fa590f1 (patch)
tree324184a97dece7ae6feafcba0c2190dcc86ffe05 /cs-dotnet/src/tests
parentdab882836e140401a452eafe890e36760a393b9b (diff)
downloadlibgats-47dda29badd2112fbe256e5b0cb84d5b2fa590f1.tar.gz
libgats-47dda29badd2112fbe256e5b0cb84d5b2fa590f1.tar.bz2
libgats-47dda29badd2112fbe256e5b0cb84d5b2fa590f1.tar.xz
libgats-47dda29badd2112fbe256e5b0cb84d5b2fa590f1.zip
Added license notice to C# code.
Diffstat (limited to '')
-rw-r--r--cs-dotnet/src/tests/dictionary.cs7
-rw-r--r--cs-dotnet/src/tests/floats.cs7
-rw-r--r--cs-dotnet/src/tests/ints.cs7
-rw-r--r--cs-dotnet/src/tests/lists.cs7
-rw-r--r--cs-dotnet/src/tests/packet.cs7
5 files changed, 35 insertions, 0 deletions
diff --git a/cs-dotnet/src/tests/dictionary.cs b/cs-dotnet/src/tests/dictionary.cs
index a22acad..b97cb7d 100644
--- a/cs-dotnet/src/tests/dictionary.cs
+++ b/cs-dotnet/src/tests/dictionary.cs
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1using System; 8using System;
2using System.IO; 9using System.IO;
3using Com.Xagasoft.Gats; 10using Com.Xagasoft.Gats;
diff --git a/cs-dotnet/src/tests/floats.cs b/cs-dotnet/src/tests/floats.cs
index b64402c..69b0909 100644
--- a/cs-dotnet/src/tests/floats.cs
+++ b/cs-dotnet/src/tests/floats.cs
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1using System; 8using System;
2using System.IO; 9using System.IO;
3using Com.Xagasoft.Gats; 10using Com.Xagasoft.Gats;
diff --git a/cs-dotnet/src/tests/ints.cs b/cs-dotnet/src/tests/ints.cs
index 766b667..680bda5 100644
--- a/cs-dotnet/src/tests/ints.cs
+++ b/cs-dotnet/src/tests/ints.cs
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1using System; 8using System;
2using System.Globalization; 9using System.Globalization;
3using System.IO; 10using System.IO;
diff --git a/cs-dotnet/src/tests/lists.cs b/cs-dotnet/src/tests/lists.cs
index 09ad931..452699b 100644
--- a/cs-dotnet/src/tests/lists.cs
+++ b/cs-dotnet/src/tests/lists.cs
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1using System; 8using System;
2using System.IO; 9using System.IO;
3using Com.Xagasoft.Gats; 10using Com.Xagasoft.Gats;
diff --git a/cs-dotnet/src/tests/packet.cs b/cs-dotnet/src/tests/packet.cs
index a572505..1242347 100644
--- a/cs-dotnet/src/tests/packet.cs
+++ b/cs-dotnet/src/tests/packet.cs
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1using System; 8using System;
2using System.IO; 9using System.IO;
3using Com.Xagasoft.Gats; 10using Com.Xagasoft.Gats;