From 493280902d32e2f8a3f44b68fa34f6fb59807d9d Mon Sep 17 00:00:00 2001 From: Daniel Spiewak Date: Fri, 6 May 2011 14:52:01 -0500 Subject: [PATCH] Replaced with corrected text in license header --- LICENSE.rst | 2 +- project/build/Project.scala | 2 +- project/plugins/Plugins.scala | 2 +- .../scala/com/codecommit/antixml/CanBuildFromWithZipper.scala | 2 +- src/main/scala/com/codecommit/antixml/Group.scala | 2 +- src/main/scala/com/codecommit/antixml/NodeSeqSAXHandler.scala | 2 +- src/main/scala/com/codecommit/antixml/Selectable.scala | 2 +- src/main/scala/com/codecommit/antixml/Selector.scala | 2 +- src/main/scala/com/codecommit/antixml/XML.scala | 2 +- src/main/scala/com/codecommit/antixml/Zipper.scala | 2 +- src/main/scala/com/codecommit/antixml/conversion.scala | 2 +- src/main/scala/com/codecommit/antixml/node.scala | 2 +- src/main/scala/com/codecommit/antixml/package.scala | 2 +- src/main/scala/com/codecommit/antixml/stax.scala | 2 +- src/main/scala/com/codecommit/antixml/util/BloomFilter.scala | 2 +- src/main/scala/com/codecommit/antixml/util/vectorCases.scala | 2 +- src/test/scala/com/codecommit/antixml/ConversionSpecs.scala | 2 +- src/test/scala/com/codecommit/antixml/GroupSpecs.scala | 2 +- src/test/scala/com/codecommit/antixml/NodeSpecs.scala | 2 +- src/test/scala/com/codecommit/antixml/Performance.scala | 2 +- src/test/scala/com/codecommit/antixml/SelectorSpecs.scala | 2 +- src/test/scala/com/codecommit/antixml/StAXSpecs.scala | 2 +- src/test/scala/com/codecommit/antixml/UtilGenerators.scala | 2 +- src/test/scala/com/codecommit/antixml/XMLGenerators.scala | 2 +- src/test/scala/com/codecommit/antixml/XMLSpecs.scala | 2 +- src/test/scala/com/codecommit/antixml/ZipperSpecs.scala | 2 +- .../scala/com/codecommit/antixml/util/BloomFilterSpecs.scala | 2 +- .../scala/com/codecommit/antixml/util/VectorCaseSpecs.scala | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/LICENSE.rst b/LICENSE.rst index 86c0486..f7b48cb 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -12,7 +12,7 @@ are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the nor the names of its contributors may +* Neither the name of "Anti-XML" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/project/build/Project.scala b/project/build/Project.scala index ba42528..f43e4e2 100644 --- a/project/build/Project.scala +++ b/project/build/Project.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/project/plugins/Plugins.scala b/project/plugins/Plugins.scala index 40fd529..cabbbd7 100644 --- a/project/plugins/Plugins.scala +++ b/project/plugins/Plugins.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/CanBuildFromWithZipper.scala b/src/main/scala/com/codecommit/antixml/CanBuildFromWithZipper.scala index 696e45e..772f8a5 100644 --- a/src/main/scala/com/codecommit/antixml/CanBuildFromWithZipper.scala +++ b/src/main/scala/com/codecommit/antixml/CanBuildFromWithZipper.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/Group.scala b/src/main/scala/com/codecommit/antixml/Group.scala index 26218e1..e79e644 100644 --- a/src/main/scala/com/codecommit/antixml/Group.scala +++ b/src/main/scala/com/codecommit/antixml/Group.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/NodeSeqSAXHandler.scala b/src/main/scala/com/codecommit/antixml/NodeSeqSAXHandler.scala index 0abf76e..08c131a 100644 --- a/src/main/scala/com/codecommit/antixml/NodeSeqSAXHandler.scala +++ b/src/main/scala/com/codecommit/antixml/NodeSeqSAXHandler.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/Selectable.scala b/src/main/scala/com/codecommit/antixml/Selectable.scala index cf8dfbf..f9cbc2c 100644 --- a/src/main/scala/com/codecommit/antixml/Selectable.scala +++ b/src/main/scala/com/codecommit/antixml/Selectable.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/Selector.scala b/src/main/scala/com/codecommit/antixml/Selector.scala index d53db93..0af811b 100644 --- a/src/main/scala/com/codecommit/antixml/Selector.scala +++ b/src/main/scala/com/codecommit/antixml/Selector.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/XML.scala b/src/main/scala/com/codecommit/antixml/XML.scala index 4697a02..de706fc 100644 --- a/src/main/scala/com/codecommit/antixml/XML.scala +++ b/src/main/scala/com/codecommit/antixml/XML.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/Zipper.scala b/src/main/scala/com/codecommit/antixml/Zipper.scala index f26103d..2a712d4 100644 --- a/src/main/scala/com/codecommit/antixml/Zipper.scala +++ b/src/main/scala/com/codecommit/antixml/Zipper.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/conversion.scala b/src/main/scala/com/codecommit/antixml/conversion.scala index 545d724..5b9b22f 100644 --- a/src/main/scala/com/codecommit/antixml/conversion.scala +++ b/src/main/scala/com/codecommit/antixml/conversion.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/node.scala b/src/main/scala/com/codecommit/antixml/node.scala index 9cc0884..f33ae76 100644 --- a/src/main/scala/com/codecommit/antixml/node.scala +++ b/src/main/scala/com/codecommit/antixml/node.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/package.scala b/src/main/scala/com/codecommit/antixml/package.scala index 27a35a7..a8540eb 100644 --- a/src/main/scala/com/codecommit/antixml/package.scala +++ b/src/main/scala/com/codecommit/antixml/package.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/stax.scala b/src/main/scala/com/codecommit/antixml/stax.scala index 42b0385..ab80291 100644 --- a/src/main/scala/com/codecommit/antixml/stax.scala +++ b/src/main/scala/com/codecommit/antixml/stax.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/util/BloomFilter.scala b/src/main/scala/com/codecommit/antixml/util/BloomFilter.scala index b4b6ce1..f86f8e0 100644 --- a/src/main/scala/com/codecommit/antixml/util/BloomFilter.scala +++ b/src/main/scala/com/codecommit/antixml/util/BloomFilter.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/main/scala/com/codecommit/antixml/util/vectorCases.scala b/src/main/scala/com/codecommit/antixml/util/vectorCases.scala index d2606d4..1e85f6c 100644 --- a/src/main/scala/com/codecommit/antixml/util/vectorCases.scala +++ b/src/main/scala/com/codecommit/antixml/util/vectorCases.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/ConversionSpecs.scala b/src/test/scala/com/codecommit/antixml/ConversionSpecs.scala index 998d34b..7b7daba 100644 --- a/src/test/scala/com/codecommit/antixml/ConversionSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/ConversionSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/GroupSpecs.scala b/src/test/scala/com/codecommit/antixml/GroupSpecs.scala index 6a7cb09..1483b2f 100644 --- a/src/test/scala/com/codecommit/antixml/GroupSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/GroupSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/NodeSpecs.scala b/src/test/scala/com/codecommit/antixml/NodeSpecs.scala index 4074c61..495c7a3 100644 --- a/src/test/scala/com/codecommit/antixml/NodeSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/NodeSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/Performance.scala b/src/test/scala/com/codecommit/antixml/Performance.scala index f10506d..78cf2d3 100644 --- a/src/test/scala/com/codecommit/antixml/Performance.scala +++ b/src/test/scala/com/codecommit/antixml/Performance.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/SelectorSpecs.scala b/src/test/scala/com/codecommit/antixml/SelectorSpecs.scala index 340aa58..e302794 100644 --- a/src/test/scala/com/codecommit/antixml/SelectorSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/SelectorSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/StAXSpecs.scala b/src/test/scala/com/codecommit/antixml/StAXSpecs.scala index 77e2445..8e85cbe 100644 --- a/src/test/scala/com/codecommit/antixml/StAXSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/StAXSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/UtilGenerators.scala b/src/test/scala/com/codecommit/antixml/UtilGenerators.scala index f4c17f1..0a95ee2 100644 --- a/src/test/scala/com/codecommit/antixml/UtilGenerators.scala +++ b/src/test/scala/com/codecommit/antixml/UtilGenerators.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/XMLGenerators.scala b/src/test/scala/com/codecommit/antixml/XMLGenerators.scala index 3c3dc36..f2b8ca3 100644 --- a/src/test/scala/com/codecommit/antixml/XMLGenerators.scala +++ b/src/test/scala/com/codecommit/antixml/XMLGenerators.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/XMLSpecs.scala b/src/test/scala/com/codecommit/antixml/XMLSpecs.scala index 0c7378e..7a563ae 100644 --- a/src/test/scala/com/codecommit/antixml/XMLSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/XMLSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/ZipperSpecs.scala b/src/test/scala/com/codecommit/antixml/ZipperSpecs.scala index c642061..97e9289 100644 --- a/src/test/scala/com/codecommit/antixml/ZipperSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/ZipperSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/util/BloomFilterSpecs.scala b/src/test/scala/com/codecommit/antixml/util/BloomFilterSpecs.scala index ef88d18..ef5b389 100644 --- a/src/test/scala/com/codecommit/antixml/util/BloomFilterSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/util/BloomFilterSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. * diff --git a/src/test/scala/com/codecommit/antixml/util/VectorCaseSpecs.scala b/src/test/scala/com/codecommit/antixml/util/VectorCaseSpecs.scala index 3139a5a..d10015c 100644 --- a/src/test/scala/com/codecommit/antixml/util/VectorCaseSpecs.scala +++ b/src/test/scala/com/codecommit/antixml/util/VectorCaseSpecs.scala @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright notice, this * list of conditions and the following disclaimer in the documentation and/or * other materials provided with the distribution. - * - Neither the name of the nor the names of its contributors may + * - Neither the name of "Anti-XML" nor the names of its contributors may * be used to endorse or promote products derived from this software without * specific prior written permission. *