From b25a8137ef6752a94fb535a12ccf625ed4ff3251 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Tue, 8 Feb 2011 12:10:55 +0100 Subject: [PATCH] update copyright statements --- CS2JLibrary/NOTICE | 3 ++- .../src/CS2JNet/JavaSupport/PropertyFileNotFound.java | 5 +++-- CS2JLibrary/src/CS2JNet/JavaSupport/Unsupported.java | 5 +++-- CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyDirs.java | 5 +++-- CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyFiles.java | 5 +++-- .../src/CS2JNet/JavaSupport/reflect/FieldSupport.java | 5 +++-- .../src/CS2JNet/JavaSupport/util/CollectionsSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/JavaSupport/util/LocaleSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/ArgumentException.java | 5 +++-- .../src/CS2JNet/System/Collections/ArrayListSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/ConsoleSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/DateTZ.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/DateTimeSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/DoubleSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/EnumSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/ExceptionSupport.java | 5 +++-- .../src/CS2JNet/System/Globalization/NumberStyles.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Guid.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/IO/DirectorySupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/IO/FileNotFoundException.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/IO/FileSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/IO/PathSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/IO/StreamReader.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/IO/TextReaderSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/IntegerSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/InvalidCastException.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/MathSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Net/CookieContainer.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/NotImplementedException.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/NumberSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Reflection/Assembly.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Reflection/BindingFlags.java | 5 +++-- .../src/CS2JNet/System/Resources/ResourceManager.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/StringSplitOptions.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/StringSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/TimeSpan.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/TypeSupport.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Web/HttpUtilSupport.java | 5 +++-- .../Web/Services/Protocols/SoapHttpClientProtocol.java | 5 +++-- .../CS2JNet/System/Web/Services/Protocols/SoapMessage.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/WrappedException.java | 5 +++-- .../CS2JNet/System/Xml/Serialization/IXmlSerializable.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlAttribute.java | 5 +++-- .../src/CS2JNet/System/Xml/XmlAttributeCollection.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlCDataSection.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlComment.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlDeclaration.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlDocument.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlElement.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlLinkedNode.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlNode.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlNodeList.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlReader.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlText.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlTextReader.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/XmlWriter.java | 5 +++-- CS2JLibrary/src/CS2JNet/System/Xml/Xsl/XslTransform.java | 5 +++-- 57 files changed, 170 insertions(+), 113 deletions(-) diff --git a/CS2JLibrary/NOTICE b/CS2JLibrary/NOTICE index 9a1b447..8850c5a 100644 --- a/CS2JLibrary/NOTICE +++ b/CS2JLibrary/NOTICE @@ -1,5 +1,6 @@ CS2J Library -Copyright 2007-2010 Rustici Software, LLC +Copyright 2007,2008,2009,2010 Rustici Software, LLC +Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) This product includes software developed by Rustici Software, LLC (http://www.scorm.com/). diff --git a/CS2JLibrary/src/CS2JNet/JavaSupport/PropertyFileNotFound.java b/CS2JLibrary/src/CS2JNet/JavaSupport/PropertyFileNotFound.java index ad6f3c0..6cb28c7 100755 --- a/CS2JLibrary/src/CS2JNet/JavaSupport/PropertyFileNotFound.java +++ b/CS2JLibrary/src/CS2JNet/JavaSupport/PropertyFileNotFound.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.JavaSupport; diff --git a/CS2JLibrary/src/CS2JNet/JavaSupport/Unsupported.java b/CS2JLibrary/src/CS2JNet/JavaSupport/Unsupported.java index 28e14ca..096b9a1 100755 --- a/CS2JLibrary/src/CS2JNet/JavaSupport/Unsupported.java +++ b/CS2JLibrary/src/CS2JNet/JavaSupport/Unsupported.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.JavaSupport; diff --git a/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyDirs.java b/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyDirs.java index 2e3e9ba..1f87d47 100755 --- a/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyDirs.java +++ b/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyDirs.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.JavaSupport.io; diff --git a/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyFiles.java b/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyFiles.java index ae22a9b..74d658d 100755 --- a/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyFiles.java +++ b/CS2JLibrary/src/CS2JNet/JavaSupport/io/FilterOnlyFiles.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.JavaSupport.io; diff --git a/CS2JLibrary/src/CS2JNet/JavaSupport/reflect/FieldSupport.java b/CS2JLibrary/src/CS2JNet/JavaSupport/reflect/FieldSupport.java index b7ad45c..4b60ba3 100644 --- a/CS2JLibrary/src/CS2JNet/JavaSupport/reflect/FieldSupport.java +++ b/CS2JLibrary/src/CS2JNet/JavaSupport/reflect/FieldSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.JavaSupport.reflect; diff --git a/CS2JLibrary/src/CS2JNet/JavaSupport/util/CollectionsSupport.java b/CS2JLibrary/src/CS2JNet/JavaSupport/util/CollectionsSupport.java index f0de061..94e70de 100755 --- a/CS2JLibrary/src/CS2JNet/JavaSupport/util/CollectionsSupport.java +++ b/CS2JLibrary/src/CS2JNet/JavaSupport/util/CollectionsSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.JavaSupport.util; diff --git a/CS2JLibrary/src/CS2JNet/JavaSupport/util/LocaleSupport.java b/CS2JLibrary/src/CS2JNet/JavaSupport/util/LocaleSupport.java index a6d7931..5478737 100755 --- a/CS2JLibrary/src/CS2JNet/JavaSupport/util/LocaleSupport.java +++ b/CS2JLibrary/src/CS2JNet/JavaSupport/util/LocaleSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.JavaSupport.util; diff --git a/CS2JLibrary/src/CS2JNet/System/ArgumentException.java b/CS2JLibrary/src/CS2JNet/System/ArgumentException.java index 8994461..574221f 100755 --- a/CS2JLibrary/src/CS2JNet/System/ArgumentException.java +++ b/CS2JLibrary/src/CS2JNet/System/ArgumentException.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/Collections/ArrayListSupport.java b/CS2JLibrary/src/CS2JNet/System/Collections/ArrayListSupport.java index 4a57f12..707e858 100755 --- a/CS2JLibrary/src/CS2JNet/System/Collections/ArrayListSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/Collections/ArrayListSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Collections; diff --git a/CS2JLibrary/src/CS2JNet/System/ConsoleSupport.java b/CS2JLibrary/src/CS2JNet/System/ConsoleSupport.java index 90532f7..88284dd 100755 --- a/CS2JLibrary/src/CS2JNet/System/ConsoleSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/ConsoleSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/DateTZ.java b/CS2JLibrary/src/CS2JNet/System/DateTZ.java index 7e9f009..778e95b 100755 --- a/CS2JLibrary/src/CS2JNet/System/DateTZ.java +++ b/CS2JLibrary/src/CS2JNet/System/DateTZ.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/DateTimeSupport.java b/CS2JLibrary/src/CS2JNet/System/DateTimeSupport.java index 3a29c4a..e933695 100755 --- a/CS2JLibrary/src/CS2JNet/System/DateTimeSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/DateTimeSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/DoubleSupport.java b/CS2JLibrary/src/CS2JNet/System/DoubleSupport.java index 3e21610..a27d51a 100755 --- a/CS2JLibrary/src/CS2JNet/System/DoubleSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/DoubleSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/EnumSupport.java b/CS2JLibrary/src/CS2JNet/System/EnumSupport.java index 46a950d..15698a4 100755 --- a/CS2JLibrary/src/CS2JNet/System/EnumSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/EnumSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/ExceptionSupport.java b/CS2JLibrary/src/CS2JNet/System/ExceptionSupport.java index 10c97d0..5345135 100755 --- a/CS2JLibrary/src/CS2JNet/System/ExceptionSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/ExceptionSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/Globalization/NumberStyles.java b/CS2JLibrary/src/CS2JNet/System/Globalization/NumberStyles.java index 78aae19..81aae59 100755 --- a/CS2JLibrary/src/CS2JNet/System/Globalization/NumberStyles.java +++ b/CS2JLibrary/src/CS2JNet/System/Globalization/NumberStyles.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Globalization; diff --git a/CS2JLibrary/src/CS2JNet/System/Guid.java b/CS2JLibrary/src/CS2JNet/System/Guid.java index 3af8967..0b91f70 100755 --- a/CS2JLibrary/src/CS2JNet/System/Guid.java +++ b/CS2JLibrary/src/CS2JNet/System/Guid.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/IO/DirectorySupport.java b/CS2JLibrary/src/CS2JNet/System/IO/DirectorySupport.java index 7826f1f..975f10c 100755 --- a/CS2JLibrary/src/CS2JNet/System/IO/DirectorySupport.java +++ b/CS2JLibrary/src/CS2JNet/System/IO/DirectorySupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.IO; diff --git a/CS2JLibrary/src/CS2JNet/System/IO/FileNotFoundException.java b/CS2JLibrary/src/CS2JNet/System/IO/FileNotFoundException.java index 56e8995..8194c64 100755 --- a/CS2JLibrary/src/CS2JNet/System/IO/FileNotFoundException.java +++ b/CS2JLibrary/src/CS2JNet/System/IO/FileNotFoundException.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.IO; diff --git a/CS2JLibrary/src/CS2JNet/System/IO/FileSupport.java b/CS2JLibrary/src/CS2JNet/System/IO/FileSupport.java index 8dcc7fd..c2290a0 100755 --- a/CS2JLibrary/src/CS2JNet/System/IO/FileSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/IO/FileSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.IO; diff --git a/CS2JLibrary/src/CS2JNet/System/IO/PathSupport.java b/CS2JLibrary/src/CS2JNet/System/IO/PathSupport.java index 92dd2f5..de20c30 100755 --- a/CS2JLibrary/src/CS2JNet/System/IO/PathSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/IO/PathSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.IO; diff --git a/CS2JLibrary/src/CS2JNet/System/IO/StreamReader.java b/CS2JLibrary/src/CS2JNet/System/IO/StreamReader.java index e724a74..f1a9b70 100755 --- a/CS2JLibrary/src/CS2JNet/System/IO/StreamReader.java +++ b/CS2JLibrary/src/CS2JNet/System/IO/StreamReader.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.IO; diff --git a/CS2JLibrary/src/CS2JNet/System/IO/TextReaderSupport.java b/CS2JLibrary/src/CS2JNet/System/IO/TextReaderSupport.java index fa9f83c..ba74216 100755 --- a/CS2JLibrary/src/CS2JNet/System/IO/TextReaderSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/IO/TextReaderSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.IO; diff --git a/CS2JLibrary/src/CS2JNet/System/IntegerSupport.java b/CS2JLibrary/src/CS2JNet/System/IntegerSupport.java index 9409323..1859004 100644 --- a/CS2JLibrary/src/CS2JNet/System/IntegerSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/IntegerSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/InvalidCastException.java b/CS2JLibrary/src/CS2JNet/System/InvalidCastException.java index 16ddd35..ab3154e 100755 --- a/CS2JLibrary/src/CS2JNet/System/InvalidCastException.java +++ b/CS2JLibrary/src/CS2JNet/System/InvalidCastException.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/MathSupport.java b/CS2JLibrary/src/CS2JNet/System/MathSupport.java index 0d82cd1..5c822c3 100755 --- a/CS2JLibrary/src/CS2JNet/System/MathSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/MathSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/Net/CookieContainer.java b/CS2JLibrary/src/CS2JNet/System/Net/CookieContainer.java index 6e653af..f78fdde 100755 --- a/CS2JLibrary/src/CS2JNet/System/Net/CookieContainer.java +++ b/CS2JLibrary/src/CS2JNet/System/Net/CookieContainer.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Net; diff --git a/CS2JLibrary/src/CS2JNet/System/NotImplementedException.java b/CS2JLibrary/src/CS2JNet/System/NotImplementedException.java index bff54e3..83d4af9 100755 --- a/CS2JLibrary/src/CS2JNet/System/NotImplementedException.java +++ b/CS2JLibrary/src/CS2JNet/System/NotImplementedException.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/NumberSupport.java b/CS2JLibrary/src/CS2JNet/System/NumberSupport.java index 0a994be..2d7a9fc 100644 --- a/CS2JLibrary/src/CS2JNet/System/NumberSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/NumberSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/Reflection/Assembly.java b/CS2JLibrary/src/CS2JNet/System/Reflection/Assembly.java index 7ba1e30..684ea98 100755 --- a/CS2JLibrary/src/CS2JNet/System/Reflection/Assembly.java +++ b/CS2JLibrary/src/CS2JNet/System/Reflection/Assembly.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Reflection; diff --git a/CS2JLibrary/src/CS2JNet/System/Reflection/BindingFlags.java b/CS2JLibrary/src/CS2JNet/System/Reflection/BindingFlags.java index f0e701d..83bcf85 100644 --- a/CS2JLibrary/src/CS2JNet/System/Reflection/BindingFlags.java +++ b/CS2JLibrary/src/CS2JNet/System/Reflection/BindingFlags.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Reflection; diff --git a/CS2JLibrary/src/CS2JNet/System/Resources/ResourceManager.java b/CS2JLibrary/src/CS2JNet/System/Resources/ResourceManager.java index ac5bfff..7b21246 100755 --- a/CS2JLibrary/src/CS2JNet/System/Resources/ResourceManager.java +++ b/CS2JLibrary/src/CS2JNet/System/Resources/ResourceManager.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Resources; diff --git a/CS2JLibrary/src/CS2JNet/System/StringSplitOptions.java b/CS2JLibrary/src/CS2JNet/System/StringSplitOptions.java index 28d6434..3872b18 100644 --- a/CS2JLibrary/src/CS2JNet/System/StringSplitOptions.java +++ b/CS2JLibrary/src/CS2JNet/System/StringSplitOptions.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/StringSupport.java b/CS2JLibrary/src/CS2JNet/System/StringSupport.java index d14482b..e9b9259 100755 --- a/CS2JLibrary/src/CS2JNet/System/StringSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/StringSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/TimeSpan.java b/CS2JLibrary/src/CS2JNet/System/TimeSpan.java index b06c0b1..bc5e6c2 100755 --- a/CS2JLibrary/src/CS2JNet/System/TimeSpan.java +++ b/CS2JLibrary/src/CS2JNet/System/TimeSpan.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/TypeSupport.java b/CS2JLibrary/src/CS2JNet/System/TypeSupport.java index 1acce80..64bfccd 100644 --- a/CS2JLibrary/src/CS2JNet/System/TypeSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/TypeSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ /** diff --git a/CS2JLibrary/src/CS2JNet/System/Web/HttpUtilSupport.java b/CS2JLibrary/src/CS2JNet/System/Web/HttpUtilSupport.java index 52ff548..a41087b 100644 --- a/CS2JLibrary/src/CS2JNet/System/Web/HttpUtilSupport.java +++ b/CS2JLibrary/src/CS2JNet/System/Web/HttpUtilSupport.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Web; diff --git a/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapHttpClientProtocol.java b/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapHttpClientProtocol.java index 089d03c..654f58c 100755 --- a/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapHttpClientProtocol.java +++ b/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapHttpClientProtocol.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Web.Services.Protocols; diff --git a/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapMessage.java b/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapMessage.java index e0fc667..2e79409 100755 --- a/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapMessage.java +++ b/CS2JLibrary/src/CS2JNet/System/Web/Services/Protocols/SoapMessage.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Web.Services.Protocols; diff --git a/CS2JLibrary/src/CS2JNet/System/WrappedException.java b/CS2JLibrary/src/CS2JNet/System/WrappedException.java index 0a50654..8f0fe71 100755 --- a/CS2JLibrary/src/CS2JNet/System/WrappedException.java +++ b/CS2JLibrary/src/CS2JNet/System/WrappedException.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/Serialization/IXmlSerializable.java b/CS2JLibrary/src/CS2JNet/System/Xml/Serialization/IXmlSerializable.java index 476a05b..6e99311 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/Serialization/IXmlSerializable.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/Serialization/IXmlSerializable.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml.Serialization; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttribute.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttribute.java index 831d25d..65df626 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttribute.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttribute.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttributeCollection.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttributeCollection.java index ad0d7cd..08f7d11 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttributeCollection.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlAttributeCollection.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlCDataSection.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlCDataSection.java index 9f8d96e..a3acdf2 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlCDataSection.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlCDataSection.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlComment.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlComment.java index a218d14..3911411 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlComment.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlComment.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlDeclaration.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlDeclaration.java index 3231526..2dea69b 100644 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlDeclaration.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlDeclaration.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlDocument.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlDocument.java index d21a406..92b01e4 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlDocument.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlDocument.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlElement.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlElement.java index 241fd45..dda4c53 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlElement.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlElement.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlLinkedNode.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlLinkedNode.java index 3317247..1911779 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlLinkedNode.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlLinkedNode.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlNode.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlNode.java index d4bd252..c03033b 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlNode.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlNode.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlNodeList.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlNodeList.java index cb7d86d..26cd019 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlNodeList.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlNodeList.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlReader.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlReader.java index a69e0d7..a666cb4 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlReader.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlReader.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlText.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlText.java index 4e777ba..34100fd 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlText.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlText.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlTextReader.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlTextReader.java index a2d84e0..555cfd9 100644 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlTextReader.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlTextReader.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/XmlWriter.java b/CS2JLibrary/src/CS2JNet/System/Xml/XmlWriter.java index 95dab32..77cdf5a 100755 --- a/CS2JLibrary/src/CS2JNet/System/Xml/XmlWriter.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/XmlWriter.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml; diff --git a/CS2JLibrary/src/CS2JNet/System/Xml/Xsl/XslTransform.java b/CS2JLibrary/src/CS2JNet/System/Xml/Xsl/XslTransform.java index 7d0699d..ffc3d16 100644 --- a/CS2JLibrary/src/CS2JNet/System/Xml/Xsl/XslTransform.java +++ b/CS2JLibrary/src/CS2JNet/System/Xml/Xsl/XslTransform.java @@ -1,5 +1,6 @@ /* - Copyright 2007-2010 Rustici Software, LLC + Copyright 2007,2008,2009,2010 Rustici Software, LLC + Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ Author(s): - Kevin Glynn (kevin.glynn@scorm.com) + Kevin Glynn (kevin.glynn@twigletsoftware.com) */ package CS2JNet.System.Xml.Xsl;