From 47dda29badd2112fbe256e5b0cb84d5b2fa590f1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2012 23:37:46 +0000 Subject: Added license notice to C# code. --- cs-dotnet/src/tests/dictionary.cs | 7 +++++++ cs-dotnet/src/tests/floats.cs | 7 +++++++ cs-dotnet/src/tests/ints.cs | 7 +++++++ cs-dotnet/src/tests/lists.cs | 7 +++++++ cs-dotnet/src/tests/packet.cs | 7 +++++++ 5 files changed, 35 insertions(+) (limited to 'cs-dotnet/src/tests') 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 @@ +/* + * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * + * This file is part of the libgats library and is released under the + * terms of the license contained in the file LICENSE. + */ + using System; using System.IO; using 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 @@ +/* + * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * + * This file is part of the libgats library and is released under the + * terms of the license contained in the file LICENSE. + */ + using System; using System.IO; using 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 @@ +/* + * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * + * This file is part of the libgats library and is released under the + * terms of the license contained in the file LICENSE. + */ + using System; using System.Globalization; using 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 @@ +/* + * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * + * This file is part of the libgats library and is released under the + * terms of the license contained in the file LICENSE. + */ + using System; using System.IO; using 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 @@ +/* + * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * + * This file is part of the libgats library and is released under the + * terms of the license contained in the file LICENSE. + */ + using System; using System.IO; using Com.Xagasoft.Gats; -- cgit v1.2.3