From d45a91612a539e1e01140d2043b8925d161f1887 Mon Sep 17 00:00:00 2001 From: Maks3w Date: Mon, 9 Jul 2012 16:34:21 +0200 Subject: [PATCH] [CS][test] Remove @copyright & @license for fl in $(find . -name "*.php"); do mv $fl $fl.old; sed '/@copyright/d' $fl.old > $fl; rm -f $fl.old; done; for fl in $(find . -name "*.php"); do mv $fl $fl.old; sed '/@license/d' $fl.old > $fl; rm -f $fl.old; done; --- tests/Zend/Acl/AclTest.php | 4 --- .../Zend/AllTests/StreamWrapper/PHPInput.php | 4 --- tests/Zend/Amf/Adobe/IntrospectorTest.php | 4 --- tests/Zend/Amf/AuthTest.php | 4 --- tests/Zend/Amf/RequestTest.php | 4 --- tests/Zend/Amf/ResourceTest.php | 4 --- tests/Zend/Amf/ResponseTest.php | 4 --- tests/Zend/Amf/ServerTest.php | 4 --- tests/Zend/Amf/ServiceC.php | 4 --- tests/Zend/Amf/TestAsset/Contact.php | 4 --- tests/Zend/Amf/TestAsset/ContactVO.php | 4 --- tests/Zend/Amf/TestAsset/IntrospectorTest.php | 4 --- tests/Zend/Amf/TestAsset/ReferenceTest.php | 4 --- .../Amf/TestAsset/Resources/StreamContext.php | 4 --- tests/Zend/Amf/TestAsset/Server/ServiceA.php | 4 --- tests/Zend/Amf/TestAsset/Server/ServiceB.php | 4 --- .../ZendAmfAdobeIntrospectorTest.php | 4 --- .../ZendAmfAdobeIntrospectorTestType.php | 4 --- .../Amf/TestAsset/services/My/ServiceA.php | 4 --- .../Zend/Amf/TestAsset/services/ServiceC.php | 4 --- tests/Zend/Amf/TypeLoaderTest.php | 4 --- tests/Zend/Amf/Util/BinaryStreamTest.php | 4 --- tests/Zend/Amf/Value/ArrayCollectionTest.php | 4 --- tests/Zend/Amf/Value/MessageBodyTest.php | 4 --- tests/Zend/Amf/Value/MessageHeaderTest.php | 4 --- .../Authentication/Adapter/DbTableTest.php | 4 --- .../Authentication/Adapter/DigestTest.php | 4 --- .../Authentication/Adapter/Http/AuthTest.php | 4 --- .../Adapter/Http/FileResolverTest.php | 4 --- .../Adapter/Http/ObjectTest.php | 4 --- .../Authentication/Adapter/Http/ProxyTest.php | 4 --- .../Adapter/Ldap/OfflineTest.php | 4 --- .../Adapter/Ldap/OnlineTest.php | 4 --- .../TestAsset/OpenIdResponseHelper.php | 4 --- .../AuthenticationServiceTest.php | 4 --- tests/Zend/Barcode/FactoryTest.php | 4 --- tests/Zend/Barcode/Object/CodabarTest.php | 4 --- tests/Zend/Barcode/Object/Code128Test.php | 4 --- tests/Zend/Barcode/Object/Code25Test.php | 4 --- .../Barcode/Object/Code25interleavedTest.php | 4 --- tests/Zend/Barcode/Object/Code39Test.php | 4 --- tests/Zend/Barcode/Object/Ean13Test.php | 4 --- tests/Zend/Barcode/Object/Ean2Test.php | 4 --- tests/Zend/Barcode/Object/Ean5Test.php | 4 --- tests/Zend/Barcode/Object/Ean8Test.php | 4 --- tests/Zend/Barcode/Object/ErrorTest.php | 4 --- tests/Zend/Barcode/Object/IdentcodeTest.php | 4 --- tests/Zend/Barcode/Object/Itf14Test.php | 4 --- tests/Zend/Barcode/Object/LeitcodeTest.php | 4 --- tests/Zend/Barcode/Object/PlanetTest.php | 4 --- tests/Zend/Barcode/Object/PostnetTest.php | 4 --- tests/Zend/Barcode/Object/RoyalmailTest.php | 4 --- .../Barcode/Object/TestAsset/BarcodeTest.php | 4 --- .../Barcode/Object/TestAsset/Code128Test.php | 4 --- tests/Zend/Barcode/Object/TestCommon.php | 4 --- tests/Zend/Barcode/Object/UpcaTest.php | 4 --- tests/Zend/Barcode/Object/UpceTest.php | 4 --- tests/Zend/Barcode/Renderer/ImageTest.php | 4 --- tests/Zend/Barcode/Renderer/PdfTest.php | 4 --- tests/Zend/Barcode/Renderer/SvgTest.php | 4 --- tests/Zend/Barcode/Renderer/TestCommon.php | 4 --- .../Zend/Cache/Pattern/CallbackCacheTest.php | 4 --- tests/Zend/Cache/Pattern/CaptureCacheTest.php | 4 --- tests/Zend/Cache/Pattern/ClassCacheTest.php | 4 --- .../Zend/Cache/Pattern/CommonPatternTest.php | 4 --- tests/Zend/Cache/Pattern/ObjectCacheTest.php | 4 --- tests/Zend/Cache/Pattern/OutputCacheTest.php | 4 --- tests/Zend/Cache/PatternFactoryTest.php | 4 --- .../Storage/Adapter/AbstractAdapterTest.php | 4 --- .../Cache/Storage/Adapter/AbstractDbaTest.php | 4 --- .../Adapter/AbstractZendServerTest.php | 4 --- tests/Zend/Cache/Storage/Adapter/ApcTest.php | 4 --- .../Storage/Adapter/CommonAdapterTest.php | 4 --- .../Zend/Cache/Storage/Adapter/DbaDb2Test.php | 4 --- .../Zend/Cache/Storage/Adapter/DbaDb3Test.php | 4 --- .../Zend/Cache/Storage/Adapter/DbaDb4Test.php | 4 --- .../Cache/Storage/Adapter/DbaFlatfileTest.php | 4 --- .../Cache/Storage/Adapter/DbaGdbmTest.php | 4 --- .../Cache/Storage/Adapter/DbaInifileTest.php | 4 --- .../Cache/Storage/Adapter/DbaQdbmTest.php | 4 --- .../Cache/Storage/Adapter/FilesystemTest.php | 4 --- .../Cache/Storage/Adapter/MemcachedTest.php | 4 --- .../Zend/Cache/Storage/Adapter/MemoryTest.php | 4 --- .../Cache/Storage/Adapter/WinCacheTest.php | 4 --- .../Storage/Adapter/ZendServerDiskTest.php | 4 --- .../Storage/Adapter/ZendServerShmTest.php | 4 --- tests/Zend/Cache/Storage/CapabilitiesTest.php | 4 --- .../Cache/Storage/Plugin/CommonPluginTest.php | 4 --- .../Storage/Plugin/IgnoreUserAbortTest.php | 4 --- .../Cache/Storage/Plugin/SerializerTest.php | 4 --- tests/Zend/Cache/StorageFactoryTest.php | 4 --- tests/Zend/Captcha/CommonWordTest.php | 4 --- tests/Zend/Captcha/DumbTest.php | 4 --- tests/Zend/Captcha/FactoryTest.php | 4 --- tests/Zend/Captcha/FigletTest.php | 4 --- tests/Zend/Captcha/ImageTest.php | 4 --- tests/Zend/Captcha/ReCaptchaTest.php | 4 --- tests/Zend/Captcha/TestAsset/MockCaptcha.php | 4 --- .../DocumentService/Adapter/SimpleDbTest.php | 4 --- .../Adapter/WindowsAzureTest.php | 4 --- .../Cloud/DocumentService/FactoryTest.php | 4 --- tests/Zend/Cloud/DocumentService/TestCase.php | 4 --- .../Infrastructure/Adapter/Ec2OfflineTest.php | 2 -- .../Adapter/RackspaceOfflineTest.php | 2 -- .../Adapter/TestAssets/MockAdapter.php | 2 -- .../Zend/Cloud/Infrastructure/FactoryTest.php | 4 --- tests/Zend/Cloud/Infrastructure/TestCase.php | 4 --- .../Cloud/QueueService/Adapter/SqsTest.php | 4 --- .../QueueService/Adapter/WindowsAzureTest.php | 4 --- .../QueueService/Adapter/ZendQueueTest.php | 4 --- tests/Zend/Cloud/QueueService/FactoryTest.php | 4 --- tests/Zend/Cloud/QueueService/TestCase.php | 4 --- .../StorageService/Adapter/FileSystemTest.php | 4 --- .../StorageService/Adapter/NirvanixTest.php | 4 --- .../StorageService/Adapter/RackspaceTest.php | 4 --- .../Cloud/StorageService/Adapter/S3Test.php | 4 --- .../Adapter/WindowsAzureTest.php | 4 --- .../Zend/Cloud/StorageService/FactoryTest.php | 4 --- tests/Zend/Cloud/StorageService/TestCase.php | 4 --- .../Code/Annotation/AnnotationManagerTest.php | 2 -- .../DoctrineAnnotationParserTest.php | 2 -- .../GenericAnnotationParserTest.php | 2 -- tests/Zend/Code/Annotation/TestAsset/Bar.php | 2 -- .../TestAsset/DoctrineAnnotation.php | 2 -- .../TestAsset/EntityWithAnnotations.php | 2 -- .../TestAsset/EntityWithMixedAnnotations.php | 2 -- tests/Zend/Code/Annotation/TestAsset/Foo.php | 2 -- .../Code/Generator/ClassGeneratorTest.php | 4 --- .../Code/Generator/DocBlockGeneratorTest.php | 4 --- .../Generator/DocBlockTagGeneratorTest.php | 4 --- .../Zend/Code/Generator/FileGeneratorTest.php | 4 --- .../Code/Generator/MethodGeneratorTest.php | 4 --- .../Code/Generator/ParameterGeneratorTest.php | 4 --- .../Code/Generator/PropertyGeneratorTest.php | 4 --- .../Generator/PropertyValueGeneratorTest.php | 4 --- .../Code/Generator/ValueGeneratorTest.php | 4 --- .../Code/Reflection/ClassReflectionTest.php | 4 --- .../DocBlock/Tag/GenericTagTest.php | 4 --- .../Reflection/DocBlock/Tag/MethodTagTest.php | 6 +--- .../DocBlock/Tag/PropertyTagTest.php | 6 +--- .../Reflection/DocBlockReflectionTest.php | 4 --- .../Code/Reflection/FileReflectionTest.php | 4 --- .../Reflection/FunctionReflectionTest.php | 4 --- .../Code/Reflection/MethodReflectionTest.php | 4 --- .../Reflection/ParameterReflectionTest.php | 4 --- .../Reflection/PropertyReflectionTest.php | 4 --- .../Reflection/ReflectionDocBlockTagTest.php | 4 --- .../Code/Reflection/TestAsset/functions.php | 2 -- .../Zend/Code/Scanner/DocBlockScannerTest.php | 4 --- tests/Zend/Config/ConfigTest.php | 4 --- tests/Zend/Config/FactoryTest.php | 4 --- tests/Zend/Config/ProcessorTest.php | 4 --- .../Config/Reader/AbstractReaderTestCase.php | 4 --- tests/Zend/Config/Reader/IniTest.php | 4 --- tests/Zend/Config/Reader/JsonTest.php | 4 --- tests/Zend/Config/Reader/XmlTest.php | 4 --- tests/Zend/Config/Reader/YamlTest.php | 4 --- .../Config/Writer/AbstractWriterTestCase.php | 4 --- tests/Zend/Config/Writer/IniTest.php | 4 --- tests/Zend/Config/Writer/JsonTest.php | 4 --- tests/Zend/Config/Writer/PhpArrayTest.php | 4 --- tests/Zend/Config/Writer/XmlTest.php | 4 --- tests/Zend/Config/Writer/YamlTest.php | 4 --- tests/Zend/Console/GetoptTest.php | 4 --- tests/Zend/Crypt/BlockCipherTest.php | 4 --- tests/Zend/Crypt/HashTest.php | 4 --- tests/Zend/Crypt/HmacTest.php | 4 --- .../Zend/Crypt/Key/Derivation/Pbkdf2Test.php | 4 --- .../Crypt/Key/Derivation/SaltedS2kTest.php | 4 --- tests/Zend/Crypt/Password/BcryptTest.php | 4 --- .../Crypt/PublicKey/DiffieHellmanTest.php | 4 --- tests/Zend/Crypt/PublicKey/RsaTest.php | 4 --- tests/Zend/Crypt/Symmetric/McryptTest.php | 4 --- .../Crypt/Symmetric/Padding/Pkcs7Test.php | 4 --- tests/Zend/Crypt/UtilsTest.php | 4 --- tests/Zend/Db/ResultSet/ResultSetTest.php | 4 --- tests/Zend/Db/Sql/Predicate/BetweenTest.php | 2 -- .../Zend/Db/Sql/Predicate/ExpressionTest.php | 2 -- tests/Zend/Db/Sql/Predicate/InTest.php | 2 -- tests/Zend/Db/Sql/Predicate/IsNullTest.php | 2 -- tests/Zend/Db/Sql/Predicate/OperatorTest.php | 2 -- .../Db/Sql/Predicate/PredicateSetTest.php | 2 -- tests/Zend/Db/Sql/Predicate/PredicateTest.php | 2 -- .../Zend/Db/TableGateway/TableGatewayTest.php | 2 +- tests/Zend/DebugTest.php | 4 --- .../Di/TestAsset/SharedInstance/Lister.php | 2 -- .../Di/TestAsset/SharedInstance/Movie.php | 2 -- .../TestAsset/SharedInstance/SharedLister.php | 2 -- .../Di/TestAsset/SharedInstance/Venue.php | 2 -- tests/Zend/Di/_files/sample.php | 2 +- tests/Zend/DocBook/ClassMethodTest.php | 2 -- tests/Zend/DocBook/ClassParserTest.php | 2 -- tests/Zend/DocBook/SkeletonGeneratorTest.php | 2 -- tests/Zend/DocBook/TestAsset/ParsedClass.php | 2 -- tests/Zend/Dojo/BuildLayerTest.php | 4 --- tests/Zend/Dojo/DataTest.php | 4 --- tests/Zend/Dojo/DojoTest.php | 4 --- .../Form/Decorator/AccordionContainerTest.php | 4 --- .../Dojo/Form/Decorator/AccordionPaneTest.php | 4 --- .../Form/Decorator/BorderContainerTest.php | 4 --- .../Form/Decorator/DijitContainerTest.php | 4 --- .../Dojo/Form/Decorator/DijitElementTest.php | 4 --- .../Dojo/Form/Decorator/DijitFormTest.php | 4 --- .../Form/Decorator/SplitContainerTest.php | 4 --- .../Form/Decorator/StackContainerTest.php | 4 --- .../Dojo/Form/Decorator/TabContainerTest.php | 4 --- tests/Zend/Dojo/Form/Element/ButtonTest.php | 4 --- tests/Zend/Dojo/Form/Element/CheckBoxTest.php | 4 --- tests/Zend/Dojo/Form/Element/ComboBoxTest.php | 4 --- .../Dojo/Form/Element/CurrencyTextBoxTest.php | 4 --- .../Dojo/Form/Element/DateTextBoxTest.php | 4 --- tests/Zend/Dojo/Form/Element/DijitTest.php | 4 --- tests/Zend/Dojo/Form/Element/EditorTest.php | 4 --- .../Dojo/Form/Element/FilteringSelectTest.php | 4 --- .../Form/Element/HorizontalSliderTest.php | 4 --- .../Dojo/Form/Element/NumberSpinnerTest.php | 4 --- .../Dojo/Form/Element/NumberTextBoxTest.php | 4 --- .../Dojo/Form/Element/PasswordTextBoxTest.php | 4 --- .../Dojo/Form/Element/RadioButtonTest.php | 4 --- .../Dojo/Form/Element/SimpleTextareaTest.php | 4 --- .../Dojo/Form/Element/SubmitButtonTest.php | 4 --- .../Form/Element/TestAsset/locale/array.php | 2 -- tests/Zend/Dojo/Form/Element/TextBoxTest.php | 4 --- tests/Zend/Dojo/Form/Element/TextareaTest.php | 4 --- .../Dojo/Form/Element/TimeTextBoxTest.php | 4 --- .../Form/Element/ValidationTextBoxTest.php | 4 --- .../Dojo/Form/Element/VerticalSliderTest.php | 4 --- tests/Zend/Dojo/Form/FormTest.php | 4 --- tests/Zend/Dojo/Form/SubFormTest.php | 4 --- .../View/Helper/AccordionContainerTest.php | 4 --- .../Dojo/View/Helper/AccordionPaneTest.php | 4 --- .../Dojo/View/Helper/BorderContainerTest.php | 4 --- tests/Zend/Dojo/View/Helper/ButtonTest.php | 4 --- tests/Zend/Dojo/View/Helper/CheckBoxTest.php | 4 --- tests/Zend/Dojo/View/Helper/ComboBoxTest.php | 4 --- .../Zend/Dojo/View/Helper/ContentPaneTest.php | 4 --- .../Dojo/View/Helper/CurrencyTextBoxTest.php | 4 --- .../Zend/Dojo/View/Helper/CustomDijitTest.php | 4 --- .../Zend/Dojo/View/Helper/DateTextBoxTest.php | 4 --- tests/Zend/Dojo/View/Helper/DojoFormTest.php | 4 --- tests/Zend/Dojo/View/Helper/DojoTest.php | 4 --- tests/Zend/Dojo/View/Helper/EditorTest.php | 4 --- .../Dojo/View/Helper/FilteringSelectTest.php | 4 --- .../Dojo/View/Helper/HorizontalSliderTest.php | 4 --- .../Dojo/View/Helper/NumberSpinnerTest.php | 4 --- .../Dojo/View/Helper/NumberTextBoxTest.php | 4 --- .../Dojo/View/Helper/PasswordTextBoxTest.php | 4 --- .../Zend/Dojo/View/Helper/RadioButtonTest.php | 4 --- .../Dojo/View/Helper/SimpleTextareaTest.php | 4 --- .../Dojo/View/Helper/SplitContainerTest.php | 4 --- .../Dojo/View/Helper/StackContainerTest.php | 4 --- .../Dojo/View/Helper/SubmitButtonTest.php | 4 --- .../Dojo/View/Helper/TabContainerTest.php | 4 --- tests/Zend/Dojo/View/Helper/TextBoxTest.php | 4 --- tests/Zend/Dojo/View/Helper/TextareaTest.php | 4 --- .../Zend/Dojo/View/Helper/TimeTextBoxTest.php | 4 --- .../View/Helper/ValidationTextBoxTest.php | 4 --- .../Dojo/View/Helper/VerticalSliderTest.php | 4 --- tests/Zend/Dom/Css2XpathTest.php | 4 --- tests/Zend/Dom/NodeListTest.php | 4 --- tests/Zend/Dom/QueryTest.php | 4 --- tests/Zend/EventManager/EventManagerTest.php | 4 --- tests/Zend/EventManager/FilterChainTest.php | 4 --- .../EventManager/GlobalEventManagerTest.php | 4 --- .../EventManager/StaticEventManagerTest.php | 4 --- .../EventManager/StaticIntegrationTest.php | 4 --- .../TestAsset/ClassWithEvents.php | 4 --- .../EventManager/TestAsset/MockAggregate.php | 4 --- .../TestAsset/StaticEventsMock.php | 4 --- .../PubSubHubbub/Model/SubscriptionTest.php | 4 --- .../Feed/PubSubHubbub/PubSubHubbubTest.php | 4 --- .../Zend/Feed/PubSubHubbub/PublisherTest.php | 6 +--- .../PubSubHubbub/Subscriber/CallbackTest.php | 4 --- .../Feed/PubSubHubbub/SubscriberHttpTest.php | 4 --- .../Zend/Feed/PubSubHubbub/SubscriberTest.php | 4 --- .../Reader/Entry/AtomStandaloneEntryTest.php | 4 --- tests/Zend/Feed/Reader/Entry/AtomTest.php | 4 --- tests/Zend/Feed/Reader/Entry/CommonTest.php | 4 --- tests/Zend/Feed/Reader/Entry/RssTest.php | 4 --- .../Zend/Feed/Reader/Feed/AtomSourceTest.php | 4 --- tests/Zend/Feed/Reader/Feed/AtomTest.php | 4 --- tests/Zend/Feed/Reader/Feed/CommonTest.php | 4 --- tests/Zend/Feed/Reader/Feed/RssTest.php | 4 --- .../Integration/H-OnlineComAtom10Test.php | 4 --- .../Feed/Reader/Integration/LautDeRdfTest.php | 4 --- .../Reader/Integration/PodcastRss2Test.php | 4 --- .../Integration/WordpressAtom10Test.php | 4 --- .../Integration/WordpressRss2DcAtomTest.php | 4 --- tests/Zend/Feed/Reader/ReaderTest.php | 4 --- .../_files/My/Extension/JungleBooks/Entry.php | 4 --- .../_files/My/Extension/JungleBooks/Feed.php | 4 --- tests/Zend/Feed/Writer/DeletedTest.php | 4 --- tests/Zend/Feed/Writer/EntryTest.php | 4 --- .../Writer/Extension/ITunes/EntryTest.php | 4 --- .../Feed/Writer/Extension/ITunes/FeedTest.php | 4 --- tests/Zend/Feed/Writer/FeedTest.php | 6 +--- .../Feed/Writer/Renderer/Entry/AtomTest.php | 4 --- .../Feed/Writer/Renderer/Entry/RssTest.php | 4 --- .../Feed/Writer/Renderer/Feed/AtomTest.php | 4 --- .../Feed/Writer/Renderer/Feed/RssTest.php | 4 --- tests/Zend/File/ClassFileLocatorTest.php | 4 --- .../File/TestAsset/LocatorShouldFindThis.php | 4 --- .../AbstractAdapterTestMockAdapter.php | 4 --- .../File/Transfer/Adapter/AbstractTest.php | 4 --- tests/Zend/File/Transfer/Adapter/HttpTest.php | 4 --- .../Transfer/Adapter/HttpTestMockAdapter.php | 4 --- tests/Zend/Filter/BaseNameTest.php | 4 --- tests/Zend/Filter/BooleanTest.php | 4 --- tests/Zend/Filter/CallbackTest.php | 4 --- tests/Zend/Filter/Compress/Bz2Test.php | 4 --- tests/Zend/Filter/Compress/GzTest.php | 4 --- tests/Zend/Filter/Compress/LzfTest.php | 4 --- tests/Zend/Filter/Compress/RarTest.php | 4 --- .../Filter/Compress/TarLoadArchiveTarTest.php | 4 --- tests/Zend/Filter/Compress/TarTest.php | 4 --- tests/Zend/Filter/Compress/ZipTest.php | 4 --- tests/Zend/Filter/CompressTest.php | 4 --- tests/Zend/Filter/DecompressTest.php | 4 --- tests/Zend/Filter/DecryptTest.php | 4 --- tests/Zend/Filter/DigitsTest.php | 4 --- tests/Zend/Filter/DirTest.php | 4 --- tests/Zend/Filter/Encrypt/McryptTest.php | 4 --- tests/Zend/Filter/Encrypt/OpensslTest.php | 4 --- tests/Zend/Filter/EncryptTest.php | 4 --- tests/Zend/Filter/File/DecryptTest.php | 4 --- tests/Zend/Filter/File/EncryptTest.php | 4 --- tests/Zend/Filter/File/LowerCaseTest.php | 4 --- tests/Zend/Filter/File/RenameTest.php | 4 --- tests/Zend/Filter/File/UpperCaseTest.php | 4 --- tests/Zend/Filter/FilterChainTest.php | 4 --- tests/Zend/Filter/HtmlEntitiesTest.php | 4 --- tests/Zend/Filter/InflectorTest.php | 4 --- tests/Zend/Filter/IntTest.php | 4 --- tests/Zend/Filter/NullTest.php | 4 --- tests/Zend/Filter/PregReplaceTest.php | 4 --- tests/Zend/Filter/RealPathTest.php | 4 --- tests/Zend/Filter/StaticFilterTest.php | 4 --- tests/Zend/Filter/StringToLowerTest.php | 4 --- tests/Zend/Filter/StringToUpperTest.php | 4 --- tests/Zend/Filter/StringTrimTest.php | 4 --- tests/Zend/Filter/StripNewlinesTest.php | 4 --- tests/Zend/Filter/StripTagsTest.php | 4 --- .../Zend/Filter/Word/CamelCaseToDashTest.php | 4 --- .../Filter/Word/CamelCaseToSeparatorTest.php | 4 --- .../Filter/Word/CamelCaseToUnderscoreTest.php | 4 --- .../Zend/Filter/Word/DashToCamelCaseTest.php | 4 --- .../Zend/Filter/Word/DashToSeparatorTest.php | 4 --- .../Zend/Filter/Word/DashToUnderscoreTest.php | 4 --- .../Filter/Word/SeparatorToCamelCaseTest.php | 4 --- .../Zend/Filter/Word/SeparatorToDashTest.php | 4 --- .../Filter/Word/SeparatorToSeparatorTest.php | 4 --- .../Filter/Word/UnderscoreToCamelCaseTest.php | 4 --- .../Zend/Filter/Word/UnderscoreToDashTest.php | 4 --- .../Filter/Word/UnderscoreToSeparatorTest.php | 4 --- .../Filter/_files/TestNamespace/MyDigits.php | 4 --- .../_files/TestNamespace/StringEquals.php | 4 --- .../Form/Annotation/AnnotationBuilderTest.php | 2 -- tests/Zend/Form/Element/CaptchaTest.php | 2 -- tests/Zend/Form/Element/CollectionTest.php | 2 -- tests/Zend/Form/Element/ColorTest.php | 2 -- tests/Zend/Form/Element/CsrfTest.php | 2 -- tests/Zend/Form/Element/DateTest.php | 2 -- tests/Zend/Form/Element/DateTimeLocalTest.php | 2 -- tests/Zend/Form/Element/DateTimeTest.php | 2 -- tests/Zend/Form/Element/EmailTest.php | 2 -- tests/Zend/Form/Element/MonthTest.php | 2 -- tests/Zend/Form/Element/NumberTest.php | 2 -- tests/Zend/Form/Element/RangeTest.php | 2 -- tests/Zend/Form/Element/TimeTest.php | 2 -- tests/Zend/Form/Element/UrlTest.php | 4 +-- tests/Zend/Form/Element/WeekTest.php | 2 -- tests/Zend/Form/ElementTest.php | 4 --- tests/Zend/Form/FactoryTest.php | 4 --- tests/Zend/Form/FieldsetTest.php | 4 --- tests/Zend/Form/FormTest.php | 2 -- tests/Zend/Form/TestAsset/BasicFieldset.php | 2 -- .../Zend/Form/TestAsset/ElementWithFilter.php | 2 -- .../TestAsset/FieldsetWithInputFilter.php | 2 -- tests/Zend/Form/TestAsset/FormCollection.php | 2 -- tests/Zend/Form/TestAsset/InputFilter.php | 4 --- tests/Zend/Form/TestAsset/Model.php | 4 --- tests/Zend/Form/TestAsset/NestedFieldset.php | 2 -- tests/Zend/Form/TestAsset/ValidatingModel.php | 4 --- .../Form/View/Helper/Captcha/DumbTest.php | 4 --- .../Form/View/Helper/Captcha/FigletTest.php | 4 --- .../Form/View/Helper/Captcha/ImageTest.php | 4 --- .../View/Helper/Captcha/ReCaptchaTest.php | 4 --- .../Zend/Form/View/Helper/CommonTestCase.php | 4 --- .../Zend/Form/View/Helper/FormButtonTest.php | 4 --- .../Zend/Form/View/Helper/FormCaptchaTest.php | 4 --- .../Form/View/Helper/FormCheckboxTest.php | 4 --- .../Form/View/Helper/FormCollectionTest.php | 4 --- tests/Zend/Form/View/Helper/FormColorTest.php | 4 --- tests/Zend/Form/View/Helper/FormDateTest.php | 4 --- .../View/Helper/FormDateTimeLocalTest.php | 4 --- .../Form/View/Helper/FormDateTimeTest.php | 4 --- .../View/Helper/FormElementErrorsTest.php | 4 --- .../Zend/Form/View/Helper/FormElementTest.php | 4 --- tests/Zend/Form/View/Helper/FormEmailTest.php | 4 --- tests/Zend/Form/View/Helper/FormFileTest.php | 4 --- .../Zend/Form/View/Helper/FormHiddenTest.php | 4 --- tests/Zend/Form/View/Helper/FormImageTest.php | 4 --- tests/Zend/Form/View/Helper/FormInputTest.php | 4 --- tests/Zend/Form/View/Helper/FormLabelTest.php | 4 --- tests/Zend/Form/View/Helper/FormMonthTest.php | 4 --- .../View/Helper/FormMultiCheckboxTest.php | 4 --- .../Zend/Form/View/Helper/FormNumberTest.php | 4 --- .../Form/View/Helper/FormPasswordTest.php | 4 --- tests/Zend/Form/View/Helper/FormRadioTest.php | 4 --- tests/Zend/Form/View/Helper/FormRangeTest.php | 4 --- tests/Zend/Form/View/Helper/FormResetTest.php | 4 --- tests/Zend/Form/View/Helper/FormRowTest.php | 4 --- .../Zend/Form/View/Helper/FormSelectTest.php | 2 -- .../Zend/Form/View/Helper/FormSubmitTest.php | 4 --- tests/Zend/Form/View/Helper/FormTelTest.php | 4 --- tests/Zend/Form/View/Helper/FormTest.php | 4 --- tests/Zend/Form/View/Helper/FormTextTest.php | 4 --- .../Form/View/Helper/FormTextareaTest.php | 4 --- tests/Zend/Form/View/Helper/FormTimeTest.php | 4 --- tests/Zend/Form/View/Helper/FormUrlTest.php | 4 --- tests/Zend/Form/View/Helper/FormWeekTest.php | 4 --- .../Zend/GData/Analytics/AccountFeedTest.php | 4 --- tests/Zend/GData/Analytics/DataFeedTest.php | 4 --- tests/Zend/GData/Analytics/DataQueryTest.php | 4 --- tests/Zend/GData/App/AuthorTest.php | 4 --- tests/Zend/GData/App/BaseTest.php | 4 --- .../App/CaptchaRequiredExceptionTest.php | 4 --- tests/Zend/GData/App/CategoryTest.php | 4 --- tests/Zend/GData/App/ContentTest.php | 4 --- tests/Zend/GData/App/ControlTest.php | 4 --- tests/Zend/GData/App/EntryTest.php | 4 --- tests/Zend/GData/App/FeedTest.php | 4 --- tests/Zend/GData/App/GeneratorTest.php | 4 --- tests/Zend/GData/App/HttpExceptionTest.php | 4 --- tests/Zend/GData/App/TestAsset/MockBase.php | 4 --- tests/Zend/GData/App/UtilTest.php | 4 --- tests/Zend/GData/AppTest.php | 4 --- tests/Zend/GData/AttendeeStatusTest.php | 4 --- tests/Zend/GData/AttendeeTypeTest.php | 4 --- tests/Zend/GData/AuthSubTest.php | 4 --- .../Zend/GData/Books/CollectionEntryTest.php | 4 --- tests/Zend/GData/Books/CollectionFeedTest.php | 4 --- tests/Zend/GData/Books/VolumeEntryTest.php | 4 --- tests/Zend/GData/Books/VolumeFeedTest.php | 4 --- tests/Zend/GData/BooksOnlineTest.php | 4 --- tests/Zend/GData/BooksTest.php | 4 --- tests/Zend/GData/Calendar/AccessLevelTest.php | 4 --- tests/Zend/GData/Calendar/ColorTest.php | 4 --- tests/Zend/GData/Calendar/EventEntryTest.php | 4 --- .../Calendar/EventQueryExceptionTest.php | 4 --- tests/Zend/GData/Calendar/EventQueryTest.php | 4 --- tests/Zend/GData/Calendar/HiddenTest.php | 4 --- tests/Zend/GData/Calendar/LinkTest.php | 4 --- tests/Zend/GData/Calendar/QuickAddTest.php | 4 --- tests/Zend/GData/Calendar/SelectedTest.php | 4 --- .../Calendar/SendEventNotificationsTest.php | 4 --- tests/Zend/GData/Calendar/TimezoneTest.php | 4 --- tests/Zend/GData/Calendar/WebContentTest.php | 4 --- tests/Zend/GData/CalendarEventTest.php | 4 --- .../Zend/GData/CalendarFeedCompositeTest.php | 4 --- tests/Zend/GData/CalendarFeedTest.php | 4 --- tests/Zend/GData/CalendarOnlineTest.php | 4 --- tests/Zend/GData/CalendarTest.php | 4 --- tests/Zend/GData/CommentsTest.php | 4 --- .../Zend/GData/Docs/DocumentListEntryTest.php | 4 --- .../Zend/GData/Docs/DocumentListFeedTest.php | 4 --- tests/Zend/GData/Docs/QueryTest.php | 4 --- tests/Zend/GData/DocsOnlineTest.php | 4 --- tests/Zend/GData/DocsTest.php | 4 --- tests/Zend/GData/EntryLinkTest.php | 4 --- tests/Zend/GData/EntryTest.php | 4 --- tests/Zend/GData/EventStatusTest.php | 4 --- tests/Zend/GData/ExtendedPropertyTest.php | 4 --- tests/Zend/GData/FeedLinkTest.php | 4 --- tests/Zend/GData/FeedTest.php | 4 --- tests/Zend/GData/GApps/EmailListEntryTest.php | 4 --- tests/Zend/GData/GApps/EmailListFeedTest.php | 4 --- tests/Zend/GData/GApps/EmailListQueryTest.php | 4 --- .../GApps/EmailListRecipientEntryTest.php | 4 --- .../GApps/EmailListRecipientFeedTest.php | 4 --- .../GApps/EmailListRecipientQueryTest.php | 4 --- tests/Zend/GData/GApps/EmailListTest.php | 4 --- tests/Zend/GData/GApps/ErrorTest.php | 4 --- tests/Zend/GData/GApps/GroupEntryTest.php | 4 --- tests/Zend/GData/GApps/GroupFeedTest.php | 4 --- tests/Zend/GData/GApps/GroupQueryTest.php | 4 --- tests/Zend/GData/GApps/LoginTest.php | 4 --- tests/Zend/GData/GApps/MemberEntryTest.php | 4 --- tests/Zend/GData/GApps/MemberFeedTest.php | 4 --- tests/Zend/GData/GApps/MemberQueryTest.php | 4 --- tests/Zend/GData/GApps/NameTest.php | 4 --- tests/Zend/GData/GApps/NicknameEntryTest.php | 4 --- tests/Zend/GData/GApps/NicknameFeedTest.php | 4 --- tests/Zend/GData/GApps/NicknameQueryTest.php | 4 --- tests/Zend/GData/GApps/NicknameTest.php | 4 --- tests/Zend/GData/GApps/OwnerEntryTest.php | 4 --- tests/Zend/GData/GApps/OwnerFeedTest.php | 4 --- tests/Zend/GData/GApps/OwnerQueryTest.php | 4 --- tests/Zend/GData/GApps/PropertyTest.php | 4 --- tests/Zend/GData/GApps/QuotaTest.php | 4 --- .../Zend/GData/GApps/ServiceExceptionTest.php | 4 --- tests/Zend/GData/GApps/UserEntryTest.php | 4 --- tests/Zend/GData/GApps/UserFeedTest.php | 4 --- tests/Zend/GData/GApps/UserQueryTest.php | 4 --- tests/Zend/GData/GAppsOnlineTest.php | 4 --- tests/Zend/GData/GAppsTest.php | 4 --- tests/Zend/GData/GDataOnlineTest.php | 4 --- tests/Zend/GData/GDataTest.php | 4 --- tests/Zend/GData/MediaMimeStreamTest.php | 4 --- .../Zend/GData/OpenSearchItemsPerPageTest.php | 4 --- tests/Zend/GData/OpenSearchStartIndexTest.php | 4 --- .../Zend/GData/OpenSearchTotalResultsTest.php | 4 --- tests/Zend/GData/OriginalEventTest.php | 4 --- .../GData/Photos/PhotosAlbumEntryTest.php | 4 --- .../Zend/GData/Photos/PhotosAlbumFeedTest.php | 4 --- .../GData/Photos/PhotosAlbumQueryTest.php | 4 --- .../GData/Photos/PhotosCommentEntryTest.php | 4 --- .../GData/Photos/PhotosPhotoEntryTest.php | 4 --- .../Zend/GData/Photos/PhotosPhotoFeedTest.php | 4 --- .../GData/Photos/PhotosPhotoQueryTest.php | 4 --- .../Zend/GData/Photos/PhotosTagEntryTest.php | 4 --- .../Zend/GData/Photos/PhotosUserEntryTest.php | 4 --- .../Zend/GData/Photos/PhotosUserFeedTest.php | 4 --- .../Zend/GData/Photos/PhotosUserQueryTest.php | 4 --- tests/Zend/GData/PhotosOnlineTest.php | 4 --- tests/Zend/GData/QueryTest.php | 4 --- tests/Zend/GData/RecurrenceExceptionTest.php | 4 --- tests/Zend/GData/RecurrenceTest.php | 4 --- tests/Zend/GData/ReminderTest.php | 4 --- .../Zend/GData/Spreadsheets/CellEntryTest.php | 4 --- .../Zend/GData/Spreadsheets/CellFeedTest.php | 4 --- .../Zend/GData/Spreadsheets/CellQueryTest.php | 4 --- tests/Zend/GData/Spreadsheets/CellTest.php | 4 --- .../Zend/GData/Spreadsheets/ColCountTest.php | 4 --- tests/Zend/GData/Spreadsheets/CustomTest.php | 4 --- .../GData/Spreadsheets/DocumentQueryTest.php | 4 --- .../Zend/GData/Spreadsheets/ListEntryTest.php | 4 --- .../Zend/GData/Spreadsheets/ListFeedTest.php | 4 --- .../Zend/GData/Spreadsheets/ListQueryTest.php | 4 --- .../Zend/GData/Spreadsheets/RowCountTest.php | 4 --- .../Spreadsheets/SpreadsheetFeedTest.php | 4 --- .../GData/Spreadsheets/WorksheetEntryTest.php | 4 --- .../GData/Spreadsheets/WorksheetFeedTest.php | 4 --- tests/Zend/GData/SpreadsheetsOnlineTest.php | 4 --- tests/Zend/GData/SpreadsheetsTest.php | 4 --- tests/Zend/GData/TestAsset/MockHttpClient.php | 6 ---- tests/Zend/GData/TransparencyTest.php | 4 --- tests/Zend/GData/VisibilityTest.php | 4 --- tests/Zend/GData/WhenTest.php | 4 --- tests/Zend/GData/WhereTest.php | 4 --- tests/Zend/GData/WhoTest.php | 4 --- .../Zend/GData/YouTube/ActivityEntryTest.php | 4 --- tests/Zend/GData/YouTube/ActivityFeedTest.php | 4 --- tests/Zend/GData/YouTube/CommentEntryTest.php | 4 --- tests/Zend/GData/YouTube/CommentFeedTest.php | 4 --- tests/Zend/GData/YouTube/ContactEntryTest.php | 4 --- tests/Zend/GData/YouTube/ContactFeedTest.php | 4 --- tests/Zend/GData/YouTube/InboxEntryTest.php | 4 --- tests/Zend/GData/YouTube/InboxFeedTest.php | 4 --- .../GData/YouTube/PlaylistListEntryTest.php | 4 --- .../GData/YouTube/PlaylistListFeedTest.php | 4 --- .../GData/YouTube/PlaylistVideoEntryTest.php | 4 --- .../GData/YouTube/PlaylistVideoFeedTest.php | 4 --- .../GData/YouTube/SubscriptionEntryTest.php | 4 --- .../GData/YouTube/SubscriptionFeedTest.php | 4 --- .../GData/YouTube/UserProfileEntryTest.php | 4 --- tests/Zend/GData/YouTube/VideoEntryTest.php | 4 --- tests/Zend/GData/YouTube/VideoFeedTest.php | 4 --- tests/Zend/GData/YouTube/VideoQueryTest.php | 4 --- tests/Zend/GData/YouTubeOnlineTest.php | 4 --- tests/Zend/GData/YouTubeTest.php | 4 --- tests/Zend/Http/Client/CommonHttpTests.php | 4 --- tests/Zend/Http/Client/CurlTest.php | 4 --- tests/Zend/Http/Client/ProxyAdapterTest.php | 4 --- .../Zend/Http/Client/SocketKeepaliveTest.php | 4 --- .../Zend/Http/Client/SocketPersistentTest.php | 4 --- tests/Zend/Http/Client/SocketTest.php | 4 --- tests/Zend/Http/Client/StaticClientTest.php | 2 -- tests/Zend/Http/Client/StaticTest.php | 4 --- tests/Zend/Http/Client/TestAdapterTest.php | 4 --- tests/Zend/Http/Client/UseCaseTest.php | 2 -- .../_files/ZF9404-doubleContentLength.php | 0 tests/Zend/Http/Client/_files/testCookies.php | 2 -- .../_files/testExceptionOnReadTimeout.php | 2 -- tests/Zend/Http/Client/_files/testGetData.php | 2 -- tests/Zend/Http/Client/_files/testHeaders.php | 0 .../Zend/Http/Client/_files/testHttpAuth.php | 2 -- .../testMultibyteChunkedResponseZF6218.php | 2 -- .../Zend/Http/Client/_files/testPatchData.php | 2 -- .../Zend/Http/Client/_files/testPostData.php | 2 -- .../Http/Client/_files/testRawPostData.php | 2 -- .../Http/Client/_files/testRedirections.php | 2 -- .../_files/testRelativeRedirections.php | 2 -- .../Client/_files/testResetParameters.php | 2 -- .../Http/Client/_files/testSimpleRequests.php | 0 .../Http/Client/_files/testStreamRequest.php | 2 -- tests/Zend/Http/Client/_files/testUploads.php | 2 -- tests/Zend/Http/Header/CookieTest.php | 4 --- tests/Zend/I18n/Filter/AlnumTest.php | 4 --- tests/Zend/I18n/Filter/AlphaTest.php | 4 --- .../Zend/I18n/Translator/TestAsset/Loader.php | 4 --- tests/Zend/I18n/Translator/_files/failed.php | 2 -- .../_files/testarray/translation-de_DE.php | 4 +-- .../_files/testarray/translation-en_US.php | 2 -- .../Translator/_files/translation_empty.php | 2 -- .../I18n/Translator/_files/translation_en.php | 2 -- tests/Zend/I18n/Validator/AlnumTest.php | 4 --- tests/Zend/I18n/Validator/AlphaTest.php | 4 --- tests/Zend/I18n/Validator/FloatTest.php | 4 --- tests/Zend/I18n/Validator/IbanTest.php | 4 --- tests/Zend/I18n/Validator/IntTest.php | 4 --- tests/Zend/I18n/Validator/PostCodeTest.php | 6 +--- .../I18n/View/Helper/CurrencyFormatTest.php | 4 --- .../Zend/I18n/View/Helper/DateFormatTest.php | 4 --- .../I18n/View/Helper/NumberFormatTest.php | 4 --- tests/Zend/InfoCard/AssertionTest.php | 4 --- tests/Zend/InfoCard/CipherTest.php | 4 --- tests/Zend/InfoCard/ProcessTest.php | 4 --- tests/Zend/InfoCard/XmlParsingTest.php | 4 --- .../Zend/InputFilter/BaseInputFilterTest.php | 2 -- tests/Zend/InputFilter/FactoryTest.php | 2 -- tests/Zend/InputFilter/InputFilterTest.php | 2 -- tests/Zend/InputFilter/InputTest.php | 2 -- .../InputFilter/TestAsset/CustomInput.php | 4 --- tests/Zend/Json/JsonTest.php | 4 --- tests/Zend/Json/JsonXmlTest.php | 4 --- tests/Zend/Json/Server/CacheTest.php | 4 --- tests/Zend/Json/Server/ClientTest.php | 4 --- tests/Zend/Json/Server/ErrorTest.php | 4 --- tests/Zend/Json/Server/RequestTest.php | 4 --- tests/Zend/Json/Server/ResponseTest.php | 4 --- tests/Zend/Json/Server/Smd/ServiceTest.php | 4 --- tests/Zend/Json/Server/SmdTest.php | 4 --- tests/Zend/Json/ServerTest.php | 4 --- tests/Zend/Ldap/AbstractOnlineTestCase.php | 4 --- tests/Zend/Ldap/AbstractTestCase.php | 4 --- tests/Zend/Ldap/AttributeTest.php | 4 --- tests/Zend/Ldap/BindTest.php | 4 --- tests/Zend/Ldap/CanonTest.php | 4 --- tests/Zend/Ldap/ChangePasswordTest.php | 4 --- tests/Zend/Ldap/ConnectTest.php | 4 --- tests/Zend/Ldap/Converter/ConverterTest.php | 4 --- tests/Zend/Ldap/CopyRenameTest.php | 4 --- tests/Zend/Ldap/CrudTest.php | 4 --- tests/Zend/Ldap/Dn/CreationTest.php | 4 --- tests/Zend/Ldap/Dn/EscapingTest.php | 4 --- tests/Zend/Ldap/Dn/ExplodingTest.php | 4 --- tests/Zend/Ldap/Dn/ImplodingTest.php | 4 --- tests/Zend/Ldap/Dn/MiscTest.php | 4 --- tests/Zend/Ldap/Dn/ModificationTest.php | 4 --- tests/Zend/Ldap/FilterTest.php | 4 --- tests/Zend/Ldap/Ldif/SimpleDecoderTest.php | 4 --- tests/Zend/Ldap/Ldif/SimpleEncoderTest.php | 4 --- .../Zend/Ldap/Node/AttributeIterationTest.php | 4 --- .../Zend/Ldap/Node/ChildrenIterationTest.php | 4 --- tests/Zend/Ldap/Node/ChildrenTest.php | 4 --- tests/Zend/Ldap/Node/OfflineTest.php | 4 --- tests/Zend/Ldap/Node/OnlineTest.php | 4 --- tests/Zend/Ldap/Node/RootDseTest.php | 4 --- tests/Zend/Ldap/Node/SchemaTest.php | 4 --- tests/Zend/Ldap/Node/UpdateTest.php | 4 --- tests/Zend/Ldap/OfflineTest.php | 4 --- tests/Zend/Ldap/SearchTest.php | 4 --- .../Loader/AutoloadDoesNotHideParseError.php | 2 -- tests/Zend/Loader/AutoloadableClass.php | 4 --- tests/Zend/Loader/AutoloaderFactoryTest.php | 4 --- .../Loader/AutoloaderMultiVersionTest.php | 4 --- tests/Zend/Loader/ClassMapAutoloaderTest.php | 4 --- tests/Zend/Loader/MyLoader.php | 4 --- tests/Zend/Loader/MyOverloader.php | 4 --- tests/Zend/Loader/PluginClassLoaderTest.php | 4 --- tests/Zend/Loader/PrefixPathLoaderTest.php | 4 --- tests/Zend/Loader/StandardAutoloaderTest.php | 4 --- .../Loader/TestAsset/ClassMappedClass.php | 4 --- .../Loader/TestAsset/CustomClassLoader.php | 4 --- .../TestAsset/ExtendedPluginClassLoader.php | 4 --- .../TestAsset/ExtendedPrefixPathLoader.php | 4 --- .../TestAsset/Name_Space/Namespaced/Class.php | 4 --- .../Zend/Loader/TestAsset/NamespacedClass.php | 4 --- tests/Zend/Loader/TestAsset/PrefixedClass.php | 4 --- tests/Zend/Loader/TestAsset/SamplePlugin.php | 4 --- .../Loader/TestAsset/StandardAutoloader.php | 4 --- .../TestAsset/TestNamespace/FallbackCase.php | 4 --- .../NoDuplicateAutoloadersCase.php | 4 --- tests/Zend/Loader/TestAsset/TestPluginMap.php | 4 --- .../Zend/Loader/TestAsset/TestPlugins/Bar.php | 4 --- .../Zend/Loader/TestAsset/TestPlugins/Baz.php | 4 --- .../Zend/Loader/TestAsset/TestPlugins/Foo.php | 4 --- .../Loader/TestAsset/TestPlugins2/Foo.php | 4 --- tests/Zend/Loader/TestAsset/UnMappedClass.php | 4 --- tests/Zend/Loader/TestAsset/plugins/Baz.php | 4 --- .../Loader/TestAsset/plugins/first/Bat.php | 4 --- .../Loader/TestAsset/plugins/first/Foobar.php | 4 --- .../Loader/TestAsset/plugins/second/Bat.php | 4 --- .../TestAsset/plugins/second/Foobar.php | 4 --- .../TestAsset/plugins/second/Foobarbaz.php | 4 --- tests/Zend/Loader/_files/ParseError.php | 4 --- .../_files/ZendLoaderAutoloader/Foo.php | 4 --- tests/Zend/Loader/_files/ZfTest/CacheTest.php | 4 --- .../Zend/Loader/_files/ZfTest/FormSubmit.php | 4 --- tests/Zend/Log/Filter/ChainingTest.php | 4 --- tests/Zend/Log/Filter/PriorityTest.php | 4 --- tests/Zend/Log/Filter/RegexTest.php | 4 --- tests/Zend/Log/Filter/SuppressFilterTest.php | 4 --- tests/Zend/Log/Filter/ValidatorTest.php | 4 --- tests/Zend/Log/Formatter/ErrorHandlerTest.php | 4 --- .../Log/Formatter/ExceptionHandlerTest.php | 4 --- tests/Zend/Log/Formatter/SimpleTest.php | 4 --- tests/Zend/Log/Formatter/XmlTest.php | 4 --- tests/Zend/Log/LoggerTest.php | 4 --- tests/Zend/Log/Writer/AbstractTest.php | 4 --- tests/Zend/Log/Writer/DbTest.php | 4 --- tests/Zend/Log/Writer/MailTest.php | 4 --- tests/Zend/Log/Writer/MockTest.php | 4 --- tests/Zend/Log/Writer/NullTest.php | 4 --- tests/Zend/Log/Writer/StreamTest.php | 4 --- tests/Zend/Log/Writer/SyslogTest.php | 4 --- tests/Zend/Log/Writer/ZendMonitorTest.php | 4 --- tests/Zend/Log/WriterPluginManagerTest.php | 4 --- tests/Zend/Mail/AddressListTest.php | 4 --- tests/Zend/Mail/AddressTest.php | 4 --- .../Mail/Header/AddressListHeaderTest.php | 4 --- tests/Zend/Mail/Header/ContentTypeTest.php | 4 --- tests/Zend/Mail/Header/HeaderWrapTest.php | 4 --- tests/Zend/Mail/Header/ReceivedTest.php | 4 --- tests/Zend/Mail/Header/SubjectTest.php | 4 --- tests/Zend/Mail/Header/ToTest.php | 4 --- tests/Zend/Mail/HeadersTest.php | 4 --- tests/Zend/Mail/MessageTest.php | 4 --- tests/Zend/Mail/Protocol/SmtpTest.php | 4 --- tests/Zend/Mail/Storage/ImapTest.php | 4 --- tests/Zend/Mail/Storage/MaildirFolderTest.php | 4 --- .../Mail/Storage/MaildirMessageOldTest.php | 6 ---- tests/Zend/Mail/Storage/MaildirTest.php | 4 --- .../Zend/Mail/Storage/MaildirWritableTest.php | 4 --- tests/Zend/Mail/Storage/MboxFolderTest.php | 4 --- tests/Zend/Mail/Storage/MboxInterfaceTest.php | 4 --- .../Zend/Mail/Storage/MboxMessageOldTest.php | 4 --- tests/Zend/Mail/Storage/MboxTest.php | 4 --- tests/Zend/Mail/Storage/MessageTest.php | 4 --- tests/Zend/Mail/Storage/Pop3Test.php | 4 --- tests/Zend/Mail/TestAsset/SmtpProtocolSpy.php | 6 +--- tests/Zend/Mail/Transport/FileOptionsTest.php | 4 --- tests/Zend/Mail/Transport/FileTest.php | 4 --- tests/Zend/Mail/Transport/SendmailTest.php | 4 --- tests/Zend/Mail/Transport/SmtpTest.php | 4 --- tests/Zend/Markup/FactoryTest.php | 4 --- tests/Zend/Markup/Parser/BbcodeTest.php | 4 --- .../Markup/Renderer/AbstractRendererTest.php | 4 --- .../Markup/Renderer/Markup/Html/CodeTest.php | 4 --- .../Renderer/Markup/Html/ReplaceTest.php | 4 --- .../Renderer/TestAsset/SimpleRenderer.php | 4 --- .../Markup/TestAsset/Parser/MockParser.php | 4 --- .../Markup/TestAsset/Renderer/Html/Bar.php | 4 --- .../TestAsset/Renderer/MockRenderer.php | 4 --- .../Math/BigInteger/Adapter/BcmathTest.php | 6 +--- .../Zend/Math/BigInteger/Adapter/GmpTest.php | 6 +--- tests/Zend/Math/BigInteger/BigIntegerTest.php | 4 --- tests/Zend/Math/MathTest.php | 4 --- tests/Zend/Memory/AccessControllerTest.php | 4 --- tests/Zend/Memory/LockedTest.php | 4 --- tests/Zend/Memory/MemoryManagerTest.php | 4 --- tests/Zend/Memory/MovableTest.php | 4 --- tests/Zend/Memory/ValueTest.php | 4 --- tests/Zend/Mime/MessageTest.php | 4 --- tests/Zend/Mime/MimeTest.php | 4 --- tests/Zend/Mime/PartTest.php | 4 --- .../Listener/AutoloaderListenerTest.php | 2 -- .../Listener/ConfigListenerTest.php | 2 -- .../Listener/DefaultListenerAggregateTest.php | 2 -- .../Listener/InitTriggerTest.php | 2 -- .../Listener/ListenerOptionsTest.php | 2 -- .../LocatorRegistrationListenerTest.php | 2 -- .../Listener/ModuleResolverListenerTest.php | 2 -- .../Listener/OnBootstrapListenerTest.php | 2 -- .../Listener/ServiceListenerTest.php | 2 -- .../TestAsset/ServiceInvalidReturnModule.php | 4 --- .../TestAsset/ServiceProviderModule.php | 4 --- tests/Zend/ModuleManager/ModuleEventTest.php | 2 -- .../Zend/ModuleManager/ModuleManagerTest.php | 2 -- .../TestAsset/ListenerTestModule/Module.php | 4 --- .../ListenerTestModule/src/Foo/Bar.php | 2 -- .../TestAsset/MockApplication.php | 2 -- tests/Zend/Mvc/ApplicationTest.php | 4 --- .../Controller/Plugin/FlashMessengerTest.php | 4 --- .../Zend/Mvc/Controller/Plugin/LayoutTest.php | 2 -- tests/Zend/Mvc/ModuleRouteListenerTest.php | 2 -- tests/Zend/Mvc/Router/Http/MethodTest.php | 2 +- .../Mvc/Router/Http/TestAsset/DummyRoute.php | 4 --- .../Http/TestAsset/DummyRouteWithParam.php | 4 --- tests/Zend/Mvc/Router/PriorityListTest.php | 4 --- .../Mvc/Router/RoutePluginManagerTest.php | 4 --- .../Zend/Mvc/Router/TestAsset/DummyRoute.php | 4 --- .../Router/TestAsset/DummyRouteWithParam.php | 4 --- tests/Zend/Mvc/TestAsset/MockViewManager.php | 2 -- .../Mvc/View/CreateViewModelListenerTest.php | 4 --- .../View/DefaultRendereringStrategyTest.php | 4 --- tests/Zend/Mvc/View/ExceptionStrategyTest.php | 4 --- .../Mvc/View/InjectTemplateListenerTest.php | 4 --- .../Mvc/View/InjectViewModelListenerTest.php | 4 --- .../Mvc/View/RouteNotFoundStrategyTest.php | 4 --- .../Zend/Mvc/View/TestAsset/DumbStrategy.php | 4 --- tests/Zend/Navigation/ContainerTest.php | 4 --- tests/Zend/Navigation/NavigationTest.php | 4 --- tests/Zend/Navigation/Page/MvcTest.php | 4 --- .../Zend/Navigation/Page/PageFactoryTest.php | 4 --- tests/Zend/Navigation/Page/PageTest.php | 4 --- tests/Zend/Navigation/Page/UriTest.php | 4 --- tests/Zend/Navigation/ServiceFactoryTest.php | 4 --- .../TestAsset/AbstractContainer.php | 4 --- .../TestAsset/FileNavigationFactory.php | 2 +- .../Zend/Navigation/TestAsset/InvalidPage.php | 4 --- tests/Zend/Navigation/TestAsset/Page.php | 4 --- tests/Zend/Navigation/TestAsset/Router.php | 4 --- .../Config/StandardConfigurationTest.php | 4 --- tests/Zend/OAuth/ConsumerTest.php | 4 --- tests/Zend/OAuth/Http/AccessTokenTest.php | 4 --- tests/Zend/OAuth/Http/RequestTokenTest.php | 4 --- .../Zend/OAuth/Http/UserAuthorizationTest.php | 4 --- tests/Zend/OAuth/Http/UtilityTest.php | 4 --- tests/Zend/OAuth/OAuthTest.php | 4 --- tests/Zend/OAuth/Signature/AbstractTest.php | 4 --- tests/Zend/OAuth/Signature/HMACTest.php | 4 --- tests/Zend/OAuth/Signature/PlaintextTest.php | 4 --- tests/Zend/OAuth/Signature/RSATest.php | 4 --- tests/Zend/OAuth/Token/AccessTest.php | 4 --- .../OAuth/Token/AuthorizedRequestTest.php | 4 --- tests/Zend/OAuth/Token/RequestTest.php | 4 --- .../Zend/OpenId/Consumer/Storage/FileTest.php | 4 --- tests/Zend/OpenId/ConsumerTest.php | 4 --- tests/Zend/OpenId/Extension/SregTest.php | 4 --- tests/Zend/OpenId/ExtensionTest.php | 4 --- tests/Zend/OpenId/OpenIdTest.php | 4 --- .../Zend/OpenId/Provider/Storage/FileTest.php | 4 --- .../Zend/OpenId/Provider/User/SessionTest.php | 4 --- tests/Zend/OpenId/ProviderHelper.php | 4 --- tests/Zend/OpenId/ProviderTest.php | 4 --- tests/Zend/OpenId/ResponseHelper.php | 4 --- tests/Zend/Paginator/Adapter/ArrayTest.php | 4 --- .../Paginator/Adapter/DbSelect/OracleTest.php | 4 --- tests/Zend/Paginator/Adapter/DbSelectTest.php | 4 --- .../Adapter/DbTableSelect/OracleTest.php | 4 --- .../Paginator/Adapter/DbTableSelectTest.php | 4 --- tests/Zend/Paginator/Adapter/IteratorTest.php | 4 --- tests/Zend/Paginator/Adapter/NullTest.php | 4 --- tests/Zend/Paginator/PaginatorTest.php | 4 --- .../Zend/Paginator/ScrollingStyle/AllTest.php | 4 --- .../Paginator/ScrollingStyle/ElasticTest.php | 4 --- .../Paginator/ScrollingStyle/JumpingTest.php | 4 --- .../Paginator/ScrollingStyle/SlidingTest.php | 4 --- .../TestAsset/AdapterPluginManager.php | 4 --- .../TestAsset/ScrollingStylePluginManager.php | 4 --- .../Zend/Paginator/TestAsset/TestAdapter.php | 4 --- tests/Zend/Paginator/_files/TestTable.php | 4 --- tests/Zend/Pdf/ActionTest.php | 4 --- tests/Zend/Pdf/DestinationTest.php | 4 --- tests/Zend/Pdf/DrawingTest.php | 4 --- tests/Zend/Pdf/Filter/Ascii85Test.php | 4 --- tests/Zend/Pdf/Filter/RunLengthTest.php | 4 --- tests/Zend/Pdf/InternalType/ArrayTest.php | 4 --- .../Pdf/InternalType/BinaryStringTest.php | 4 --- tests/Zend/Pdf/InternalType/BooleanTest.php | 4 --- .../Zend/Pdf/InternalType/DictionaryTest.php | 4 --- tests/Zend/Pdf/InternalType/NameTest.php | 4 --- tests/Zend/Pdf/InternalType/NullTest.php | 4 --- tests/Zend/Pdf/InternalType/NumericTest.php | 4 --- tests/Zend/Pdf/InternalType/ObjectTest.php | 4 --- .../Pdf/InternalType/StreamContentTest.php | 4 --- .../Pdf/InternalType/StreamObjectTest.php | 4 --- tests/Zend/Pdf/InternalType/StringTest.php | 4 --- tests/Zend/Pdf/NamedDestinationsTest.php | 4 --- tests/Zend/Pdf/PageFactoryTest.php | 4 --- tests/Zend/Pdf/ProcessingTest.php | 4 --- .../Zend/ProgressBar/Adapter/ConsoleTest.php | 4 --- tests/Zend/ProgressBar/Adapter/JsPullTest.php | 4 --- tests/Zend/ProgressBar/Adapter/JsPushTest.php | 4 --- .../Zend/ProgressBar/Adapter/MockupStream.php | 4 --- tests/Zend/ProgressBar/ProgressBarTest.php | 4 --- tests/Zend/Queue/Adapter/ActivemqTest.php | 4 --- tests/Zend/Queue/Adapter/AdapterTest.php | 4 --- tests/Zend/Queue/Adapter/ArrayTest.php | 4 --- tests/Zend/Queue/Adapter/DBTest.php | 4 --- tests/Zend/Queue/Adapter/Iterator2.php | 4 --- tests/Zend/Queue/Adapter/MemcacheqTest.php | 4 --- tests/Zend/Queue/Adapter/MessageClass.php | 4 --- tests/Zend/Queue/Adapter/NullTest.php | 4 --- .../Queue/Adapter/PlatformJobQueueTest.php | 4 --- tests/Zend/Queue/Bugs/ZF-7650Test.php | 4 --- tests/Zend/Queue/Custom/DbForUpdate.php | 4 --- tests/Zend/Queue/Custom/Message.php | 4 --- tests/Zend/Queue/Custom/Messages.php | 4 --- tests/Zend/Queue/Custom/Queue.php | 4 --- tests/Zend/Queue/CustomTest.php | 4 --- tests/Zend/Queue/FactoryTest.php | 4 --- tests/Zend/Queue/Message/IteratorTest.php | 4 --- tests/Zend/Queue/MessageTest.php | 4 --- tests/Zend/Queue/Queue1Test.php | 4 --- tests/Zend/Queue/Queue2Test.php | 4 --- tests/Zend/Queue/QueueBaseTest.php | 4 --- tests/Zend/Queue/QueueTest.php | 4 --- tests/Zend/Queue/Stomp/ClientTest.php | 6 ---- tests/Zend/Queue/Stomp/ConnectionTest.php | 4 --- tests/Zend/Queue/Stomp/FrameTest.php | 4 --- tests/Zend/RegistryTest.php | 4 --- tests/Zend/Rest/ClientTest.php | 4 --- tests/Zend/Rest/ResultTest.php | 4 --- tests/Zend/Search/Lucene/AbstractFSMTest.php | 8 ------ tests/Zend/Search/Lucene/AnalysisTest.php | 4 --- tests/Zend/Search/Lucene/DocumentTest.php | 4 --- tests/Zend/Search/Lucene/FieldTest.php | 4 --- .../Lucene/Index/DictionaryLoaderTest.php | 4 --- .../Search/Lucene/Index/FieldInfoTest.php | 4 --- .../Search/Lucene/Index/SegmentInfoTest.php | 4 --- .../Search/Lucene/Index/SegmentMergerTest.php | 4 --- .../Zend/Search/Lucene/Index/TermInfoTest.php | 4 --- tests/Zend/Search/Lucene/Index/TermTest.php | 4 --- .../Lucene/Index/TermsPriorityQueueTest.php | 4 --- tests/Zend/Search/Lucene/IndexTest.php | 4 --- tests/Zend/Search/Lucene/MultiIndexTest.php | 4 --- .../Zend/Search/Lucene/PriorityQueueTest.php | 4 --- tests/Zend/Search/Lucene/Search23Test.php | 4 --- .../Search/Lucene/SearchHighlightTest.php | 4 --- tests/Zend/Search/Lucene/SearchTest.php | 4 --- .../Search/Lucene/Storage/DirectoryTest.php | 4 --- tests/Zend/Search/Lucene/Storage/FileTest.php | 4 --- tests/Zend/Serializer/Adapter/Amf0Test.php | 4 --- tests/Zend/Serializer/Adapter/Amf3Test.php | 4 --- .../Zend/Serializer/Adapter/IgBinaryTest.php | 4 --- tests/Zend/Serializer/Adapter/JsonTest.php | 4 --- tests/Zend/Serializer/Adapter/PhpCodeTest.php | 4 --- .../Serializer/Adapter/PhpSerializeTest.php | 4 --- .../PythonPickleSerializeProtocol0Test.php | 4 --- .../PythonPickleSerializeProtocol1Test.php | 4 --- .../Adapter/PythonPickleUnserializeTest.php | 4 --- tests/Zend/Serializer/Adapter/WddxTest.php | 4 --- tests/Zend/Serializer/SerializerTest.php | 4 --- tests/Zend/Serializer/TestAsset/Dummy.php | 4 --- tests/Zend/Server/DefinitionTest.php | 4 --- tests/Zend/Server/Method/CallbackTest.php | 4 --- tests/Zend/Server/Method/DefinitionTest.php | 4 --- tests/Zend/Server/Method/ParameterTest.php | 4 --- tests/Zend/Server/Method/PrototypeTest.php | 4 --- tests/Zend/Server/Reflection/NodeTest.php | 4 --- .../Zend/Server/Reflection/PrototypeTest.php | 4 --- .../Server/Reflection/ReflectionClassTest.php | 4 --- .../Reflection/ReflectionFunctionTest.php | 4 --- .../Reflection/ReflectionMethodTest.php | 4 --- .../Reflection/ReflectionParameterTest.php | 4 --- .../Reflection/ReflectionReturnValueTest.php | 4 --- tests/Zend/Server/ReflectionTest.php | 4 --- tests/Zend/Service/Akismet/AkismetTest.php | 4 --- .../Service/Amazon/Authentication/S3Test.php | 4 --- .../Service/Amazon/Authentication/V1Test.php | 4 --- .../Service/Amazon/Authentication/V2Test.php | 4 --- .../Zend/Service/Amazon/Ec2/AbstractTest.php | 4 --- .../Amazon/Ec2/AvailabilityZonesTest.php | 4 --- .../Service/Amazon/Ec2/CloudWatchTest.php | 4 --- tests/Zend/Service/Amazon/Ec2/EbsTest.php | 4 --- tests/Zend/Service/Amazon/Ec2/Ec2Test.php | 4 --- .../Zend/Service/Amazon/Ec2/ElasticIpTest.php | 4 --- tests/Zend/Service/Amazon/Ec2/ImageTest.php | 4 --- .../Amazon/Ec2/InstanceReservedTest.php | 4 --- .../Zend/Service/Amazon/Ec2/InstanceTest.php | 4 --- .../Amazon/Ec2/InstanceWindowsTest.php | 4 --- tests/Zend/Service/Amazon/Ec2/KeypairTest.php | 4 --- tests/Zend/Service/Amazon/Ec2/RegionTest.php | 4 --- .../Service/Amazon/Ec2/SecurityGroupsTest.php | 4 --- tests/Zend/Service/Amazon/OfflineTest.php | 4 --- tests/Zend/Service/Amazon/OnlineTest.php | 6 ---- tests/Zend/Service/Amazon/S3/OnlineTest.php | 4 --- tests/Zend/Service/Amazon/S3/S3RestTest.php | 4 --- tests/Zend/Service/Amazon/S3/StreamTest.php | 4 --- .../Service/Amazon/SimpleDb/OnlineTest.php | 4 --- tests/Zend/Service/Amazon/Sqs/OnlineTest.php | 4 --- .../Service/Audioscrobbler/AlbumDataTest.php | 4 --- .../Service/Audioscrobbler/ArtistTest.php | 4 --- .../Audioscrobbler/AudioscrobblerTest.php | 4 --- .../Audioscrobbler/AudioscrobblerTestCase.php | 4 --- .../Zend/Service/Audioscrobbler/GroupTest.php | 4 --- .../Service/Audioscrobbler/ProfileTest.php | 4 --- .../Service/Audioscrobbler/TagDataTest.php | 4 --- .../Service/Audioscrobbler/TrackDataTest.php | 4 --- tests/Zend/Service/Delicious/PostTest.php | 4 --- .../Service/Delicious/PrivateDataTest.php | 4 --- .../Zend/Service/Delicious/PublicDataTest.php | 4 --- .../Zend/Service/Delicious/SimplePostTest.php | 4 --- .../DeveloperGarden/AllOfflineTests.php | 4 --- .../DeveloperGarden/AllOnlineTests.php | 4 --- .../DeveloperGarden/BaseUserServiceTest.php | 4 --- .../DeveloperGarden/ConferenceCallTest.php | 4 --- .../DeveloperGarden/IpLocationTest.php | 4 --- .../DeveloperGarden/LocalSearchTest.php | 4 --- .../OfflineBaseUserServiceTest.php | 4 --- .../DeveloperGarden/OfflineClientTest.php | 4 --- .../OfflineConferenceCallTest.php | 4 --- .../DeveloperGarden/OfflineCredentialTest.php | 4 --- .../DeveloperGarden/OfflineIpLocationTest.php | 4 --- .../OfflineLocalSearchParametersTest.php | 4 --- .../OfflineSecurityTokenServerTest.php | 4 --- .../SecurityTokenServerTest.php | 4 --- .../Service/DeveloperGarden/SendSmsTest.php | 4 --- .../DeveloperGarden/SmsValidationTest.php | 4 --- .../Service/DeveloperGarden/VoiceCallTest.php | 4 --- tests/Zend/Service/Flickr/OfflineTest.php | 6 +--- tests/Zend/Service/Flickr/OnlineTest.php | 6 +--- .../TestAsset/FlickrProtectedMethodProxy.php | 4 --- tests/Zend/Service/GoGrid/JobOfflineTest.php | 4 --- tests/Zend/Service/GoGrid/OfflineTest.php | 4 --- tests/Zend/Service/GoGrid/OnlineTest.php | 6 ---- tests/Zend/Service/LiveDocx/MailMergeTest.php | 0 .../Service/Nirvanix/Context/BaseTest.php | 4 --- .../Service/Nirvanix/Context/ImfsTest.php | 4 --- .../Service/Nirvanix/FunctionalTestCase.php | 4 --- tests/Zend/Service/Nirvanix/NirvanixTest.php | 4 --- tests/Zend/Service/Nirvanix/ResponseTest.php | 4 --- .../Service/Rackspace/Files/OfflineTest.php | 4 --- .../Service/Rackspace/Files/OnlineTest.php | 4 --- tests/Zend/Service/Rackspace/OfflineTest.php | 4 --- .../Service/Rackspace/Servers/OfflineTest.php | 4 --- .../Service/Rackspace/Servers/OnlineTest.php | 6 ---- tests/Zend/Service/ReCaptcha/MailHideTest.php | 4 --- .../Zend/Service/ReCaptcha/ReCaptchaTest.php | 4 --- tests/Zend/Service/ReCaptcha/ResponseTest.php | 4 --- .../Service/SlideShare/SlideShareTest.php | 4 --- tests/Zend/Service/StrikeIron/BaseTest.php | 4 --- .../StrikeIron/BaseTest/MockSoapClient.php | 4 --- .../Zend/Service/StrikeIron/DecoratorTest.php | 4 --- .../Zend/Service/StrikeIron/ExceptionTest.php | 4 --- tests/Zend/Service/StrikeIron/NoSoapTest.php | 4 --- .../StrikeIron/SalesUseTaxBasicTest.php | 4 --- .../Service/StrikeIron/StrikeIronTest.php | 4 --- .../StrikeIron/StrikeIronTest/StubbedBase.php | 4 --- .../StrikeIron/USAddressVerificationTest.php | 4 --- .../Service/StrikeIron/ZipCodeInfoTest.php | 4 --- tests/Zend/Service/Technorati/AuthorTest.php | 4 --- .../Service/Technorati/BlogInfoResultTest.php | 4 --- .../Technorati/CosmosResultSetTest.php | 4 --- .../Service/Technorati/CosmosResultTest.php | 4 --- .../Technorati/DailyCountsResultSetTest.php | 4 --- .../Technorati/DailyCountsResultTest.php | 4 --- .../Service/Technorati/GetInfoResultTest.php | 4 --- .../Service/Technorati/KeyInfoResultTest.php | 4 --- .../Zend/Service/Technorati/ResultSetTest.php | 4 --- tests/Zend/Service/Technorati/ResultTest.php | 4 --- .../Technorati/SearchResultSetTest.php | 4 --- .../Service/Technorati/SearchResultTest.php | 4 --- .../Service/Technorati/TagResultSetTest.php | 4 --- .../Zend/Service/Technorati/TagResultTest.php | 4 --- .../Service/Technorati/TagsResultSetTest.php | 4 --- .../Service/Technorati/TagsResultTest.php | 4 --- .../Service/Technorati/TechnoratiTest.php | 4 --- tests/Zend/Service/Technorati/TestCase.php | 4 --- tests/Zend/Service/Technorati/UtilsTest.php | 4 --- tests/Zend/Service/Technorati/WeblogTest.php | 4 --- .../Service/Twitter/SearchOptionsTest.php | 4 --- tests/Zend/Service/Twitter/SearchTest.php | 4 --- tests/Zend/Service/Twitter/TwitterTest.php | 4 --- .../BlobStorageSharedAccessTest.php | 4 --- .../Service/WindowsAzure/BlobStorageTest.php | 2 -- .../Service/WindowsAzure/BlobStreamTest.php | 2 -- .../Credentials/SharedAccessSignatureTest.php | 4 --- .../Credentials/SharedKeyLiteTest.php | 4 --- .../Credentials/SharedKeyTest.php | 4 --- .../WindowsAzure/DynamicTableEntityTest.php | 2 -- .../Service/WindowsAzure/QueueStorageTest.php | 2 -- .../Service/WindowsAzure/RetryPolicyTest.php | 2 -- .../WindowsAzure/SessionHandlerTest.php | 2 -- .../Zend/Service/WindowsAzure/StorageTest.php | 2 -- .../WindowsAzure/TableEntityQueryTest.php | 2 -- .../Service/WindowsAzure/TableEntityTest.php | 4 +-- .../Service/WindowsAzure/TableStorageTest.php | 2 -- .../Service/WindowsAzure/TestAsset/Entity.php | 4 --- tests/Zend/Session/ContainerTest.php | 4 --- tests/Zend/Session/SaveHandler/CacheTest.php | 4 --- .../SaveHandler/DbTableGatewayOptionsTest.php | 4 --- .../SaveHandler/DbTableGatewayTest.php | 4 --- .../Zend/Session/SessionConfigurationTest.php | 4 --- tests/Zend/Session/SessionManagerTest.php | 4 --- tests/Zend/Session/SessionStorageTest.php | 4 --- .../Session/StandardConfigurationTest.php | 4 --- tests/Zend/Session/StorageTest.php | 4 --- .../Zend/Session/Validator/RemoteAddrTest.php | 4 --- tests/Zend/Soap/AutoDiscover/OnlineTest.php | 4 --- tests/Zend/Soap/AutoDiscoverTest.php | 4 --- tests/Zend/Soap/ClientTest.php | 4 --- .../Server/DocumentLiteralWrapperTest.php | 2 -- tests/Zend/Soap/ServerTest.php | 4 --- .../Soap/TestAsset/MyCalculatorService.php | 2 -- tests/Zend/Soap/TestAsset/commontypes.php | 28 ------------------- .../Zend/Soap/TestAsset/fulltests/server1.php | 8 ------ .../Zend/Soap/TestAsset/fulltests/server2.php | 6 ---- .../Wsdl/ArrayOfTypeComplexStrategyTest.php | 4 --- .../Wsdl/ArrayOfTypeSequenceStrategyTest.php | 4 --- .../Zend/Soap/Wsdl/CompositeStrategyTest.php | 4 --- .../Zend/Soap/Wsdl/DefaultComplexTypeTest.php | 4 --- tests/Zend/Soap/WsdlTest.php | 4 --- tests/Zend/Soap/_files/commontypes.php | 28 ------------------- tests/Zend/Soap/_files/fulltests/server1.php | 8 ------ tests/Zend/Soap/_files/fulltests/server2.php | 6 ---- tests/Zend/Stdlib/ArrayUtilsTest.php | 2 -- tests/Zend/Stdlib/CallbackHandlerTest.php | 4 --- tests/Zend/Stdlib/GlobTest.php | 2 -- tests/Zend/Stdlib/HydratorTest.php | 4 --- tests/Zend/Stdlib/PriorityQueueTest.php | 4 --- tests/Zend/Stdlib/SplPriorityQueueTest.php | 4 --- tests/Zend/Stdlib/SplQueueTest.php | 4 --- tests/Zend/Stdlib/SplStackTest.php | 4 --- .../TestAsset/ClassMethodsCamelCase.php | 2 +- .../ClassMethodsCamelCaseMissing.php | 2 +- .../TestAsset/ClassMethodsUnderscore.php | 2 +- tests/Zend/Stdlib/TestAsset/Reflection.php | 2 +- tests/Zend/Tag/Cloud/CloudTest.php | 4 --- .../Tag/Cloud/Decorator/HtmlCloudTest.php | 4 --- .../Zend/Tag/Cloud/Decorator/HtmlTagTest.php | 4 --- tests/Zend/Tag/Cloud/TestAsset/CloudDummy.php | 4 --- .../Zend/Tag/Cloud/TestAsset/CloudDummy1.php | 4 --- .../Zend/Tag/Cloud/TestAsset/CloudDummy2.php | 4 --- tests/Zend/Tag/Cloud/TestAsset/TagDummy.php | 4 --- tests/Zend/Tag/ItemListTest.php | 4 --- tests/Zend/Tag/ItemTest.php | 4 --- tests/Zend/Test/DbAdapterTest.php | 4 --- tests/Zend/Test/DbStatementTest.php | 4 --- tests/Zend/Test/PHPUnit/Db/ConnectionTest.php | 4 --- .../PHPUnit/Db/DataSet/DataSetTestCase.php | 4 --- .../Test/PHPUnit/Db/DataSet/DbRowsetTest.php | 4 --- .../PHPUnit/Db/DataSet/DbTableDataSetTest.php | 4 --- .../Test/PHPUnit/Db/DataSet/DbTableTest.php | 4 --- .../PHPUnit/Db/DataSet/QueryDataSetTest.php | 4 --- .../PHPUnit/Db/DataSet/QueryTableTest.php | 4 --- .../Db/Integration/AbstractTestCase.php | 4 --- .../Db/Integration/MysqlIntegrationTest.php | 4 --- .../Db/Integration/SqLiteIntegrationTest.php | 4 --- .../Test/PHPUnit/Db/Metadata/GenericTest.php | 4 --- .../PHPUnit/Db/Operation/DeleteAllTest.php | 4 --- .../Test/PHPUnit/Db/Operation/InsertTest.php | 4 --- .../PHPUnit/Db/Operation/TruncateTest.php | 4 --- .../Zend/Test/PHPUnit/Db/SimpleTesterTest.php | 4 --- tests/Zend/Test/PHPUnit/Db/TestCaseTest.php | 4 --- tests/Zend/Text/FigletTest.php | 4 --- tests/Zend/Text/MultiByteTest.php | 4 --- tests/Zend/Text/TableTest.php | 4 --- tests/Zend/TimeSync/TimeSyncTest.php | 4 --- tests/Zend/Uri/FileTest.php | 4 --- tests/Zend/Uri/HttpTest.php | 4 --- tests/Zend/Uri/MailtoTest.php | 4 --- tests/Zend/Uri/UriTest.php | 4 --- tests/Zend/Validator/AbstractTest.php | 4 --- tests/Zend/Validator/BarcodeTest.php | 4 --- tests/Zend/Validator/BetweenTest.php | 4 --- tests/Zend/Validator/CallbackTest.php | 4 --- tests/Zend/Validator/CreditCardTest.php | 4 --- tests/Zend/Validator/CsrfTest.php | 4 --- tests/Zend/Validator/DateStepTest.php | 4 --- tests/Zend/Validator/DateTest.php | 4 --- .../Zend/Validator/Db/NoRecordExistsTest.php | 4 --- tests/Zend/Validator/Db/RecordExistsTest.php | 4 --- tests/Zend/Validator/DigitsTest.php | 4 --- tests/Zend/Validator/EmailAddressTest.php | 4 --- tests/Zend/Validator/ExplodeTest.php | 4 --- tests/Zend/Validator/File/CountTest.php | 4 --- tests/Zend/Validator/File/Crc32Test.php | 4 --- .../Validator/File/ExcludeExtensionTest.php | 4 --- .../Validator/File/ExcludeMimeTypeTest.php | 4 --- tests/Zend/Validator/File/ExistsTest.php | 4 --- tests/Zend/Validator/File/ExtensionTest.php | 4 --- tests/Zend/Validator/File/FilesSizeTest.php | 4 --- tests/Zend/Validator/File/HashTest.php | 4 --- tests/Zend/Validator/File/ImageSizeTest.php | 4 --- .../Zend/Validator/File/IsCompressedTest.php | 4 --- tests/Zend/Validator/File/IsImageTest.php | 4 --- tests/Zend/Validator/File/Md5Test.php | 4 --- tests/Zend/Validator/File/MimeTypeTest.php | 4 --- tests/Zend/Validator/File/NotExistsTest.php | 4 --- tests/Zend/Validator/File/Sha1Test.php | 4 --- tests/Zend/Validator/File/SizeTest.php | 4 --- tests/Zend/Validator/File/UploadTest.php | 4 --- tests/Zend/Validator/File/WordCountTest.php | 4 --- tests/Zend/Validator/GreaterThanTest.php | 4 --- tests/Zend/Validator/HexTest.php | 6 +--- tests/Zend/Validator/HostnameTest.php | 4 --- tests/Zend/Validator/IdenticalTest.php | 4 --- tests/Zend/Validator/InArrayTest.php | 6 +--- tests/Zend/Validator/IpTest.php | 6 +--- tests/Zend/Validator/IsbnTest.php | 6 +--- tests/Zend/Validator/LessThanTest.php | 4 --- tests/Zend/Validator/MessageTest.php | 4 --- tests/Zend/Validator/NotEmptyTest.php | 6 +--- tests/Zend/Validator/RegexTest.php | 6 +--- .../Zend/Validator/Sitemap/ChangefreqTest.php | 4 --- tests/Zend/Validator/Sitemap/LastmodTest.php | 4 --- tests/Zend/Validator/Sitemap/LocTest.php | 4 --- tests/Zend/Validator/Sitemap/PriorityTest.php | 4 --- tests/Zend/Validator/StaticValidatorTest.php | 4 --- tests/Zend/Validator/StepTest.php | 4 --- tests/Zend/Validator/StringLengthTest.php | 6 +--- .../Validator/TestAsset/ConcreteValidator.php | 4 +-- .../Validator/TestAsset/SessionManager.php | 2 -- tests/Zend/Validator/UriTest.php | 4 --- tests/Zend/Validator/ValidatorChainTest.php | 4 --- tests/Zend/VersionTest.php | 4 --- tests/Zend/View/Helper/BasePathTest.php | 4 --- tests/Zend/View/Helper/CycleTest.php | 4 --- tests/Zend/View/Helper/DeclareVarsTest.php | 4 --- tests/Zend/View/Helper/DoctypeTest.php | 4 --- tests/Zend/View/Helper/GravatarTest.php | 4 --- tests/Zend/View/Helper/HeadLinkTest.php | 4 --- tests/Zend/View/Helper/HeadMetaTest.php | 4 --- tests/Zend/View/Helper/HeadScriptTest.php | 4 --- tests/Zend/View/Helper/HeadStyleTest.php | 4 --- tests/Zend/View/Helper/HeadTitleTest.php | 4 --- tests/Zend/View/Helper/HtmlFlashTest.php | 4 --- tests/Zend/View/Helper/HtmlListTest.php | 4 --- tests/Zend/View/Helper/HtmlObjectTest.php | 4 --- tests/Zend/View/Helper/HtmlPageTest.php | 4 --- tests/Zend/View/Helper/HtmlQuicktimeTest.php | 4 --- tests/Zend/View/Helper/InlineScriptTest.php | 4 --- tests/Zend/View/Helper/JsonTest.php | 4 --- tests/Zend/View/Helper/LayoutTest.php | 4 --- .../View/Helper/Navigation/AbstractTest.php | 4 --- .../Helper/Navigation/BreadcrumbsTest.php | 4 --- .../Zend/View/Helper/Navigation/LinksTest.php | 4 --- .../Zend/View/Helper/Navigation/MenuTest.php | 4 --- .../View/Helper/Navigation/NavigationTest.php | 4 --- .../View/Helper/Navigation/SitemapTest.php | 4 --- .../View/Helper/PaginationControlTest.php | 4 --- tests/Zend/View/Helper/PartialLoopTest.php | 4 --- tests/Zend/View/Helper/PartialTest.php | 4 --- .../View/Helper/Placeholder/ContainerTest.php | 4 --- .../View/Helper/Placeholder/RegistryTest.php | 4 --- .../Placeholder/StandaloneContainerTest.php | 4 --- tests/Zend/View/Helper/PlaceholderTest.php | 4 --- .../Zend/View/Helper/RenderChildModelTest.php | 4 --- .../View/Helper/RenderToPlaceholderTest.php | 4 --- tests/Zend/View/Helper/ServerUrlTest.php | 4 --- tests/Zend/View/Helper/UrlTest.php | 4 --- tests/Zend/View/HelperPluginManagerTest.php | 4 --- tests/Zend/View/Model/JsonModelTest.php | 4 --- tests/Zend/View/Model/ViewModelTest.php | 4 --- tests/Zend/View/PhpRendererTest.php | 4 --- tests/Zend/View/Renderer/FeedRendererTest.php | 4 --- tests/Zend/View/Renderer/JsonRendererTest.php | 4 --- .../View/Renderer/TestAsset/JsonModel.php | 4 --- .../View/Resolver/AggregateResolverTest.php | 4 --- .../View/Resolver/TemplateMapResolverTest.php | 4 --- tests/Zend/View/Strategy/FeedStrategyTest.php | 4 --- tests/Zend/View/Strategy/JsonStrategyTest.php | 4 --- .../View/Strategy/PhpRendererStrategyTest.php | 4 --- tests/Zend/View/TemplatePathStackTest.php | 4 --- .../TestAsset/Renderer/VarExportRenderer.php | 4 --- tests/Zend/View/TestAsset/VariableFunctor.php | 4 --- tests/Zend/View/VariablesTest.php | 4 --- tests/Zend/View/ViewTest.php | 2 -- tests/Zend/View/_stubs/FilterDir1/Foo.php | 4 --- tests/Zend/View/_stubs/HelperDir1/Stub1.php | 4 --- .../Zend/View/_stubs/HelperDir1/StubEmpty.php | 2 -- .../Zend/View/_stubs/HelperDir2/Datetime.php | 4 --- tests/Zend/View/_stubs/HelperDir2/Stub1.php | 4 --- tests/Zend/View/_stubs/HelperDir2/Stub2.php | 4 --- tests/Zend/Wildfire/WildfireTest.php | 4 --- .../Zend/Wildfire/_files/IndexController.php | 4 --- tests/Zend/XmlRpc/BigIntegerValueTest.php | 4 --- tests/Zend/XmlRpc/ClientTest.php | 4 --- tests/Zend/XmlRpc/FaultTest.php | 4 --- tests/Zend/XmlRpc/GeneratorTest.php | 4 --- tests/Zend/XmlRpc/Request/HttpTest.php | 4 --- tests/Zend/XmlRpc/RequestTest.php | 4 --- tests/Zend/XmlRpc/ResponseTest.php | 4 --- tests/Zend/XmlRpc/Server/CacheTest.php | 4 --- tests/Zend/XmlRpc/Server/FaultTest.php | 4 --- tests/Zend/XmlRpc/ServerTest.php | 4 --- tests/Zend/XmlRpc/TestProvider.php | 2 -- tests/Zend/XmlRpc/ValueTest.php | 4 --- 1272 files changed, 29 insertions(+), 4925 deletions(-) mode change 100755 => 100644 tests/Zend/Http/Client/CurlTest.php mode change 100755 => 100644 tests/Zend/Http/Client/ProxyAdapterTest.php mode change 100755 => 100644 tests/Zend/Http/Client/SocketKeepaliveTest.php mode change 100755 => 100644 tests/Zend/Http/Client/SocketPersistentTest.php mode change 100755 => 100644 tests/Zend/Http/Client/SocketTest.php mode change 100755 => 100644 tests/Zend/Http/Client/StaticTest.php mode change 100755 => 100644 tests/Zend/Http/Client/TestAdapterTest.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/ZF9404-doubleContentLength.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testCookies.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testExceptionOnReadTimeout.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testGetData.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testHeaders.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testHttpAuth.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testMultibyteChunkedResponseZF6218.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testPostData.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testRawPostData.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testRedirections.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testRelativeRedirections.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testResetParameters.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testSimpleRequests.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testStreamRequest.php mode change 100755 => 100644 tests/Zend/Http/Client/_files/testUploads.php mode change 100755 => 100644 tests/Zend/Service/LiveDocx/MailMergeTest.php diff --git a/tests/Zend/Acl/AclTest.php b/tests/Zend/Acl/AclTest.php index d3c76c333ad..19d48c39f32 100644 --- a/tests/Zend/Acl/AclTest.php +++ b/tests/Zend/Acl/AclTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Acl * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Acl; @@ -30,8 +28,6 @@ * @package Zend_Acl * @subpackage UnitTests * @group Zend_Acl - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AclTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/AllTests/StreamWrapper/PHPInput.php b/tests/Zend/AllTests/StreamWrapper/PHPInput.php index f5891197af9..a86089f3d07 100644 --- a/tests/Zend/AllTests/StreamWrapper/PHPInput.php +++ b/tests/Zend/AllTests/StreamWrapper/PHPInput.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\AllTests\StreamWrapper; @@ -47,8 +45,6 @@ * @category Zend * @package Zend * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PHPInput { diff --git a/tests/Zend/Amf/Adobe/IntrospectorTest.php b/tests/Zend/Amf/Adobe/IntrospectorTest.php index 8bc771cef62..c1c6893574c 100644 --- a/tests/Zend/Amf/Adobe/IntrospectorTest.php +++ b/tests/Zend/Amf/Adobe/IntrospectorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\Adobe; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class IntrospectorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/AuthTest.php b/tests/Zend/Amf/AuthTest.php index d387f5aaf89..de307a753d1 100644 --- a/tests/Zend/Amf/AuthTest.php +++ b/tests/Zend/Amf/AuthTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class AuthTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/RequestTest.php b/tests/Zend/Amf/RequestTest.php index f1f1e5141d1..111c208b430 100644 --- a/tests/Zend/Amf/RequestTest.php +++ b/tests/Zend/Amf/RequestTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class RequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/ResourceTest.php b/tests/Zend/Amf/ResourceTest.php index 3f9a059cdc5..3eb65a1c864 100644 --- a/tests/Zend/Amf/ResourceTest.php +++ b/tests/Zend/Amf/ResourceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class ResourceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/ResponseTest.php b/tests/Zend/Amf/ResponseTest.php index b53b2107517..1640dfdd5f2 100644 --- a/tests/Zend/Amf/ResponseTest.php +++ b/tests/Zend/Amf/ResponseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class ResponseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/ServerTest.php b/tests/Zend/Amf/ServerTest.php index ca17afaa988..9147ad0ec48 100644 --- a/tests/Zend/Amf/ServerTest.php +++ b/tests/Zend/Amf/ServerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class ServerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/ServiceC.php b/tests/Zend/Amf/ServiceC.php index f52977ff443..606b06f0560 100644 --- a/tests/Zend/Amf/ServiceC.php +++ b/tests/Zend/Amf/ServiceC.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ServiceC { function __construct() { diff --git a/tests/Zend/Amf/TestAsset/Contact.php b/tests/Zend/Amf/TestAsset/Contact.php index f582a88f0b1..4236be4da0e 100644 --- a/tests/Zend/Amf/TestAsset/Contact.php +++ b/tests/Zend/Amf/TestAsset/Contact.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Contact { diff --git a/tests/Zend/Amf/TestAsset/ContactVO.php b/tests/Zend/Amf/TestAsset/ContactVO.php index c23638cbb57..58768026264 100644 --- a/tests/Zend/Amf/TestAsset/ContactVO.php +++ b/tests/Zend/Amf/TestAsset/ContactVO.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group ZF-6130 */ class ContactVO diff --git a/tests/Zend/Amf/TestAsset/IntrospectorTest.php b/tests/Zend/Amf/TestAsset/IntrospectorTest.php index 641be4234de..3b70fce0fdf 100644 --- a/tests/Zend/Amf/TestAsset/IntrospectorTest.php +++ b/tests/Zend/Amf/TestAsset/IntrospectorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\TestAsset; @@ -26,8 +24,6 @@ * @package Zend_Amf * @subpackage UnitTests * @group Zend_Amf - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class IntrospectorTest { diff --git a/tests/Zend/Amf/TestAsset/ReferenceTest.php b/tests/Zend/Amf/TestAsset/ReferenceTest.php index acf4a289e98..d937c4c3808 100644 --- a/tests/Zend/Amf/TestAsset/ReferenceTest.php +++ b/tests/Zend/Amf/TestAsset/ReferenceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\TestAsset; @@ -29,8 +27,6 @@ * @subpackage UnitTests * @group Zend_Amf * @group ZF-6205 - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ReferenceTest { diff --git a/tests/Zend/Amf/TestAsset/Resources/StreamContext.php b/tests/Zend/Amf/TestAsset/Resources/StreamContext.php index 9e0c797a2ce..9afd8bb0ce1 100644 --- a/tests/Zend/Amf/TestAsset/Resources/StreamContext.php +++ b/tests/Zend/Amf/TestAsset/Resources/StreamContext.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace Test\Resource; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StreamContext { diff --git a/tests/Zend/Amf/TestAsset/Server/ServiceA.php b/tests/Zend/Amf/TestAsset/Server/ServiceA.php index 674a291222c..0c307490942 100644 --- a/tests/Zend/Amf/TestAsset/Server/ServiceA.php +++ b/tests/Zend/Amf/TestAsset/Server/ServiceA.php @@ -15,16 +15,12 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ServiceA { diff --git a/tests/Zend/Amf/TestAsset/Server/ServiceB.php b/tests/Zend/Amf/TestAsset/Server/ServiceB.php index 4b218289766..355269dcded 100644 --- a/tests/Zend/Amf/TestAsset/Server/ServiceB.php +++ b/tests/Zend/Amf/TestAsset/Server/ServiceB.php @@ -15,16 +15,12 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ServiceB { diff --git a/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTest.php b/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTest.php index d0ff29ceb19..0c6bf52084c 100644 --- a/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTest.php +++ b/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -29,8 +27,6 @@ * @package Zend_Amf * @subpackage UnitTests * @group Zend_Amf - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ZendAmfAdobeIntrospectorTest { diff --git a/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTestType.php b/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTestType.php index 8dc937181f8..06843acea43 100644 --- a/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTestType.php +++ b/tests/Zend/Amf/TestAsset/ZendAmfAdobeIntrospectorTestType.php @@ -15,16 +15,12 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ZendAmfAdobeIntrospectorTestType { diff --git a/tests/Zend/Amf/TestAsset/services/My/ServiceA.php b/tests/Zend/Amf/TestAsset/services/My/ServiceA.php index addd72b2636..056db6f9478 100644 --- a/tests/Zend/Amf/TestAsset/services/My/ServiceA.php +++ b/tests/Zend/Amf/TestAsset/services/My/ServiceA.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace My; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ServiceA { diff --git a/tests/Zend/Amf/TestAsset/services/ServiceC.php b/tests/Zend/Amf/TestAsset/services/ServiceC.php index e69299309f1..11668516aa2 100644 --- a/tests/Zend/Amf/TestAsset/services/ServiceC.php +++ b/tests/Zend/Amf/TestAsset/services/ServiceC.php @@ -15,16 +15,12 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ServiceC { diff --git a/tests/Zend/Amf/TypeLoaderTest.php b/tests/Zend/Amf/TypeLoaderTest.php index c415d144df5..37d7b24ec46 100644 --- a/tests/Zend/Amf/TypeLoaderTest.php +++ b/tests/Zend/Amf/TypeLoaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class TypeloaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/Util/BinaryStreamTest.php b/tests/Zend/Amf/Util/BinaryStreamTest.php index 7266b4a3472..a2f4740d768 100644 --- a/tests/Zend/Amf/Util/BinaryStreamTest.php +++ b/tests/Zend/Amf/Util/BinaryStreamTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\Util; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class BinaryStreamTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/Value/ArrayCollectionTest.php b/tests/Zend/Amf/Value/ArrayCollectionTest.php index 5237617e238..92105dff87c 100644 --- a/tests/Zend/Amf/Value/ArrayCollectionTest.php +++ b/tests/Zend/Amf/Value/ArrayCollectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\Value; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf * @group disable */ diff --git a/tests/Zend/Amf/Value/MessageBodyTest.php b/tests/Zend/Amf/Value/MessageBodyTest.php index 34f95bba967..cb2b7a38e25 100644 --- a/tests/Zend/Amf/Value/MessageBodyTest.php +++ b/tests/Zend/Amf/Value/MessageBodyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\Value; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class MessageBodyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Amf/Value/MessageHeaderTest.php b/tests/Zend/Amf/Value/MessageHeaderTest.php index e8d4b04a8e8..7883cc1492c 100644 --- a/tests/Zend/Amf/Value/MessageHeaderTest.php +++ b/tests/Zend/Amf/Value/MessageHeaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Amf\Value; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Amf * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Amf */ class MessageHeaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/DbTableTest.php b/tests/Zend/Authentication/Adapter/DbTableTest.php index 6582c076214..900346a6a63 100644 --- a/tests/Zend/Authentication/Adapter/DbTableTest.php +++ b/tests/Zend/Authentication/Adapter/DbTableTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth * @group Zend_Db_Table */ diff --git a/tests/Zend/Authentication/Adapter/DigestTest.php b/tests/Zend/Authentication/Adapter/DigestTest.php index 309abd8e422..f4d0b1c93cd 100644 --- a/tests/Zend/Authentication/Adapter/DigestTest.php +++ b/tests/Zend/Authentication/Adapter/DigestTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class DigestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/Http/AuthTest.php b/tests/Zend/Authentication/Adapter/Http/AuthTest.php index ec13e7f7d8e..ccb128b731a 100644 --- a/tests/Zend/Authentication/Adapter/Http/AuthTest.php +++ b/tests/Zend/Authentication/Adapter/Http/AuthTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter\Http; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class AuthTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/Http/FileResolverTest.php b/tests/Zend/Authentication/Adapter/Http/FileResolverTest.php index 0d7555426c2..378207c8405 100644 --- a/tests/Zend/Authentication/Adapter/Http/FileResolverTest.php +++ b/tests/Zend/Authentication/Adapter/Http/FileResolverTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter\Http; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class FileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/Http/ObjectTest.php b/tests/Zend/Authentication/Adapter/Http/ObjectTest.php index bce9278764e..4a1c3329a53 100644 --- a/tests/Zend/Authentication/Adapter/Http/ObjectTest.php +++ b/tests/Zend/Authentication/Adapter/Http/ObjectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter\Http; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class ObjectTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/Http/ProxyTest.php b/tests/Zend/Authentication/Adapter/Http/ProxyTest.php index 9e4472da1d9..c9f537c786c 100644 --- a/tests/Zend/Authentication/Adapter/Http/ProxyTest.php +++ b/tests/Zend/Authentication/Adapter/Http/ProxyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter\Http; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class ProxyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/Ldap/OfflineTest.php b/tests/Zend/Authentication/Adapter/Ldap/OfflineTest.php index 4676c42f0e6..e5fa14231f1 100644 --- a/tests/Zend/Authentication/Adapter/Ldap/OfflineTest.php +++ b/tests/Zend/Authentication/Adapter/Ldap/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter\Ldap; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class OfflineTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/Ldap/OnlineTest.php b/tests/Zend/Authentication/Adapter/Ldap/OnlineTest.php index aaee9974a52..1eddfff069c 100644 --- a/tests/Zend/Authentication/Adapter/Ldap/OnlineTest.php +++ b/tests/Zend/Authentication/Adapter/Ldap/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter\Ldap; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class OnlineTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Authentication/Adapter/TestAsset/OpenIdResponseHelper.php b/tests/Zend/Authentication/Adapter/TestAsset/OpenIdResponseHelper.php index e213487cfb9..3fe25b62527 100644 --- a/tests/Zend/Authentication/Adapter/TestAsset/OpenIdResponseHelper.php +++ b/tests/Zend/Authentication/Adapter/TestAsset/OpenIdResponseHelper.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication\Adapter\TestAsset; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Authentication * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ResponseHelper extends Response { diff --git a/tests/Zend/Authentication/AuthenticationServiceTest.php b/tests/Zend/Authentication/AuthenticationServiceTest.php index 3843fb9c397..8cbec1a1709 100644 --- a/tests/Zend/Authentication/AuthenticationServiceTest.php +++ b/tests/Zend/Authentication/AuthenticationServiceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Authentication; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Auth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Auth */ class AuthenticationServiceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Barcode/FactoryTest.php b/tests/Zend/Barcode/FactoryTest.php index 8fa4a59bb70..a9b72a436bd 100644 --- a/tests/Zend/Barcode/FactoryTest.php +++ b/tests/Zend/Barcode/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode; @@ -31,8 +29,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FactoryTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Barcode/Object/CodabarTest.php b/tests/Zend/Barcode/Object/CodabarTest.php index ac564fde0db..b93b210d6be 100644 --- a/tests/Zend/Barcode/Object/CodabarTest.php +++ b/tests/Zend/Barcode/Object/CodabarTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CodabarTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Code128Test.php b/tests/Zend/Barcode/Object/Code128Test.php index 12f7998ce51..2d7e4abe77e 100644 --- a/tests/Zend/Barcode/Object/Code128Test.php +++ b/tests/Zend/Barcode/Object/Code128Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id: Code25Test.php 21667 2010-03-28 17:45:14Z mikaelkael $ */ @@ -28,8 +26,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Code128Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Code25Test.php b/tests/Zend/Barcode/Object/Code25Test.php index 1699f9f9e47..c25bddde431 100644 --- a/tests/Zend/Barcode/Object/Code25Test.php +++ b/tests/Zend/Barcode/Object/Code25Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Code25Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Code25interleavedTest.php b/tests/Zend/Barcode/Object/Code25interleavedTest.php index 620b7a7031e..5197fc6e66b 100644 --- a/tests/Zend/Barcode/Object/Code25interleavedTest.php +++ b/tests/Zend/Barcode/Object/Code25interleavedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Code25interleavedTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Code39Test.php b/tests/Zend/Barcode/Object/Code39Test.php index cb8fb47730d..8e863d184e1 100644 --- a/tests/Zend/Barcode/Object/Code39Test.php +++ b/tests/Zend/Barcode/Object/Code39Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Code39Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Ean13Test.php b/tests/Zend/Barcode/Object/Ean13Test.php index e1461a63a09..5eeeceb200a 100644 --- a/tests/Zend/Barcode/Object/Ean13Test.php +++ b/tests/Zend/Barcode/Object/Ean13Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Ean13Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Ean2Test.php b/tests/Zend/Barcode/Object/Ean2Test.php index 3a1e253bc53..1a7848d629c 100644 --- a/tests/Zend/Barcode/Object/Ean2Test.php +++ b/tests/Zend/Barcode/Object/Ean2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Ean2Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Ean5Test.php b/tests/Zend/Barcode/Object/Ean5Test.php index 0efe4cda12a..8ec70f8bceb 100644 --- a/tests/Zend/Barcode/Object/Ean5Test.php +++ b/tests/Zend/Barcode/Object/Ean5Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Ean5Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Ean8Test.php b/tests/Zend/Barcode/Object/Ean8Test.php index a00e7d42daf..24b2865b842 100644 --- a/tests/Zend/Barcode/Object/Ean8Test.php +++ b/tests/Zend/Barcode/Object/Ean8Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Ean8Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/ErrorTest.php b/tests/Zend/Barcode/Object/ErrorTest.php index 806a1aad39b..6c55b63f41a 100644 --- a/tests/Zend/Barcode/Object/ErrorTest.php +++ b/tests/Zend/Barcode/Object/ErrorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ErrorTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/IdentcodeTest.php b/tests/Zend/Barcode/Object/IdentcodeTest.php index 08ac14b3b89..d36ce3c26b7 100644 --- a/tests/Zend/Barcode/Object/IdentcodeTest.php +++ b/tests/Zend/Barcode/Object/IdentcodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class IdentcodeTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/Itf14Test.php b/tests/Zend/Barcode/Object/Itf14Test.php index a0c261c5b37..52545ebba85 100644 --- a/tests/Zend/Barcode/Object/Itf14Test.php +++ b/tests/Zend/Barcode/Object/Itf14Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Itf14Test extends TestCommon { diff --git a/tests/Zend/Barcode/Object/LeitcodeTest.php b/tests/Zend/Barcode/Object/LeitcodeTest.php index 3574f568e35..6305921f1a7 100644 --- a/tests/Zend/Barcode/Object/LeitcodeTest.php +++ b/tests/Zend/Barcode/Object/LeitcodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class LeitcodeTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/PlanetTest.php b/tests/Zend/Barcode/Object/PlanetTest.php index 87cbd7135fc..fbadf41f9b0 100644 --- a/tests/Zend/Barcode/Object/PlanetTest.php +++ b/tests/Zend/Barcode/Object/PlanetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PlanetTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/PostnetTest.php b/tests/Zend/Barcode/Object/PostnetTest.php index d8a2655bf87..4de1be6a49d 100644 --- a/tests/Zend/Barcode/Object/PostnetTest.php +++ b/tests/Zend/Barcode/Object/PostnetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PostnetTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/RoyalmailTest.php b/tests/Zend/Barcode/Object/RoyalmailTest.php index 8c15d9ef8cd..f4e8504260e 100644 --- a/tests/Zend/Barcode/Object/RoyalmailTest.php +++ b/tests/Zend/Barcode/Object/RoyalmailTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RoyalmailTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/TestAsset/BarcodeTest.php b/tests/Zend/Barcode/Object/TestAsset/BarcodeTest.php index 9552aff9f41..818cf4fb9b6 100644 --- a/tests/Zend/Barcode/Object/TestAsset/BarcodeTest.php +++ b/tests/Zend/Barcode/Object/TestAsset/BarcodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object\TestAsset; @@ -26,8 +24,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class BarcodeTest extends \Zend\Barcode\Object\AbstractObject { diff --git a/tests/Zend/Barcode/Object/TestAsset/Code128Test.php b/tests/Zend/Barcode/Object/TestAsset/Code128Test.php index 46b676f819e..d02d34b628b 100644 --- a/tests/Zend/Barcode/Object/TestAsset/Code128Test.php +++ b/tests/Zend/Barcode/Object/TestAsset/Code128Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object\TestAsset; @@ -26,8 +24,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Code128Test extends \Zend\Barcode\Object\Code128 { diff --git a/tests/Zend/Barcode/Object/TestCommon.php b/tests/Zend/Barcode/Object/TestCommon.php index 5cd8e38ee48..91da5c20e2d 100644 --- a/tests/Zend/Barcode/Object/TestCommon.php +++ b/tests/Zend/Barcode/Object/TestCommon.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class TestCommon extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Barcode/Object/UpcaTest.php b/tests/Zend/Barcode/Object/UpcaTest.php index d6b18a11554..e47e0b2b55b 100644 --- a/tests/Zend/Barcode/Object/UpcaTest.php +++ b/tests/Zend/Barcode/Object/UpcaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class UpcaTest extends TestCommon { diff --git a/tests/Zend/Barcode/Object/UpceTest.php b/tests/Zend/Barcode/Object/UpceTest.php index 11c301156b5..5b3b4fda9cc 100644 --- a/tests/Zend/Barcode/Object/UpceTest.php +++ b/tests/Zend/Barcode/Object/UpceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Object; @@ -27,8 +25,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class UpceTest extends TestCommon { diff --git a/tests/Zend/Barcode/Renderer/ImageTest.php b/tests/Zend/Barcode/Renderer/ImageTest.php index 4ca1097181d..0de083bf310 100644 --- a/tests/Zend/Barcode/Renderer/ImageTest.php +++ b/tests/Zend/Barcode/Renderer/ImageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Renderer; @@ -29,8 +27,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ImageTest extends TestCommon { diff --git a/tests/Zend/Barcode/Renderer/PdfTest.php b/tests/Zend/Barcode/Renderer/PdfTest.php index c8afbb756c0..775d3c9ea92 100644 --- a/tests/Zend/Barcode/Renderer/PdfTest.php +++ b/tests/Zend/Barcode/Renderer/PdfTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Renderer; @@ -29,8 +27,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PdfTest extends TestCommon { diff --git a/tests/Zend/Barcode/Renderer/SvgTest.php b/tests/Zend/Barcode/Renderer/SvgTest.php index 94a014b4226..bf468f49027 100644 --- a/tests/Zend/Barcode/Renderer/SvgTest.php +++ b/tests/Zend/Barcode/Renderer/SvgTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Renderer; @@ -29,8 +27,6 @@ * @package Zend_Barcode * @subpackage UnitTests * @group Zend_Barcode - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SvgTest extends TestCommon { diff --git a/tests/Zend/Barcode/Renderer/TestCommon.php b/tests/Zend/Barcode/Renderer/TestCommon.php index 25c627cc45b..2784f62e14b 100644 --- a/tests/Zend/Barcode/Renderer/TestCommon.php +++ b/tests/Zend/Barcode/Renderer/TestCommon.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Barcode\Renderer; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Barcode * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class TestCommon extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Cache/Pattern/CallbackCacheTest.php b/tests/Zend/Cache/Pattern/CallbackCacheTest.php index e9a64f60693..7c485cd326f 100644 --- a/tests/Zend/Cache/Pattern/CallbackCacheTest.php +++ b/tests/Zend/Cache/Pattern/CallbackCacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Pattern; @@ -58,8 +56,6 @@ function bar () { * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class CallbackCacheTest extends CommonPatternTest diff --git a/tests/Zend/Cache/Pattern/CaptureCacheTest.php b/tests/Zend/Cache/Pattern/CaptureCacheTest.php index 4c61aff3915..a256228bbd9 100644 --- a/tests/Zend/Cache/Pattern/CaptureCacheTest.php +++ b/tests/Zend/Cache/Pattern/CaptureCacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Pattern; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class CaptureCacheTest extends CommonPatternTest diff --git a/tests/Zend/Cache/Pattern/ClassCacheTest.php b/tests/Zend/Cache/Pattern/ClassCacheTest.php index 71cf3658248..e65f68d213c 100644 --- a/tests/Zend/Cache/Pattern/ClassCacheTest.php +++ b/tests/Zend/Cache/Pattern/ClassCacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Pattern; @@ -49,8 +47,6 @@ public static function emptyMethod() {} * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class ClassCacheTest extends CommonPatternTest diff --git a/tests/Zend/Cache/Pattern/CommonPatternTest.php b/tests/Zend/Cache/Pattern/CommonPatternTest.php index 94aace4c152..4fb6a3a8ab8 100644 --- a/tests/Zend/Cache/Pattern/CommonPatternTest.php +++ b/tests/Zend/Cache/Pattern/CommonPatternTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Pattern; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class CommonPatternTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cache/Pattern/ObjectCacheTest.php b/tests/Zend/Cache/Pattern/ObjectCacheTest.php index 34e5b871eda..112cf611e13 100644 --- a/tests/Zend/Cache/Pattern/ObjectCacheTest.php +++ b/tests/Zend/Cache/Pattern/ObjectCacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Pattern; @@ -56,8 +54,6 @@ public function emptyMethod() {} * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class ObjectCacheTest extends CommonPatternTest diff --git a/tests/Zend/Cache/Pattern/OutputCacheTest.php b/tests/Zend/Cache/Pattern/OutputCacheTest.php index 3407197f338..af30e483bcc 100644 --- a/tests/Zend/Cache/Pattern/OutputCacheTest.php +++ b/tests/Zend/Cache/Pattern/OutputCacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Pattern; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class OutputCacheTest extends CommonPatternTest diff --git a/tests/Zend/Cache/PatternFactoryTest.php b/tests/Zend/Cache/PatternFactoryTest.php index e0636d4f2ca..168a399c5e1 100644 --- a/tests/Zend/Cache/PatternFactoryTest.php +++ b/tests/Zend/Cache/PatternFactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class PatternFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cache/Storage/Adapter/AbstractAdapterTest.php b/tests/Zend/Cache/Storage/Adapter/AbstractAdapterTest.php index 9d3bc5ceeea..98032f730cd 100644 --- a/tests/Zend/Cache/Storage/Adapter/AbstractAdapterTest.php +++ b/tests/Zend/Cache/Storage/Adapter/AbstractAdapterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class AbstractAdapterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cache/Storage/Adapter/AbstractDbaTest.php b/tests/Zend/Cache/Storage/Adapter/AbstractDbaTest.php index e710d07047d..71cbcf86473 100644 --- a/tests/Zend/Cache/Storage/Adapter/AbstractDbaTest.php +++ b/tests/Zend/Cache/Storage/Adapter/AbstractDbaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ abstract class AbstractDbaTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/Adapter/AbstractZendServerTest.php b/tests/Zend/Cache/Storage/Adapter/AbstractZendServerTest.php index 9a8f0799794..9b17a5b4797 100644 --- a/tests/Zend/Cache/Storage/Adapter/AbstractZendServerTest.php +++ b/tests/Zend/Cache/Storage/Adapter/AbstractZendServerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class AbstractZendServerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cache/Storage/Adapter/ApcTest.php b/tests/Zend/Cache/Storage/Adapter/ApcTest.php index a2ded30df60..497b7bd4c74 100644 --- a/tests/Zend/Cache/Storage/Adapter/ApcTest.php +++ b/tests/Zend/Cache/Storage/Adapter/ApcTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class ApcTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/Adapter/CommonAdapterTest.php b/tests/Zend/Cache/Storage/Adapter/CommonAdapterTest.php index 1462a6303a8..549cee6f5a4 100644 --- a/tests/Zend/Cache/Storage/Adapter/CommonAdapterTest.php +++ b/tests/Zend/Cache/Storage/Adapter/CommonAdapterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -43,8 +41,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ abstract class CommonAdapterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cache/Storage/Adapter/DbaDb2Test.php b/tests/Zend/Cache/Storage/Adapter/DbaDb2Test.php index 9a06294933c..06a76f765ac 100644 --- a/tests/Zend/Cache/Storage/Adapter/DbaDb2Test.php +++ b/tests/Zend/Cache/Storage/Adapter/DbaDb2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class DbaDb2Test extends AbstractDbaTest diff --git a/tests/Zend/Cache/Storage/Adapter/DbaDb3Test.php b/tests/Zend/Cache/Storage/Adapter/DbaDb3Test.php index 1a64350dae2..ebc4783893e 100644 --- a/tests/Zend/Cache/Storage/Adapter/DbaDb3Test.php +++ b/tests/Zend/Cache/Storage/Adapter/DbaDb3Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class DbaDb3Test extends AbstractDbaTest diff --git a/tests/Zend/Cache/Storage/Adapter/DbaDb4Test.php b/tests/Zend/Cache/Storage/Adapter/DbaDb4Test.php index cb85e608701..edcdd18989d 100644 --- a/tests/Zend/Cache/Storage/Adapter/DbaDb4Test.php +++ b/tests/Zend/Cache/Storage/Adapter/DbaDb4Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class DbaDb4Test extends AbstractDbaTest diff --git a/tests/Zend/Cache/Storage/Adapter/DbaFlatfileTest.php b/tests/Zend/Cache/Storage/Adapter/DbaFlatfileTest.php index 4adc82763e1..c618a29ce30 100644 --- a/tests/Zend/Cache/Storage/Adapter/DbaFlatfileTest.php +++ b/tests/Zend/Cache/Storage/Adapter/DbaFlatfileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class DbaFlatfileTest extends AbstractDbaTest diff --git a/tests/Zend/Cache/Storage/Adapter/DbaGdbmTest.php b/tests/Zend/Cache/Storage/Adapter/DbaGdbmTest.php index c2fd2f455dd..ee43bb7351b 100644 --- a/tests/Zend/Cache/Storage/Adapter/DbaGdbmTest.php +++ b/tests/Zend/Cache/Storage/Adapter/DbaGdbmTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class DbaGdbmTest extends AbstractDbaTest diff --git a/tests/Zend/Cache/Storage/Adapter/DbaInifileTest.php b/tests/Zend/Cache/Storage/Adapter/DbaInifileTest.php index f87c2d68b0a..873c53e08b2 100644 --- a/tests/Zend/Cache/Storage/Adapter/DbaInifileTest.php +++ b/tests/Zend/Cache/Storage/Adapter/DbaInifileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class DbaInifileTest extends AbstractDbaTest diff --git a/tests/Zend/Cache/Storage/Adapter/DbaQdbmTest.php b/tests/Zend/Cache/Storage/Adapter/DbaQdbmTest.php index cf5c72625db..d6650235c9f 100644 --- a/tests/Zend/Cache/Storage/Adapter/DbaQdbmTest.php +++ b/tests/Zend/Cache/Storage/Adapter/DbaQdbmTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class DbaQdbmTest extends AbstractDbaTest diff --git a/tests/Zend/Cache/Storage/Adapter/FilesystemTest.php b/tests/Zend/Cache/Storage/Adapter/FilesystemTest.php index 5ff4c78c463..e62abf0a092 100644 --- a/tests/Zend/Cache/Storage/Adapter/FilesystemTest.php +++ b/tests/Zend/Cache/Storage/Adapter/FilesystemTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class FilesystemTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/Adapter/MemcachedTest.php b/tests/Zend/Cache/Storage/Adapter/MemcachedTest.php index 87949e26026..41aefd5e340 100644 --- a/tests/Zend/Cache/Storage/Adapter/MemcachedTest.php +++ b/tests/Zend/Cache/Storage/Adapter/MemcachedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class MemcachedTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/Adapter/MemoryTest.php b/tests/Zend/Cache/Storage/Adapter/MemoryTest.php index 81450cd84b4..33185d467b7 100644 --- a/tests/Zend/Cache/Storage/Adapter/MemoryTest.php +++ b/tests/Zend/Cache/Storage/Adapter/MemoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class MemoryTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/Adapter/WinCacheTest.php b/tests/Zend/Cache/Storage/Adapter/WinCacheTest.php index a3d5cbd53f2..41c6fe02030 100644 --- a/tests/Zend/Cache/Storage/Adapter/WinCacheTest.php +++ b/tests/Zend/Cache/Storage/Adapter/WinCacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class WinCacheTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/Adapter/ZendServerDiskTest.php b/tests/Zend/Cache/Storage/Adapter/ZendServerDiskTest.php index 1e0dbb7b844..de9f70129a5 100644 --- a/tests/Zend/Cache/Storage/Adapter/ZendServerDiskTest.php +++ b/tests/Zend/Cache/Storage/Adapter/ZendServerDiskTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class ZendServerDiskTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/Adapter/ZendServerShmTest.php b/tests/Zend/Cache/Storage/Adapter/ZendServerShmTest.php index fbf90e65410..032ee2ecc7c 100644 --- a/tests/Zend/Cache/Storage/Adapter/ZendServerShmTest.php +++ b/tests/Zend/Cache/Storage/Adapter/ZendServerShmTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class ZendServerShmTest extends CommonAdapterTest diff --git a/tests/Zend/Cache/Storage/CapabilitiesTest.php b/tests/Zend/Cache/Storage/CapabilitiesTest.php index bf976dfbcb4..90254b3b8f0 100644 --- a/tests/Zend/Cache/Storage/CapabilitiesTest.php +++ b/tests/Zend/Cache/Storage/CapabilitiesTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class CapabilitiesTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cache/Storage/Plugin/CommonPluginTest.php b/tests/Zend/Cache/Storage/Plugin/CommonPluginTest.php index 009cdca9a74..fc0cc739a34 100644 --- a/tests/Zend/Cache/Storage/Plugin/CommonPluginTest.php +++ b/tests/Zend/Cache/Storage/Plugin/CommonPluginTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Plugin; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ abstract class CommonPluginTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cache/Storage/Plugin/IgnoreUserAbortTest.php b/tests/Zend/Cache/Storage/Plugin/IgnoreUserAbortTest.php index 861762f1e85..ed4d5012ddb 100644 --- a/tests/Zend/Cache/Storage/Plugin/IgnoreUserAbortTest.php +++ b/tests/Zend/Cache/Storage/Plugin/IgnoreUserAbortTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Plugin; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class IgnoreUserAbortTest extends CommonPluginTest diff --git a/tests/Zend/Cache/Storage/Plugin/SerializerTest.php b/tests/Zend/Cache/Storage/Plugin/SerializerTest.php index 1a67cff9b06..7be387180d4 100644 --- a/tests/Zend/Cache/Storage/Plugin/SerializerTest.php +++ b/tests/Zend/Cache/Storage/Plugin/SerializerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache\Storage\Plugin; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class SerializerTest extends CommonPluginTest diff --git a/tests/Zend/Cache/StorageFactoryTest.php b/tests/Zend/Cache/StorageFactoryTest.php index 8da4a0dbe6c..915b97bba3d 100644 --- a/tests/Zend/Cache/StorageFactoryTest.php +++ b/tests/Zend/Cache/StorageFactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cache; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Cache * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cache */ class StorageFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Captcha/CommonWordTest.php b/tests/Zend/Captcha/CommonWordTest.php index 43e5764dae2..2309c1a4892 100644 --- a/tests/Zend/Captcha/CommonWordTest.php +++ b/tests/Zend/Captcha/CommonWordTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Captcha; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ abstract class CommonWordTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Captcha/DumbTest.php b/tests/Zend/Captcha/DumbTest.php index 762117b9bb2..991c296cca2 100644 --- a/tests/Zend/Captcha/DumbTest.php +++ b/tests/Zend/Captcha/DumbTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Captcha; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ class DumbTest extends CommonWordTest diff --git a/tests/Zend/Captcha/FactoryTest.php b/tests/Zend/Captcha/FactoryTest.php index b64fc5965df..5858c80b9af 100644 --- a/tests/Zend/Captcha/FactoryTest.php +++ b/tests/Zend/Captcha/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Captcha; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FactoryTest extends TestCase { diff --git a/tests/Zend/Captcha/FigletTest.php b/tests/Zend/Captcha/FigletTest.php index a6f754367dd..e6f15abde8a 100644 --- a/tests/Zend/Captcha/FigletTest.php +++ b/tests/Zend/Captcha/FigletTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Captcha; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ class FigletTest extends CommonWordTest diff --git a/tests/Zend/Captcha/ImageTest.php b/tests/Zend/Captcha/ImageTest.php index 0dbe78f4c8a..9de3d00df36 100644 --- a/tests/Zend/Captcha/ImageTest.php +++ b/tests/Zend/Captcha/ImageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Captcha; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ class ImageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Captcha/ReCaptchaTest.php b/tests/Zend/Captcha/ReCaptchaTest.php index afab3c1aed5..0bbd11593f7 100644 --- a/tests/Zend/Captcha/ReCaptchaTest.php +++ b/tests/Zend/Captcha/ReCaptchaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Captcha; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Captcha */ class ReCaptchaTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Captcha/TestAsset/MockCaptcha.php b/tests/Zend/Captcha/TestAsset/MockCaptcha.php index b6032bc2282..66218ac02ea 100644 --- a/tests/Zend/Captcha/TestAsset/MockCaptcha.php +++ b/tests/Zend/Captcha/TestAsset/MockCaptcha.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Captcha\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Captcha * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockCaptcha implements AdapterInterface { diff --git a/tests/Zend/Cloud/DocumentService/Adapter/SimpleDbTest.php b/tests/Zend/Cloud/DocumentService/Adapter/SimpleDbTest.php index 96d854e869d..8bf076709f4 100644 --- a/tests/Zend/Cloud/DocumentService/Adapter/SimpleDbTest.php +++ b/tests/Zend/Cloud/DocumentService/Adapter/SimpleDbTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_DocumentService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\DocumentService\Adapter; @@ -31,8 +29,6 @@ * @category Zend * @package ZendTest_Cloud_DocumentService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SimpleDbTest extends TestCase { diff --git a/tests/Zend/Cloud/DocumentService/Adapter/WindowsAzureTest.php b/tests/Zend/Cloud/DocumentService/Adapter/WindowsAzureTest.php index 12ee5cffb43..1e47a7e1eb6 100644 --- a/tests/Zend/Cloud/DocumentService/Adapter/WindowsAzureTest.php +++ b/tests/Zend/Cloud/DocumentService/Adapter/WindowsAzureTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cloud_DocumentService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group disable */ @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Cloud * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class WindowsAzureTest extends TestCase { diff --git a/tests/Zend/Cloud/DocumentService/FactoryTest.php b/tests/Zend/Cloud/DocumentService/FactoryTest.php index 3095bbf857b..d0a874f7445 100644 --- a/tests/Zend/Cloud/DocumentService/FactoryTest.php +++ b/tests/Zend/Cloud/DocumentService/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cloud_DocumentService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\DocumentService; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Cloud_DocumentService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cloud */ class FactoryTest extends PHPUnitTestCase diff --git a/tests/Zend/Cloud/DocumentService/TestCase.php b/tests/Zend/Cloud/DocumentService/TestCase.php index fab426e5ef9..8afe8eb9c55 100644 --- a/tests/Zend/Cloud/DocumentService/TestCase.php +++ b/tests/Zend/Cloud/DocumentService/TestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cloud * @subpackage DocumentService - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\DocumentService; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Cloud_DocumentService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class TestCase extends PHPUnitTestCase { diff --git a/tests/Zend/Cloud/Infrastructure/Adapter/Ec2OfflineTest.php b/tests/Zend/Cloud/Infrastructure/Adapter/Ec2OfflineTest.php index d495d54eb4c..d9e2bdf013c 100644 --- a/tests/Zend/Cloud/Infrastructure/Adapter/Ec2OfflineTest.php +++ b/tests/Zend/Cloud/Infrastructure/Adapter/Ec2OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_Infrastructure_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\Infrastructure\Adapter; diff --git a/tests/Zend/Cloud/Infrastructure/Adapter/RackspaceOfflineTest.php b/tests/Zend/Cloud/Infrastructure/Adapter/RackspaceOfflineTest.php index 4076c35f44c..62f39bb50ac 100644 --- a/tests/Zend/Cloud/Infrastructure/Adapter/RackspaceOfflineTest.php +++ b/tests/Zend/Cloud/Infrastructure/Adapter/RackspaceOfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_Infrastructure_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\Infrastructure\Adapter; diff --git a/tests/Zend/Cloud/Infrastructure/Adapter/TestAssets/MockAdapter.php b/tests/Zend/Cloud/Infrastructure/Adapter/TestAssets/MockAdapter.php index 48757eb1921..ef883ee626b 100644 --- a/tests/Zend/Cloud/Infrastructure/Adapter/TestAssets/MockAdapter.php +++ b/tests/Zend/Cloud/Infrastructure/Adapter/TestAssets/MockAdapter.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_Infrastructure_Adapter_TestAssets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\Infrastructure\Adapter\TestAssets; diff --git a/tests/Zend/Cloud/Infrastructure/FactoryTest.php b/tests/Zend/Cloud/Infrastructure/FactoryTest.php index 6401231e7d9..63a5fe97a89 100644 --- a/tests/Zend/Cloud/Infrastructure/FactoryTest.php +++ b/tests/Zend/Cloud/Infrastructure/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Cloud * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\Infrastructure; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Cloud * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cloud */ class FactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Cloud/Infrastructure/TestCase.php b/tests/Zend/Cloud/Infrastructure/TestCase.php index 1d80b8a41b9..de6e75ef44c 100644 --- a/tests/Zend/Cloud/Infrastructure/TestCase.php +++ b/tests/Zend/Cloud/Infrastructure/TestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Cloud * @subpackage Infrastructure - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\Infrastructure; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Cloud * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class TestCase extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Cloud/QueueService/Adapter/SqsTest.php b/tests/Zend/Cloud/QueueService/Adapter/SqsTest.php index 63620e1ab3a..68e6d050eb2 100644 --- a/tests/Zend/Cloud/QueueService/Adapter/SqsTest.php +++ b/tests/Zend/Cloud/QueueService/Adapter/SqsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_QueueService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\QueueService\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package ZendTest_Cloud_QueueService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SqsTest extends TestCase { diff --git a/tests/Zend/Cloud/QueueService/Adapter/WindowsAzureTest.php b/tests/Zend/Cloud/QueueService/Adapter/WindowsAzureTest.php index 7fc7a08f4d7..49db7e89ed0 100644 --- a/tests/Zend/Cloud/QueueService/Adapter/WindowsAzureTest.php +++ b/tests/Zend/Cloud/QueueService/Adapter/WindowsAzureTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_Queue_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group disable */ @@ -31,8 +29,6 @@ * @category Zend * @package ZendTest_Cloud_Queue_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class WindowsAzureTest extends TestCase { diff --git a/tests/Zend/Cloud/QueueService/Adapter/ZendQueueTest.php b/tests/Zend/Cloud/QueueService/Adapter/ZendQueueTest.php index 7875b6499be..c90ed5a0fde 100644 --- a/tests/Zend/Cloud/QueueService/Adapter/ZendQueueTest.php +++ b/tests/Zend/Cloud/QueueService/Adapter/ZendQueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_Queue_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\QueueService\Adapter; @@ -30,8 +28,6 @@ * @category Zend * @package ZendTest_Cloud_Queue_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ZendQueueTest extends TestCase { diff --git a/tests/Zend/Cloud/QueueService/FactoryTest.php b/tests/Zend/Cloud/QueueService/FactoryTest.php index 5f174b1148a..1372e82ac7f 100644 --- a/tests/Zend/Cloud/QueueService/FactoryTest.php +++ b/tests/Zend/Cloud/QueueService/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cloud_QueueService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\QueueService; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Cloud_QueueService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cloud */ class FactoryTest extends PHPUnitTestCase diff --git a/tests/Zend/Cloud/QueueService/TestCase.php b/tests/Zend/Cloud/QueueService/TestCase.php index 864f3c456b3..b3d935d2299 100644 --- a/tests/Zend/Cloud/QueueService/TestCase.php +++ b/tests/Zend/Cloud/QueueService/TestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cloud_QueueService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\QueueService; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Cloud_QueueService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class TestCase extends PHPUnitTestCase { diff --git a/tests/Zend/Cloud/StorageService/Adapter/FileSystemTest.php b/tests/Zend/Cloud/StorageService/Adapter/FileSystemTest.php index 29808cc4623..911e479f050 100644 --- a/tests/Zend/Cloud/StorageService/Adapter/FileSystemTest.php +++ b/tests/Zend/Cloud/StorageService/Adapter/FileSystemTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\StorageService\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FileSystemTest extends TestCase { diff --git a/tests/Zend/Cloud/StorageService/Adapter/NirvanixTest.php b/tests/Zend/Cloud/StorageService/Adapter/NirvanixTest.php index e93aecf7264..8c5d3e92b13 100644 --- a/tests/Zend/Cloud/StorageService/Adapter/NirvanixTest.php +++ b/tests/Zend/Cloud/StorageService/Adapter/NirvanixTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\StorageService\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class NirvanixTest extends TestCase { diff --git a/tests/Zend/Cloud/StorageService/Adapter/RackspaceTest.php b/tests/Zend/Cloud/StorageService/Adapter/RackspaceTest.php index 26261be9e78..f49d08f93fb 100644 --- a/tests/Zend/Cloud/StorageService/Adapter/RackspaceTest.php +++ b/tests/Zend/Cloud/StorageService/Adapter/RackspaceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\StorageService\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RackspaceTest extends TestCase { diff --git a/tests/Zend/Cloud/StorageService/Adapter/S3Test.php b/tests/Zend/Cloud/StorageService/Adapter/S3Test.php index 1a4894a1f1b..c93bdd8f850 100644 --- a/tests/Zend/Cloud/StorageService/Adapter/S3Test.php +++ b/tests/Zend/Cloud/StorageService/Adapter/S3Test.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\StorageService\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class S3Test extends TestCase { diff --git a/tests/Zend/Cloud/StorageService/Adapter/WindowsAzureTest.php b/tests/Zend/Cloud/StorageService/Adapter/WindowsAzureTest.php index 18664606a90..47069ab5fdd 100644 --- a/tests/Zend/Cloud/StorageService/Adapter/WindowsAzureTest.php +++ b/tests/Zend/Cloud/StorageService/Adapter/WindowsAzureTest.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\StorageService\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package ZendTest_Cloud_StorageService_Adapter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class WindowsAzureTest extends TestCase { diff --git a/tests/Zend/Cloud/StorageService/FactoryTest.php b/tests/Zend/Cloud/StorageService/FactoryTest.php index 42b28943ba8..eaf948e3313 100644 --- a/tests/Zend/Cloud/StorageService/FactoryTest.php +++ b/tests/Zend/Cloud/StorageService/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cloud_StorageService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\StorageService; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Cloud_StorageService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Cloud */ class FactoryTest extends PHPUnitTestCase diff --git a/tests/Zend/Cloud/StorageService/TestCase.php b/tests/Zend/Cloud/StorageService/TestCase.php index 48fd90dd6a0..4f0b6490291 100644 --- a/tests/Zend/Cloud/StorageService/TestCase.php +++ b/tests/Zend/Cloud/StorageService/TestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Cloud_StorageService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Cloud\StorageService; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Cloud_StorageService * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class TestCase extends PHPUnitTestCase { diff --git a/tests/Zend/Code/Annotation/AnnotationManagerTest.php b/tests/Zend/Code/Annotation/AnnotationManagerTest.php index 224dd17b101..e49080ea216 100644 --- a/tests/Zend/Code/Annotation/AnnotationManagerTest.php +++ b/tests/Zend/Code/Annotation/AnnotationManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation; diff --git a/tests/Zend/Code/Annotation/DoctrineAnnotationParserTest.php b/tests/Zend/Code/Annotation/DoctrineAnnotationParserTest.php index c6fa84baf45..0f15a75df5b 100644 --- a/tests/Zend/Code/Annotation/DoctrineAnnotationParserTest.php +++ b/tests/Zend/Code/Annotation/DoctrineAnnotationParserTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation; diff --git a/tests/Zend/Code/Annotation/GenericAnnotationParserTest.php b/tests/Zend/Code/Annotation/GenericAnnotationParserTest.php index 708c313e37b..0356a5d9ba3 100644 --- a/tests/Zend/Code/Annotation/GenericAnnotationParserTest.php +++ b/tests/Zend/Code/Annotation/GenericAnnotationParserTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation; diff --git a/tests/Zend/Code/Annotation/TestAsset/Bar.php b/tests/Zend/Code/Annotation/TestAsset/Bar.php index eebda22754c..7e8b2f923e3 100644 --- a/tests/Zend/Code/Annotation/TestAsset/Bar.php +++ b/tests/Zend/Code/Annotation/TestAsset/Bar.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation\TestAsset; diff --git a/tests/Zend/Code/Annotation/TestAsset/DoctrineAnnotation.php b/tests/Zend/Code/Annotation/TestAsset/DoctrineAnnotation.php index d95df271e0f..a70eaeef079 100644 --- a/tests/Zend/Code/Annotation/TestAsset/DoctrineAnnotation.php +++ b/tests/Zend/Code/Annotation/TestAsset/DoctrineAnnotation.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation\TestAsset; diff --git a/tests/Zend/Code/Annotation/TestAsset/EntityWithAnnotations.php b/tests/Zend/Code/Annotation/TestAsset/EntityWithAnnotations.php index 820f6a20e4f..2cebea4b5fd 100644 --- a/tests/Zend/Code/Annotation/TestAsset/EntityWithAnnotations.php +++ b/tests/Zend/Code/Annotation/TestAsset/EntityWithAnnotations.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation\TestAsset; diff --git a/tests/Zend/Code/Annotation/TestAsset/EntityWithMixedAnnotations.php b/tests/Zend/Code/Annotation/TestAsset/EntityWithMixedAnnotations.php index 9976be11066..a995071d9af 100644 --- a/tests/Zend/Code/Annotation/TestAsset/EntityWithMixedAnnotations.php +++ b/tests/Zend/Code/Annotation/TestAsset/EntityWithMixedAnnotations.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation\TestAsset; diff --git a/tests/Zend/Code/Annotation/TestAsset/Foo.php b/tests/Zend/Code/Annotation/TestAsset/Foo.php index 1db5506eb90..10a8cadda21 100644 --- a/tests/Zend/Code/Annotation/TestAsset/Foo.php +++ b/tests/Zend/Code/Annotation/TestAsset/Foo.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Annotation\TestAsset; diff --git a/tests/Zend/Code/Generator/ClassGeneratorTest.php b/tests/Zend/Code/Generator/ClassGeneratorTest.php index 019b9c446a0..db16a9a6527 100644 --- a/tests/Zend/Code/Generator/ClassGeneratorTest.php +++ b/tests/Zend/Code/Generator/ClassGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/DocBlockGeneratorTest.php b/tests/Zend/Code/Generator/DocBlockGeneratorTest.php index dbd93ec9f37..ad3bd299369 100644 --- a/tests/Zend/Code/Generator/DocBlockGeneratorTest.php +++ b/tests/Zend/Code/Generator/DocBlockGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/DocBlockTagGeneratorTest.php b/tests/Zend/Code/Generator/DocBlockTagGeneratorTest.php index 5b75afeff22..dd5fc9a9fb6 100644 --- a/tests/Zend/Code/Generator/DocBlockTagGeneratorTest.php +++ b/tests/Zend/Code/Generator/DocBlockTagGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/FileGeneratorTest.php b/tests/Zend/Code/Generator/FileGeneratorTest.php index 1b5a36253f1..18d508302c1 100644 --- a/tests/Zend/Code/Generator/FileGeneratorTest.php +++ b/tests/Zend/Code/Generator/FileGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/MethodGeneratorTest.php b/tests/Zend/Code/Generator/MethodGeneratorTest.php index 285d9782242..5d6dd90029a 100644 --- a/tests/Zend/Code/Generator/MethodGeneratorTest.php +++ b/tests/Zend/Code/Generator/MethodGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/ParameterGeneratorTest.php b/tests/Zend/Code/Generator/ParameterGeneratorTest.php index f546ddbd516..432b3195c03 100644 --- a/tests/Zend/Code/Generator/ParameterGeneratorTest.php +++ b/tests/Zend/Code/Generator/ParameterGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/PropertyGeneratorTest.php b/tests/Zend/Code/Generator/PropertyGeneratorTest.php index 3282a4f10d2..1b63bc6bb67 100644 --- a/tests/Zend/Code/Generator/PropertyGeneratorTest.php +++ b/tests/Zend/Code/Generator/PropertyGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/PropertyValueGeneratorTest.php b/tests/Zend/Code/Generator/PropertyValueGeneratorTest.php index f2c2f4dda3c..4a2e29c4d6b 100644 --- a/tests/Zend/Code/Generator/PropertyValueGeneratorTest.php +++ b/tests/Zend/Code/Generator/PropertyValueGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Generator/ValueGeneratorTest.php b/tests/Zend/Code/Generator/ValueGeneratorTest.php index f75b378006e..7ad7a7555d7 100644 --- a/tests/Zend/Code/Generator/ValueGeneratorTest.php +++ b/tests/Zend/Code/Generator/ValueGeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Generator; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Code_Generator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Code_Generator * @group Zend_Code_Generator_Php diff --git a/tests/Zend/Code/Reflection/ClassReflectionTest.php b/tests/Zend/Code/Reflection/ClassReflectionTest.php index a58bf131252..14576450198 100644 --- a/tests/Zend/Code/Reflection/ClassReflectionTest.php +++ b/tests/Zend/Code/Reflection/ClassReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * * @group Zend_Reflection * @group Zend_Reflection_Class diff --git a/tests/Zend/Code/Reflection/DocBlock/Tag/GenericTagTest.php b/tests/Zend/Code/Reflection/DocBlock/Tag/GenericTagTest.php index ae8a6ec1ee5..a72f2c5048f 100644 --- a/tests/Zend/Code/Reflection/DocBlock/Tag/GenericTagTest.php +++ b/tests/Zend/Code/Reflection/DocBlock/Tag/GenericTagTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection\DocBlock\Tag; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_DocBlock */ diff --git a/tests/Zend/Code/Reflection/DocBlock/Tag/MethodTagTest.php b/tests/Zend/Code/Reflection/DocBlock/Tag/MethodTagTest.php index 29b603064c9..0b407dcf721 100644 --- a/tests/Zend/Code/Reflection/DocBlock/Tag/MethodTagTest.php +++ b/tests/Zend/Code/Reflection/DocBlock/Tag/MethodTagTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection\DocBlock\Tag; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_DocBlock */ @@ -88,4 +84,4 @@ public function testParseNameAndTypeAndStaticAndDescription() $this->assertEquals('string', $tag->getReturnType()); $this->assertEquals('I\'m test method', $tag->getDescription()); } -} \ No newline at end of file +} diff --git a/tests/Zend/Code/Reflection/DocBlock/Tag/PropertyTagTest.php b/tests/Zend/Code/Reflection/DocBlock/Tag/PropertyTagTest.php index 40cd915214a..b602ad27f29 100644 --- a/tests/Zend/Code/Reflection/DocBlock/Tag/PropertyTagTest.php +++ b/tests/Zend/Code/Reflection/DocBlock/Tag/PropertyTagTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection\DocBlock\Tag; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_DocBlock */ @@ -70,4 +66,4 @@ public function testParseTypeAndNameAndDescription() $this->assertEquals('string', $tag->getType()); $this->assertEquals('I\'m test property', $tag->getDescription()); } -} \ No newline at end of file +} diff --git a/tests/Zend/Code/Reflection/DocBlockReflectionTest.php b/tests/Zend/Code/Reflection/DocBlockReflectionTest.php index 357c0e54db6..54c3459a61e 100644 --- a/tests/Zend/Code/Reflection/DocBlockReflectionTest.php +++ b/tests/Zend/Code/Reflection/DocBlockReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_DocBlock */ diff --git a/tests/Zend/Code/Reflection/FileReflectionTest.php b/tests/Zend/Code/Reflection/FileReflectionTest.php index 8db8a5480ab..7934f7728ac 100644 --- a/tests/Zend/Code/Reflection/FileReflectionTest.php +++ b/tests/Zend/Code/Reflection/FileReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_File */ diff --git a/tests/Zend/Code/Reflection/FunctionReflectionTest.php b/tests/Zend/Code/Reflection/FunctionReflectionTest.php index dfce5f077aa..1aa6b9c99bf 100644 --- a/tests/Zend/Code/Reflection/FunctionReflectionTest.php +++ b/tests/Zend/Code/Reflection/FunctionReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_Function */ diff --git a/tests/Zend/Code/Reflection/MethodReflectionTest.php b/tests/Zend/Code/Reflection/MethodReflectionTest.php index 9f56c8a3fbc..4f3134e3c1b 100644 --- a/tests/Zend/Code/Reflection/MethodReflectionTest.php +++ b/tests/Zend/Code/Reflection/MethodReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_Method */ diff --git a/tests/Zend/Code/Reflection/ParameterReflectionTest.php b/tests/Zend/Code/Reflection/ParameterReflectionTest.php index c9171e77510..b414c360781 100644 --- a/tests/Zend/Code/Reflection/ParameterReflectionTest.php +++ b/tests/Zend/Code/Reflection/ParameterReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_Parameter */ diff --git a/tests/Zend/Code/Reflection/PropertyReflectionTest.php b/tests/Zend/Code/Reflection/PropertyReflectionTest.php index 2eb9d9a0ab0..bee7738c828 100644 --- a/tests/Zend/Code/Reflection/PropertyReflectionTest.php +++ b/tests/Zend/Code/Reflection/PropertyReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_Property */ diff --git a/tests/Zend/Code/Reflection/ReflectionDocBlockTagTest.php b/tests/Zend/Code/Reflection/ReflectionDocBlockTagTest.php index c55d82e64f2..bb8591314de 100644 --- a/tests/Zend/Code/Reflection/ReflectionDocBlockTagTest.php +++ b/tests/Zend/Code/Reflection/ReflectionDocBlockTagTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Reflection * @group Zend_Reflection_DocBlock * @group Zend_Reflection_DocBlock_Tag diff --git a/tests/Zend/Code/Reflection/TestAsset/functions.php b/tests/Zend/Code/Reflection/TestAsset/functions.php index 78a4c7afdc3..75f133b9034 100644 --- a/tests/Zend/Code/Reflection/TestAsset/functions.php +++ b/tests/Zend/Code/Reflection/TestAsset/functions.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Reflection * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Reflection\TestAsset; diff --git a/tests/Zend/Code/Scanner/DocBlockScannerTest.php b/tests/Zend/Code/Scanner/DocBlockScannerTest.php index cf0233eff8f..d6b343cfd4f 100644 --- a/tests/Zend/Code/Scanner/DocBlockScannerTest.php +++ b/tests/Zend/Code/Scanner/DocBlockScannerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Code_Scanner * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Code\Scanner; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Code_Scanner * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Code_Scanner */ class DocBlockScannerTest extends TestCase diff --git a/tests/Zend/Config/ConfigTest.php b/tests/Zend/Config/ConfigTest.php index e5ea31cba88..8969e7d3ff4 100644 --- a/tests/Zend/Config/ConfigTest.php +++ b/tests/Zend/Config/ConfigTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class ConfigTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Config/FactoryTest.php b/tests/Zend/Config/FactoryTest.php index 29f91f9f214..d34a045405a 100644 --- a/tests/Zend/Config/FactoryTest.php +++ b/tests/Zend/Config/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class FactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Config/ProcessorTest.php b/tests/Zend/Config/ProcessorTest.php index 196ed079850..91cb319adfc 100644 --- a/tests/Zend/Config/ProcessorTest.php +++ b/tests/Zend/Config/ProcessorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class ProcessorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Config/Reader/AbstractReaderTestCase.php b/tests/Zend/Config/Reader/AbstractReaderTestCase.php index 55644b8dc6d..d0429c3341b 100644 --- a/tests/Zend/Config/Reader/AbstractReaderTestCase.php +++ b/tests/Zend/Config/Reader/AbstractReaderTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Reader; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ abstract class AbstractReaderTestCase extends TestCase diff --git a/tests/Zend/Config/Reader/IniTest.php b/tests/Zend/Config/Reader/IniTest.php index f0d5edbde90..c975c3506be 100644 --- a/tests/Zend/Config/Reader/IniTest.php +++ b/tests/Zend/Config/Reader/IniTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Reader; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class IniTest extends AbstractReaderTestCase diff --git a/tests/Zend/Config/Reader/JsonTest.php b/tests/Zend/Config/Reader/JsonTest.php index 522cdb755cc..34b9b3b8e2d 100644 --- a/tests/Zend/Config/Reader/JsonTest.php +++ b/tests/Zend/Config/Reader/JsonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Reader; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class JsonTest extends AbstractReaderTestCase diff --git a/tests/Zend/Config/Reader/XmlTest.php b/tests/Zend/Config/Reader/XmlTest.php index 556ba6fd8f1..c80b33338c0 100644 --- a/tests/Zend/Config/Reader/XmlTest.php +++ b/tests/Zend/Config/Reader/XmlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Reader; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class XmlTest extends AbstractReaderTestCase diff --git a/tests/Zend/Config/Reader/YamlTest.php b/tests/Zend/Config/Reader/YamlTest.php index 0e08d0b0fb5..f90d510fbf3 100644 --- a/tests/Zend/Config/Reader/YamlTest.php +++ b/tests/Zend/Config/Reader/YamlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Reader; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class YamlTest extends AbstractReaderTestCase diff --git a/tests/Zend/Config/Writer/AbstractWriterTestCase.php b/tests/Zend/Config/Writer/AbstractWriterTestCase.php index 7319703f024..78eb49c3ad2 100644 --- a/tests/Zend/Config/Writer/AbstractWriterTestCase.php +++ b/tests/Zend/Config/Writer/AbstractWriterTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Writer; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ abstract class AbstractWriterTestCase extends TestCase diff --git a/tests/Zend/Config/Writer/IniTest.php b/tests/Zend/Config/Writer/IniTest.php index 94a040112bb..41dea5e9bf1 100644 --- a/tests/Zend/Config/Writer/IniTest.php +++ b/tests/Zend/Config/Writer/IniTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Writer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class IniTest extends AbstractWriterTestCase diff --git a/tests/Zend/Config/Writer/JsonTest.php b/tests/Zend/Config/Writer/JsonTest.php index 44656bcfafb..91887e0b4c0 100644 --- a/tests/Zend/Config/Writer/JsonTest.php +++ b/tests/Zend/Config/Writer/JsonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Writer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class JsonTest extends AbstractWriterTestCase diff --git a/tests/Zend/Config/Writer/PhpArrayTest.php b/tests/Zend/Config/Writer/PhpArrayTest.php index 8caf8e3e2c9..b850cd3a2ad 100644 --- a/tests/Zend/Config/Writer/PhpArrayTest.php +++ b/tests/Zend/Config/Writer/PhpArrayTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Writer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class PhpArrayTest extends AbstractWriterTestCase diff --git a/tests/Zend/Config/Writer/XmlTest.php b/tests/Zend/Config/Writer/XmlTest.php index ed8ad5a9723..700fa5c0692 100644 --- a/tests/Zend/Config/Writer/XmlTest.php +++ b/tests/Zend/Config/Writer/XmlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Writer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class XmlTest extends AbstractWriterTestCase diff --git a/tests/Zend/Config/Writer/YamlTest.php b/tests/Zend/Config/Writer/YamlTest.php index b21886c28f7..ed719285a80 100644 --- a/tests/Zend/Config/Writer/YamlTest.php +++ b/tests/Zend/Config/Writer/YamlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Config\Writer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Config * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Config */ class YamlTest extends AbstractWriterTestCase diff --git a/tests/Zend/Console/GetoptTest.php b/tests/Zend/Console/GetoptTest.php index ed9a175e01a..b34188b89e1 100644 --- a/tests/Zend/Console/GetoptTest.php +++ b/tests/Zend/Console/GetoptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Console * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Console; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Console * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Console */ class GetoptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/BlockCipherTest.php b/tests/Zend/Crypt/BlockCipherTest.php index 91f75ec2aa6..46719179a43 100644 --- a/tests/Zend/Crypt/BlockCipherTest.php +++ b/tests/Zend/Crypt/BlockCipherTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class BlockCipherTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/HashTest.php b/tests/Zend/Crypt/HashTest.php index c751de8a352..8bac05dcdfb 100644 --- a/tests/Zend/Crypt/HashTest.php +++ b/tests/Zend/Crypt/HashTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class HashTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/HmacTest.php b/tests/Zend/Crypt/HmacTest.php index 8b9a98107aa..57e58b7f8f8 100644 --- a/tests/Zend/Crypt/HmacTest.php +++ b/tests/Zend/Crypt/HmacTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class HmacTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/Key/Derivation/Pbkdf2Test.php b/tests/Zend/Crypt/Key/Derivation/Pbkdf2Test.php index 7de797e1776..204e36d54a9 100644 --- a/tests/Zend/Crypt/Key/Derivation/Pbkdf2Test.php +++ b/tests/Zend/Crypt/Key/Derivation/Pbkdf2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt\Key\Derivation; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Pbkdf2Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Crypt/Key/Derivation/SaltedS2kTest.php b/tests/Zend/Crypt/Key/Derivation/SaltedS2kTest.php index 6298006a07f..bfa627a2749 100644 --- a/tests/Zend/Crypt/Key/Derivation/SaltedS2kTest.php +++ b/tests/Zend/Crypt/Key/Derivation/SaltedS2kTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt\Key\Derivation; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class SaltedS2kTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/Password/BcryptTest.php b/tests/Zend/Crypt/Password/BcryptTest.php index f5223159b33..fd1ce7f95f0 100644 --- a/tests/Zend/Crypt/Password/BcryptTest.php +++ b/tests/Zend/Crypt/Password/BcryptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt\Password; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class BcryptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/PublicKey/DiffieHellmanTest.php b/tests/Zend/Crypt/PublicKey/DiffieHellmanTest.php index a7ab3bbf963..3f76b2f2c4f 100644 --- a/tests/Zend/Crypt/PublicKey/DiffieHellmanTest.php +++ b/tests/Zend/Crypt/PublicKey/DiffieHellmanTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class DiffieHellmanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/PublicKey/RsaTest.php b/tests/Zend/Crypt/PublicKey/RsaTest.php index e45b8fc1d3c..c2c79e9e917 100644 --- a/tests/Zend/Crypt/PublicKey/RsaTest.php +++ b/tests/Zend/Crypt/PublicKey/RsaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class RsaTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/Symmetric/McryptTest.php b/tests/Zend/Crypt/Symmetric/McryptTest.php index 76595350e02..018a06da216 100644 --- a/tests/Zend/Crypt/Symmetric/McryptTest.php +++ b/tests/Zend/Crypt/Symmetric/McryptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt\Symmetric; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class McryptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Crypt/Symmetric/Padding/Pkcs7Test.php b/tests/Zend/Crypt/Symmetric/Padding/Pkcs7Test.php index 1a433d43729..a7b3cfec816 100644 --- a/tests/Zend/Crypt/Symmetric/Padding/Pkcs7Test.php +++ b/tests/Zend/Crypt/Symmetric/Padding/Pkcs7Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt\Symmetric\Padding; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Pkcs7Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Crypt/UtilsTest.php b/tests/Zend/Crypt/UtilsTest.php index fe9bf6492ee..afbb53b0d0d 100644 --- a/tests/Zend/Crypt/UtilsTest.php +++ b/tests/Zend/Crypt/UtilsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Crypt; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Crypt * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class UtilsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Db/ResultSet/ResultSetTest.php b/tests/Zend/Db/ResultSet/ResultSetTest.php index a2ed5ff5706..1a305721ed0 100644 --- a/tests/Zend/Db/ResultSet/ResultSetTest.php +++ b/tests/Zend/Db/ResultSet/ResultSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\ResultSet; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ResultSetTest extends TestCase { diff --git a/tests/Zend/Db/Sql/Predicate/BetweenTest.php b/tests/Zend/Db/Sql/Predicate/BetweenTest.php index d4392f106dd..758eda959b3 100644 --- a/tests/Zend/Db/Sql/Predicate/BetweenTest.php +++ b/tests/Zend/Db/Sql/Predicate/BetweenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\Sql\Predicate; diff --git a/tests/Zend/Db/Sql/Predicate/ExpressionTest.php b/tests/Zend/Db/Sql/Predicate/ExpressionTest.php index 303095e4162..ba0319cff42 100644 --- a/tests/Zend/Db/Sql/Predicate/ExpressionTest.php +++ b/tests/Zend/Db/Sql/Predicate/ExpressionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\Sql\Predicate; diff --git a/tests/Zend/Db/Sql/Predicate/InTest.php b/tests/Zend/Db/Sql/Predicate/InTest.php index f9b801f046f..fa9c72994fd 100644 --- a/tests/Zend/Db/Sql/Predicate/InTest.php +++ b/tests/Zend/Db/Sql/Predicate/InTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\Sql\Predicate; diff --git a/tests/Zend/Db/Sql/Predicate/IsNullTest.php b/tests/Zend/Db/Sql/Predicate/IsNullTest.php index 035c3bb9569..9fa7a928120 100644 --- a/tests/Zend/Db/Sql/Predicate/IsNullTest.php +++ b/tests/Zend/Db/Sql/Predicate/IsNullTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\Sql\Predicate; diff --git a/tests/Zend/Db/Sql/Predicate/OperatorTest.php b/tests/Zend/Db/Sql/Predicate/OperatorTest.php index 49222e5ceb5..166e7e96c56 100644 --- a/tests/Zend/Db/Sql/Predicate/OperatorTest.php +++ b/tests/Zend/Db/Sql/Predicate/OperatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\Sql\Predicate; diff --git a/tests/Zend/Db/Sql/Predicate/PredicateSetTest.php b/tests/Zend/Db/Sql/Predicate/PredicateSetTest.php index 3a84fb1351d..609091c2ee1 100644 --- a/tests/Zend/Db/Sql/Predicate/PredicateSetTest.php +++ b/tests/Zend/Db/Sql/Predicate/PredicateSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\Sql\Predicate; diff --git a/tests/Zend/Db/Sql/Predicate/PredicateTest.php b/tests/Zend/Db/Sql/Predicate/PredicateTest.php index dfed2a477cd..ac10e703fd6 100644 --- a/tests/Zend/Db/Sql/Predicate/PredicateTest.php +++ b/tests/Zend/Db/Sql/Predicate/PredicateTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Db * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Db\Sql\Predicate; diff --git a/tests/Zend/Db/TableGateway/TableGatewayTest.php b/tests/Zend/Db/TableGateway/TableGatewayTest.php index 193d3f49abb..99d1214764f 100644 --- a/tests/Zend/Db/TableGateway/TableGatewayTest.php +++ b/tests/Zend/Db/TableGateway/TableGatewayTest.php @@ -60,4 +60,4 @@ public function test__construct() $this->assertSame($sql, $table->getSql()); } -} \ No newline at end of file +} diff --git a/tests/Zend/DebugTest.php b/tests/Zend/DebugTest.php index 8d74667457c..953b80ca3e3 100644 --- a/tests/Zend/DebugTest.php +++ b/tests/Zend/DebugTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Debug * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Debug * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Debug */ class DebugTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Di/TestAsset/SharedInstance/Lister.php b/tests/Zend/Di/TestAsset/SharedInstance/Lister.php index 3c61a4412d3..3f60d77257e 100644 --- a/tests/Zend/Di/TestAsset/SharedInstance/Lister.php +++ b/tests/Zend/Di/TestAsset/SharedInstance/Lister.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Di * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Di\TestAsset\SharedInstance; diff --git a/tests/Zend/Di/TestAsset/SharedInstance/Movie.php b/tests/Zend/Di/TestAsset/SharedInstance/Movie.php index 0964cf33466..5953f778e23 100644 --- a/tests/Zend/Di/TestAsset/SharedInstance/Movie.php +++ b/tests/Zend/Di/TestAsset/SharedInstance/Movie.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Di * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Di\TestAsset\SharedInstance; diff --git a/tests/Zend/Di/TestAsset/SharedInstance/SharedLister.php b/tests/Zend/Di/TestAsset/SharedInstance/SharedLister.php index bbe6d0171d3..03f0f63f909 100644 --- a/tests/Zend/Di/TestAsset/SharedInstance/SharedLister.php +++ b/tests/Zend/Di/TestAsset/SharedInstance/SharedLister.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Di * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Di\TestAsset\SharedInstance; diff --git a/tests/Zend/Di/TestAsset/SharedInstance/Venue.php b/tests/Zend/Di/TestAsset/SharedInstance/Venue.php index e92a26acda2..960d91d9d9b 100644 --- a/tests/Zend/Di/TestAsset/SharedInstance/Venue.php +++ b/tests/Zend/Di/TestAsset/SharedInstance/Venue.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Di * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Di\TestAsset\SharedInstance; diff --git a/tests/Zend/Di/_files/sample.php b/tests/Zend/Di/_files/sample.php index 5f6e79e6ad9..a670f604d07 100644 --- a/tests/Zend/Di/_files/sample.php +++ b/tests/Zend/Di/_files/sample.php @@ -7,4 +7,4 @@ ), ), ), -); \ No newline at end of file +); diff --git a/tests/Zend/DocBook/ClassMethodTest.php b/tests/Zend/DocBook/ClassMethodTest.php index 2efcdebbadd..83a553b7902 100644 --- a/tests/Zend/DocBook/ClassMethodTest.php +++ b/tests/Zend/DocBook/ClassMethodTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_DocBook */ diff --git a/tests/Zend/DocBook/ClassParserTest.php b/tests/Zend/DocBook/ClassParserTest.php index 0fab4e2f9f5..7d106c90ba9 100644 --- a/tests/Zend/DocBook/ClassParserTest.php +++ b/tests/Zend/DocBook/ClassParserTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_DocBook */ diff --git a/tests/Zend/DocBook/SkeletonGeneratorTest.php b/tests/Zend/DocBook/SkeletonGeneratorTest.php index 74ee227292f..bedad50264b 100644 --- a/tests/Zend/DocBook/SkeletonGeneratorTest.php +++ b/tests/Zend/DocBook/SkeletonGeneratorTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_DocBook */ diff --git a/tests/Zend/DocBook/TestAsset/ParsedClass.php b/tests/Zend/DocBook/TestAsset/ParsedClass.php index 0ebd0adb960..7387c37cd00 100644 --- a/tests/Zend/DocBook/TestAsset/ParsedClass.php +++ b/tests/Zend/DocBook/TestAsset/ParsedClass.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_DocBook */ diff --git a/tests/Zend/Dojo/BuildLayerTest.php b/tests/Zend/Dojo/BuildLayerTest.php index df6aa4b806f..d4eef597ebb 100644 --- a/tests/Zend/Dojo/BuildLayerTest.php +++ b/tests/Zend/Dojo/BuildLayerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo */ class BuildLayerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Dojo/DataTest.php b/tests/Zend/Dojo/DataTest.php index 6baace53ba3..649ca6c9a15 100644 --- a/tests/Zend/Dojo/DataTest.php +++ b/tests/Zend/Dojo/DataTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo */ class DataTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Dojo/DojoTest.php b/tests/Zend/Dojo/DojoTest.php index 16e1b8dfa2d..31fb260bdef 100644 --- a/tests/Zend/Dojo/DojoTest.php +++ b/tests/Zend/Dojo/DojoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Date * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo */ class DojoTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Dojo/Form/Decorator/AccordionContainerTest.php b/tests/Zend/Dojo/Form/Decorator/AccordionContainerTest.php index d0ad0ac4050..d3ab1a6867e 100644 --- a/tests/Zend/Dojo/Form/Decorator/AccordionContainerTest.php +++ b/tests/Zend/Dojo/Form/Decorator/AccordionContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/AccordionPaneTest.php b/tests/Zend/Dojo/Form/Decorator/AccordionPaneTest.php index 7f16e6b6e42..e0b9d3bb450 100644 --- a/tests/Zend/Dojo/Form/Decorator/AccordionPaneTest.php +++ b/tests/Zend/Dojo/Form/Decorator/AccordionPaneTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/BorderContainerTest.php b/tests/Zend/Dojo/Form/Decorator/BorderContainerTest.php index 565173c1ac5..0fc87a20305 100644 --- a/tests/Zend/Dojo/Form/Decorator/BorderContainerTest.php +++ b/tests/Zend/Dojo/Form/Decorator/BorderContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/DijitContainerTest.php b/tests/Zend/Dojo/Form/Decorator/DijitContainerTest.php index f131c32b3c0..dfa97989c87 100644 --- a/tests/Zend/Dojo/Form/Decorator/DijitContainerTest.php +++ b/tests/Zend/Dojo/Form/Decorator/DijitContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/DijitElementTest.php b/tests/Zend/Dojo/Form/Decorator/DijitElementTest.php index c59419b8023..090a66bda5c 100644 --- a/tests/Zend/Dojo/Form/Decorator/DijitElementTest.php +++ b/tests/Zend/Dojo/Form/Decorator/DijitElementTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/DijitFormTest.php b/tests/Zend/Dojo/Form/Decorator/DijitFormTest.php index 18ec79bc7b9..c018eac4b78 100644 --- a/tests/Zend/Dojo/Form/Decorator/DijitFormTest.php +++ b/tests/Zend/Dojo/Form/Decorator/DijitFormTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/SplitContainerTest.php b/tests/Zend/Dojo/Form/Decorator/SplitContainerTest.php index ed450fd3e60..f95ea5932fa 100644 --- a/tests/Zend/Dojo/Form/Decorator/SplitContainerTest.php +++ b/tests/Zend/Dojo/Form/Decorator/SplitContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/StackContainerTest.php b/tests/Zend/Dojo/Form/Decorator/StackContainerTest.php index 360b99c871a..44cf2b52276 100644 --- a/tests/Zend/Dojo/Form/Decorator/StackContainerTest.php +++ b/tests/Zend/Dojo/Form/Decorator/StackContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Decorator/TabContainerTest.php b/tests/Zend/Dojo/Form/Decorator/TabContainerTest.php index 9497fa3f14a..b2f14ecc189 100644 --- a/tests/Zend/Dojo/Form/Decorator/TabContainerTest.php +++ b/tests/Zend/Dojo/Form/Decorator/TabContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Decorator; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/ButtonTest.php b/tests/Zend/Dojo/Form/Element/ButtonTest.php index 23a6dd2ec15..8af944f03c3 100644 --- a/tests/Zend/Dojo/Form/Element/ButtonTest.php +++ b/tests/Zend/Dojo/Form/Element/ButtonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/CheckBoxTest.php b/tests/Zend/Dojo/Form/Element/CheckBoxTest.php index cc0e0844331..7333d4269ca 100644 --- a/tests/Zend/Dojo/Form/Element/CheckBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/CheckBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/ComboBoxTest.php b/tests/Zend/Dojo/Form/Element/ComboBoxTest.php index 69174115bf8..9c0325888bf 100644 --- a/tests/Zend/Dojo/Form/Element/ComboBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/ComboBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/CurrencyTextBoxTest.php b/tests/Zend/Dojo/Form/Element/CurrencyTextBoxTest.php index 53ba65e2126..2d0eba5df24 100644 --- a/tests/Zend/Dojo/Form/Element/CurrencyTextBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/CurrencyTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/DateTextBoxTest.php b/tests/Zend/Dojo/Form/Element/DateTextBoxTest.php index fc0bcff4538..643b75b0880 100644 --- a/tests/Zend/Dojo/Form/Element/DateTextBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/DateTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/DijitTest.php b/tests/Zend/Dojo/Form/Element/DijitTest.php index e00553e3bf2..ac3fcc0aee8 100644 --- a/tests/Zend/Dojo/Form/Element/DijitTest.php +++ b/tests/Zend/Dojo/Form/Element/DijitTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/EditorTest.php b/tests/Zend/Dojo/Form/Element/EditorTest.php index 3af74656dcb..c1e07ec7a28 100644 --- a/tests/Zend/Dojo/Form/Element/EditorTest.php +++ b/tests/Zend/Dojo/Form/Element/EditorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/FilteringSelectTest.php b/tests/Zend/Dojo/Form/Element/FilteringSelectTest.php index 11bcd974119..6582343092d 100644 --- a/tests/Zend/Dojo/Form/Element/FilteringSelectTest.php +++ b/tests/Zend/Dojo/Form/Element/FilteringSelectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/HorizontalSliderTest.php b/tests/Zend/Dojo/Form/Element/HorizontalSliderTest.php index b4ecfceb383..2f0584a60d9 100644 --- a/tests/Zend/Dojo/Form/Element/HorizontalSliderTest.php +++ b/tests/Zend/Dojo/Form/Element/HorizontalSliderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/NumberSpinnerTest.php b/tests/Zend/Dojo/Form/Element/NumberSpinnerTest.php index b8cb53227db..1f38a11f28e 100644 --- a/tests/Zend/Dojo/Form/Element/NumberSpinnerTest.php +++ b/tests/Zend/Dojo/Form/Element/NumberSpinnerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/NumberTextBoxTest.php b/tests/Zend/Dojo/Form/Element/NumberTextBoxTest.php index d87a5bcaf6c..192d68fa266 100644 --- a/tests/Zend/Dojo/Form/Element/NumberTextBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/NumberTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/PasswordTextBoxTest.php b/tests/Zend/Dojo/Form/Element/PasswordTextBoxTest.php index 50546d20505..b92c0f368b8 100644 --- a/tests/Zend/Dojo/Form/Element/PasswordTextBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/PasswordTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/RadioButtonTest.php b/tests/Zend/Dojo/Form/Element/RadioButtonTest.php index 511c1311d5e..2cd89d0537d 100644 --- a/tests/Zend/Dojo/Form/Element/RadioButtonTest.php +++ b/tests/Zend/Dojo/Form/Element/RadioButtonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/SimpleTextareaTest.php b/tests/Zend/Dojo/Form/Element/SimpleTextareaTest.php index 49fa7d07b4d..d337a1d7b0a 100644 --- a/tests/Zend/Dojo/Form/Element/SimpleTextareaTest.php +++ b/tests/Zend/Dojo/Form/Element/SimpleTextareaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/SubmitButtonTest.php b/tests/Zend/Dojo/Form/Element/SubmitButtonTest.php index 77ee1657dd2..b35984ccc9f 100644 --- a/tests/Zend/Dojo/Form/Element/SubmitButtonTest.php +++ b/tests/Zend/Dojo/Form/Element/SubmitButtonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/TestAsset/locale/array.php b/tests/Zend/Dojo/Form/Element/TestAsset/locale/array.php index 0280fa0a8be..d762e80426e 100644 --- a/tests/Zend/Dojo/Form/Element/TestAsset/locale/array.php +++ b/tests/Zend/Dojo/Form/Element/TestAsset/locale/array.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ return array( diff --git a/tests/Zend/Dojo/Form/Element/TextBoxTest.php b/tests/Zend/Dojo/Form/Element/TextBoxTest.php index 8697b429c16..a471e5ade22 100644 --- a/tests/Zend/Dojo/Form/Element/TextBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/TextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/TextareaTest.php b/tests/Zend/Dojo/Form/Element/TextareaTest.php index cba14112a3a..30fdb9c867d 100644 --- a/tests/Zend/Dojo/Form/Element/TextareaTest.php +++ b/tests/Zend/Dojo/Form/Element/TextareaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/TimeTextBoxTest.php b/tests/Zend/Dojo/Form/Element/TimeTextBoxTest.php index 250f38d872d..ea1bbcc98c2 100644 --- a/tests/Zend/Dojo/Form/Element/TimeTextBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/TimeTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/ValidationTextBoxTest.php b/tests/Zend/Dojo/Form/Element/ValidationTextBoxTest.php index 3da51858c3e..29130a90db1 100644 --- a/tests/Zend/Dojo/Form/Element/ValidationTextBoxTest.php +++ b/tests/Zend/Dojo/Form/Element/ValidationTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/Element/VerticalSliderTest.php b/tests/Zend/Dojo/Form/Element/VerticalSliderTest.php index 35a75f5ac0c..ea047189a70 100644 --- a/tests/Zend/Dojo/Form/Element/VerticalSliderTest.php +++ b/tests/Zend/Dojo/Form/Element/VerticalSliderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form\Element; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/FormTest.php b/tests/Zend/Dojo/Form/FormTest.php index 010709c5b9a..2d087ba667f 100644 --- a/tests/Zend/Dojo/Form/FormTest.php +++ b/tests/Zend/Dojo/Form/FormTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/Form/SubFormTest.php b/tests/Zend/Dojo/Form/SubFormTest.php index a07599d8e55..30e478c2905 100644 --- a/tests/Zend/Dojo/Form/SubFormTest.php +++ b/tests/Zend/Dojo/Form/SubFormTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\Form; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_Form */ diff --git a/tests/Zend/Dojo/View/Helper/AccordionContainerTest.php b/tests/Zend/Dojo/View/Helper/AccordionContainerTest.php index 0f27893e0b7..979a35fdf71 100644 --- a/tests/Zend/Dojo/View/Helper/AccordionContainerTest.php +++ b/tests/Zend/Dojo/View/Helper/AccordionContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/AccordionPaneTest.php b/tests/Zend/Dojo/View/Helper/AccordionPaneTest.php index b59bb391db9..b986ab96d4c 100644 --- a/tests/Zend/Dojo/View/Helper/AccordionPaneTest.php +++ b/tests/Zend/Dojo/View/Helper/AccordionPaneTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/BorderContainerTest.php b/tests/Zend/Dojo/View/Helper/BorderContainerTest.php index 39b5661a98a..5af07a94c3a 100644 --- a/tests/Zend/Dojo/View/Helper/BorderContainerTest.php +++ b/tests/Zend/Dojo/View/Helper/BorderContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/ButtonTest.php b/tests/Zend/Dojo/View/Helper/ButtonTest.php index 71d34bbcf55..c957685c8dd 100644 --- a/tests/Zend/Dojo/View/Helper/ButtonTest.php +++ b/tests/Zend/Dojo/View/Helper/ButtonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/CheckBoxTest.php b/tests/Zend/Dojo/View/Helper/CheckBoxTest.php index 35657acb667..abd61201b1c 100644 --- a/tests/Zend/Dojo/View/Helper/CheckBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/CheckBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/ComboBoxTest.php b/tests/Zend/Dojo/View/Helper/ComboBoxTest.php index 5e7108e351a..6790ec8df49 100644 --- a/tests/Zend/Dojo/View/Helper/ComboBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/ComboBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/ContentPaneTest.php b/tests/Zend/Dojo/View/Helper/ContentPaneTest.php index 43c8a0edbc3..67a7c332c6e 100644 --- a/tests/Zend/Dojo/View/Helper/ContentPaneTest.php +++ b/tests/Zend/Dojo/View/Helper/ContentPaneTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/CurrencyTextBoxTest.php b/tests/Zend/Dojo/View/Helper/CurrencyTextBoxTest.php index 73dee18711e..5361bcbb303 100644 --- a/tests/Zend/Dojo/View/Helper/CurrencyTextBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/CurrencyTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/CustomDijitTest.php b/tests/Zend/Dojo/View/Helper/CustomDijitTest.php index c7af69d31d3..9cb025cb9fe 100644 --- a/tests/Zend/Dojo/View/Helper/CustomDijitTest.php +++ b/tests/Zend/Dojo/View/Helper/CustomDijitTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/DateTextBoxTest.php b/tests/Zend/Dojo/View/Helper/DateTextBoxTest.php index 4bd05eee1df..565d59704d4 100644 --- a/tests/Zend/Dojo/View/Helper/DateTextBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/DateTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/DojoFormTest.php b/tests/Zend/Dojo/View/Helper/DojoFormTest.php index 270427c045f..f80b1becd6c 100644 --- a/tests/Zend/Dojo/View/Helper/DojoFormTest.php +++ b/tests/Zend/Dojo/View/Helper/DojoFormTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/DojoTest.php b/tests/Zend/Dojo/View/Helper/DojoTest.php index f3f858425c9..26a94d6da08 100644 --- a/tests/Zend/Dojo/View/Helper/DojoTest.php +++ b/tests/Zend/Dojo/View/Helper/DojoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/EditorTest.php b/tests/Zend/Dojo/View/Helper/EditorTest.php index 5b192b55631..b80e5622832 100644 --- a/tests/Zend/Dojo/View/Helper/EditorTest.php +++ b/tests/Zend/Dojo/View/Helper/EditorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/FilteringSelectTest.php b/tests/Zend/Dojo/View/Helper/FilteringSelectTest.php index 1b3399a87a5..aa9cedd3398 100644 --- a/tests/Zend/Dojo/View/Helper/FilteringSelectTest.php +++ b/tests/Zend/Dojo/View/Helper/FilteringSelectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/HorizontalSliderTest.php b/tests/Zend/Dojo/View/Helper/HorizontalSliderTest.php index c3c82aa230e..e3b6f1dfc44 100644 --- a/tests/Zend/Dojo/View/Helper/HorizontalSliderTest.php +++ b/tests/Zend/Dojo/View/Helper/HorizontalSliderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/NumberSpinnerTest.php b/tests/Zend/Dojo/View/Helper/NumberSpinnerTest.php index 851e078482f..f9bfb63a45c 100644 --- a/tests/Zend/Dojo/View/Helper/NumberSpinnerTest.php +++ b/tests/Zend/Dojo/View/Helper/NumberSpinnerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/NumberTextBoxTest.php b/tests/Zend/Dojo/View/Helper/NumberTextBoxTest.php index 92852c72c5b..e45ab8f67a1 100644 --- a/tests/Zend/Dojo/View/Helper/NumberTextBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/NumberTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/PasswordTextBoxTest.php b/tests/Zend/Dojo/View/Helper/PasswordTextBoxTest.php index 626f089419f..37dcca5a6a3 100644 --- a/tests/Zend/Dojo/View/Helper/PasswordTextBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/PasswordTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/RadioButtonTest.php b/tests/Zend/Dojo/View/Helper/RadioButtonTest.php index 51b2fa79024..125c3a9dd6d 100644 --- a/tests/Zend/Dojo/View/Helper/RadioButtonTest.php +++ b/tests/Zend/Dojo/View/Helper/RadioButtonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/SimpleTextareaTest.php b/tests/Zend/Dojo/View/Helper/SimpleTextareaTest.php index ae794d2a7d3..4c49cdcbb6f 100644 --- a/tests/Zend/Dojo/View/Helper/SimpleTextareaTest.php +++ b/tests/Zend/Dojo/View/Helper/SimpleTextareaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/SplitContainerTest.php b/tests/Zend/Dojo/View/Helper/SplitContainerTest.php index ffa44ae266b..d7117e0adf2 100644 --- a/tests/Zend/Dojo/View/Helper/SplitContainerTest.php +++ b/tests/Zend/Dojo/View/Helper/SplitContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/StackContainerTest.php b/tests/Zend/Dojo/View/Helper/StackContainerTest.php index 543864a87c4..a038a2153cf 100644 --- a/tests/Zend/Dojo/View/Helper/StackContainerTest.php +++ b/tests/Zend/Dojo/View/Helper/StackContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/SubmitButtonTest.php b/tests/Zend/Dojo/View/Helper/SubmitButtonTest.php index 7724aa9b257..824b6531f24 100644 --- a/tests/Zend/Dojo/View/Helper/SubmitButtonTest.php +++ b/tests/Zend/Dojo/View/Helper/SubmitButtonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/TabContainerTest.php b/tests/Zend/Dojo/View/Helper/TabContainerTest.php index fb21e86a227..cd1c510597b 100644 --- a/tests/Zend/Dojo/View/Helper/TabContainerTest.php +++ b/tests/Zend/Dojo/View/Helper/TabContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/TextBoxTest.php b/tests/Zend/Dojo/View/Helper/TextBoxTest.php index 45a1ae6d782..ca400ff8460 100644 --- a/tests/Zend/Dojo/View/Helper/TextBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/TextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/TextareaTest.php b/tests/Zend/Dojo/View/Helper/TextareaTest.php index 2245b3e3b81..ae8775692ac 100644 --- a/tests/Zend/Dojo/View/Helper/TextareaTest.php +++ b/tests/Zend/Dojo/View/Helper/TextareaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/TimeTextBoxTest.php b/tests/Zend/Dojo/View/Helper/TimeTextBoxTest.php index bde39667fe8..abdee2cf928 100644 --- a/tests/Zend/Dojo/View/Helper/TimeTextBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/TimeTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/ValidationTextBoxTest.php b/tests/Zend/Dojo/View/Helper/ValidationTextBoxTest.php index ad4c46ac42e..7bfbcc0287c 100644 --- a/tests/Zend/Dojo/View/Helper/ValidationTextBoxTest.php +++ b/tests/Zend/Dojo/View/Helper/ValidationTextBoxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dojo/View/Helper/VerticalSliderTest.php b/tests/Zend/Dojo/View/Helper/VerticalSliderTest.php index 70d88f4c505..6a4e7ce1852 100644 --- a/tests/Zend/Dojo/View/Helper/VerticalSliderTest.php +++ b/tests/Zend/Dojo/View/Helper/VerticalSliderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dojo\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dojo * @group Zend_Dojo_View */ diff --git a/tests/Zend/Dom/Css2XpathTest.php b/tests/Zend/Dom/Css2XpathTest.php index c4b3ae4c9c9..bd4b3a242ba 100644 --- a/tests/Zend/Dom/Css2XpathTest.php +++ b/tests/Zend/Dom/Css2XpathTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dom * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dom; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Dom * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dom */ class Css2XpathTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Dom/NodeListTest.php b/tests/Zend/Dom/NodeListTest.php index 6712db600d8..2036b28f449 100644 --- a/tests/Zend/Dom/NodeListTest.php +++ b/tests/Zend/Dom/NodeListTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dom * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dom; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Dom * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dom */ class NodeListTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Dom/QueryTest.php b/tests/Zend/Dom/QueryTest.php index 9e7886667cf..794f3a2d80a 100644 --- a/tests/Zend/Dom/QueryTest.php +++ b/tests/Zend/Dom/QueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Dojo * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Dom; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Dom * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Dom */ class QueryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/EventManager/EventManagerTest.php b/tests/Zend/EventManager/EventManagerTest.php index f753cd9f8a2..7d1c108ecd5 100644 --- a/tests/Zend/EventManager/EventManagerTest.php +++ b/tests/Zend/EventManager/EventManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_EventManager * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\EventManager; @@ -35,8 +33,6 @@ * @package Zend_EventManager * @subpackage UnitTests * @group Zend_EventManager - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class EventManagerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/EventManager/FilterChainTest.php b/tests/Zend/EventManager/FilterChainTest.php index 1e0913a539b..f8159b9b832 100644 --- a/tests/Zend/EventManager/FilterChainTest.php +++ b/tests/Zend/EventManager/FilterChainTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Stdlib * @subpackage UnitTests * @group Zend_Stdlib - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FilterChainTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/EventManager/GlobalEventManagerTest.php b/tests/Zend/EventManager/GlobalEventManagerTest.php index cf0933dedb9..31816ec3f87 100644 --- a/tests/Zend/EventManager/GlobalEventManagerTest.php +++ b/tests/Zend/EventManager/GlobalEventManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_EventManager * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\EventManager; @@ -28,8 +26,6 @@ * @package Zend_EventManager * @subpackage UnitTests * @group Zend_EventManager - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class GlobalEventManagerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/EventManager/StaticEventManagerTest.php b/tests/Zend/EventManager/StaticEventManagerTest.php index fdce9b03139..7e834779941 100644 --- a/tests/Zend/EventManager/StaticEventManagerTest.php +++ b/tests/Zend/EventManager/StaticEventManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_EventManager * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\EventManager; @@ -31,8 +29,6 @@ * @package Zend_EventManager * @subpackage UnitTests * @group Zend_EventManager - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StaticEventManagerTest extends TestCase { diff --git a/tests/Zend/EventManager/StaticIntegrationTest.php b/tests/Zend/EventManager/StaticIntegrationTest.php index 73c83e004d8..1b21c69234a 100644 --- a/tests/Zend/EventManager/StaticIntegrationTest.php +++ b/tests/Zend/EventManager/StaticIntegrationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_EventManager * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\EventManager; @@ -30,8 +28,6 @@ * @package Zend_EventManager * @subpackage UnitTests * @group Zend_EventManager - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StaticIntegrationTest extends TestCase { diff --git a/tests/Zend/EventManager/TestAsset/ClassWithEvents.php b/tests/Zend/EventManager/TestAsset/ClassWithEvents.php index 4856524ed05..4564a9bb389 100644 --- a/tests/Zend/EventManager/TestAsset/ClassWithEvents.php +++ b/tests/Zend/EventManager/TestAsset/ClassWithEvents.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_EventManager * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\EventManager\TestAsset; @@ -29,8 +27,6 @@ * @package Zend_EventManager * @subpackage UnitTests * @group Zend_EventManager - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ClassWithEvents { diff --git a/tests/Zend/EventManager/TestAsset/MockAggregate.php b/tests/Zend/EventManager/TestAsset/MockAggregate.php index 2e85f43f14f..eedaa360ed7 100644 --- a/tests/Zend/EventManager/TestAsset/MockAggregate.php +++ b/tests/Zend/EventManager/TestAsset/MockAggregate.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_EventManager * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\EventManager\TestAsset; @@ -29,8 +27,6 @@ * @package Zend_EventManager * @subpackage UnitTests * @group Zend_EventManager - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockAggregate implements ListenerAggregateInterface { diff --git a/tests/Zend/EventManager/TestAsset/StaticEventsMock.php b/tests/Zend/EventManager/TestAsset/StaticEventsMock.php index a97ea82b1e1..516d889a78d 100644 --- a/tests/Zend/EventManager/TestAsset/StaticEventsMock.php +++ b/tests/Zend/EventManager/TestAsset/StaticEventsMock.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_EventManager * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\EventManager\TestAsset; @@ -29,8 +27,6 @@ * @package Zend_EventManager * @subpackage UnitTests * @group Zend_EventManager - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StaticEventsMock implements SharedEventManagerInterface { diff --git a/tests/Zend/Feed/PubSubHubbub/Model/SubscriptionTest.php b/tests/Zend/Feed/PubSubHubbub/Model/SubscriptionTest.php index fcd5ca5b1df..a75ac589f63 100644 --- a/tests/Zend/Feed/PubSubHubbub/Model/SubscriptionTest.php +++ b/tests/Zend/Feed/PubSubHubbub/Model/SubscriptionTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\PubSubHubbub\Model; @@ -32,8 +30,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Pubsubhubbub_Model - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SubscriptionTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/PubSubHubbub/PubSubHubbubTest.php b/tests/Zend/Feed/PubSubHubbub/PubSubHubbubTest.php index 80c76c192f1..19aec95d776 100644 --- a/tests/Zend/Feed/PubSubHubbub/PubSubHubbubTest.php +++ b/tests/Zend/Feed/PubSubHubbub/PubSubHubbubTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\PubSubHubbub; @@ -29,8 +27,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Subsubhubbub - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PubSubHubbubTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/PubSubHubbub/PublisherTest.php b/tests/Zend/Feed/PubSubHubbub/PublisherTest.php index a2b7d136584..88d0ff4868f 100644 --- a/tests/Zend/Feed/PubSubHubbub/PublisherTest.php +++ b/tests/Zend/Feed/PubSubHubbub/PublisherTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\PubSubHubbub; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Subsubhubbub - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PublisherTest extends \PHPUnit_Framework_TestCase { @@ -314,4 +310,4 @@ class ClientNotReset extends HttpClient public function resetParameters($clearCookies = false) { // Do nothing } -} \ No newline at end of file +} diff --git a/tests/Zend/Feed/PubSubHubbub/Subscriber/CallbackTest.php b/tests/Zend/Feed/PubSubHubbub/Subscriber/CallbackTest.php index 0a2d9319dda..b3a62296b46 100644 --- a/tests/Zend/Feed/PubSubHubbub/Subscriber/CallbackTest.php +++ b/tests/Zend/Feed/PubSubHubbub/Subscriber/CallbackTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\PubSubHubbub\Subscriber; @@ -33,8 +31,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Subsubhubbub - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CallbackTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/PubSubHubbub/SubscriberHttpTest.php b/tests/Zend/Feed/PubSubHubbub/SubscriberHttpTest.php index 1d159df6219..688038dd627 100644 --- a/tests/Zend/Feed/PubSubHubbub/SubscriberHttpTest.php +++ b/tests/Zend/Feed/PubSubHubbub/SubscriberHttpTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\PubSubHubbub; @@ -38,8 +36,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Subsubhubbub - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SubscriberHttpTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/PubSubHubbub/SubscriberTest.php b/tests/Zend/Feed/PubSubHubbub/SubscriberTest.php index 4c33c9e112d..22517d7179a 100644 --- a/tests/Zend/Feed/PubSubHubbub/SubscriberTest.php +++ b/tests/Zend/Feed/PubSubHubbub/SubscriberTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\PubSubHubbub; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Subsubhubbub - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SubscriberTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Reader/Entry/AtomStandaloneEntryTest.php b/tests/Zend/Feed/Reader/Entry/AtomStandaloneEntryTest.php index 712db0518a1..56e6397527c 100644 --- a/tests/Zend/Feed/Reader/Entry/AtomStandaloneEntryTest.php +++ b/tests/Zend/Feed/Reader/Entry/AtomStandaloneEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Entry; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Entry/AtomTest.php b/tests/Zend/Feed/Reader/Entry/AtomTest.php index 2f77eba0465..4d58453868a 100644 --- a/tests/Zend/Feed/Reader/Entry/AtomTest.php +++ b/tests/Zend/Feed/Reader/Entry/AtomTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Entry; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Entry/CommonTest.php b/tests/Zend/Feed/Reader/Entry/CommonTest.php index b0a41e170db..be416ccd774 100644 --- a/tests/Zend/Feed/Reader/Entry/CommonTest.php +++ b/tests/Zend/Feed/Reader/Entry/CommonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Entry; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Entry/RssTest.php b/tests/Zend/Feed/Reader/Entry/RssTest.php index f17d31a8b93..bccb350f3e9 100644 --- a/tests/Zend/Feed/Reader/Entry/RssTest.php +++ b/tests/Zend/Feed/Reader/Entry/RssTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Entry; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Feed/AtomSourceTest.php b/tests/Zend/Feed/Reader/Feed/AtomSourceTest.php index 916f6248f92..cc633a02c99 100644 --- a/tests/Zend/Feed/Reader/Feed/AtomSourceTest.php +++ b/tests/Zend/Feed/Reader/Feed/AtomSourceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Feed; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Feed/AtomTest.php b/tests/Zend/Feed/Reader/Feed/AtomTest.php index 13a67d3214f..f69f8d84ff3 100644 --- a/tests/Zend/Feed/Reader/Feed/AtomTest.php +++ b/tests/Zend/Feed/Reader/Feed/AtomTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Feed; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Feed/CommonTest.php b/tests/Zend/Feed/Reader/Feed/CommonTest.php index f152ac22109..98daa431322 100644 --- a/tests/Zend/Feed/Reader/Feed/CommonTest.php +++ b/tests/Zend/Feed/Reader/Feed/CommonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Feed; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Reader\Reader */ diff --git a/tests/Zend/Feed/Reader/Feed/RssTest.php b/tests/Zend/Feed/Reader/Feed/RssTest.php index d683d65b2ad..8030d9dd7d4 100644 --- a/tests/Zend/Feed/Reader/Feed/RssTest.php +++ b/tests/Zend/Feed/Reader/Feed/RssTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Feed; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Integration/H-OnlineComAtom10Test.php b/tests/Zend/Feed/Reader/Integration/H-OnlineComAtom10Test.php index 5d0efd50296..c28a307abc8 100644 --- a/tests/Zend/Feed/Reader/Integration/H-OnlineComAtom10Test.php +++ b/tests/Zend/Feed/Reader/Integration/H-OnlineComAtom10Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Integration; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Integration/LautDeRdfTest.php b/tests/Zend/Feed/Reader/Integration/LautDeRdfTest.php index 29cc7ea96cf..7da2a866de9 100644 --- a/tests/Zend/Feed/Reader/Integration/LautDeRdfTest.php +++ b/tests/Zend/Feed/Reader/Integration/LautDeRdfTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Integration; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Integration/PodcastRss2Test.php b/tests/Zend/Feed/Reader/Integration/PodcastRss2Test.php index 66989bd3d3a..6e9b354cfe8 100644 --- a/tests/Zend/Feed/Reader/Integration/PodcastRss2Test.php +++ b/tests/Zend/Feed/Reader/Integration/PodcastRss2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Integration; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Integration/WordpressAtom10Test.php b/tests/Zend/Feed/Reader/Integration/WordpressAtom10Test.php index d3cb14996f4..9c3647e6d35 100644 --- a/tests/Zend/Feed/Reader/Integration/WordpressAtom10Test.php +++ b/tests/Zend/Feed/Reader/Integration/WordpressAtom10Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Integration; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/Integration/WordpressRss2DcAtomTest.php b/tests/Zend/Feed/Reader/Integration/WordpressRss2DcAtomTest.php index b8e81482df4..2b3337c11bf 100644 --- a/tests/Zend/Feed/Reader/Integration/WordpressRss2DcAtomTest.php +++ b/tests/Zend/Feed/Reader/Integration/WordpressRss2DcAtomTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader\Integration; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/ReaderTest.php b/tests/Zend/Feed/Reader/ReaderTest.php index 4237d1e422c..e4f54e1f02e 100644 --- a/tests/Zend/Feed/Reader/ReaderTest.php +++ b/tests/Zend/Feed/Reader/ReaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Reader; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Feed * @group Zend_Feed_Reader */ diff --git a/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Entry.php b/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Entry.php index a38f2e16531..a82965b7d5c 100644 --- a/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Entry.php +++ b/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Entry.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace My\Extension\JungleBooks; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Entry extends Extension\AbstractEntry { diff --git a/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Feed.php b/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Feed.php index 22b0be4d093..a7f3a974b40 100644 --- a/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Feed.php +++ b/tests/Zend/Feed/Reader/_files/My/Extension/JungleBooks/Feed.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace My\Extension\JungleBooks; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Feed extends Extension\AbstractFeed { diff --git a/tests/Zend/Feed/Writer/DeletedTest.php b/tests/Zend/Feed/Writer/DeletedTest.php index b2a52943b3b..e31f40b4582 100644 --- a/tests/Zend/Feed/Writer/DeletedTest.php +++ b/tests/Zend/Feed/Writer/DeletedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer; @@ -30,8 +28,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License */ class DeletedTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Writer/EntryTest.php b/tests/Zend/Feed/Writer/EntryTest.php index ac00b9a970c..3bf4371bb16 100644 --- a/tests/Zend/Feed/Writer/EntryTest.php +++ b/tests/Zend/Feed/Writer/EntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer; @@ -30,8 +28,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class EntryTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Writer/Extension/ITunes/EntryTest.php b/tests/Zend/Feed/Writer/Extension/ITunes/EntryTest.php index a7f45265a20..d2fca62bec6 100644 --- a/tests/Zend/Feed/Writer/Extension/ITunes/EntryTest.php +++ b/tests/Zend/Feed/Writer/Extension/ITunes/EntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer\Extension\ITunes; @@ -28,8 +26,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License */ class EntryTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Writer/Extension/ITunes/FeedTest.php b/tests/Zend/Feed/Writer/Extension/ITunes/FeedTest.php index 50f5107e706..b77754c8d37 100644 --- a/tests/Zend/Feed/Writer/Extension/ITunes/FeedTest.php +++ b/tests/Zend/Feed/Writer/Extension/ITunes/FeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Json * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer\Extension\ITunes; @@ -28,8 +26,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer -* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) -* @license http://framework.zend.com/license/new-bsd New BSD License */ class FeedTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Writer/FeedTest.php b/tests/Zend/Feed/Writer/FeedTest.php index b886350fc92..ce7d18249b3 100644 --- a/tests/Zend/Feed/Writer/FeedTest.php +++ b/tests/Zend/Feed/Writer/FeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FeedTest extends \PHPUnit_Framework_TestCase { @@ -907,4 +903,4 @@ public function testAddsAndOrdersEntriesByDateIfRequested() $writer->orderByDate(); $this->assertEquals(1230000000, $writer->getEntry(1)->getDateCreated()->getTimestamp()); } -} \ No newline at end of file +} diff --git a/tests/Zend/Feed/Writer/Renderer/Entry/AtomTest.php b/tests/Zend/Feed/Writer/Renderer/Entry/AtomTest.php index abc9f26d1ad..79251defbb6 100644 --- a/tests/Zend/Feed/Writer/Renderer/Entry/AtomTest.php +++ b/tests/Zend/Feed/Writer/Renderer/Entry/AtomTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer\Renderer\Entry; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AtomTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Writer/Renderer/Entry/RssTest.php b/tests/Zend/Feed/Writer/Renderer/Entry/RssTest.php index 426f0c90940..157f6adc0dc 100644 --- a/tests/Zend/Feed/Writer/Renderer/Entry/RssTest.php +++ b/tests/Zend/Feed/Writer/Renderer/Entry/RssTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer\Renderer\Entry; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RssTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Writer/Renderer/Feed/AtomTest.php b/tests/Zend/Feed/Writer/Renderer/Feed/AtomTest.php index 737740868e3..f68ef3a45f5 100644 --- a/tests/Zend/Feed/Writer/Renderer/Feed/AtomTest.php +++ b/tests/Zend/Feed/Writer/Renderer/Feed/AtomTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer\Renderer\Feed; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AtomTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Feed/Writer/Renderer/Feed/RssTest.php b/tests/Zend/Feed/Writer/Renderer/Feed/RssTest.php index 95ff42bf635..25d08f5c2bc 100644 --- a/tests/Zend/Feed/Writer/Renderer/Feed/RssTest.php +++ b/tests/Zend/Feed/Writer/Renderer/Feed/RssTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Feed * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Feed\Writer\Renderer\Feed; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Feed * @group Zend_Feed_Writer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RssTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/File/ClassFileLocatorTest.php b/tests/Zend/File/ClassFileLocatorTest.php index a73f80a5dd6..a60db85614c 100644 --- a/tests/Zend/File/ClassFileLocatorTest.php +++ b/tests/Zend/File/ClassFileLocatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_File */ class ClassFileLocatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/File/TestAsset/LocatorShouldFindThis.php b/tests/Zend/File/TestAsset/LocatorShouldFindThis.php index 70de7ac84a6..513637b6c32 100644 --- a/tests/Zend/File/TestAsset/LocatorShouldFindThis.php +++ b/tests/Zend/File/TestAsset/LocatorShouldFindThis.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage Exception - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\File\TestAsset; @@ -24,8 +22,6 @@ /** * @package Zend_Loader * @subpackage Exception - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ interface LocatorShouldFindThis { diff --git a/tests/Zend/File/Transfer/Adapter/AbstractAdapterTestMockAdapter.php b/tests/Zend/File/Transfer/Adapter/AbstractAdapterTestMockAdapter.php index 58a3cd9766f..15d519f12c6 100644 --- a/tests/Zend/File/Transfer/Adapter/AbstractAdapterTestMockAdapter.php +++ b/tests/Zend/File/Transfer/Adapter/AbstractAdapterTestMockAdapter.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\File\Transfer\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_File */ class AbstractAdapterTestMockAdapter extends Adapter\AbstractAdapter diff --git a/tests/Zend/File/Transfer/Adapter/AbstractTest.php b/tests/Zend/File/Transfer/Adapter/AbstractTest.php index 72febc21297..92d023ff2dc 100644 --- a/tests/Zend/File/Transfer/Adapter/AbstractTest.php +++ b/tests/Zend/File/Transfer/Adapter/AbstractTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\File\Transfer\Adapter; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_File */ class AbstractTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/File/Transfer/Adapter/HttpTest.php b/tests/Zend/File/Transfer/Adapter/HttpTest.php index bbb70b66500..9c6c6429a6f 100644 --- a/tests/Zend/File/Transfer/Adapter/HttpTest.php +++ b/tests/Zend/File/Transfer/Adapter/HttpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -34,8 +32,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_File */ class HttpTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/File/Transfer/Adapter/HttpTestMockAdapter.php b/tests/Zend/File/Transfer/Adapter/HttpTestMockAdapter.php index f1d27d92bf3..585e418b4c6 100644 --- a/tests/Zend/File/Transfer/Adapter/HttpTestMockAdapter.php +++ b/tests/Zend/File/Transfer/Adapter/HttpTestMockAdapter.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\File\Transfer\Adapter; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_File */ class HttpTestMockAdapter extends Adapter\Http diff --git a/tests/Zend/Filter/BaseNameTest.php b/tests/Zend/Filter/BaseNameTest.php index 8060a8ede47..584f0c1a7df 100644 --- a/tests/Zend/Filter/BaseNameTest.php +++ b/tests/Zend/Filter/BaseNameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class BaseNameTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/BooleanTest.php b/tests/Zend/Filter/BooleanTest.php index 0c40b87e2a6..1ecc7ceb0ac 100644 --- a/tests/Zend/Filter/BooleanTest.php +++ b/tests/Zend/Filter/BooleanTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class BooleanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/CallbackTest.php b/tests/Zend/Filter/CallbackTest.php index 2ccc210eb1c..d39b0ca7a59 100644 --- a/tests/Zend/Filter/CallbackTest.php +++ b/tests/Zend/Filter/CallbackTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class CallbackTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Compress/Bz2Test.php b/tests/Zend/Filter/Compress/Bz2Test.php index f9b76810964..56cb965ce0c 100644 --- a/tests/Zend/Filter/Compress/Bz2Test.php +++ b/tests/Zend/Filter/Compress/Bz2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Compress; @@ -28,8 +26,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Bz2Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/Compress/GzTest.php b/tests/Zend/Filter/Compress/GzTest.php index 5f5e6130fc8..125b30c10eb 100644 --- a/tests/Zend/Filter/Compress/GzTest.php +++ b/tests/Zend/Filter/Compress/GzTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Compress; @@ -28,8 +26,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class GzTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/Compress/LzfTest.php b/tests/Zend/Filter/Compress/LzfTest.php index f9f6f3fe1c3..34921b60246 100644 --- a/tests/Zend/Filter/Compress/LzfTest.php +++ b/tests/Zend/Filter/Compress/LzfTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Compress; @@ -28,8 +26,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class LzfTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/Compress/RarTest.php b/tests/Zend/Filter/Compress/RarTest.php index ab51c28ca2c..e0f1cd5f306 100644 --- a/tests/Zend/Filter/Compress/RarTest.php +++ b/tests/Zend/Filter/Compress/RarTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Compress; @@ -28,8 +26,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RarTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/Compress/TarLoadArchiveTarTest.php b/tests/Zend/Filter/Compress/TarLoadArchiveTarTest.php index b00a929fa86..415f6171c80 100644 --- a/tests/Zend/Filter/Compress/TarLoadArchiveTarTest.php +++ b/tests/Zend/Filter/Compress/TarLoadArchiveTarTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Compress; @@ -30,8 +28,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class TarLoadArchveTarTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/Compress/TarTest.php b/tests/Zend/Filter/Compress/TarTest.php index 5f25056a074..a02ff348887 100644 --- a/tests/Zend/Filter/Compress/TarTest.php +++ b/tests/Zend/Filter/Compress/TarTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Compress; @@ -29,8 +27,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class TarTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/Compress/ZipTest.php b/tests/Zend/Filter/Compress/ZipTest.php index aaa4668840f..e9849a0a773 100644 --- a/tests/Zend/Filter/Compress/ZipTest.php +++ b/tests/Zend/Filter/Compress/ZipTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Compress; @@ -28,8 +26,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ZipTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/CompressTest.php b/tests/Zend/Filter/CompressTest.php index 593f4d24f2d..a0637c836cc 100644 --- a/tests/Zend/Filter/CompressTest.php +++ b/tests/Zend/Filter/CompressTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CompressTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/DecompressTest.php b/tests/Zend/Filter/DecompressTest.php index 0ae65ef0c1a..71af9f297da 100644 --- a/tests/Zend/Filter/DecompressTest.php +++ b/tests/Zend/Filter/DecompressTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @package Zend_Filter * @subpackage UnitTests * @group Zend_Filter - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DecompressTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Filter/DecryptTest.php b/tests/Zend/Filter/DecryptTest.php index bb89ea81c95..e95af1fcd83 100644 --- a/tests/Zend/Filter/DecryptTest.php +++ b/tests/Zend/Filter/DecryptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class DecryptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/DigitsTest.php b/tests/Zend/Filter/DigitsTest.php index 0f6e3789b38..9415baf0347 100644 --- a/tests/Zend/Filter/DigitsTest.php +++ b/tests/Zend/Filter/DigitsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class DigitsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/DirTest.php b/tests/Zend/Filter/DirTest.php index bb72d3fdaa3..a455e375c95 100644 --- a/tests/Zend/Filter/DirTest.php +++ b/tests/Zend/Filter/DirTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class DirTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Encrypt/McryptTest.php b/tests/Zend/Filter/Encrypt/McryptTest.php index ecaf485fffd..0200dc33868 100644 --- a/tests/Zend/Filter/Encrypt/McryptTest.php +++ b/tests/Zend/Filter/Encrypt/McryptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Encrypt; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class McryptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Encrypt/OpensslTest.php b/tests/Zend/Filter/Encrypt/OpensslTest.php index fc6f9494dc0..94822b47ff7 100644 --- a/tests/Zend/Filter/Encrypt/OpensslTest.php +++ b/tests/Zend/Filter/Encrypt/OpensslTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Encrypt; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class OpensslTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/EncryptTest.php b/tests/Zend/Filter/EncryptTest.php index 9bcd049bd79..efabef86f67 100644 --- a/tests/Zend/Filter/EncryptTest.php +++ b/tests/Zend/Filter/EncryptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class EncryptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/File/DecryptTest.php b/tests/Zend/Filter/File/DecryptTest.php index 2069c781ec9..5d7e66d6ede 100644 --- a/tests/Zend/Filter/File/DecryptTest.php +++ b/tests/Zend/Filter/File/DecryptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\File; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class DecryptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/File/EncryptTest.php b/tests/Zend/Filter/File/EncryptTest.php index 3a53b520391..8bc2e0d6451 100644 --- a/tests/Zend/Filter/File/EncryptTest.php +++ b/tests/Zend/Filter/File/EncryptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\File; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class EncryptTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/File/LowerCaseTest.php b/tests/Zend/Filter/File/LowerCaseTest.php index 163fc966450..af2ca9fbd91 100644 --- a/tests/Zend/Filter/File/LowerCaseTest.php +++ b/tests/Zend/Filter/File/LowerCaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class LowerCaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/File/RenameTest.php b/tests/Zend/Filter/File/RenameTest.php index cf88faf85a5..37b87c98e37 100644 --- a/tests/Zend/Filter/File/RenameTest.php +++ b/tests/Zend/Filter/File/RenameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class RenameTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/File/UpperCaseTest.php b/tests/Zend/Filter/File/UpperCaseTest.php index 2e65723b81a..d89091c9d25 100644 --- a/tests/Zend/Filter/File/UpperCaseTest.php +++ b/tests/Zend/Filter/File/UpperCaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class UpperCaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/FilterChainTest.php b/tests/Zend/Filter/FilterChainTest.php index 0aba4e7b17c..531f80cdeb2 100644 --- a/tests/Zend/Filter/FilterChainTest.php +++ b/tests/Zend/Filter/FilterChainTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class FilterChainTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/HtmlEntitiesTest.php b/tests/Zend/Filter/HtmlEntitiesTest.php index e1283307b65..642043dca8f 100644 --- a/tests/Zend/Filter/HtmlEntitiesTest.php +++ b/tests/Zend/Filter/HtmlEntitiesTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class HtmlEntitiesTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/InflectorTest.php b/tests/Zend/Filter/InflectorTest.php index 2dd41db3c71..a3cbdec9593 100644 --- a/tests/Zend/Filter/InflectorTest.php +++ b/tests/Zend/Filter/InflectorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class InflectorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/IntTest.php b/tests/Zend/Filter/IntTest.php index 573e96dee69..28d86610ceb 100644 --- a/tests/Zend/Filter/IntTest.php +++ b/tests/Zend/Filter/IntTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class IntTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/NullTest.php b/tests/Zend/Filter/NullTest.php index f2926961e0b..a37f75e90f5 100644 --- a/tests/Zend/Filter/NullTest.php +++ b/tests/Zend/Filter/NullTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class NullTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/PregReplaceTest.php b/tests/Zend/Filter/PregReplaceTest.php index 2edbbb4fbf7..36a948a2eb8 100644 --- a/tests/Zend/Filter/PregReplaceTest.php +++ b/tests/Zend/Filter/PregReplaceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class PregReplaceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/RealPathTest.php b/tests/Zend/Filter/RealPathTest.php index 95947309664..24946510d79 100644 --- a/tests/Zend/Filter/RealPathTest.php +++ b/tests/Zend/Filter/RealPathTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class RealPathTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/StaticFilterTest.php b/tests/Zend/Filter/StaticFilterTest.php index 4ea0334b08d..cf05c5302bc 100644 --- a/tests/Zend/Filter/StaticFilterTest.php +++ b/tests/Zend/Filter/StaticFilterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class StaticFilterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/StringToLowerTest.php b/tests/Zend/Filter/StringToLowerTest.php index e891932c284..ca4594e8667 100644 --- a/tests/Zend/Filter/StringToLowerTest.php +++ b/tests/Zend/Filter/StringToLowerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class StringToLowerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/StringToUpperTest.php b/tests/Zend/Filter/StringToUpperTest.php index f442a209c6a..6020f66eabe 100644 --- a/tests/Zend/Filter/StringToUpperTest.php +++ b/tests/Zend/Filter/StringToUpperTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class StringToUpperTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/StringTrimTest.php b/tests/Zend/Filter/StringTrimTest.php index d2193704d36..fddaf768d50 100644 --- a/tests/Zend/Filter/StringTrimTest.php +++ b/tests/Zend/Filter/StringTrimTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class StringTrimTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/StripNewlinesTest.php b/tests/Zend/Filter/StripNewlinesTest.php index 49176d7ebfd..470857013fb 100644 --- a/tests/Zend/Filter/StripNewlinesTest.php +++ b/tests/Zend/Filter/StripNewlinesTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class StripNewlinesTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/StripTagsTest.php b/tests/Zend/Filter/StripTagsTest.php index def35665e99..5a4313fa53f 100644 --- a/tests/Zend/Filter/StripTagsTest.php +++ b/tests/Zend/Filter/StripTagsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class StripTagsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/CamelCaseToDashTest.php b/tests/Zend/Filter/Word/CamelCaseToDashTest.php index 571e509d23d..517d0d247be 100644 --- a/tests/Zend/Filter/Word/CamelCaseToDashTest.php +++ b/tests/Zend/Filter/Word/CamelCaseToDashTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class CamelCaseToDashTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php b/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php index bdf963304ce..142e04a6883 100644 --- a/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php +++ b/tests/Zend/Filter/Word/CamelCaseToSeparatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class CamelCaseToSeparatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php b/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php index 7036735633e..d058e23a8bc 100644 --- a/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php +++ b/tests/Zend/Filter/Word/CamelCaseToUnderscoreTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class CamelCaseToUnderscoreTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/DashToCamelCaseTest.php b/tests/Zend/Filter/Word/DashToCamelCaseTest.php index 05bca2d1f7c..8faa4b213d4 100644 --- a/tests/Zend/Filter/Word/DashToCamelCaseTest.php +++ b/tests/Zend/Filter/Word/DashToCamelCaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class DashToCamelCaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/DashToSeparatorTest.php b/tests/Zend/Filter/Word/DashToSeparatorTest.php index d6c847c23f2..39d5b059bfe 100644 --- a/tests/Zend/Filter/Word/DashToSeparatorTest.php +++ b/tests/Zend/Filter/Word/DashToSeparatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class DashToSeparatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/DashToUnderscoreTest.php b/tests/Zend/Filter/Word/DashToUnderscoreTest.php index 61f2b575213..3b076e18e57 100644 --- a/tests/Zend/Filter/Word/DashToUnderscoreTest.php +++ b/tests/Zend/Filter/Word/DashToUnderscoreTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class DashToUnderscoreTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php b/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php index fccff372b8e..2002abcbc64 100644 --- a/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php +++ b/tests/Zend/Filter/Word/SeparatorToCamelCaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class SeparatorToCamelCaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/SeparatorToDashTest.php b/tests/Zend/Filter/Word/SeparatorToDashTest.php index 571404620b3..7e8a9f395ed 100644 --- a/tests/Zend/Filter/Word/SeparatorToDashTest.php +++ b/tests/Zend/Filter/Word/SeparatorToDashTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class SeparatorToDashTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php b/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php index 8c8aab42ecc..f4f73089456 100644 --- a/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php +++ b/tests/Zend/Filter/Word/SeparatorToSeparatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class SeparatorToSeparatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php b/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php index ee463239727..cc5148e76b4 100644 --- a/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php +++ b/tests/Zend/Filter/Word/UnderscoreToCamelCaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class UnderscoreToCamelCaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/UnderscoreToDashTest.php b/tests/Zend/Filter/Word/UnderscoreToDashTest.php index 6d8508751bd..3818aceb402 100644 --- a/tests/Zend/Filter/Word/UnderscoreToDashTest.php +++ b/tests/Zend/Filter/Word/UnderscoreToDashTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class UnderscoreToDashTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php b/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php index 63219386c03..864a7093630 100644 --- a/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php +++ b/tests/Zend/Filter/Word/UnderscoreToSeparatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter\Word; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class UnderscoreToSeparatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Filter/_files/TestNamespace/MyDigits.php b/tests/Zend/Filter/_files/TestNamespace/MyDigits.php index fd62e656969..5f4d76afee6 100644 --- a/tests/Zend/Filter/_files/TestNamespace/MyDigits.php +++ b/tests/Zend/Filter/_files/TestNamespace/MyDigits.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace TestNamespace; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MyDigits extends DigitsValidator { diff --git a/tests/Zend/Filter/_files/TestNamespace/StringEquals.php b/tests/Zend/Filter/_files/TestNamespace/StringEquals.php index 4f68e5f7318..89027f8fb6c 100644 --- a/tests/Zend/Filter/_files/TestNamespace/StringEquals.php +++ b/tests/Zend/Filter/_files/TestNamespace/StringEquals.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace TestNamespace; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StringEquals extends AbstractValidator { diff --git a/tests/Zend/Form/Annotation/AnnotationBuilderTest.php b/tests/Zend/Form/Annotation/AnnotationBuilderTest.php index 481ad1be23c..d5cf595e4db 100644 --- a/tests/Zend/Form/Annotation/AnnotationBuilderTest.php +++ b/tests/Zend/Form/Annotation/AnnotationBuilderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Annotation; diff --git a/tests/Zend/Form/Element/CaptchaTest.php b/tests/Zend/Form/Element/CaptchaTest.php index 63982f34c52..be9ac7c89f2 100644 --- a/tests/Zend/Form/Element/CaptchaTest.php +++ b/tests/Zend/Form/Element/CaptchaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/CollectionTest.php b/tests/Zend/Form/Element/CollectionTest.php index c62219b0b62..d1bd18dba9f 100644 --- a/tests/Zend/Form/Element/CollectionTest.php +++ b/tests/Zend/Form/Element/CollectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/ColorTest.php b/tests/Zend/Form/Element/ColorTest.php index a62ab47e29a..2d03924aa8c 100644 --- a/tests/Zend/Form/Element/ColorTest.php +++ b/tests/Zend/Form/Element/ColorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/CsrfTest.php b/tests/Zend/Form/Element/CsrfTest.php index a63e77683c9..292d3b836d4 100644 --- a/tests/Zend/Form/Element/CsrfTest.php +++ b/tests/Zend/Form/Element/CsrfTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/DateTest.php b/tests/Zend/Form/Element/DateTest.php index b5ada4a81f4..d2798d969a0 100644 --- a/tests/Zend/Form/Element/DateTest.php +++ b/tests/Zend/Form/Element/DateTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/DateTimeLocalTest.php b/tests/Zend/Form/Element/DateTimeLocalTest.php index 38f9539ef64..aab3e253b23 100644 --- a/tests/Zend/Form/Element/DateTimeLocalTest.php +++ b/tests/Zend/Form/Element/DateTimeLocalTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/DateTimeTest.php b/tests/Zend/Form/Element/DateTimeTest.php index 3a18b0847b6..78fa5ea306c 100644 --- a/tests/Zend/Form/Element/DateTimeTest.php +++ b/tests/Zend/Form/Element/DateTimeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/EmailTest.php b/tests/Zend/Form/Element/EmailTest.php index 1ac33d66b25..43e083322f5 100644 --- a/tests/Zend/Form/Element/EmailTest.php +++ b/tests/Zend/Form/Element/EmailTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/MonthTest.php b/tests/Zend/Form/Element/MonthTest.php index 38cf97d23d1..69b65ec4758 100644 --- a/tests/Zend/Form/Element/MonthTest.php +++ b/tests/Zend/Form/Element/MonthTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/NumberTest.php b/tests/Zend/Form/Element/NumberTest.php index 3cf23c42375..4755b8307ce 100644 --- a/tests/Zend/Form/Element/NumberTest.php +++ b/tests/Zend/Form/Element/NumberTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/RangeTest.php b/tests/Zend/Form/Element/RangeTest.php index 9b335785fc4..0d035612552 100644 --- a/tests/Zend/Form/Element/RangeTest.php +++ b/tests/Zend/Form/Element/RangeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/TimeTest.php b/tests/Zend/Form/Element/TimeTest.php index 49b484753ab..439a57f784e 100644 --- a/tests/Zend/Form/Element/TimeTest.php +++ b/tests/Zend/Form/Element/TimeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/Element/UrlTest.php b/tests/Zend/Form/Element/UrlTest.php index e3ab7fe5ee1..77d91789953 100644 --- a/tests/Zend/Form/Element/UrlTest.php +++ b/tests/Zend/Form/Element/UrlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; @@ -55,4 +53,4 @@ public function testProvidesInputSpecificationThatIncludesValidatorsBasedOnAttri } } } -} \ No newline at end of file +} diff --git a/tests/Zend/Form/Element/WeekTest.php b/tests/Zend/Form/Element/WeekTest.php index bfeeb818555..471e9720ba4 100644 --- a/tests/Zend/Form/Element/WeekTest.php +++ b/tests/Zend/Form/Element/WeekTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\Element; diff --git a/tests/Zend/Form/ElementTest.php b/tests/Zend/Form/ElementTest.php index 8a6913d5755..33d4142d08d 100644 --- a/tests/Zend/Form/ElementTest.php +++ b/tests/Zend/Form/ElementTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ElementTest extends TestCase { diff --git a/tests/Zend/Form/FactoryTest.php b/tests/Zend/Form/FactoryTest.php index 242e54b1620..d1630cbb61e 100644 --- a/tests/Zend/Form/FactoryTest.php +++ b/tests/Zend/Form/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FactoryTest extends TestCase { diff --git a/tests/Zend/Form/FieldsetTest.php b/tests/Zend/Form/FieldsetTest.php index 83f99707750..396aef9f884 100644 --- a/tests/Zend/Form/FieldsetTest.php +++ b/tests/Zend/Form/FieldsetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FieldsetTest extends TestCase { diff --git a/tests/Zend/Form/FormTest.php b/tests/Zend/Form/FormTest.php index d4908997401..e6a84a2f870 100644 --- a/tests/Zend/Form/FormTest.php +++ b/tests/Zend/Form/FormTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form; diff --git a/tests/Zend/Form/TestAsset/BasicFieldset.php b/tests/Zend/Form/TestAsset/BasicFieldset.php index 1579acf7d6d..a8426956585 100644 --- a/tests/Zend/Form/TestAsset/BasicFieldset.php +++ b/tests/Zend/Form/TestAsset/BasicFieldset.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; diff --git a/tests/Zend/Form/TestAsset/ElementWithFilter.php b/tests/Zend/Form/TestAsset/ElementWithFilter.php index 5b95ba79124..fc5ed857893 100644 --- a/tests/Zend/Form/TestAsset/ElementWithFilter.php +++ b/tests/Zend/Form/TestAsset/ElementWithFilter.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; diff --git a/tests/Zend/Form/TestAsset/FieldsetWithInputFilter.php b/tests/Zend/Form/TestAsset/FieldsetWithInputFilter.php index ad4760574a9..2bd05db47b6 100644 --- a/tests/Zend/Form/TestAsset/FieldsetWithInputFilter.php +++ b/tests/Zend/Form/TestAsset/FieldsetWithInputFilter.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; diff --git a/tests/Zend/Form/TestAsset/FormCollection.php b/tests/Zend/Form/TestAsset/FormCollection.php index 28cf0e00899..aa1265052e6 100644 --- a/tests/Zend/Form/TestAsset/FormCollection.php +++ b/tests/Zend/Form/TestAsset/FormCollection.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; diff --git a/tests/Zend/Form/TestAsset/InputFilter.php b/tests/Zend/Form/TestAsset/InputFilter.php index 001d2240ba1..015d4deb7eb 100644 --- a/tests/Zend/Form/TestAsset/InputFilter.php +++ b/tests/Zend/Form/TestAsset/InputFilter.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class InputFilter extends InputFilterBase { diff --git a/tests/Zend/Form/TestAsset/Model.php b/tests/Zend/Form/TestAsset/Model.php index 41c8e3ee2a4..fec9dfe7436 100644 --- a/tests/Zend/Form/TestAsset/Model.php +++ b/tests/Zend/Form/TestAsset/Model.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Model implements ArraySerializableInterface { diff --git a/tests/Zend/Form/TestAsset/NestedFieldset.php b/tests/Zend/Form/TestAsset/NestedFieldset.php index efa1319de5d..fb89f1c0a2f 100644 --- a/tests/Zend/Form/TestAsset/NestedFieldset.php +++ b/tests/Zend/Form/TestAsset/NestedFieldset.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; diff --git a/tests/Zend/Form/TestAsset/ValidatingModel.php b/tests/Zend/Form/TestAsset/ValidatingModel.php index f52884f1a31..fe64cedc87e 100644 --- a/tests/Zend/Form/TestAsset/ValidatingModel.php +++ b/tests/Zend/Form/TestAsset/ValidatingModel.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\TestAsset; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ValidatingModel extends Model implements InputFilterAwareInterface { diff --git a/tests/Zend/Form/View/Helper/Captcha/DumbTest.php b/tests/Zend/Form/View/Helper/Captcha/DumbTest.php index 5ef06bb4065..b59f2a7c014 100644 --- a/tests/Zend/Form/View/Helper/Captcha/DumbTest.php +++ b/tests/Zend/Form/View/Helper/Captcha/DumbTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper\Captcha; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DumbTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/Captcha/FigletTest.php b/tests/Zend/Form/View/Helper/Captcha/FigletTest.php index c6431363597..4674fef790b 100644 --- a/tests/Zend/Form/View/Helper/Captcha/FigletTest.php +++ b/tests/Zend/Form/View/Helper/Captcha/FigletTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper\Captcha; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FigletTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/Captcha/ImageTest.php b/tests/Zend/Form/View/Helper/Captcha/ImageTest.php index c92b67e99aa..2c2d910b576 100644 --- a/tests/Zend/Form/View/Helper/Captcha/ImageTest.php +++ b/tests/Zend/Form/View/Helper/Captcha/ImageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper\Captcha; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ImageTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/Captcha/ReCaptchaTest.php b/tests/Zend/Form/View/Helper/Captcha/ReCaptchaTest.php index 9f70cc544f2..d2fe279896d 100644 --- a/tests/Zend/Form/View/Helper/Captcha/ReCaptchaTest.php +++ b/tests/Zend/Form/View/Helper/Captcha/ReCaptchaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper\Captcha; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ReCaptchaTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/CommonTestCase.php b/tests/Zend/Form/View/Helper/CommonTestCase.php index ba775f5874f..75bba0970f1 100644 --- a/tests/Zend/Form/View/Helper/CommonTestCase.php +++ b/tests/Zend/Form/View/Helper/CommonTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class CommonTestCase extends TestCase { diff --git a/tests/Zend/Form/View/Helper/FormButtonTest.php b/tests/Zend/Form/View/Helper/FormButtonTest.php index e096fcf38a3..deb64e2013a 100644 --- a/tests/Zend/Form/View/Helper/FormButtonTest.php +++ b/tests/Zend/Form/View/Helper/FormButtonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Form * @subpackage View - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormButtonTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormCaptchaTest.php b/tests/Zend/Form/View/Helper/FormCaptchaTest.php index c7d1ee4346e..8d1636c8e2e 100644 --- a/tests/Zend/Form/View/Helper/FormCaptchaTest.php +++ b/tests/Zend/Form/View/Helper/FormCaptchaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Form * @subpackage View - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormCaptchaTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormCheckboxTest.php b/tests/Zend/Form/View/Helper/FormCheckboxTest.php index 0598a22e4cb..6b159dee0a3 100644 --- a/tests/Zend/Form/View/Helper/FormCheckboxTest.php +++ b/tests/Zend/Form/View/Helper/FormCheckboxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormCheckboxTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormCollectionTest.php b/tests/Zend/Form/View/Helper/FormCollectionTest.php index 2dcab4b1ddd..4bd66d92587 100644 --- a/tests/Zend/Form/View/Helper/FormCollectionTest.php +++ b/tests/Zend/Form/View/Helper/FormCollectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormCollectionTest extends TestCase { diff --git a/tests/Zend/Form/View/Helper/FormColorTest.php b/tests/Zend/Form/View/Helper/FormColorTest.php index 44b430dfcf8..84047ba73c3 100644 --- a/tests/Zend/Form/View/Helper/FormColorTest.php +++ b/tests/Zend/Form/View/Helper/FormColorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormColorTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormDateTest.php b/tests/Zend/Form/View/Helper/FormDateTest.php index dd4c8dbb887..c8d62626a3a 100644 --- a/tests/Zend/Form/View/Helper/FormDateTest.php +++ b/tests/Zend/Form/View/Helper/FormDateTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormDateTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormDateTimeLocalTest.php b/tests/Zend/Form/View/Helper/FormDateTimeLocalTest.php index 7a82c2c6c7d..abd077b870f 100644 --- a/tests/Zend/Form/View/Helper/FormDateTimeLocalTest.php +++ b/tests/Zend/Form/View/Helper/FormDateTimeLocalTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormDateTimeLocalTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormDateTimeTest.php b/tests/Zend/Form/View/Helper/FormDateTimeTest.php index 4aa78fac25b..39f14a42f66 100644 --- a/tests/Zend/Form/View/Helper/FormDateTimeTest.php +++ b/tests/Zend/Form/View/Helper/FormDateTimeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormDateTimeTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormElementErrorsTest.php b/tests/Zend/Form/View/Helper/FormElementErrorsTest.php index 3f600becf13..4ed82679720 100644 --- a/tests/Zend/Form/View/Helper/FormElementErrorsTest.php +++ b/tests/Zend/Form/View/Helper/FormElementErrorsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormElementErrorsTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormElementTest.php b/tests/Zend/Form/View/Helper/FormElementTest.php index b3c38a12451..2ad22c04d58 100644 --- a/tests/Zend/Form/View/Helper/FormElementTest.php +++ b/tests/Zend/Form/View/Helper/FormElementTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormElementTest extends TestCase { diff --git a/tests/Zend/Form/View/Helper/FormEmailTest.php b/tests/Zend/Form/View/Helper/FormEmailTest.php index 8210e0352a9..51d9ae3d3a2 100644 --- a/tests/Zend/Form/View/Helper/FormEmailTest.php +++ b/tests/Zend/Form/View/Helper/FormEmailTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormEmailTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormFileTest.php b/tests/Zend/Form/View/Helper/FormFileTest.php index cf2042b9f7b..1d7c10ceddf 100644 --- a/tests/Zend/Form/View/Helper/FormFileTest.php +++ b/tests/Zend/Form/View/Helper/FormFileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormFileTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormHiddenTest.php b/tests/Zend/Form/View/Helper/FormHiddenTest.php index 92093569400..72664c4b9d1 100644 --- a/tests/Zend/Form/View/Helper/FormHiddenTest.php +++ b/tests/Zend/Form/View/Helper/FormHiddenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormHiddenTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormImageTest.php b/tests/Zend/Form/View/Helper/FormImageTest.php index db94d50bd9a..dfd3cf1eb22 100644 --- a/tests/Zend/Form/View/Helper/FormImageTest.php +++ b/tests/Zend/Form/View/Helper/FormImageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormImageTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormInputTest.php b/tests/Zend/Form/View/Helper/FormInputTest.php index cbce687d0d2..a68b2a8e689 100644 --- a/tests/Zend/Form/View/Helper/FormInputTest.php +++ b/tests/Zend/Form/View/Helper/FormInputTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormInputTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormLabelTest.php b/tests/Zend/Form/View/Helper/FormLabelTest.php index 0792f9eac65..f60c52f28b2 100644 --- a/tests/Zend/Form/View/Helper/FormLabelTest.php +++ b/tests/Zend/Form/View/Helper/FormLabelTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Form * @subpackage View - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormLabelTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormMonthTest.php b/tests/Zend/Form/View/Helper/FormMonthTest.php index a45649c9d8b..affbc5668e2 100644 --- a/tests/Zend/Form/View/Helper/FormMonthTest.php +++ b/tests/Zend/Form/View/Helper/FormMonthTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormMonthTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormMultiCheckboxTest.php b/tests/Zend/Form/View/Helper/FormMultiCheckboxTest.php index 197bf2c5b39..45cb6a24136 100644 --- a/tests/Zend/Form/View/Helper/FormMultiCheckboxTest.php +++ b/tests/Zend/Form/View/Helper/FormMultiCheckboxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormMultiCheckboxTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormNumberTest.php b/tests/Zend/Form/View/Helper/FormNumberTest.php index d216bce9d85..31610dfc6fc 100644 --- a/tests/Zend/Form/View/Helper/FormNumberTest.php +++ b/tests/Zend/Form/View/Helper/FormNumberTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormNumberTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormPasswordTest.php b/tests/Zend/Form/View/Helper/FormPasswordTest.php index 5a58c015e5c..03f6bcbfde5 100644 --- a/tests/Zend/Form/View/Helper/FormPasswordTest.php +++ b/tests/Zend/Form/View/Helper/FormPasswordTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormPasswordTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormRadioTest.php b/tests/Zend/Form/View/Helper/FormRadioTest.php index 56ac764b146..5bb70cea725 100644 --- a/tests/Zend/Form/View/Helper/FormRadioTest.php +++ b/tests/Zend/Form/View/Helper/FormRadioTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormRadioTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormRangeTest.php b/tests/Zend/Form/View/Helper/FormRangeTest.php index c312adfb8a5..3c8c280656f 100644 --- a/tests/Zend/Form/View/Helper/FormRangeTest.php +++ b/tests/Zend/Form/View/Helper/FormRangeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormRangeTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormResetTest.php b/tests/Zend/Form/View/Helper/FormResetTest.php index ec7cf86a455..82accddbe9e 100644 --- a/tests/Zend/Form/View/Helper/FormResetTest.php +++ b/tests/Zend/Form/View/Helper/FormResetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormResetTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormRowTest.php b/tests/Zend/Form/View/Helper/FormRowTest.php index d1097d90560..efbda20d461 100644 --- a/tests/Zend/Form/View/Helper/FormRowTest.php +++ b/tests/Zend/Form/View/Helper/FormRowTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormRowTest extends TestCase { diff --git a/tests/Zend/Form/View/Helper/FormSelectTest.php b/tests/Zend/Form/View/Helper/FormSelectTest.php index 63b7dde4be3..18e7b9466da 100644 --- a/tests/Zend/Form/View/Helper/FormSelectTest.php +++ b/tests/Zend/Form/View/Helper/FormSelectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; diff --git a/tests/Zend/Form/View/Helper/FormSubmitTest.php b/tests/Zend/Form/View/Helper/FormSubmitTest.php index 3b8cf7d7843..6afbb627837 100644 --- a/tests/Zend/Form/View/Helper/FormSubmitTest.php +++ b/tests/Zend/Form/View/Helper/FormSubmitTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormSubmitTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormTelTest.php b/tests/Zend/Form/View/Helper/FormTelTest.php index b8fb1f7e690..80fdc2ac384 100644 --- a/tests/Zend/Form/View/Helper/FormTelTest.php +++ b/tests/Zend/Form/View/Helper/FormTelTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormTelTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormTest.php b/tests/Zend/Form/View/Helper/FormTest.php index f034871ca82..64d805c044c 100644 --- a/tests/Zend/Form/View/Helper/FormTest.php +++ b/tests/Zend/Form/View/Helper/FormTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Form * @subpackage View - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormTextTest.php b/tests/Zend/Form/View/Helper/FormTextTest.php index e5ad6095a26..156ec801e2b 100644 --- a/tests/Zend/Form/View/Helper/FormTextTest.php +++ b/tests/Zend/Form/View/Helper/FormTextTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormTextTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormTextareaTest.php b/tests/Zend/Form/View/Helper/FormTextareaTest.php index 833de2b817f..7e6f65df7c7 100644 --- a/tests/Zend/Form/View/Helper/FormTextareaTest.php +++ b/tests/Zend/Form/View/Helper/FormTextareaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormTextareaTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormTimeTest.php b/tests/Zend/Form/View/Helper/FormTimeTest.php index d1efa90d6c2..c9c1e7d6ee4 100644 --- a/tests/Zend/Form/View/Helper/FormTimeTest.php +++ b/tests/Zend/Form/View/Helper/FormTimeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormTimeTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormUrlTest.php b/tests/Zend/Form/View/Helper/FormUrlTest.php index 6afe779d52a..8ee3df44469 100644 --- a/tests/Zend/Form/View/Helper/FormUrlTest.php +++ b/tests/Zend/Form/View/Helper/FormUrlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormUrlTest extends CommonTestCase { diff --git a/tests/Zend/Form/View/Helper/FormWeekTest.php b/tests/Zend/Form/View/Helper/FormWeekTest.php index 98ba688bcb9..46e3c7ab1c3 100644 --- a/tests/Zend/Form/View/Helper/FormWeekTest.php +++ b/tests/Zend/Form/View/Helper/FormWeekTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Form\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Form * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormWeekTest extends CommonTestCase { diff --git a/tests/Zend/GData/Analytics/AccountFeedTest.php b/tests/Zend/GData/Analytics/AccountFeedTest.php index 0d7ba50e677..8c397bfca90 100644 --- a/tests/Zend/GData/Analytics/AccountFeedTest.php +++ b/tests/Zend/GData/Analytics/AccountFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Analytics * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Analytics; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Gdata_Analytics * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Analytics */ diff --git a/tests/Zend/GData/Analytics/DataFeedTest.php b/tests/Zend/GData/Analytics/DataFeedTest.php index 1fbea332420..df03fd9f8bc 100644 --- a/tests/Zend/GData/Analytics/DataFeedTest.php +++ b/tests/Zend/GData/Analytics/DataFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Analytics * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Analytics; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Gdata_Analytics * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Analytics */ diff --git a/tests/Zend/GData/Analytics/DataQueryTest.php b/tests/Zend/GData/Analytics/DataQueryTest.php index 501a15ed440..a47fe15f707 100644 --- a/tests/Zend/GData/Analytics/DataQueryTest.php +++ b/tests/Zend/GData/Analytics/DataQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Analytics * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Analytics; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Analytics * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Analytics */ diff --git a/tests/Zend/GData/App/AuthorTest.php b/tests/Zend/GData/App/AuthorTest.php index 0adfb67a006..1c7e684e05e 100644 --- a/tests/Zend/GData/App/AuthorTest.php +++ b/tests/Zend/GData/App/AuthorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/BaseTest.php b/tests/Zend/GData/App/BaseTest.php index 6a1b617d1c1..1ab494755a9 100644 --- a/tests/Zend/GData/App/BaseTest.php +++ b/tests/Zend/GData/App/BaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/CaptchaRequiredExceptionTest.php b/tests/Zend/GData/App/CaptchaRequiredExceptionTest.php index 770bb43cf5a..9f61ebe77d8 100644 --- a/tests/Zend/GData/App/CaptchaRequiredExceptionTest.php +++ b/tests/Zend/GData/App/CaptchaRequiredExceptionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/CategoryTest.php b/tests/Zend/GData/App/CategoryTest.php index 9fc321a3bfe..1d0b2bc6d0f 100644 --- a/tests/Zend/GData/App/CategoryTest.php +++ b/tests/Zend/GData/App/CategoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/ContentTest.php b/tests/Zend/GData/App/ContentTest.php index 28d565ac625..b7c34f55328 100644 --- a/tests/Zend/GData/App/ContentTest.php +++ b/tests/Zend/GData/App/ContentTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/ControlTest.php b/tests/Zend/GData/App/ControlTest.php index faaa868aba4..25da873baa7 100644 --- a/tests/Zend/GData/App/ControlTest.php +++ b/tests/Zend/GData/App/ControlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/EntryTest.php b/tests/Zend/GData/App/EntryTest.php index 4c0d47fbd7b..b386dea202d 100644 --- a/tests/Zend/GData/App/EntryTest.php +++ b/tests/Zend/GData/App/EntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/FeedTest.php b/tests/Zend/GData/App/FeedTest.php index b3bd7f0c76c..9ce50885611 100644 --- a/tests/Zend/GData/App/FeedTest.php +++ b/tests/Zend/GData/App/FeedTest.php @@ -16,8 +16,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/GeneratorTest.php b/tests/Zend/GData/App/GeneratorTest.php index cb554cbe266..d4cba5df457 100644 --- a/tests/Zend/GData/App/GeneratorTest.php +++ b/tests/Zend/GData/App/GeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/HttpExceptionTest.php b/tests/Zend/GData/App/HttpExceptionTest.php index fc25bf55d11..cbae204f4e3 100644 --- a/tests/Zend/GData/App/HttpExceptionTest.php +++ b/tests/Zend/GData/App/HttpExceptionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/App/TestAsset/MockBase.php b/tests/Zend/GData/App/TestAsset/MockBase.php index 6a3e949485f..e16996a3cc9 100644 --- a/tests/Zend/GData/App/TestAsset/MockBase.php +++ b/tests/Zend/GData/App/TestAsset/MockBase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App\TestAsset; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_GData * @subpackage Unittests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockBase extends AbstractBase diff --git a/tests/Zend/GData/App/UtilTest.php b/tests/Zend/GData/App/UtilTest.php index f80b65c99d9..c1c6a217d37 100644 --- a/tests/Zend/GData/App/UtilTest.php +++ b/tests/Zend/GData/App/UtilTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\App; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/AppTest.php b/tests/Zend/GData/AppTest.php index 68da12cdf11..0fb82b842e1 100644 --- a/tests/Zend/GData/AppTest.php +++ b/tests/Zend/GData/AppTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_App * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_App */ diff --git a/tests/Zend/GData/AttendeeStatusTest.php b/tests/Zend/GData/AttendeeStatusTest.php index 4b6362d2ca9..598e88e17fe 100644 --- a/tests/Zend/GData/AttendeeStatusTest.php +++ b/tests/Zend/GData/AttendeeStatusTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class AttendeeStatusTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/AttendeeTypeTest.php b/tests/Zend/GData/AttendeeTypeTest.php index 7adc036ddb1..0479ba8237e 100644 --- a/tests/Zend/GData/AttendeeTypeTest.php +++ b/tests/Zend/GData/AttendeeTypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class AttendeeTypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/AuthSubTest.php b/tests/Zend/GData/AuthSubTest.php index e642fd1cd03..9b7734ade8a 100644 --- a/tests/Zend/GData/AuthSubTest.php +++ b/tests/Zend/GData/AuthSubTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_Gdata_AuthSub */ diff --git a/tests/Zend/GData/Books/CollectionEntryTest.php b/tests/Zend/GData/Books/CollectionEntryTest.php index 9a74a801b8c..c83cda0d7ee 100644 --- a/tests/Zend/GData/Books/CollectionEntryTest.php +++ b/tests/Zend/GData/Books/CollectionEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Books; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Books */ diff --git a/tests/Zend/GData/Books/CollectionFeedTest.php b/tests/Zend/GData/Books/CollectionFeedTest.php index a610372a7f8..c6183f620c6 100644 --- a/tests/Zend/GData/Books/CollectionFeedTest.php +++ b/tests/Zend/GData/Books/CollectionFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Books; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Books */ diff --git a/tests/Zend/GData/Books/VolumeEntryTest.php b/tests/Zend/GData/Books/VolumeEntryTest.php index 01d3fb38326..d8ae78a258d 100644 --- a/tests/Zend/GData/Books/VolumeEntryTest.php +++ b/tests/Zend/GData/Books/VolumeEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Books; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Books */ diff --git a/tests/Zend/GData/Books/VolumeFeedTest.php b/tests/Zend/GData/Books/VolumeFeedTest.php index b7cdd4b5fc6..bff0042a542 100644 --- a/tests/Zend/GData/Books/VolumeFeedTest.php +++ b/tests/Zend/GData/Books/VolumeFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Books; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Books */ diff --git a/tests/Zend/GData/BooksOnlineTest.php b/tests/Zend/GData/BooksOnlineTest.php index ccafb04f52c..6697705901d 100644 --- a/tests/Zend/GData/BooksOnlineTest.php +++ b/tests/Zend/GData/BooksOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Books */ diff --git a/tests/Zend/GData/BooksTest.php b/tests/Zend/GData/BooksTest.php index e3300d8f2c4..39ed34c1d7c 100644 --- a/tests/Zend/GData/BooksTest.php +++ b/tests/Zend/GData/BooksTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Books * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Books */ diff --git a/tests/Zend/GData/Calendar/AccessLevelTest.php b/tests/Zend/GData/Calendar/AccessLevelTest.php index 26af33dc27b..59e68b27a1d 100644 --- a/tests/Zend/GData/Calendar/AccessLevelTest.php +++ b/tests/Zend/GData/Calendar/AccessLevelTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/ColorTest.php b/tests/Zend/GData/Calendar/ColorTest.php index 6de18295001..c96b95371bc 100644 --- a/tests/Zend/GData/Calendar/ColorTest.php +++ b/tests/Zend/GData/Calendar/ColorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/EventEntryTest.php b/tests/Zend/GData/Calendar/EventEntryTest.php index 27a07caad62..9d6afbb04ea 100644 --- a/tests/Zend/GData/Calendar/EventEntryTest.php +++ b/tests/Zend/GData/Calendar/EventEntryTest.php @@ -16,8 +16,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/EventQueryExceptionTest.php b/tests/Zend/GData/Calendar/EventQueryExceptionTest.php index 944d2a6f324..0b577d77678 100644 --- a/tests/Zend/GData/Calendar/EventQueryExceptionTest.php +++ b/tests/Zend/GData/Calendar/EventQueryExceptionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/EventQueryTest.php b/tests/Zend/GData/Calendar/EventQueryTest.php index fc423adfb1e..114d0701359 100644 --- a/tests/Zend/GData/Calendar/EventQueryTest.php +++ b/tests/Zend/GData/Calendar/EventQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/HiddenTest.php b/tests/Zend/GData/Calendar/HiddenTest.php index bfdcfa38a69..4776a4bf8ed 100644 --- a/tests/Zend/GData/Calendar/HiddenTest.php +++ b/tests/Zend/GData/Calendar/HiddenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/LinkTest.php b/tests/Zend/GData/Calendar/LinkTest.php index cf07f420a2c..8f91dcda5f8 100644 --- a/tests/Zend/GData/Calendar/LinkTest.php +++ b/tests/Zend/GData/Calendar/LinkTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/QuickAddTest.php b/tests/Zend/GData/Calendar/QuickAddTest.php index 4e89e892f3e..42faba1a0e6 100644 --- a/tests/Zend/GData/Calendar/QuickAddTest.php +++ b/tests/Zend/GData/Calendar/QuickAddTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/SelectedTest.php b/tests/Zend/GData/Calendar/SelectedTest.php index 52cd5516665..7e4d176e9a7 100644 --- a/tests/Zend/GData/Calendar/SelectedTest.php +++ b/tests/Zend/GData/Calendar/SelectedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/SendEventNotificationsTest.php b/tests/Zend/GData/Calendar/SendEventNotificationsTest.php index 5f6a6590874..ea2c91d5922 100644 --- a/tests/Zend/GData/Calendar/SendEventNotificationsTest.php +++ b/tests/Zend/GData/Calendar/SendEventNotificationsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/TimezoneTest.php b/tests/Zend/GData/Calendar/TimezoneTest.php index 0b3c4ce2fca..71d3ca60304 100644 --- a/tests/Zend/GData/Calendar/TimezoneTest.php +++ b/tests/Zend/GData/Calendar/TimezoneTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/Calendar/WebContentTest.php b/tests/Zend/GData/Calendar/WebContentTest.php index 713eb540a9d..be99195af93 100644 --- a/tests/Zend/GData/Calendar/WebContentTest.php +++ b/tests/Zend/GData/Calendar/WebContentTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Calendar; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/CalendarEventTest.php b/tests/Zend/GData/CalendarEventTest.php index b4225a376f0..cf391b53535 100644 --- a/tests/Zend/GData/CalendarEventTest.php +++ b/tests/Zend/GData/CalendarEventTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/CalendarFeedCompositeTest.php b/tests/Zend/GData/CalendarFeedCompositeTest.php index e758a67fc62..df14d20d0d8 100644 --- a/tests/Zend/GData/CalendarFeedCompositeTest.php +++ b/tests/Zend/GData/CalendarFeedCompositeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/CalendarFeedTest.php b/tests/Zend/GData/CalendarFeedTest.php index dbee2879d9b..d0f2b0a1391 100644 --- a/tests/Zend/GData/CalendarFeedTest.php +++ b/tests/Zend/GData/CalendarFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/CalendarOnlineTest.php b/tests/Zend/GData/CalendarOnlineTest.php index b82d9a7c74c..a579d0bf1cb 100644 --- a/tests/Zend/GData/CalendarOnlineTest.php +++ b/tests/Zend/GData/CalendarOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/CalendarTest.php b/tests/Zend/GData/CalendarTest.php index 7a480e0aa87..493e8f5a6a8 100644 --- a/tests/Zend/GData/CalendarTest.php +++ b/tests/Zend/GData/CalendarTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Calendar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Calendar */ diff --git a/tests/Zend/GData/CommentsTest.php b/tests/Zend/GData/CommentsTest.php index 5c4f78fb9c4..478dc4a19aa 100644 --- a/tests/Zend/GData/CommentsTest.php +++ b/tests/Zend/GData/CommentsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class CommentsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/Docs/DocumentListEntryTest.php b/tests/Zend/GData/Docs/DocumentListEntryTest.php index 762aed25a2f..85dd262417b 100644 --- a/tests/Zend/GData/Docs/DocumentListEntryTest.php +++ b/tests/Zend/GData/Docs/DocumentListEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Docs; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Docsj * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Docsj */ diff --git a/tests/Zend/GData/Docs/DocumentListFeedTest.php b/tests/Zend/GData/Docs/DocumentListFeedTest.php index fe81488fe9f..4c029400407 100644 --- a/tests/Zend/GData/Docs/DocumentListFeedTest.php +++ b/tests/Zend/GData/Docs/DocumentListFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Docs; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Docs */ diff --git a/tests/Zend/GData/Docs/QueryTest.php b/tests/Zend/GData/Docs/QueryTest.php index ce8f6e5763d..b878814d00d 100644 --- a/tests/Zend/GData/Docs/QueryTest.php +++ b/tests/Zend/GData/Docs/QueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Docs; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Docs */ diff --git a/tests/Zend/GData/DocsOnlineTest.php b/tests/Zend/GData/DocsOnlineTest.php index b79f8fe5436..588ee7788e3 100644 --- a/tests/Zend/GData/DocsOnlineTest.php +++ b/tests/Zend/GData/DocsOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Docs */ diff --git a/tests/Zend/GData/DocsTest.php b/tests/Zend/GData/DocsTest.php index 25a4b04fbc6..d600747f46e 100644 --- a/tests/Zend/GData/DocsTest.php +++ b/tests/Zend/GData/DocsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Docs * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Docs */ diff --git a/tests/Zend/GData/EntryLinkTest.php b/tests/Zend/GData/EntryLinkTest.php index 40b26874858..c9938d827b9 100644 --- a/tests/Zend/GData/EntryLinkTest.php +++ b/tests/Zend/GData/EntryLinkTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class EntryLinkTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/EntryTest.php b/tests/Zend/GData/EntryTest.php index 78f2970924f..a8e0ee15359 100644 --- a/tests/Zend/GData/EntryTest.php +++ b/tests/Zend/GData/EntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class EntryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/EventStatusTest.php b/tests/Zend/GData/EventStatusTest.php index 5205e1e342a..0a2b8e8f89d 100644 --- a/tests/Zend/GData/EventStatusTest.php +++ b/tests/Zend/GData/EventStatusTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class EventStatusTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/ExtendedPropertyTest.php b/tests/Zend/GData/ExtendedPropertyTest.php index 4de2d3025d9..379be8f019b 100644 --- a/tests/Zend/GData/ExtendedPropertyTest.php +++ b/tests/Zend/GData/ExtendedPropertyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class ExtendedPropertyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/FeedLinkTest.php b/tests/Zend/GData/FeedLinkTest.php index 0bc48f3b42b..41bec101c66 100644 --- a/tests/Zend/GData/FeedLinkTest.php +++ b/tests/Zend/GData/FeedLinkTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class FeedLinkTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/FeedTest.php b/tests/Zend/GData/FeedTest.php index bec25414dcf..d1c1d121739 100644 --- a/tests/Zend/GData/FeedTest.php +++ b/tests/Zend/GData/FeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class FeedTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/GApps/EmailListEntryTest.php b/tests/Zend/GData/GApps/EmailListEntryTest.php index a74a30365fd..4793a622b6f 100644 --- a/tests/Zend/GData/GApps/EmailListEntryTest.php +++ b/tests/Zend/GData/GApps/EmailListEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/EmailListFeedTest.php b/tests/Zend/GData/GApps/EmailListFeedTest.php index 1a1fe4531f9..e216d11b347 100644 --- a/tests/Zend/GData/GApps/EmailListFeedTest.php +++ b/tests/Zend/GData/GApps/EmailListFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/EmailListQueryTest.php b/tests/Zend/GData/GApps/EmailListQueryTest.php index 7ece5056f3b..fa835b0570b 100644 --- a/tests/Zend/GData/GApps/EmailListQueryTest.php +++ b/tests/Zend/GData/GApps/EmailListQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/EmailListRecipientEntryTest.php b/tests/Zend/GData/GApps/EmailListRecipientEntryTest.php index fb5715cc7a9..04e85eced3c 100644 --- a/tests/Zend/GData/GApps/EmailListRecipientEntryTest.php +++ b/tests/Zend/GData/GApps/EmailListRecipientEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/EmailListRecipientFeedTest.php b/tests/Zend/GData/GApps/EmailListRecipientFeedTest.php index 0ebc209718c..b87cf932358 100644 --- a/tests/Zend/GData/GApps/EmailListRecipientFeedTest.php +++ b/tests/Zend/GData/GApps/EmailListRecipientFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/EmailListRecipientQueryTest.php b/tests/Zend/GData/GApps/EmailListRecipientQueryTest.php index cc54cd21ec8..6cb3152bc6a 100644 --- a/tests/Zend/GData/GApps/EmailListRecipientQueryTest.php +++ b/tests/Zend/GData/GApps/EmailListRecipientQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/EmailListTest.php b/tests/Zend/GData/GApps/EmailListTest.php index 57f39c0f42b..f6a33824d00 100644 --- a/tests/Zend/GData/GApps/EmailListTest.php +++ b/tests/Zend/GData/GApps/EmailListTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/ErrorTest.php b/tests/Zend/GData/GApps/ErrorTest.php index 49e9eeb2609..3f6d07616fe 100644 --- a/tests/Zend/GData/GApps/ErrorTest.php +++ b/tests/Zend/GData/GApps/ErrorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/GroupEntryTest.php b/tests/Zend/GData/GApps/GroupEntryTest.php index 4d318877f77..150c401e22b 100644 --- a/tests/Zend/GData/GApps/GroupEntryTest.php +++ b/tests/Zend/GData/GApps/GroupEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/GroupFeedTest.php b/tests/Zend/GData/GApps/GroupFeedTest.php index 25444b27e1d..4f3a1138db7 100644 --- a/tests/Zend/GData/GApps/GroupFeedTest.php +++ b/tests/Zend/GData/GApps/GroupFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/GroupQueryTest.php b/tests/Zend/GData/GApps/GroupQueryTest.php index f9f7cf75af7..7c50fbb1726 100644 --- a/tests/Zend/GData/GApps/GroupQueryTest.php +++ b/tests/Zend/GData/GApps/GroupQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/LoginTest.php b/tests/Zend/GData/GApps/LoginTest.php index 187892624f8..10f5b1166c3 100644 --- a/tests/Zend/GData/GApps/LoginTest.php +++ b/tests/Zend/GData/GApps/LoginTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/MemberEntryTest.php b/tests/Zend/GData/GApps/MemberEntryTest.php index 98a56b2312b..5af55bb5125 100644 --- a/tests/Zend/GData/GApps/MemberEntryTest.php +++ b/tests/Zend/GData/GApps/MemberEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/MemberFeedTest.php b/tests/Zend/GData/GApps/MemberFeedTest.php index 7cf0c295cb5..2d8ee79f795 100644 --- a/tests/Zend/GData/GApps/MemberFeedTest.php +++ b/tests/Zend/GData/GApps/MemberFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/MemberQueryTest.php b/tests/Zend/GData/GApps/MemberQueryTest.php index a5d28bf69ad..9490d0253aa 100644 --- a/tests/Zend/GData/GApps/MemberQueryTest.php +++ b/tests/Zend/GData/GApps/MemberQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/NameTest.php b/tests/Zend/GData/GApps/NameTest.php index a52b1763002..fe8986632cf 100644 --- a/tests/Zend/GData/GApps/NameTest.php +++ b/tests/Zend/GData/GApps/NameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/NicknameEntryTest.php b/tests/Zend/GData/GApps/NicknameEntryTest.php index fedc75a4c35..d98ff45679a 100644 --- a/tests/Zend/GData/GApps/NicknameEntryTest.php +++ b/tests/Zend/GData/GApps/NicknameEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/NicknameFeedTest.php b/tests/Zend/GData/GApps/NicknameFeedTest.php index 46e98946d2f..d558d3d74a8 100644 --- a/tests/Zend/GData/GApps/NicknameFeedTest.php +++ b/tests/Zend/GData/GApps/NicknameFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/NicknameQueryTest.php b/tests/Zend/GData/GApps/NicknameQueryTest.php index c37ef472c7b..1fcd204e715 100644 --- a/tests/Zend/GData/GApps/NicknameQueryTest.php +++ b/tests/Zend/GData/GApps/NicknameQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/NicknameTest.php b/tests/Zend/GData/GApps/NicknameTest.php index 2545978290e..3ea2d0abd05 100644 --- a/tests/Zend/GData/GApps/NicknameTest.php +++ b/tests/Zend/GData/GApps/NicknameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/OwnerEntryTest.php b/tests/Zend/GData/GApps/OwnerEntryTest.php index 0ef12e25e9a..285ff33d3ac 100644 --- a/tests/Zend/GData/GApps/OwnerEntryTest.php +++ b/tests/Zend/GData/GApps/OwnerEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/OwnerFeedTest.php b/tests/Zend/GData/GApps/OwnerFeedTest.php index b82544ea4c9..538637540eb 100644 --- a/tests/Zend/GData/GApps/OwnerFeedTest.php +++ b/tests/Zend/GData/GApps/OwnerFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/OwnerQueryTest.php b/tests/Zend/GData/GApps/OwnerQueryTest.php index a5d9c292c71..6adc8ea8bfd 100644 --- a/tests/Zend/GData/GApps/OwnerQueryTest.php +++ b/tests/Zend/GData/GApps/OwnerQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/PropertyTest.php b/tests/Zend/GData/GApps/PropertyTest.php index c66e51cd2fa..caa4f281e1d 100644 --- a/tests/Zend/GData/GApps/PropertyTest.php +++ b/tests/Zend/GData/GApps/PropertyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Gdata_Gapps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Gdata * @group Zend_Gdata_Gapps */ diff --git a/tests/Zend/GData/GApps/QuotaTest.php b/tests/Zend/GData/GApps/QuotaTest.php index 48bac35c908..5b67f04c30a 100644 --- a/tests/Zend/GData/GApps/QuotaTest.php +++ b/tests/Zend/GData/GApps/QuotaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/ServiceExceptionTest.php b/tests/Zend/GData/GApps/ServiceExceptionTest.php index 7a5d04a6136..d8905367b99 100644 --- a/tests/Zend/GData/GApps/ServiceExceptionTest.php +++ b/tests/Zend/GData/GApps/ServiceExceptionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/UserEntryTest.php b/tests/Zend/GData/GApps/UserEntryTest.php index b07f089dd88..2f9bc6a94b0 100644 --- a/tests/Zend/GData/GApps/UserEntryTest.php +++ b/tests/Zend/GData/GApps/UserEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/UserFeedTest.php b/tests/Zend/GData/GApps/UserFeedTest.php index bb6e8ed3118..98452fc66cb 100644 --- a/tests/Zend/GData/GApps/UserFeedTest.php +++ b/tests/Zend/GData/GApps/UserFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GApps/UserQueryTest.php b/tests/Zend/GData/GApps/UserQueryTest.php index eec973f5571..11975018946 100644 --- a/tests/Zend/GData/GApps/UserQueryTest.php +++ b/tests/Zend/GData/GApps/UserQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\GApps; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GAppsOnlineTest.php b/tests/Zend/GData/GAppsOnlineTest.php index 8d0960d5bd6..15c87814839 100644 --- a/tests/Zend/GData/GAppsOnlineTest.php +++ b/tests/Zend/GData/GAppsOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GAppsTest.php b/tests/Zend/GData/GAppsTest.php index bef1452fe96..de4c778e51d 100644 --- a/tests/Zend/GData/GAppsTest.php +++ b/tests/Zend/GData/GAppsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_GApps * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_GApps */ diff --git a/tests/Zend/GData/GDataOnlineTest.php b/tests/Zend/GData/GDataOnlineTest.php index 6478da84dd3..8aaccf2df71 100644 --- a/tests/Zend/GData/GDataOnlineTest.php +++ b/tests/Zend/GData/GDataOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class GDataOnlineTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/GDataTest.php b/tests/Zend/GData/GDataTest.php index 436a86a8532..367446e62dc 100644 --- a/tests/Zend/GData/GDataTest.php +++ b/tests/Zend/GData/GDataTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class GDataTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/MediaMimeStreamTest.php b/tests/Zend/GData/MediaMimeStreamTest.php index c5a4eddb7e0..bbd08ae9313 100644 --- a/tests/Zend/GData/MediaMimeStreamTest.php +++ b/tests/Zend/GData/MediaMimeStreamTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group disable */ diff --git a/tests/Zend/GData/OpenSearchItemsPerPageTest.php b/tests/Zend/GData/OpenSearchItemsPerPageTest.php index 677822d81b7..3e6a57ff7ab 100644 --- a/tests/Zend/GData/OpenSearchItemsPerPageTest.php +++ b/tests/Zend/GData/OpenSearchItemsPerPageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_OpenSearch * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_OpenSearch * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_OpenSearch */ diff --git a/tests/Zend/GData/OpenSearchStartIndexTest.php b/tests/Zend/GData/OpenSearchStartIndexTest.php index 7563dd159e4..9c7fc18d3ec 100644 --- a/tests/Zend/GData/OpenSearchStartIndexTest.php +++ b/tests/Zend/GData/OpenSearchStartIndexTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_OpenSearch * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_OpenSearch * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_OpenSearch */ diff --git a/tests/Zend/GData/OpenSearchTotalResultsTest.php b/tests/Zend/GData/OpenSearchTotalResultsTest.php index 38b5aa1d966..d7a340f5736 100644 --- a/tests/Zend/GData/OpenSearchTotalResultsTest.php +++ b/tests/Zend/GData/OpenSearchTotalResultsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_OpenSearch * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_OpenSearch * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_OpenSearch */ diff --git a/tests/Zend/GData/OriginalEventTest.php b/tests/Zend/GData/OriginalEventTest.php index c7c7f261810..6cf1acd1c5d 100644 --- a/tests/Zend/GData/OriginalEventTest.php +++ b/tests/Zend/GData/OriginalEventTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class OriginalEventTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/Photos/PhotosAlbumEntryTest.php b/tests/Zend/GData/Photos/PhotosAlbumEntryTest.php index c218138ab47..87212907fa9 100644 --- a/tests/Zend/GData/Photos/PhotosAlbumEntryTest.php +++ b/tests/Zend/GData/Photos/PhotosAlbumEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosAlbumFeedTest.php b/tests/Zend/GData/Photos/PhotosAlbumFeedTest.php index 3503c063b87..87ed6c6bc8e 100644 --- a/tests/Zend/GData/Photos/PhotosAlbumFeedTest.php +++ b/tests/Zend/GData/Photos/PhotosAlbumFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosAlbumQueryTest.php b/tests/Zend/GData/Photos/PhotosAlbumQueryTest.php index defa5ba9339..18d0ace60ca 100644 --- a/tests/Zend/GData/Photos/PhotosAlbumQueryTest.php +++ b/tests/Zend/GData/Photos/PhotosAlbumQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosCommentEntryTest.php b/tests/Zend/GData/Photos/PhotosCommentEntryTest.php index 3a053791cd8..5b9cd370cd5 100644 --- a/tests/Zend/GData/Photos/PhotosCommentEntryTest.php +++ b/tests/Zend/GData/Photos/PhotosCommentEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosPhotoEntryTest.php b/tests/Zend/GData/Photos/PhotosPhotoEntryTest.php index 7f3c0522716..67d7d606a1f 100644 --- a/tests/Zend/GData/Photos/PhotosPhotoEntryTest.php +++ b/tests/Zend/GData/Photos/PhotosPhotoEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosPhotoFeedTest.php b/tests/Zend/GData/Photos/PhotosPhotoFeedTest.php index 50f8d1c5c74..15e7fd097fd 100644 --- a/tests/Zend/GData/Photos/PhotosPhotoFeedTest.php +++ b/tests/Zend/GData/Photos/PhotosPhotoFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosPhotoQueryTest.php b/tests/Zend/GData/Photos/PhotosPhotoQueryTest.php index 5f9088f90f9..ee51b1ec7bb 100644 --- a/tests/Zend/GData/Photos/PhotosPhotoQueryTest.php +++ b/tests/Zend/GData/Photos/PhotosPhotoQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosTagEntryTest.php b/tests/Zend/GData/Photos/PhotosTagEntryTest.php index 5caf7ecc731..64ef2ab052e 100644 --- a/tests/Zend/GData/Photos/PhotosTagEntryTest.php +++ b/tests/Zend/GData/Photos/PhotosTagEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosUserEntryTest.php b/tests/Zend/GData/Photos/PhotosUserEntryTest.php index 69c4626e4a6..414838e1d76 100644 --- a/tests/Zend/GData/Photos/PhotosUserEntryTest.php +++ b/tests/Zend/GData/Photos/PhotosUserEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosUserFeedTest.php b/tests/Zend/GData/Photos/PhotosUserFeedTest.php index 3fc1437bee2..ecf4b74dadb 100644 --- a/tests/Zend/GData/Photos/PhotosUserFeedTest.php +++ b/tests/Zend/GData/Photos/PhotosUserFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/Photos/PhotosUserQueryTest.php b/tests/Zend/GData/Photos/PhotosUserQueryTest.php index 9831462e6a7..2523e4a3828 100644 --- a/tests/Zend/GData/Photos/PhotosUserQueryTest.php +++ b/tests/Zend/GData/Photos/PhotosUserQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Photos; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/PhotosOnlineTest.php b/tests/Zend/GData/PhotosOnlineTest.php index c329302004e..33d9e17fa4b 100644 --- a/tests/Zend/GData/PhotosOnlineTest.php +++ b/tests/Zend/GData/PhotosOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Photos * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Photos */ diff --git a/tests/Zend/GData/QueryTest.php b/tests/Zend/GData/QueryTest.php index 6116c0e1a11..ea5ae6a9123 100644 --- a/tests/Zend/GData/QueryTest.php +++ b/tests/Zend/GData/QueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class QueryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/RecurrenceExceptionTest.php b/tests/Zend/GData/RecurrenceExceptionTest.php index f47d0759593..064d7b3ab55 100644 --- a/tests/Zend/GData/RecurrenceExceptionTest.php +++ b/tests/Zend/GData/RecurrenceExceptionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class RecurrenceExceptionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/RecurrenceTest.php b/tests/Zend/GData/RecurrenceTest.php index 2b25cc47073..537301c9dba 100644 --- a/tests/Zend/GData/RecurrenceTest.php +++ b/tests/Zend/GData/RecurrenceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class RecurrenceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/ReminderTest.php b/tests/Zend/GData/ReminderTest.php index ec02565b544..ccbf7c34b38 100644 --- a/tests/Zend/GData/ReminderTest.php +++ b/tests/Zend/GData/ReminderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class ReminderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/Spreadsheets/CellEntryTest.php b/tests/Zend/GData/Spreadsheets/CellEntryTest.php index e497e2ee141..ba21a95dcdd 100644 --- a/tests/Zend/GData/Spreadsheets/CellEntryTest.php +++ b/tests/Zend/GData/Spreadsheets/CellEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/CellFeedTest.php b/tests/Zend/GData/Spreadsheets/CellFeedTest.php index cf50de789a6..070557dfcd5 100644 --- a/tests/Zend/GData/Spreadsheets/CellFeedTest.php +++ b/tests/Zend/GData/Spreadsheets/CellFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/CellQueryTest.php b/tests/Zend/GData/Spreadsheets/CellQueryTest.php index 0b3302736ee..a26f721edf1 100644 --- a/tests/Zend/GData/Spreadsheets/CellQueryTest.php +++ b/tests/Zend/GData/Spreadsheets/CellQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/CellTest.php b/tests/Zend/GData/Spreadsheets/CellTest.php index 1c6f2b85ac3..0df22e5d58c 100644 --- a/tests/Zend/GData/Spreadsheets/CellTest.php +++ b/tests/Zend/GData/Spreadsheets/CellTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/ColCountTest.php b/tests/Zend/GData/Spreadsheets/ColCountTest.php index cfa0f3e8dd0..b59a93ecdb3 100644 --- a/tests/Zend/GData/Spreadsheets/ColCountTest.php +++ b/tests/Zend/GData/Spreadsheets/ColCountTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/CustomTest.php b/tests/Zend/GData/Spreadsheets/CustomTest.php index b42424061e9..c7259ca6a22 100644 --- a/tests/Zend/GData/Spreadsheets/CustomTest.php +++ b/tests/Zend/GData/Spreadsheets/CustomTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/DocumentQueryTest.php b/tests/Zend/GData/Spreadsheets/DocumentQueryTest.php index 70743223869..64baddcecff 100644 --- a/tests/Zend/GData/Spreadsheets/DocumentQueryTest.php +++ b/tests/Zend/GData/Spreadsheets/DocumentQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/ListEntryTest.php b/tests/Zend/GData/Spreadsheets/ListEntryTest.php index ae1927e221e..3f43e486749 100644 --- a/tests/Zend/GData/Spreadsheets/ListEntryTest.php +++ b/tests/Zend/GData/Spreadsheets/ListEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/ListFeedTest.php b/tests/Zend/GData/Spreadsheets/ListFeedTest.php index 3372b6c33f1..1b3f3a76f1a 100644 --- a/tests/Zend/GData/Spreadsheets/ListFeedTest.php +++ b/tests/Zend/GData/Spreadsheets/ListFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/ListQueryTest.php b/tests/Zend/GData/Spreadsheets/ListQueryTest.php index ba0e48f22ef..1d7a33dbc45 100644 --- a/tests/Zend/GData/Spreadsheets/ListQueryTest.php +++ b/tests/Zend/GData/Spreadsheets/ListQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/RowCountTest.php b/tests/Zend/GData/Spreadsheets/RowCountTest.php index 874b8ac0653..944987508c7 100644 --- a/tests/Zend/GData/Spreadsheets/RowCountTest.php +++ b/tests/Zend/GData/Spreadsheets/RowCountTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/SpreadsheetFeedTest.php b/tests/Zend/GData/Spreadsheets/SpreadsheetFeedTest.php index 75c38ae2a0e..db13c907e47 100644 --- a/tests/Zend/GData/Spreadsheets/SpreadsheetFeedTest.php +++ b/tests/Zend/GData/Spreadsheets/SpreadsheetFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/WorksheetEntryTest.php b/tests/Zend/GData/Spreadsheets/WorksheetEntryTest.php index 5d0a421736d..33227f7c26a 100644 --- a/tests/Zend/GData/Spreadsheets/WorksheetEntryTest.php +++ b/tests/Zend/GData/Spreadsheets/WorksheetEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/Spreadsheets/WorksheetFeedTest.php b/tests/Zend/GData/Spreadsheets/WorksheetFeedTest.php index 963215c11ef..ca704cf6ba5 100644 --- a/tests/Zend/GData/Spreadsheets/WorksheetFeedTest.php +++ b/tests/Zend/GData/Spreadsheets/WorksheetFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\Spreadsheets; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/SpreadsheetsOnlineTest.php b/tests/Zend/GData/SpreadsheetsOnlineTest.php index d5b531af696..472d2445aad 100644 --- a/tests/Zend/GData/SpreadsheetsOnlineTest.php +++ b/tests/Zend/GData/SpreadsheetsOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/SpreadsheetsTest.php b/tests/Zend/GData/SpreadsheetsTest.php index c45aca8cbb9..6fe7e6112a6 100644 --- a/tests/Zend/GData/SpreadsheetsTest.php +++ b/tests/Zend/GData/SpreadsheetsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData_Spreadsheets * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_Spreadsheets */ diff --git a/tests/Zend/GData/TestAsset/MockHttpClient.php b/tests/Zend/GData/TestAsset/MockHttpClient.php index 54dbcf17b18..eaa9f9d0a20 100644 --- a/tests/Zend/GData/TestAsset/MockHttpClient.php +++ b/tests/Zend/GData/TestAsset/MockHttpClient.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Request { @@ -41,8 +37,6 @@ class Request * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockHttpClient extends \Zend\Http\Client\Adapter\Test { diff --git a/tests/Zend/GData/TransparencyTest.php b/tests/Zend/GData/TransparencyTest.php index 18dbda1022c..b28eee96ee8 100644 --- a/tests/Zend/GData/TransparencyTest.php +++ b/tests/Zend/GData/TransparencyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class TransparencyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/VisibilityTest.php b/tests/Zend/GData/VisibilityTest.php index e751c13d2fd..622b2e970ab 100644 --- a/tests/Zend/GData/VisibilityTest.php +++ b/tests/Zend/GData/VisibilityTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class VisibilityTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/WhenTest.php b/tests/Zend/GData/WhenTest.php index 45eb0146821..6008e2a0f77 100644 --- a/tests/Zend/GData/WhenTest.php +++ b/tests/Zend/GData/WhenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class WhenTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/WhereTest.php b/tests/Zend/GData/WhereTest.php index 0ff4d44fbcf..93470891564 100644 --- a/tests/Zend/GData/WhereTest.php +++ b/tests/Zend/GData/WhereTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class WhereTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/WhoTest.php b/tests/Zend/GData/WhoTest.php index b14b3d6a31c..6b3fc47cb09 100644 --- a/tests/Zend/GData/WhoTest.php +++ b/tests/Zend/GData/WhoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData */ class WhoTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/GData/YouTube/ActivityEntryTest.php b/tests/Zend/GData/YouTube/ActivityEntryTest.php index 3dcf47fdb2d..213442bc24a 100644 --- a/tests/Zend/GData/YouTube/ActivityEntryTest.php +++ b/tests/Zend/GData/YouTube/ActivityEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/ActivityFeedTest.php b/tests/Zend/GData/YouTube/ActivityFeedTest.php index 2e9d6686a85..1c9f9a9381b 100644 --- a/tests/Zend/GData/YouTube/ActivityFeedTest.php +++ b/tests/Zend/GData/YouTube/ActivityFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/CommentEntryTest.php b/tests/Zend/GData/YouTube/CommentEntryTest.php index ca6a7ac93ad..b335d82d76d 100644 --- a/tests/Zend/GData/YouTube/CommentEntryTest.php +++ b/tests/Zend/GData/YouTube/CommentEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/CommentFeedTest.php b/tests/Zend/GData/YouTube/CommentFeedTest.php index 61a19fb8388..f4aeff70ebd 100644 --- a/tests/Zend/GData/YouTube/CommentFeedTest.php +++ b/tests/Zend/GData/YouTube/CommentFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/ContactEntryTest.php b/tests/Zend/GData/YouTube/ContactEntryTest.php index a544a16e3c8..962d9f6fdb2 100644 --- a/tests/Zend/GData/YouTube/ContactEntryTest.php +++ b/tests/Zend/GData/YouTube/ContactEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/ContactFeedTest.php b/tests/Zend/GData/YouTube/ContactFeedTest.php index fb44bd260b7..bdb6b924a53 100644 --- a/tests/Zend/GData/YouTube/ContactFeedTest.php +++ b/tests/Zend/GData/YouTube/ContactFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/InboxEntryTest.php b/tests/Zend/GData/YouTube/InboxEntryTest.php index 3a52c965baa..dbd18bec9b1 100644 --- a/tests/Zend/GData/YouTube/InboxEntryTest.php +++ b/tests/Zend/GData/YouTube/InboxEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/InboxFeedTest.php b/tests/Zend/GData/YouTube/InboxFeedTest.php index 9518ba74255..1bae309edf3 100644 --- a/tests/Zend/GData/YouTube/InboxFeedTest.php +++ b/tests/Zend/GData/YouTube/InboxFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/PlaylistListEntryTest.php b/tests/Zend/GData/YouTube/PlaylistListEntryTest.php index e70447f54b9..a67ff3a61f3 100644 --- a/tests/Zend/GData/YouTube/PlaylistListEntryTest.php +++ b/tests/Zend/GData/YouTube/PlaylistListEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/PlaylistListFeedTest.php b/tests/Zend/GData/YouTube/PlaylistListFeedTest.php index cb53720904e..39460e866a1 100644 --- a/tests/Zend/GData/YouTube/PlaylistListFeedTest.php +++ b/tests/Zend/GData/YouTube/PlaylistListFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/PlaylistVideoEntryTest.php b/tests/Zend/GData/YouTube/PlaylistVideoEntryTest.php index 549e894c5b7..8edf2fb02da 100644 --- a/tests/Zend/GData/YouTube/PlaylistVideoEntryTest.php +++ b/tests/Zend/GData/YouTube/PlaylistVideoEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/PlaylistVideoFeedTest.php b/tests/Zend/GData/YouTube/PlaylistVideoFeedTest.php index 8057b774dec..5eb4b570d84 100644 --- a/tests/Zend/GData/YouTube/PlaylistVideoFeedTest.php +++ b/tests/Zend/GData/YouTube/PlaylistVideoFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/SubscriptionEntryTest.php b/tests/Zend/GData/YouTube/SubscriptionEntryTest.php index 1451a4dc1cf..73a964f51af 100644 --- a/tests/Zend/GData/YouTube/SubscriptionEntryTest.php +++ b/tests/Zend/GData/YouTube/SubscriptionEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/SubscriptionFeedTest.php b/tests/Zend/GData/YouTube/SubscriptionFeedTest.php index 93351489ee0..30a267830dc 100644 --- a/tests/Zend/GData/YouTube/SubscriptionFeedTest.php +++ b/tests/Zend/GData/YouTube/SubscriptionFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/UserProfileEntryTest.php b/tests/Zend/GData/YouTube/UserProfileEntryTest.php index 3a00303091c..7917453a7ac 100644 --- a/tests/Zend/GData/YouTube/UserProfileEntryTest.php +++ b/tests/Zend/GData/YouTube/UserProfileEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/VideoEntryTest.php b/tests/Zend/GData/YouTube/VideoEntryTest.php index 3a4fe0efc4f..a535c8ac29b 100644 --- a/tests/Zend/GData/YouTube/VideoEntryTest.php +++ b/tests/Zend/GData/YouTube/VideoEntryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/VideoFeedTest.php b/tests/Zend/GData/YouTube/VideoFeedTest.php index 8bd3cb42050..8253bf04313 100644 --- a/tests/Zend/GData/YouTube/VideoFeedTest.php +++ b/tests/Zend/GData/YouTube/VideoFeedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTube/VideoQueryTest.php b/tests/Zend/GData/YouTube/VideoQueryTest.php index f25855873b7..62e15d936c3 100644 --- a/tests/Zend/GData/YouTube/VideoQueryTest.php +++ b/tests/Zend/GData/YouTube/VideoQueryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData\YouTube; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTubeOnlineTest.php b/tests/Zend/GData/YouTubeOnlineTest.php index 0a7d85a085d..74984e5e78d 100644 --- a/tests/Zend/GData/YouTubeOnlineTest.php +++ b/tests/Zend/GData/YouTubeOnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/GData/YouTubeTest.php b/tests/Zend/GData/YouTubeTest.php index 99a82955653..603605f7f11 100644 --- a/tests/Zend/GData/YouTubeTest.php +++ b/tests/Zend/GData/YouTubeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\GData; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_GData_YouTube * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_GData * @group Zend_GData_YouTube */ diff --git a/tests/Zend/Http/Client/CommonHttpTests.php b/tests/Zend/Http/Client/CommonHttpTests.php index cd42aebf979..79df5795384 100644 --- a/tests/Zend/Http/Client/CommonHttpTests.php +++ b/tests/Zend/Http/Client/CommonHttpTests.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -44,8 +42,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/CurlTest.php b/tests/Zend/Http/Client/CurlTest.php old mode 100755 new mode 100644 index ee49b848a59..6a368427ed8 --- a/tests/Zend/Http/Client/CurlTest.php +++ b/tests/Zend/Http/Client/CurlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -40,8 +38,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/ProxyAdapterTest.php b/tests/Zend/Http/Client/ProxyAdapterTest.php old mode 100755 new mode 100644 index 88810386424..a8eef316a8d --- a/tests/Zend/Http/Client/ProxyAdapterTest.php +++ b/tests/Zend/Http/Client/ProxyAdapterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/SocketKeepaliveTest.php b/tests/Zend/Http/Client/SocketKeepaliveTest.php old mode 100755 new mode 100644 index bc70101f0b6..5f7b8170d49 --- a/tests/Zend/Http/Client/SocketKeepaliveTest.php +++ b/tests/Zend/Http/Client/SocketKeepaliveTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/SocketPersistentTest.php b/tests/Zend/Http/Client/SocketPersistentTest.php old mode 100755 new mode 100644 index 24f3ab62acd..05c7ca347dc --- a/tests/Zend/Http/Client/SocketPersistentTest.php +++ b/tests/Zend/Http/Client/SocketPersistentTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/SocketTest.php b/tests/Zend/Http/Client/SocketTest.php old mode 100755 new mode 100644 index 45934616b91..d0d6f1921b4 --- a/tests/Zend/Http/Client/SocketTest.php +++ b/tests/Zend/Http/Client/SocketTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -39,8 +37,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/StaticClientTest.php b/tests/Zend/Http/Client/StaticClientTest.php index 47cb60ea722..c80ae4c2bc0 100644 --- a/tests/Zend/Http/Client/StaticClientTest.php +++ b/tests/Zend/Http/Client/StaticClientTest.php @@ -11,8 +11,6 @@ * @category Zend * @package Zend\Http\Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend\Http * @group Zend\Http\Client */ diff --git a/tests/Zend/Http/Client/StaticTest.php b/tests/Zend/Http/Client/StaticTest.php old mode 100755 new mode 100644 index 15c99c725ca..4329d07d01d --- a/tests/Zend/Http/Client/StaticTest.php +++ b/tests/Zend/Http/Client/StaticTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/TestAdapterTest.php b/tests/Zend/Http/Client/TestAdapterTest.php old mode 100755 new mode 100644 index 32f480f7c22..116b017a93a --- a/tests/Zend/Http/Client/TestAdapterTest.php +++ b/tests/Zend/Http/Client/TestAdapterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http\Client; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Http_Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/UseCaseTest.php b/tests/Zend/Http/Client/UseCaseTest.php index 5cf9f7326a2..095b21eaa70 100644 --- a/tests/Zend/Http/Client/UseCaseTest.php +++ b/tests/Zend/Http/Client/UseCaseTest.php @@ -13,8 +13,6 @@ * @category Zend * @package Zend\Http\Client * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ diff --git a/tests/Zend/Http/Client/_files/ZF9404-doubleContentLength.php b/tests/Zend/Http/Client/_files/ZF9404-doubleContentLength.php old mode 100755 new mode 100644 diff --git a/tests/Zend/Http/Client/_files/testCookies.php b/tests/Zend/Http/Client/_files/testCookies.php old mode 100755 new mode 100644 index 76240381717..5383a0eeb92 --- a/tests/Zend/Http/Client/_files/testCookies.php +++ b/tests/Zend/Http/Client/_files/testCookies.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ echo serialize($_COOKIE); diff --git a/tests/Zend/Http/Client/_files/testExceptionOnReadTimeout.php b/tests/Zend/Http/Client/_files/testExceptionOnReadTimeout.php old mode 100755 new mode 100644 index 90583711527..8144ca9b5a6 --- a/tests/Zend/Http/Client/_files/testExceptionOnReadTimeout.php +++ b/tests/Zend/Http/Client/_files/testExceptionOnReadTimeout.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** diff --git a/tests/Zend/Http/Client/_files/testGetData.php b/tests/Zend/Http/Client/_files/testGetData.php old mode 100755 new mode 100644 index a4890b49593..2905e4252d6 --- a/tests/Zend/Http/Client/_files/testGetData.php +++ b/tests/Zend/Http/Client/_files/testGetData.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ echo serialize($_GET); diff --git a/tests/Zend/Http/Client/_files/testHeaders.php b/tests/Zend/Http/Client/_files/testHeaders.php old mode 100755 new mode 100644 diff --git a/tests/Zend/Http/Client/_files/testHttpAuth.php b/tests/Zend/Http/Client/_files/testHttpAuth.php old mode 100755 new mode 100644 index cb395e43b35..cc3f5776afa --- a/tests/Zend/Http/Client/_files/testHttpAuth.php +++ b/tests/Zend/Http/Client/_files/testHttpAuth.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ $user = isset($_SERVER['PHP_AUTH_USER']) ? $_SERVER['PHP_AUTH_USER'] : null; diff --git a/tests/Zend/Http/Client/_files/testMultibyteChunkedResponseZF6218.php b/tests/Zend/Http/Client/_files/testMultibyteChunkedResponseZF6218.php old mode 100755 new mode 100644 index 04c06f1e779..e4d56ea0fe0 --- a/tests/Zend/Http/Client/_files/testMultibyteChunkedResponseZF6218.php +++ b/tests/Zend/Http/Client/_files/testMultibyteChunkedResponseZF6218.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ header("Content-type: text/plain; charset=UTF-8"); diff --git a/tests/Zend/Http/Client/_files/testPatchData.php b/tests/Zend/Http/Client/_files/testPatchData.php index 9d33eb7ec08..c0cb45b0566 100644 --- a/tests/Zend/Http/Client/_files/testPatchData.php +++ b/tests/Zend/Http/Client/_files/testPatchData.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ $putdata = fopen("php://input", "r"); diff --git a/tests/Zend/Http/Client/_files/testPostData.php b/tests/Zend/Http/Client/_files/testPostData.php old mode 100755 new mode 100644 index 2ec8f23c7e5..b7a810db5cd --- a/tests/Zend/Http/Client/_files/testPostData.php +++ b/tests/Zend/Http/Client/_files/testPostData.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ echo serialize($_POST); diff --git a/tests/Zend/Http/Client/_files/testRawPostData.php b/tests/Zend/Http/Client/_files/testRawPostData.php old mode 100755 new mode 100644 index d01d665e801..a19d89a82d0 --- a/tests/Zend/Http/Client/_files/testRawPostData.php +++ b/tests/Zend/Http/Client/_files/testRawPostData.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ readfile('php://input'); diff --git a/tests/Zend/Http/Client/_files/testRedirections.php b/tests/Zend/Http/Client/_files/testRedirections.php old mode 100755 new mode 100644 index ebe241b71f3..ae0a1a2e33a --- a/tests/Zend/Http/Client/_files/testRedirections.php +++ b/tests/Zend/Http/Client/_files/testRedirections.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ if (! isset($_GET['redirection'])){ diff --git a/tests/Zend/Http/Client/_files/testRelativeRedirections.php b/tests/Zend/Http/Client/_files/testRelativeRedirections.php old mode 100755 new mode 100644 index f7874706aba..0e68534bb1c --- a/tests/Zend/Http/Client/_files/testRelativeRedirections.php +++ b/tests/Zend/Http/Client/_files/testRelativeRedirections.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ if (! isset($_GET['redirect'])) $_GET['redirect'] = null; diff --git a/tests/Zend/Http/Client/_files/testResetParameters.php b/tests/Zend/Http/Client/_files/testResetParameters.php old mode 100755 new mode 100644 index f0c0128475c..ab77b715224 --- a/tests/Zend/Http/Client/_files/testResetParameters.php +++ b/tests/Zend/Http/Client/_files/testResetParameters.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ echo serialize($_GET) . "\n" . serialize($_POST); diff --git a/tests/Zend/Http/Client/_files/testSimpleRequests.php b/tests/Zend/Http/Client/_files/testSimpleRequests.php old mode 100755 new mode 100644 diff --git a/tests/Zend/Http/Client/_files/testStreamRequest.php b/tests/Zend/Http/Client/_files/testStreamRequest.php old mode 100755 new mode 100644 index d01d665e801..a19d89a82d0 --- a/tests/Zend/Http/Client/_files/testStreamRequest.php +++ b/tests/Zend/Http/Client/_files/testStreamRequest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ readfile('php://input'); diff --git a/tests/Zend/Http/Client/_files/testUploads.php b/tests/Zend/Http/Client/_files/testUploads.php old mode 100755 new mode 100644 index 25468b308bb..805242bfe9c --- a/tests/Zend/Http/Client/_files/testUploads.php +++ b/tests/Zend/Http/Client/_files/testUploads.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ if (! empty($_FILES)) { diff --git a/tests/Zend/Http/Header/CookieTest.php b/tests/Zend/Http/Header/CookieTest.php index bf9aca96951..04094c040e8 100644 --- a/tests/Zend/Http/Header/CookieTest.php +++ b/tests/Zend/Http/Header/CookieTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Http_Cookie * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Http; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Http_Cookie * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Cookie */ diff --git a/tests/Zend/I18n/Filter/AlnumTest.php b/tests/Zend/I18n/Filter/AlnumTest.php index 233792c49e0..9a70786c437 100644 --- a/tests/Zend/I18n/Filter/AlnumTest.php +++ b/tests/Zend/I18n/Filter/AlnumTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class AlnumTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/I18n/Filter/AlphaTest.php b/tests/Zend/I18n/Filter/AlphaTest.php index a4c36520a97..0fdc01ad8a3 100644 --- a/tests/Zend/I18n/Filter/AlphaTest.php +++ b/tests/Zend/I18n/Filter/AlphaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Filter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Filter */ class AlphaTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/I18n/Translator/TestAsset/Loader.php b/tests/Zend/I18n/Translator/TestAsset/Loader.php index b6edcde2f3d..651ff89c48a 100644 --- a/tests/Zend/I18n/Translator/TestAsset/Loader.php +++ b/tests/Zend/I18n/Translator/TestAsset/Loader.php @@ -15,8 +15,6 @@ * @category Zend * @package ZendTest_I18n * @subpackage Translator - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\Translator\TestAsset; @@ -29,8 +27,6 @@ * @category Zend * @package ZendTest_I18n * @subpackage Translator - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Loader implements LoaderInterface { diff --git a/tests/Zend/I18n/Translator/_files/failed.php b/tests/Zend/I18n/Translator/_files/failed.php index be530bc23bb..b0d20416f80 100644 --- a/tests/Zend/I18n/Translator/_files/failed.php +++ b/tests/Zend/I18n/Translator/_files/failed.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ return "noarray"; diff --git a/tests/Zend/I18n/Translator/_files/testarray/translation-de_DE.php b/tests/Zend/I18n/Translator/_files/testarray/translation-de_DE.php index 55683aa6dab..d795896324e 100644 --- a/tests/Zend/I18n/Translator/_files/testarray/translation-de_DE.php +++ b/tests/Zend/I18n/Translator/_files/testarray/translation-de_DE.php @@ -15,11 +15,9 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ return array( 'Message 1' => 'Nachricht 1', 'Message 8' => 'Nachricht 8' -); \ No newline at end of file +); diff --git a/tests/Zend/I18n/Translator/_files/testarray/translation-en_US.php b/tests/Zend/I18n/Translator/_files/testarray/translation-en_US.php index a9de25914c2..9336bd2b5c2 100644 --- a/tests/Zend/I18n/Translator/_files/testarray/translation-en_US.php +++ b/tests/Zend/I18n/Translator/_files/testarray/translation-en_US.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ return array( diff --git a/tests/Zend/I18n/Translator/_files/translation_empty.php b/tests/Zend/I18n/Translator/_files/translation_empty.php index c0638a463cf..9b6593e80e4 100644 --- a/tests/Zend/I18n/Translator/_files/translation_empty.php +++ b/tests/Zend/I18n/Translator/_files/translation_empty.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ return array(); diff --git a/tests/Zend/I18n/Translator/_files/translation_en.php b/tests/Zend/I18n/Translator/_files/translation_en.php index e67a8e1c28e..1db9409966e 100644 --- a/tests/Zend/I18n/Translator/_files/translation_en.php +++ b/tests/Zend/I18n/Translator/_files/translation_en.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ return array( diff --git a/tests/Zend/I18n/Validator/AlnumTest.php b/tests/Zend/I18n/Validator/AlnumTest.php index bf98c0cbcdd..9dce1a601c3 100644 --- a/tests/Zend/I18n/Validator/AlnumTest.php +++ b/tests/Zend/I18n/Validator/AlnumTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class AlnumTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/I18n/Validator/AlphaTest.php b/tests/Zend/I18n/Validator/AlphaTest.php index d9dfacdae95..bf1dfee57b5 100644 --- a/tests/Zend/I18n/Validator/AlphaTest.php +++ b/tests/Zend/I18n/Validator/AlphaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class AlphaTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/I18n/Validator/FloatTest.php b/tests/Zend/I18n/Validator/FloatTest.php index 6327b6c30c5..cf7f99d6c08 100644 --- a/tests/Zend/I18n/Validator/FloatTest.php +++ b/tests/Zend/I18n/Validator/FloatTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\Validator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class FloatTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/I18n/Validator/IbanTest.php b/tests/Zend/I18n/Validator/IbanTest.php index 232a36c2337..e86bbbb71ec 100644 --- a/tests/Zend/I18n/Validator/IbanTest.php +++ b/tests/Zend/I18n/Validator/IbanTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class IbanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/I18n/Validator/IntTest.php b/tests/Zend/I18n/Validator/IntTest.php index a536f9d458e..3ec9fc4f382 100644 --- a/tests/Zend/I18n/Validator/IntTest.php +++ b/tests/Zend/I18n/Validator/IntTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\Validator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class IntTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/I18n/Validator/PostCodeTest.php b/tests/Zend/I18n/Validator/PostCodeTest.php index 59433efa0b8..d6c7d869b87 100644 --- a/tests/Zend/I18n/Validator/PostCodeTest.php +++ b/tests/Zend/I18n/Validator/PostCodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class PostCodeTest extends \PHPUnit_Framework_TestCase @@ -189,4 +185,4 @@ public function testEqualsMessageTemplates() $this->assertAttributeEquals($validator->getOption('messageTemplates'), 'messageTemplates', $validator); } -} \ No newline at end of file +} diff --git a/tests/Zend/I18n/View/Helper/CurrencyFormatTest.php b/tests/Zend/I18n/View/Helper/CurrencyFormatTest.php index 23a1927aac0..21a6316e822 100644 --- a/tests/Zend/I18n/View/Helper/CurrencyFormatTest.php +++ b/tests/Zend/I18n/View/Helper/CurrencyFormatTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/I18n/View/Helper/DateFormatTest.php b/tests/Zend/I18n/View/Helper/DateFormatTest.php index 4ee6b536dc4..fbe5fdbd15b 100644 --- a/tests/Zend/I18n/View/Helper/DateFormatTest.php +++ b/tests/Zend/I18n/View/Helper/DateFormatTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/I18n/View/Helper/NumberFormatTest.php b/tests/Zend/I18n/View/Helper/NumberFormatTest.php index f59f56b62b8..07e3c112fa1 100644 --- a/tests/Zend/I18n/View/Helper/NumberFormatTest.php +++ b/tests/Zend/I18n/View/Helper/NumberFormatTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\I18n\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/InfoCard/AssertionTest.php b/tests/Zend/InfoCard/AssertionTest.php index f28edd20bac..003038643a1 100644 --- a/tests/Zend/InfoCard/AssertionTest.php +++ b/tests/Zend/InfoCard/AssertionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InfoCard; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_InfoCard */ class AssertionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/InfoCard/CipherTest.php b/tests/Zend/InfoCard/CipherTest.php index 0164109af59..f9c7f5e3f04 100644 --- a/tests/Zend/InfoCard/CipherTest.php +++ b/tests/Zend/InfoCard/CipherTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InfoCard; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_InfoCard */ class CipherTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/InfoCard/ProcessTest.php b/tests/Zend/InfoCard/ProcessTest.php index fe5f1e70c1a..65520641d29 100644 --- a/tests/Zend/InfoCard/ProcessTest.php +++ b/tests/Zend/InfoCard/ProcessTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InfoCard; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_InfoCard */ class ProcessTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/InfoCard/XmlParsingTest.php b/tests/Zend/InfoCard/XmlParsingTest.php index 5af55643cbc..c58d04f945c 100644 --- a/tests/Zend/InfoCard/XmlParsingTest.php +++ b/tests/Zend/InfoCard/XmlParsingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InfoCard; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_InfoCard * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_InfoCard */ class XmlParsingTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/InputFilter/BaseInputFilterTest.php b/tests/Zend/InputFilter/BaseInputFilterTest.php index e036bdeb6c2..09a29292a66 100644 --- a/tests/Zend/InputFilter/BaseInputFilterTest.php +++ b/tests/Zend/InputFilter/BaseInputFilterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InputFilter * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InputFilter; diff --git a/tests/Zend/InputFilter/FactoryTest.php b/tests/Zend/InputFilter/FactoryTest.php index 737be301817..9c8a6980ed0 100644 --- a/tests/Zend/InputFilter/FactoryTest.php +++ b/tests/Zend/InputFilter/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InputFilter * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InputFilter; diff --git a/tests/Zend/InputFilter/InputFilterTest.php b/tests/Zend/InputFilter/InputFilterTest.php index 2916fb10c58..ae9e78eb579 100644 --- a/tests/Zend/InputFilter/InputFilterTest.php +++ b/tests/Zend/InputFilter/InputFilterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InputFilter * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InputFilter; diff --git a/tests/Zend/InputFilter/InputTest.php b/tests/Zend/InputFilter/InputTest.php index a0df4456e78..99655b3bcdc 100644 --- a/tests/Zend/InputFilter/InputTest.php +++ b/tests/Zend/InputFilter/InputTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InputFilter * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InputFilter; diff --git a/tests/Zend/InputFilter/TestAsset/CustomInput.php b/tests/Zend/InputFilter/TestAsset/CustomInput.php index 4d3523cb5b8..dd3f93104ff 100644 --- a/tests/Zend/InputFilter/TestAsset/CustomInput.php +++ b/tests/Zend/InputFilter/TestAsset/CustomInput.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_InputFilter * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\InputFilter\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_InputFilter * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CustomInput extends Input { diff --git a/tests/Zend/Json/JsonTest.php b/tests/Zend/Json/JsonTest.php index dfedf01133b..118005573ad 100644 --- a/tests/Zend/Json/JsonTest.php +++ b/tests/Zend/Json/JsonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_JSON * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON */ class JsonTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Json/JsonXmlTest.php b/tests/Zend/Json/JsonXmlTest.php index f279faa9cea..9e680f143cf 100644 --- a/tests/Zend/Json/JsonXmlTest.php +++ b/tests/Zend/Json/JsonXmlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_JSON * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON */ class JsonXmlTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Json/Server/CacheTest.php b/tests/Zend/Json/Server/CacheTest.php index 44428578f9b..3e298fd88bf 100644 --- a/tests/Zend/Json/Server/CacheTest.php +++ b/tests/Zend/Json/Server/CacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json\Server; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON * @group Zend_JSON_Server */ diff --git a/tests/Zend/Json/Server/ClientTest.php b/tests/Zend/Json/Server/ClientTest.php index c6d8200dbfe..08d411048fb 100644 --- a/tests/Zend/Json/Server/ClientTest.php +++ b/tests/Zend/Json/Server/ClientTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Json * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json\Server; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Json * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class ClientTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Json/Server/ErrorTest.php b/tests/Zend/Json/Server/ErrorTest.php index c032e4b6efd..96c41b6b5e8 100644 --- a/tests/Zend/Json/Server/ErrorTest.php +++ b/tests/Zend/Json/Server/ErrorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json\Server; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON * @group Zend_JSON_Server */ diff --git a/tests/Zend/Json/Server/RequestTest.php b/tests/Zend/Json/Server/RequestTest.php index 29dc90bd789..3f9466a4a9f 100644 --- a/tests/Zend/Json/Server/RequestTest.php +++ b/tests/Zend/Json/Server/RequestTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json\Server; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON * @group Zend_JSON_Server */ diff --git a/tests/Zend/Json/Server/ResponseTest.php b/tests/Zend/Json/Server/ResponseTest.php index 2e656b26076..efcc2fdbf70 100644 --- a/tests/Zend/Json/Server/ResponseTest.php +++ b/tests/Zend/Json/Server/ResponseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json\Server; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON * @group Zend_JSON_Server */ diff --git a/tests/Zend/Json/Server/Smd/ServiceTest.php b/tests/Zend/Json/Server/Smd/ServiceTest.php index be5b83c3867..b5556a28a3c 100644 --- a/tests/Zend/Json/Server/Smd/ServiceTest.php +++ b/tests/Zend/Json/Server/Smd/ServiceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json\Server\Smd; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON * @group Zend_JSON_Server */ diff --git a/tests/Zend/Json/Server/SmdTest.php b/tests/Zend/Json/Server/SmdTest.php index fe4665b95fd..cd222e2b78b 100644 --- a/tests/Zend/Json/Server/SmdTest.php +++ b/tests/Zend/Json/Server/SmdTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json\Server; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Json_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Json * @group Zend_Json_Server */ diff --git a/tests/Zend/Json/ServerTest.php b/tests/Zend/Json/ServerTest.php index 4ab94cb9d7f..2ef5e64d4b0 100644 --- a/tests/Zend/Json/ServerTest.php +++ b/tests/Zend/Json/ServerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Json; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_JSON_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_JSON * @group Zend_JSON_Server */ diff --git a/tests/Zend/Ldap/AbstractOnlineTestCase.php b/tests/Zend/Ldap/AbstractOnlineTestCase.php index 3afb387ea8f..cbff9eace12 100644 --- a/tests/Zend/Ldap/AbstractOnlineTestCase.php +++ b/tests/Zend/Ldap/AbstractOnlineTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ abstract class AbstractOnlineTestCase extends AbstractTestCase diff --git a/tests/Zend/Ldap/AbstractTestCase.php b/tests/Zend/Ldap/AbstractTestCase.php index 16bbba3b4c7..406e796a555 100644 --- a/tests/Zend/Ldap/AbstractTestCase.php +++ b/tests/Zend/Ldap/AbstractTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ abstract class AbstractTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/AttributeTest.php b/tests/Zend/Ldap/AttributeTest.php index 4cb40876fec..7e37f0a1ae6 100644 --- a/tests/Zend/Ldap/AttributeTest.php +++ b/tests/Zend/Ldap/AttributeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class AttributeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/BindTest.php b/tests/Zend/Ldap/BindTest.php index fcbf8f42a88..0b2621bc897 100644 --- a/tests/Zend/Ldap/BindTest.php +++ b/tests/Zend/Ldap/BindTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class BindTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/CanonTest.php b/tests/Zend/Ldap/CanonTest.php index 385ac984210..403c9966aac 100644 --- a/tests/Zend/Ldap/CanonTest.php +++ b/tests/Zend/Ldap/CanonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class CanonTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/ChangePasswordTest.php b/tests/Zend/Ldap/ChangePasswordTest.php index b9c0637bacb..569461fa314 100644 --- a/tests/Zend/Ldap/ChangePasswordTest.php +++ b/tests/Zend/Ldap/ChangePasswordTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -30,8 +28,6 @@ * @package Zend_Ldap * @subpackage UnitTests * @group Zend_Ldap - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ChangePasswordTest extends AbstractOnlineTestCase diff --git a/tests/Zend/Ldap/ConnectTest.php b/tests/Zend/Ldap/ConnectTest.php index ccc41230491..02cbabd4000 100644 --- a/tests/Zend/Ldap/ConnectTest.php +++ b/tests/Zend/Ldap/ConnectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class ConnectTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/Converter/ConverterTest.php b/tests/Zend/Ldap/Converter/ConverterTest.php index cd8cc880eba..b6df1cc337b 100644 --- a/tests/Zend/Ldap/Converter/ConverterTest.php +++ b/tests/Zend/Ldap/Converter/ConverterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Converter; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class ConverterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/CopyRenameTest.php b/tests/Zend/Ldap/CopyRenameTest.php index 40dfc5f01d6..3f1f24f6c76 100644 --- a/tests/Zend/Ldap/CopyRenameTest.php +++ b/tests/Zend/Ldap/CopyRenameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class CopyRenameTest extends AbstractOnlineTestCase diff --git a/tests/Zend/Ldap/CrudTest.php b/tests/Zend/Ldap/CrudTest.php index 78b37e43758..abc169851d3 100644 --- a/tests/Zend/Ldap/CrudTest.php +++ b/tests/Zend/Ldap/CrudTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class CrudTest extends AbstractOnlineTestCase diff --git a/tests/Zend/Ldap/Dn/CreationTest.php b/tests/Zend/Ldap/Dn/CreationTest.php index dffa2b2cc35..bfb4f191d49 100644 --- a/tests/Zend/Ldap/Dn/CreationTest.php +++ b/tests/Zend/Ldap/Dn/CreationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Dn; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Dn */ diff --git a/tests/Zend/Ldap/Dn/EscapingTest.php b/tests/Zend/Ldap/Dn/EscapingTest.php index 0384528b1ef..58912d6d67d 100644 --- a/tests/Zend/Ldap/Dn/EscapingTest.php +++ b/tests/Zend/Ldap/Dn/EscapingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Dn; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Dn */ diff --git a/tests/Zend/Ldap/Dn/ExplodingTest.php b/tests/Zend/Ldap/Dn/ExplodingTest.php index e8de8952971..31dc3975ce1 100644 --- a/tests/Zend/Ldap/Dn/ExplodingTest.php +++ b/tests/Zend/Ldap/Dn/ExplodingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Dn; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Dn */ diff --git a/tests/Zend/Ldap/Dn/ImplodingTest.php b/tests/Zend/Ldap/Dn/ImplodingTest.php index 59545e687b2..591c934e8d2 100644 --- a/tests/Zend/Ldap/Dn/ImplodingTest.php +++ b/tests/Zend/Ldap/Dn/ImplodingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Dn; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Dn */ diff --git a/tests/Zend/Ldap/Dn/MiscTest.php b/tests/Zend/Ldap/Dn/MiscTest.php index f54f5d23356..baf5133f082 100644 --- a/tests/Zend/Ldap/Dn/MiscTest.php +++ b/tests/Zend/Ldap/Dn/MiscTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Dn; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Dn */ diff --git a/tests/Zend/Ldap/Dn/ModificationTest.php b/tests/Zend/Ldap/Dn/ModificationTest.php index 71e1718ad98..05117071c05 100644 --- a/tests/Zend/Ldap/Dn/ModificationTest.php +++ b/tests/Zend/Ldap/Dn/ModificationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Dn; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Dn */ diff --git a/tests/Zend/Ldap/FilterTest.php b/tests/Zend/Ldap/FilterTest.php index cf0a754a8dc..aa89055a641 100644 --- a/tests/Zend/Ldap/FilterTest.php +++ b/tests/Zend/Ldap/FilterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class FilterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/Ldif/SimpleDecoderTest.php b/tests/Zend/Ldap/Ldif/SimpleDecoderTest.php index cc77b8fa6d2..92d085d0d8d 100644 --- a/tests/Zend/Ldap/Ldif/SimpleDecoderTest.php +++ b/tests/Zend/Ldap/Ldif/SimpleDecoderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Ldif; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Ldif */ diff --git a/tests/Zend/Ldap/Ldif/SimpleEncoderTest.php b/tests/Zend/Ldap/Ldif/SimpleEncoderTest.php index c76a343eef5..3dce8f1a35a 100644 --- a/tests/Zend/Ldap/Ldif/SimpleEncoderTest.php +++ b/tests/Zend/Ldap/Ldif/SimpleEncoderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Ldif; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Ldif */ diff --git a/tests/Zend/Ldap/Node/AttributeIterationTest.php b/tests/Zend/Ldap/Node/AttributeIterationTest.php index f0918fcf5a4..9dcd9f3df75 100644 --- a/tests/Zend/Ldap/Node/AttributeIterationTest.php +++ b/tests/Zend/Ldap/Node/AttributeIterationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Node */ diff --git a/tests/Zend/Ldap/Node/ChildrenIterationTest.php b/tests/Zend/Ldap/Node/ChildrenIterationTest.php index 88ed330a169..bb46a78677b 100644 --- a/tests/Zend/Ldap/Node/ChildrenIterationTest.php +++ b/tests/Zend/Ldap/Node/ChildrenIterationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Node */ diff --git a/tests/Zend/Ldap/Node/ChildrenTest.php b/tests/Zend/Ldap/Node/ChildrenTest.php index bb1a9847740..c5bd30f7405 100644 --- a/tests/Zend/Ldap/Node/ChildrenTest.php +++ b/tests/Zend/Ldap/Node/ChildrenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Node */ diff --git a/tests/Zend/Ldap/Node/OfflineTest.php b/tests/Zend/Ldap/Node/OfflineTest.php index 9271dc0b53e..496fac4dda7 100644 --- a/tests/Zend/Ldap/Node/OfflineTest.php +++ b/tests/Zend/Ldap/Node/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Ldap\Node */ diff --git a/tests/Zend/Ldap/Node/OnlineTest.php b/tests/Zend/Ldap/Node/OnlineTest.php index f3ad5a4de38..d71193dce3f 100644 --- a/tests/Zend/Ldap/Node/OnlineTest.php +++ b/tests/Zend/Ldap/Node/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Node */ diff --git a/tests/Zend/Ldap/Node/RootDseTest.php b/tests/Zend/Ldap/Node/RootDseTest.php index fe4a47fb7e2..26031771b5e 100644 --- a/tests/Zend/Ldap/Node/RootDseTest.php +++ b/tests/Zend/Ldap/Node/RootDseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Node */ diff --git a/tests/Zend/Ldap/Node/SchemaTest.php b/tests/Zend/Ldap/Node/SchemaTest.php index ecdb35fdb57..a6fc3a40d66 100644 --- a/tests/Zend/Ldap/Node/SchemaTest.php +++ b/tests/Zend/Ldap/Node/SchemaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Node */ diff --git a/tests/Zend/Ldap/Node/UpdateTest.php b/tests/Zend/Ldap/Node/UpdateTest.php index 91492392d03..d5ada9c6fab 100644 --- a/tests/Zend/Ldap/Node/UpdateTest.php +++ b/tests/Zend/Ldap/Node/UpdateTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap\Node; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap * @group Zend_Ldap_Node */ diff --git a/tests/Zend/Ldap/OfflineTest.php b/tests/Zend/Ldap/OfflineTest.php index ea731a2cac1..f31689281f1 100644 --- a/tests/Zend/Ldap/OfflineTest.php +++ b/tests/Zend/Ldap/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class OfflineTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Ldap/SearchTest.php b/tests/Zend/Ldap/SearchTest.php index c081b9130e0..61074ceb801 100644 --- a/tests/Zend/Ldap/SearchTest.php +++ b/tests/Zend/Ldap/SearchTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Ldap; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Ldap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Ldap */ class SearchTest extends AbstractOnlineTestCase diff --git a/tests/Zend/Loader/AutoloadDoesNotHideParseError.php b/tests/Zend/Loader/AutoloadDoesNotHideParseError.php index 7aa27861461..4b020ff5514 100644 --- a/tests/Zend/Loader/AutoloadDoesNotHideParseError.php +++ b/tests/Zend/Loader/AutoloadDoesNotHideParseError.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** diff --git a/tests/Zend/Loader/AutoloadableClass.php b/tests/Zend/Loader/AutoloadableClass.php index 708ef476169..4ad0925eabf 100644 --- a/tests/Zend/Loader/AutoloadableClass.php +++ b/tests/Zend/Loader/AutoloadableClass.php @@ -15,16 +15,12 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Loader_AutoloadableClass { diff --git a/tests/Zend/Loader/AutoloaderFactoryTest.php b/tests/Zend/Loader/AutoloaderFactoryTest.php index 9220c030636..46275d2e376 100644 --- a/tests/Zend/Loader/AutoloaderFactoryTest.php +++ b/tests/Zend/Loader/AutoloaderFactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -29,8 +27,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class AutoloaderFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Loader/AutoloaderMultiVersionTest.php b/tests/Zend/Loader/AutoloaderMultiVersionTest.php index bdbfc20e23a..33e5555de5c 100644 --- a/tests/Zend/Loader/AutoloaderMultiVersionTest.php +++ b/tests/Zend/Loader/AutoloaderMultiVersionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Loader; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Loader */ class AutoloaderMultiVersionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Loader/ClassMapAutoloaderTest.php b/tests/Zend/Loader/ClassMapAutoloaderTest.php index 04190d1b126..f117a2373f5 100644 --- a/tests/Zend/Loader/ClassMapAutoloaderTest.php +++ b/tests/Zend/Loader/ClassMapAutoloaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -29,8 +27,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class ClassMapAutoloaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Loader/MyLoader.php b/tests/Zend/Loader/MyLoader.php index ac9399884a6..204bf382768 100644 --- a/tests/Zend/Loader/MyLoader.php +++ b/tests/Zend/Loader/MyLoader.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Loader_MyLoader extends Zend_Loader { diff --git a/tests/Zend/Loader/MyOverloader.php b/tests/Zend/Loader/MyOverloader.php index b18c82a295a..028e46f1c11 100644 --- a/tests/Zend/Loader/MyOverloader.php +++ b/tests/Zend/Loader/MyOverloader.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Loader_MyOverloader extends Zend_Loader { diff --git a/tests/Zend/Loader/PluginClassLoaderTest.php b/tests/Zend/Loader/PluginClassLoaderTest.php index 45e0053f8a4..8710565dbd3 100644 --- a/tests/Zend/Loader/PluginClassLoaderTest.php +++ b/tests/Zend/Loader/PluginClassLoaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Loader; @@ -27,8 +25,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class PluginClassLoaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Loader/PrefixPathLoaderTest.php b/tests/Zend/Loader/PrefixPathLoaderTest.php index 630d03b6f32..7cabfc33266 100644 --- a/tests/Zend/Loader/PrefixPathLoaderTest.php +++ b/tests/Zend/Loader/PrefixPathLoaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Loader; @@ -29,8 +27,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class PrefixPathLoaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Loader/StandardAutoloaderTest.php b/tests/Zend/Loader/StandardAutoloaderTest.php index bdd2a48ead1..85c7ea42a5c 100644 --- a/tests/Zend/Loader/StandardAutoloaderTest.php +++ b/tests/Zend/Loader/StandardAutoloaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -30,8 +28,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class StandardAutoloaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Loader/TestAsset/ClassMappedClass.php b/tests/Zend/Loader/TestAsset/ClassMappedClass.php index cdc98c69c0a..f31b1deeb87 100644 --- a/tests/Zend/Loader/TestAsset/ClassMappedClass.php +++ b/tests/Zend/Loader/TestAsset/ClassMappedClass.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class ClassMappedClass diff --git a/tests/Zend/Loader/TestAsset/CustomClassLoader.php b/tests/Zend/Loader/TestAsset/CustomClassLoader.php index 9e7adc39a48..2c80997bbe5 100644 --- a/tests/Zend/Loader/TestAsset/CustomClassLoader.php +++ b/tests/Zend/Loader/TestAsset/CustomClassLoader.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Loader\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class CustomClassLoader extends PluginClassLoader diff --git a/tests/Zend/Loader/TestAsset/ExtendedPluginClassLoader.php b/tests/Zend/Loader/TestAsset/ExtendedPluginClassLoader.php index 69429ec8f7d..21acc6b6d2c 100644 --- a/tests/Zend/Loader/TestAsset/ExtendedPluginClassLoader.php +++ b/tests/Zend/Loader/TestAsset/ExtendedPluginClassLoader.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Loader\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class ExtendedPluginClassLoader extends PluginClassLoader diff --git a/tests/Zend/Loader/TestAsset/ExtendedPrefixPathLoader.php b/tests/Zend/Loader/TestAsset/ExtendedPrefixPathLoader.php index 713a5b5456e..c044a4f441b 100644 --- a/tests/Zend/Loader/TestAsset/ExtendedPrefixPathLoader.php +++ b/tests/Zend/Loader/TestAsset/ExtendedPrefixPathLoader.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Loader\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class ExtendedPrefixPathLoader extends PrefixPathLoader diff --git a/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php b/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php index 91fbcc7831a..a909c36f0eb 100644 --- a/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php +++ b/tests/Zend/Loader/TestAsset/Name_Space/Namespaced/Class.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Namespaced_Class diff --git a/tests/Zend/Loader/TestAsset/NamespacedClass.php b/tests/Zend/Loader/TestAsset/NamespacedClass.php index 56b2f54e6b0..b71b0973356 100644 --- a/tests/Zend/Loader/TestAsset/NamespacedClass.php +++ b/tests/Zend/Loader/TestAsset/NamespacedClass.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class NamespacedClass diff --git a/tests/Zend/Loader/TestAsset/PrefixedClass.php b/tests/Zend/Loader/TestAsset/PrefixedClass.php index 5c64bde3c61..cc933e2c960 100644 --- a/tests/Zend/Loader/TestAsset/PrefixedClass.php +++ b/tests/Zend/Loader/TestAsset/PrefixedClass.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -24,8 +22,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class ZendTest_UnusualPrefix_PrefixedClass diff --git a/tests/Zend/Loader/TestAsset/SamplePlugin.php b/tests/Zend/Loader/TestAsset/SamplePlugin.php index b0419c654dd..2cd567803c3 100644 --- a/tests/Zend/Loader/TestAsset/SamplePlugin.php +++ b/tests/Zend/Loader/TestAsset/SamplePlugin.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class SamplePlugin diff --git a/tests/Zend/Loader/TestAsset/StandardAutoloader.php b/tests/Zend/Loader/TestAsset/StandardAutoloader.php index fc39800f88c..728d9d0a7ad 100644 --- a/tests/Zend/Loader/TestAsset/StandardAutoloader.php +++ b/tests/Zend/Loader/TestAsset/StandardAutoloader.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -28,8 +26,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class StandardAutoloader extends Psr0Autoloader diff --git a/tests/Zend/Loader/TestAsset/TestNamespace/FallbackCase.php b/tests/Zend/Loader/TestAsset/TestNamespace/FallbackCase.php index 2974ce2a9b3..94e44da9eff 100644 --- a/tests/Zend/Loader/TestAsset/TestNamespace/FallbackCase.php +++ b/tests/Zend/Loader/TestAsset/TestNamespace/FallbackCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class FallbackCase diff --git a/tests/Zend/Loader/TestAsset/TestNamespace/NoDuplicateAutoloadersCase.php b/tests/Zend/Loader/TestAsset/TestNamespace/NoDuplicateAutoloadersCase.php index 61d40020b42..fcc328e9620 100644 --- a/tests/Zend/Loader/TestAsset/TestNamespace/NoDuplicateAutoloadersCase.php +++ b/tests/Zend/Loader/TestAsset/TestNamespace/NoDuplicateAutoloadersCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class NoDuplicateAutoloadersCase diff --git a/tests/Zend/Loader/TestAsset/TestPluginMap.php b/tests/Zend/Loader/TestAsset/TestPluginMap.php index fb272418981..db1c7eee0eb 100644 --- a/tests/Zend/Loader/TestAsset/TestPluginMap.php +++ b/tests/Zend/Loader/TestAsset/TestPluginMap.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class TestPluginMap implements \IteratorAggregate diff --git a/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php b/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php index 2f275da906f..db7822ac4eb 100644 --- a/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php +++ b/tests/Zend/Loader/TestAsset/TestPlugins/Bar.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Bar diff --git a/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php b/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php index 6b66bd862e1..d6d6e2b66a4 100644 --- a/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php +++ b/tests/Zend/Loader/TestAsset/TestPlugins/Baz.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Baz diff --git a/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php b/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php index 62cad155516..cc7d9b5372a 100644 --- a/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php +++ b/tests/Zend/Loader/TestAsset/TestPlugins/Foo.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Foo diff --git a/tests/Zend/Loader/TestAsset/TestPlugins2/Foo.php b/tests/Zend/Loader/TestAsset/TestPlugins2/Foo.php index 758d2d83f81..614648c03b6 100644 --- a/tests/Zend/Loader/TestAsset/TestPlugins2/Foo.php +++ b/tests/Zend/Loader/TestAsset/TestPlugins2/Foo.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Foo diff --git a/tests/Zend/Loader/TestAsset/UnMappedClass.php b/tests/Zend/Loader/TestAsset/UnMappedClass.php index 76de1378da0..4f7f79b8b29 100644 --- a/tests/Zend/Loader/TestAsset/UnMappedClass.php +++ b/tests/Zend/Loader/TestAsset/UnMappedClass.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -26,8 +24,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class UnMappedClass diff --git a/tests/Zend/Loader/TestAsset/plugins/Baz.php b/tests/Zend/Loader/TestAsset/plugins/Baz.php index 9c68df04634..dfe7619100f 100644 --- a/tests/Zend/Loader/TestAsset/plugins/Baz.php +++ b/tests/Zend/Loader/TestAsset/plugins/Baz.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -28,8 +26,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Baz diff --git a/tests/Zend/Loader/TestAsset/plugins/first/Bat.php b/tests/Zend/Loader/TestAsset/plugins/first/Bat.php index 92ba5f6c099..d6e76439d1c 100644 --- a/tests/Zend/Loader/TestAsset/plugins/first/Bat.php +++ b/tests/Zend/Loader/TestAsset/plugins/first/Bat.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\PluginTest; @@ -27,8 +25,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Bat diff --git a/tests/Zend/Loader/TestAsset/plugins/first/Foobar.php b/tests/Zend/Loader/TestAsset/plugins/first/Foobar.php index 48dbb40693e..f35fb75b603 100644 --- a/tests/Zend/Loader/TestAsset/plugins/first/Foobar.php +++ b/tests/Zend/Loader/TestAsset/plugins/first/Foobar.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\PluginTest; @@ -27,8 +25,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Foobar diff --git a/tests/Zend/Loader/TestAsset/plugins/second/Bat.php b/tests/Zend/Loader/TestAsset/plugins/second/Bat.php index 0012961e3d1..ed800e0faaf 100644 --- a/tests/Zend/Loader/TestAsset/plugins/second/Bat.php +++ b/tests/Zend/Loader/TestAsset/plugins/second/Bat.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\PluginTest; @@ -25,8 +23,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Bat diff --git a/tests/Zend/Loader/TestAsset/plugins/second/Foobar.php b/tests/Zend/Loader/TestAsset/plugins/second/Foobar.php index e10c8be4c51..af7f962eb18 100644 --- a/tests/Zend/Loader/TestAsset/plugins/second/Foobar.php +++ b/tests/Zend/Loader/TestAsset/plugins/second/Foobar.php @@ -15,8 +15,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\PluginTest2; @@ -27,8 +25,6 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class Foobar diff --git a/tests/Zend/Loader/TestAsset/plugins/second/Foobarbaz.php b/tests/Zend/Loader/TestAsset/plugins/second/Foobarbaz.php index ade929ab487..af4816878c1 100644 --- a/tests/Zend/Loader/TestAsset/plugins/second/Foobarbaz.php +++ b/tests/Zend/Loader/TestAsset/plugins/second/Foobarbaz.php @@ -15,16 +15,12 @@ * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** * @category Zend * @package Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Loader */ class ZendTest_PluginTest_Foobarbaz diff --git a/tests/Zend/Loader/_files/ParseError.php b/tests/Zend/Loader/_files/ParseError.php index b698efe290b..9775bfea779 100644 --- a/tests/Zend/Loader/_files/ParseError.php +++ b/tests/Zend/Loader/_files/ParseError.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ParseError { diff --git a/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php b/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php index 23cb2fcfc2f..236aa245bfe 100644 --- a/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php +++ b/tests/Zend/Loader/_files/ZendLoaderAutoloader/Foo.php @@ -15,16 +15,12 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ZendLoaderAutoloader_Foo { diff --git a/tests/Zend/Loader/_files/ZfTest/CacheTest.php b/tests/Zend/Loader/_files/ZfTest/CacheTest.php index cebc5cdfb87..753e30da872 100644 --- a/tests/Zend/Loader/_files/ZfTest/CacheTest.php +++ b/tests/Zend/Loader/_files/ZfTest/CacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZfTest; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CacheTest { diff --git a/tests/Zend/Loader/_files/ZfTest/FormSubmit.php b/tests/Zend/Loader/_files/ZfTest/FormSubmit.php index 7b8f0b19f6c..88638cf0699 100644 --- a/tests/Zend/Loader/_files/ZfTest/FormSubmit.php +++ b/tests/Zend/Loader/_files/ZfTest/FormSubmit.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZfTest; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Loader * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FormSubmit { diff --git a/tests/Zend/Log/Filter/ChainingTest.php b/tests/Zend/Log/Filter/ChainingTest.php index b55c2116780..16c552c8df6 100644 --- a/tests/Zend/Log/Filter/ChainingTest.php +++ b/tests/Zend/Log/Filter/ChainingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class ChainingTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Filter/PriorityTest.php b/tests/Zend/Log/Filter/PriorityTest.php index 65f97d149cf..4b4132e991d 100644 --- a/tests/Zend/Log/Filter/PriorityTest.php +++ b/tests/Zend/Log/Filter/PriorityTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class PriorityTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Filter/RegexTest.php b/tests/Zend/Log/Filter/RegexTest.php index 9909a6a2d73..0e5519f294c 100644 --- a/tests/Zend/Log/Filter/RegexTest.php +++ b/tests/Zend/Log/Filter/RegexTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Filter; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class RegexTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Filter/SuppressFilterTest.php b/tests/Zend/Log/Filter/SuppressFilterTest.php index 8f4a0921e41..de534bfaee1 100644 --- a/tests/Zend/Log/Filter/SuppressFilterTest.php +++ b/tests/Zend/Log/Filter/SuppressFilterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Filter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class SuppressFilterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Filter/ValidatorTest.php b/tests/Zend/Log/Filter/ValidatorTest.php index db23255355b..057c3d54590 100644 --- a/tests/Zend/Log/Filter/ValidatorTest.php +++ b/tests/Zend/Log/Filter/ValidatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Filter; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class ValidatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Formatter/ErrorHandlerTest.php b/tests/Zend/Log/Formatter/ErrorHandlerTest.php index e797ef99d68..b1dfe789339 100644 --- a/tests/Zend/Log/Formatter/ErrorHandlerTest.php +++ b/tests/Zend/Log/Formatter/ErrorHandlerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Formatter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class ErrorHandlerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Formatter/ExceptionHandlerTest.php b/tests/Zend/Log/Formatter/ExceptionHandlerTest.php index 903923aa73d..a78bc9061c9 100644 --- a/tests/Zend/Log/Formatter/ExceptionHandlerTest.php +++ b/tests/Zend/Log/Formatter/ExceptionHandlerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Formatter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class ExceptionHandlerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Formatter/SimpleTest.php b/tests/Zend/Log/Formatter/SimpleTest.php index 954c71d6387..e511f2764bd 100644 --- a/tests/Zend/Log/Formatter/SimpleTest.php +++ b/tests/Zend/Log/Formatter/SimpleTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Formatter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class SimpleTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Formatter/XmlTest.php b/tests/Zend/Log/Formatter/XmlTest.php index a095d4751fd..c3eaf1cef85 100644 --- a/tests/Zend/Log/Formatter/XmlTest.php +++ b/tests/Zend/Log/Formatter/XmlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Formatter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class XmlTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/LoggerTest.php b/tests/Zend/Log/LoggerTest.php index 64423d33c25..e5af1384035 100644 --- a/tests/Zend/Log/LoggerTest.php +++ b/tests/Zend/Log/LoggerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class LoggerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/AbstractTest.php b/tests/Zend/Log/Writer/AbstractTest.php index fe980ec7ff2..662f95e6122 100644 --- a/tests/Zend/Log/Writer/AbstractTest.php +++ b/tests/Zend/Log/Writer/AbstractTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class AbstractTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/DbTest.php b/tests/Zend/Log/Writer/DbTest.php index 0b4eb344c4c..3e0a182effa 100644 --- a/tests/Zend/Log/Writer/DbTest.php +++ b/tests/Zend/Log/Writer/DbTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class DbTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/MailTest.php b/tests/Zend/Log/Writer/MailTest.php index aa086b067ec..3c2b6ed6ae5 100644 --- a/tests/Zend/Log/Writer/MailTest.php +++ b/tests/Zend/Log/Writer/MailTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class MailTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/MockTest.php b/tests/Zend/Log/Writer/MockTest.php index 68960e42cec..de47a4901b6 100644 --- a/tests/Zend/Log/Writer/MockTest.php +++ b/tests/Zend/Log/Writer/MockTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class MockTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/NullTest.php b/tests/Zend/Log/Writer/NullTest.php index ab4e039baea..11a940aea83 100644 --- a/tests/Zend/Log/Writer/NullTest.php +++ b/tests/Zend/Log/Writer/NullTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class NullTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/StreamTest.php b/tests/Zend/Log/Writer/StreamTest.php index 98e73c89bb3..dd284e132b9 100644 --- a/tests/Zend/Log/Writer/StreamTest.php +++ b/tests/Zend/Log/Writer/StreamTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class StreamWriterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/SyslogTest.php b/tests/Zend/Log/Writer/SyslogTest.php index d374f5f846d..a87d4994765 100644 --- a/tests/Zend/Log/Writer/SyslogTest.php +++ b/tests/Zend/Log/Writer/SyslogTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class SyslogTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/Writer/ZendMonitorTest.php b/tests/Zend/Log/Writer/ZendMonitorTest.php index a109e51a28c..4fe875ce9d8 100644 --- a/tests/Zend/Log/Writer/ZendMonitorTest.php +++ b/tests/Zend/Log/Writer/ZendMonitorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log\Writer; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class ZendMonitorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Log/WriterPluginManagerTest.php b/tests/Zend/Log/WriterPluginManagerTest.php index d7e60d347a1..bbcd7644e54 100644 --- a/tests/Zend/Log/WriterPluginManagerTest.php +++ b/tests/Zend/Log/WriterPluginManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Log; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Log * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Log */ class WriterPluginManagerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/AddressListTest.php b/tests/Zend/Mail/AddressListTest.php index b8395832085..6306b421f01 100644 --- a/tests/Zend/Mail/AddressListTest.php +++ b/tests/Zend/Mail/AddressListTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class AddressListTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/AddressTest.php b/tests/Zend/Mail/AddressTest.php index 532d97680f9..f8e018f1f95 100644 --- a/tests/Zend/Mail/AddressTest.php +++ b/tests/Zend/Mail/AddressTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class AddressTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Header/AddressListHeaderTest.php b/tests/Zend/Mail/Header/AddressListHeaderTest.php index c64f1b641e2..c3934d3b687 100644 --- a/tests/Zend/Mail/Header/AddressListHeaderTest.php +++ b/tests/Zend/Mail/Header/AddressListHeaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Header; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class AddressListHeaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Header/ContentTypeTest.php b/tests/Zend/Mail/Header/ContentTypeTest.php index 66a212bdb5e..396790753f7 100644 --- a/tests/Zend/Mail/Header/ContentTypeTest.php +++ b/tests/Zend/Mail/Header/ContentTypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Header; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class ContentTypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Header/HeaderWrapTest.php b/tests/Zend/Mail/Header/HeaderWrapTest.php index 9595900451c..924d97d3914 100644 --- a/tests/Zend/Mail/Header/HeaderWrapTest.php +++ b/tests/Zend/Mail/Header/HeaderWrapTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Header; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class HeaderWrapTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Header/ReceivedTest.php b/tests/Zend/Mail/Header/ReceivedTest.php index eb795011f87..872fcdc3151 100644 --- a/tests/Zend/Mail/Header/ReceivedTest.php +++ b/tests/Zend/Mail/Header/ReceivedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Header; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class ReceivedTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Header/SubjectTest.php b/tests/Zend/Mail/Header/SubjectTest.php index 1ac79508830..b3e65457943 100644 --- a/tests/Zend/Mail/Header/SubjectTest.php +++ b/tests/Zend/Mail/Header/SubjectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Header; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class SubjectTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Header/ToTest.php b/tests/Zend/Mail/Header/ToTest.php index 0f0406858b8..ceef5c14aad 100644 --- a/tests/Zend/Mail/Header/ToTest.php +++ b/tests/Zend/Mail/Header/ToTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Header; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class ToTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/HeadersTest.php b/tests/Zend/Mail/HeadersTest.php index 3ce5e200de4..f9aed3ce960 100644 --- a/tests/Zend/Mail/HeadersTest.php +++ b/tests/Zend/Mail/HeadersTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class HeadersTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/MessageTest.php b/tests/Zend/Mail/MessageTest.php index 1bd95179916..3c80e9ac7ce 100644 --- a/tests/Zend/Mail/MessageTest.php +++ b/tests/Zend/Mail/MessageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MessageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Protocol/SmtpTest.php b/tests/Zend/Mail/Protocol/SmtpTest.php index 60a926f8bad..599bac78e23 100644 --- a/tests/Zend/Mail/Protocol/SmtpTest.php +++ b/tests/Zend/Mail/Protocol/SmtpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Protocol; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class SmtpTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/ImapTest.php b/tests/Zend/Mail/Storage/ImapTest.php index 9ba646aae6c..026ab74a2fd 100644 --- a/tests/Zend/Mail/Storage/ImapTest.php +++ b/tests/Zend/Mail/Storage/ImapTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class ImapTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MaildirFolderTest.php b/tests/Zend/Mail/Storage/MaildirFolderTest.php index 930b7abd183..2379723f749 100644 --- a/tests/Zend/Mail/Storage/MaildirFolderTest.php +++ b/tests/Zend/Mail/Storage/MaildirFolderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MaildirFolderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MaildirMessageOldTest.php b/tests/Zend/Mail/Storage/MaildirMessageOldTest.php index 607dfc6825a..a7af50ec70d 100644 --- a/tests/Zend/Mail/Storage/MaildirMessageOldTest.php +++ b/tests/Zend/Mail/Storage/MaildirMessageOldTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MaildirOldMessage extends Storage\Maildir { @@ -45,8 +41,6 @@ class MaildirOldMessage extends Storage\Maildir * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MaildirMessageOldTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MaildirTest.php b/tests/Zend/Mail/Storage/MaildirTest.php index 7bde13c91ee..b996091934d 100644 --- a/tests/Zend/Mail/Storage/MaildirTest.php +++ b/tests/Zend/Mail/Storage/MaildirTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MaildirTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MaildirWritableTest.php b/tests/Zend/Mail/Storage/MaildirWritableTest.php index 9847ddbff60..691d63314f1 100644 --- a/tests/Zend/Mail/Storage/MaildirWritableTest.php +++ b/tests/Zend/Mail/Storage/MaildirWritableTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MaildirWritableTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MboxFolderTest.php b/tests/Zend/Mail/Storage/MboxFolderTest.php index bac86b6e549..8877b187235 100644 --- a/tests/Zend/Mail/Storage/MboxFolderTest.php +++ b/tests/Zend/Mail/Storage/MboxFolderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MboxFolderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MboxInterfaceTest.php b/tests/Zend/Mail/Storage/MboxInterfaceTest.php index 787231bf99d..62ec1f0e708 100644 --- a/tests/Zend/Mail/Storage/MboxInterfaceTest.php +++ b/tests/Zend/Mail/Storage/MboxInterfaceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class InterfaceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MboxMessageOldTest.php b/tests/Zend/Mail/Storage/MboxMessageOldTest.php index df248fe86fe..21d1a58e775 100644 --- a/tests/Zend/Mail/Storage/MboxMessageOldTest.php +++ b/tests/Zend/Mail/Storage/MboxMessageOldTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -39,8 +37,6 @@ class MboxOldMessage extends Storage\Mbox * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MboxMessageOldTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MboxTest.php b/tests/Zend/Mail/Storage/MboxTest.php index baba3c64020..e375df163e2 100644 --- a/tests/Zend/Mail/Storage/MboxTest.php +++ b/tests/Zend/Mail/Storage/MboxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MboxTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/MessageTest.php b/tests/Zend/Mail/Storage/MessageTest.php index fdd39f856ed..f768923f82f 100644 --- a/tests/Zend/Mail/Storage/MessageTest.php +++ b/tests/Zend/Mail/Storage/MessageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class MessageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Storage/Pop3Test.php b/tests/Zend/Mail/Storage/Pop3Test.php index dd7e767b2b1..5c7050f396f 100644 --- a/tests/Zend/Mail/Storage/Pop3Test.php +++ b/tests/Zend/Mail/Storage/Pop3Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Storage; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class Pop3Test extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/TestAsset/SmtpProtocolSpy.php b/tests/Zend/Mail/TestAsset/SmtpProtocolSpy.php index 6d349675a34..bf7cf0118e2 100644 --- a/tests/Zend/Mail/TestAsset/SmtpProtocolSpy.php +++ b/tests/Zend/Mail/TestAsset/SmtpProtocolSpy.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\TestAsset; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SmtpProtocolSpy extends Smtp { @@ -132,4 +128,4 @@ public function getRecipients() { return $this->rcpt; } -} \ No newline at end of file +} diff --git a/tests/Zend/Mail/Transport/FileOptionsTest.php b/tests/Zend/Mail/Transport/FileOptionsTest.php index 7e69322d88d..28c91dee859 100644 --- a/tests/Zend/Mail/Transport/FileOptionsTest.php +++ b/tests/Zend/Mail/Transport/FileOptionsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Transport; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class FileOptionsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Transport/FileTest.php b/tests/Zend/Mail/Transport/FileTest.php index 7439ef3c8c6..f1cf527515e 100644 --- a/tests/Zend/Mail/Transport/FileTest.php +++ b/tests/Zend/Mail/Transport/FileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Transport; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class FileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Transport/SendmailTest.php b/tests/Zend/Mail/Transport/SendmailTest.php index 7873ecbe691..85ee22707f4 100644 --- a/tests/Zend/Mail/Transport/SendmailTest.php +++ b/tests/Zend/Mail/Transport/SendmailTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Transport; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class SendmailTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mail/Transport/SmtpTest.php b/tests/Zend/Mail/Transport/SmtpTest.php index 613744ffb65..c6f0a543a39 100644 --- a/tests/Zend/Mail/Transport/SmtpTest.php +++ b/tests/Zend/Mail/Transport/SmtpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mail\Transport; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Mail * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mail */ class SmtpTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Markup/FactoryTest.php b/tests/Zend/Markup/FactoryTest.php index 37296d6030d..c519345a5c5 100644 --- a/tests/Zend/Markup/FactoryTest.php +++ b/tests/Zend/Markup/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Markup; @@ -27,8 +25,6 @@ * @package Zend_Markup * @subpackage UnitTests * @group Zend_Markup - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FactoryTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Markup/Parser/BbcodeTest.php b/tests/Zend/Markup/Parser/BbcodeTest.php index f46a04639c6..664a31168c1 100644 --- a/tests/Zend/Markup/Parser/BbcodeTest.php +++ b/tests/Zend/Markup/Parser/BbcodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -32,8 +30,6 @@ * @package Zend_Markup * @subpackage UnitTests * @group Zend_Markup - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class BbcodeTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Markup/Renderer/AbstractRendererTest.php b/tests/Zend/Markup/Renderer/AbstractRendererTest.php index fec628b9eaf..d6050db7ced 100644 --- a/tests/Zend/Markup/Renderer/AbstractRendererTest.php +++ b/tests/Zend/Markup/Renderer/AbstractRendererTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -33,8 +31,6 @@ * @package Zend_Markup * @subpackage UnitTests * @group Zend_Markup - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AbstractRendererTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Markup/Renderer/Markup/Html/CodeTest.php b/tests/Zend/Markup/Renderer/Markup/Html/CodeTest.php index f105cdacd52..1e54728aa29 100644 --- a/tests/Zend/Markup/Renderer/Markup/Html/CodeTest.php +++ b/tests/Zend/Markup/Renderer/Markup/Html/CodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -30,8 +28,6 @@ * @package Zend_Markup * @subpackage UnitTests * @group Zend_Markup - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CodeTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Markup/Renderer/Markup/Html/ReplaceTest.php b/tests/Zend/Markup/Renderer/Markup/Html/ReplaceTest.php index fc9b125010d..3bda84df70a 100644 --- a/tests/Zend/Markup/Renderer/Markup/Html/ReplaceTest.php +++ b/tests/Zend/Markup/Renderer/Markup/Html/ReplaceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -30,8 +28,6 @@ * @package Zend_Markup * @subpackage UnitTests * @group Zend_Markup - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ReplaceTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Markup/Renderer/TestAsset/SimpleRenderer.php b/tests/Zend/Markup/Renderer/TestAsset/SimpleRenderer.php index 4b52b808f3b..d92a4215f33 100644 --- a/tests/Zend/Markup/Renderer/TestAsset/SimpleRenderer.php +++ b/tests/Zend/Markup/Renderer/TestAsset/SimpleRenderer.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage Renderer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Markup\Renderer\TestAsset; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Markup * @subpackage Renderer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SimpleRenderer extends AbstractRenderer { diff --git a/tests/Zend/Markup/TestAsset/Parser/MockParser.php b/tests/Zend/Markup/TestAsset/Parser/MockParser.php index 32e52f3b9b1..35240291e93 100644 --- a/tests/Zend/Markup/TestAsset/Parser/MockParser.php +++ b/tests/Zend/Markup/TestAsset/Parser/MockParser.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage Parser - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Markup\TestAsset\Parser; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Markup * @subpackage Parser - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockParser implements Parser\ParserInterface { diff --git a/tests/Zend/Markup/TestAsset/Renderer/Html/Bar.php b/tests/Zend/Markup/TestAsset/Renderer/Html/Bar.php index f123bda9d15..50dde97960a 100644 --- a/tests/Zend/Markup/TestAsset/Renderer/Html/Bar.php +++ b/tests/Zend/Markup/TestAsset/Renderer/Html/Bar.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage Renderer_Html - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Markup\TestAsset\Renderer\Html; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Markup * @subpackage Renderer_Html - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Bar implements \Zend\Markup\Renderer\Markup\MarkupInterface { diff --git a/tests/Zend/Markup/TestAsset/Renderer/MockRenderer.php b/tests/Zend/Markup/TestAsset/Renderer/MockRenderer.php index 38b1da35d0a..4d986e1254e 100644 --- a/tests/Zend/Markup/TestAsset/Renderer/MockRenderer.php +++ b/tests/Zend/Markup/TestAsset/Renderer/MockRenderer.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Markup * @subpackage Renderer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Markup\TestAsset\Renderer; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Markup * @subpackage Renderer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockRenderer extends AbstractRenderer { diff --git a/tests/Zend/Math/BigInteger/Adapter/BcmathTest.php b/tests/Zend/Math/BigInteger/Adapter/BcmathTest.php index f3226b63b46..280b9fcf78d 100644 --- a/tests/Zend/Math/BigInteger/Adapter/BcmathTest.php +++ b/tests/Zend/Math/BigInteger/Adapter/BcmathTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Math_BigInteger * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Math\BigInteger\Adapter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Math_BigInteger * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class BcmathTest extends \PHPUnit_Framework_TestCase @@ -219,4 +215,4 @@ public function testBaseConversion() $this->adapter->baseConvert($dec, 10, 62)); } -} \ No newline at end of file +} diff --git a/tests/Zend/Math/BigInteger/Adapter/GmpTest.php b/tests/Zend/Math/BigInteger/Adapter/GmpTest.php index 05a70a4dee3..af89979cbd2 100644 --- a/tests/Zend/Math/BigInteger/Adapter/GmpTest.php +++ b/tests/Zend/Math/BigInteger/Adapter/GmpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Math_BigInteger * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Math\BigInteger\Adapter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Math_BigInteger * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Crypt */ class GmpTest extends \PHPUnit_Framework_TestCase @@ -224,4 +220,4 @@ public function testBaseConversionTwoWay() $this->assertEquals('1234567890', $y); } } -} \ No newline at end of file +} diff --git a/tests/Zend/Math/BigInteger/BigIntegerTest.php b/tests/Zend/Math/BigInteger/BigIntegerTest.php index 15bd3f9314b..3eed34f1b27 100644 --- a/tests/Zend/Math/BigInteger/BigIntegerTest.php +++ b/tests/Zend/Math/BigInteger/BigIntegerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Math_BigInteger * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Math\BigInteger; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Math_BigInteger * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Math */ class BigIntegerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Math/MathTest.php b/tests/Zend/Math/MathTest.php index 63e6350be94..66c1150f71c 100644 --- a/tests/Zend/Math/MathTest.php +++ b/tests/Zend/Math/MathTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Math * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Math; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Math * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Math */ class MathTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Memory/AccessControllerTest.php b/tests/Zend/Memory/AccessControllerTest.php index 1965cb51bf4..9e9ead00ef8 100644 --- a/tests/Zend/Memory/AccessControllerTest.php +++ b/tests/Zend/Memory/AccessControllerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Memory; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Memory */ class AccessControllerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Memory/LockedTest.php b/tests/Zend/Memory/LockedTest.php index 4d0ce5e6605..e9aef423504 100644 --- a/tests/Zend/Memory/LockedTest.php +++ b/tests/Zend/Memory/LockedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Memory; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Memory */ class LockedTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Memory/MemoryManagerTest.php b/tests/Zend/Memory/MemoryManagerTest.php index e6963bab6b4..e57a88082f6 100644 --- a/tests/Zend/Memory/MemoryManagerTest.php +++ b/tests/Zend/Memory/MemoryManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Memory; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Memory */ class MemoryManagerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Memory/MovableTest.php b/tests/Zend/Memory/MovableTest.php index 9299d6b2808..66c5651fd14 100644 --- a/tests/Zend/Memory/MovableTest.php +++ b/tests/Zend/Memory/MovableTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Memory; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Memory */ class MovableTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Memory/ValueTest.php b/tests/Zend/Memory/ValueTest.php index 1e07fff77e0..b8a6d1a1a51 100644 --- a/tests/Zend/Memory/ValueTest.php +++ b/tests/Zend/Memory/ValueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Memory; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Memory * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Memory */ class ValueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mime/MessageTest.php b/tests/Zend/Mime/MessageTest.php index e07d407cb24..922403caada 100644 --- a/tests/Zend/Mime/MessageTest.php +++ b/tests/Zend/Mime/MessageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mime * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mime; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Mime * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mime */ class MessageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mime/MimeTest.php b/tests/Zend/Mime/MimeTest.php index 7aa984a41f5..feb3594c71e 100644 --- a/tests/Zend/Mime/MimeTest.php +++ b/tests/Zend/Mime/MimeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mime * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mime; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Mime * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mime */ class MimeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Mime/PartTest.php b/tests/Zend/Mime/PartTest.php index c748caea08b..931ca2ae816 100644 --- a/tests/Zend/Mime/PartTest.php +++ b/tests/Zend/Mime/PartTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mime * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mime; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Mime * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Mime */ class PartTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/ModuleManager/Listener/AutoloaderListenerTest.php b/tests/Zend/ModuleManager/Listener/AutoloaderListenerTest.php index 1bde8b7052c..8a806dbabef 100644 --- a/tests/Zend/ModuleManager/Listener/AutoloaderListenerTest.php +++ b/tests/Zend/ModuleManager/Listener/AutoloaderListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/ConfigListenerTest.php b/tests/Zend/ModuleManager/Listener/ConfigListenerTest.php index 1212534ed21..e1f93d0fd9c 100644 --- a/tests/Zend/ModuleManager/Listener/ConfigListenerTest.php +++ b/tests/Zend/ModuleManager/Listener/ConfigListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/DefaultListenerAggregateTest.php b/tests/Zend/ModuleManager/Listener/DefaultListenerAggregateTest.php index b4f87d26847..f2d85aa10bb 100644 --- a/tests/Zend/ModuleManager/Listener/DefaultListenerAggregateTest.php +++ b/tests/Zend/ModuleManager/Listener/DefaultListenerAggregateTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/InitTriggerTest.php b/tests/Zend/ModuleManager/Listener/InitTriggerTest.php index 0133c570514..3a725406bd8 100644 --- a/tests/Zend/ModuleManager/Listener/InitTriggerTest.php +++ b/tests/Zend/ModuleManager/Listener/InitTriggerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/ListenerOptionsTest.php b/tests/Zend/ModuleManager/Listener/ListenerOptionsTest.php index b415e8d1f7f..6a8c17429f8 100644 --- a/tests/Zend/ModuleManager/Listener/ListenerOptionsTest.php +++ b/tests/Zend/ModuleManager/Listener/ListenerOptionsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/LocatorRegistrationListenerTest.php b/tests/Zend/ModuleManager/Listener/LocatorRegistrationListenerTest.php index 355e2cee24a..6bcd8aece4d 100644 --- a/tests/Zend/ModuleManager/Listener/LocatorRegistrationListenerTest.php +++ b/tests/Zend/ModuleManager/Listener/LocatorRegistrationListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/ModuleResolverListenerTest.php b/tests/Zend/ModuleManager/Listener/ModuleResolverListenerTest.php index 834ae4afcb5..45ce3697cdf 100644 --- a/tests/Zend/ModuleManager/Listener/ModuleResolverListenerTest.php +++ b/tests/Zend/ModuleManager/Listener/ModuleResolverListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/OnBootstrapListenerTest.php b/tests/Zend/ModuleManager/Listener/OnBootstrapListenerTest.php index b1ff31d59e0..172b96a1c2e 100644 --- a/tests/Zend/ModuleManager/Listener/OnBootstrapListenerTest.php +++ b/tests/Zend/ModuleManager/Listener/OnBootstrapListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/ServiceListenerTest.php b/tests/Zend/ModuleManager/Listener/ServiceListenerTest.php index 3111731f98c..3e786e69524 100644 --- a/tests/Zend/ModuleManager/Listener/ServiceListenerTest.php +++ b/tests/Zend/ModuleManager/Listener/ServiceListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener; diff --git a/tests/Zend/ModuleManager/Listener/TestAsset/ServiceInvalidReturnModule.php b/tests/Zend/ModuleManager/Listener/TestAsset/ServiceInvalidReturnModule.php index 648769027f8..b541ce9b1b2 100644 --- a/tests/Zend/ModuleManager/Listener/TestAsset/ServiceInvalidReturnModule.php +++ b/tests/Zend/ModuleManager/Listener/TestAsset/ServiceInvalidReturnModule.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ServiceInvalidReturnModule { diff --git a/tests/Zend/ModuleManager/Listener/TestAsset/ServiceProviderModule.php b/tests/Zend/ModuleManager/Listener/TestAsset/ServiceProviderModule.php index a6d72b5d2f5..69a82d1c5cf 100644 --- a/tests/Zend/ModuleManager/Listener/TestAsset/ServiceProviderModule.php +++ b/tests/Zend/ModuleManager/Listener/TestAsset/ServiceProviderModule.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\Listener\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ServiceProviderModule { diff --git a/tests/Zend/ModuleManager/ModuleEventTest.php b/tests/Zend/ModuleManager/ModuleEventTest.php index 1e32ddce662..6dc1f8038e9 100644 --- a/tests/Zend/ModuleManager/ModuleEventTest.php +++ b/tests/Zend/ModuleManager/ModuleEventTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ diff --git a/tests/Zend/ModuleManager/ModuleManagerTest.php b/tests/Zend/ModuleManager/ModuleManagerTest.php index 7f938be75a4..9644dad36d1 100644 --- a/tests/Zend/ModuleManager/ModuleManagerTest.php +++ b/tests/Zend/ModuleManager/ModuleManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager; diff --git a/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/Module.php b/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/Module.php index 1d37203ffe7..16a8ca11157 100644 --- a/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/Module.php +++ b/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/Module.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ListenerTestModule; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Module implements AutoloaderProviderInterface, diff --git a/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/src/Foo/Bar.php b/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/src/Foo/Bar.php index 19b4a1cd909..039e54592e7 100644 --- a/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/src/Foo/Bar.php +++ b/tests/Zend/ModuleManager/TestAsset/ListenerTestModule/src/Foo/Bar.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace Foo; diff --git a/tests/Zend/ModuleManager/TestAsset/MockApplication.php b/tests/Zend/ModuleManager/TestAsset/MockApplication.php index 728e13bf753..dfc6f9dbc34 100644 --- a/tests/Zend/ModuleManager/TestAsset/MockApplication.php +++ b/tests/Zend/ModuleManager/TestAsset/MockApplication.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ModuleManager * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ModuleManager\TestAsset; diff --git a/tests/Zend/Mvc/ApplicationTest.php b/tests/Zend/Mvc/ApplicationTest.php index 95046e506a6..61da4174231 100644 --- a/tests/Zend/Mvc/ApplicationTest.php +++ b/tests/Zend/Mvc/ApplicationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc; @@ -42,8 +40,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ApplicationTest extends TestCase { diff --git a/tests/Zend/Mvc/Controller/Plugin/FlashMessengerTest.php b/tests/Zend/Mvc/Controller/Plugin/FlashMessengerTest.php index d489908046e..19715b6a8f2 100644 --- a/tests/Zend/Mvc/Controller/Plugin/FlashMessengerTest.php +++ b/tests/Zend/Mvc/Controller/Plugin/FlashMessengerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Controller\Plugin; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FlashMessengerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Mvc/Controller/Plugin/LayoutTest.php b/tests/Zend/Mvc/Controller/Plugin/LayoutTest.php index 8a6c9034339..e6b4bee5c50 100644 --- a/tests/Zend/Mvc/Controller/Plugin/LayoutTest.php +++ b/tests/Zend/Mvc/Controller/Plugin/LayoutTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Controller\Plugin; diff --git a/tests/Zend/Mvc/ModuleRouteListenerTest.php b/tests/Zend/Mvc/ModuleRouteListenerTest.php index 80ef28e89b4..1b653aa649f 100644 --- a/tests/Zend/Mvc/ModuleRouteListenerTest.php +++ b/tests/Zend/Mvc/ModuleRouteListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc; diff --git a/tests/Zend/Mvc/Router/Http/MethodTest.php b/tests/Zend/Mvc/Router/Http/MethodTest.php index 0c6a1f25316..a48ab5c71a8 100644 --- a/tests/Zend/Mvc/Router/Http/MethodTest.php +++ b/tests/Zend/Mvc/Router/Http/MethodTest.php @@ -70,4 +70,4 @@ public function testFactory() ) ); } -} \ No newline at end of file +} diff --git a/tests/Zend/Mvc/Router/Http/TestAsset/DummyRoute.php b/tests/Zend/Mvc/Router/Http/TestAsset/DummyRoute.php index c706219b3dc..c4fdebd2acc 100644 --- a/tests/Zend/Mvc/Router/Http/TestAsset/DummyRoute.php +++ b/tests/Zend/Mvc/Router/Http/TestAsset/DummyRoute.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Router\Http\TestAsset; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DummyRoute implements RouteInterface { diff --git a/tests/Zend/Mvc/Router/Http/TestAsset/DummyRouteWithParam.php b/tests/Zend/Mvc/Router/Http/TestAsset/DummyRouteWithParam.php index 5d1cf33b2b6..6ca05194c3c 100644 --- a/tests/Zend/Mvc/Router/Http/TestAsset/DummyRouteWithParam.php +++ b/tests/Zend/Mvc/Router/Http/TestAsset/DummyRouteWithParam.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Router\Http\TestAsset; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DummyRouteWithParam extends DummyRoute { diff --git a/tests/Zend/Mvc/Router/PriorityListTest.php b/tests/Zend/Mvc/Router/PriorityListTest.php index 88441326203..10e939e4610 100644 --- a/tests/Zend/Mvc/Router/PriorityListTest.php +++ b/tests/Zend/Mvc/Router/PriorityListTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Router; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Router */ class PriorityListTest extends TestCase diff --git a/tests/Zend/Mvc/Router/RoutePluginManagerTest.php b/tests/Zend/Mvc/Router/RoutePluginManagerTest.php index c0dc7325b6d..c6ed886b90a 100644 --- a/tests/Zend/Mvc/Router/RoutePluginManagerTest.php +++ b/tests/Zend/Mvc/Router/RoutePluginManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Router; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Router */ class RoutePluginManagerTest extends TestCase diff --git a/tests/Zend/Mvc/Router/TestAsset/DummyRoute.php b/tests/Zend/Mvc/Router/TestAsset/DummyRoute.php index 4f2d33c78f4..6dc8997dbca 100644 --- a/tests/Zend/Mvc/Router/TestAsset/DummyRoute.php +++ b/tests/Zend/Mvc/Router/TestAsset/DummyRoute.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Router\TestAsset; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DummyRoute implements RouteInterface { diff --git a/tests/Zend/Mvc/Router/TestAsset/DummyRouteWithParam.php b/tests/Zend/Mvc/Router/TestAsset/DummyRouteWithParam.php index 31de52bba2c..62ceb74da03 100644 --- a/tests/Zend/Mvc/Router/TestAsset/DummyRouteWithParam.php +++ b/tests/Zend/Mvc/Router/TestAsset/DummyRouteWithParam.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\Router\TestAsset; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Mvc_Router * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DummyRouteWithParam extends DummyRoute { diff --git a/tests/Zend/Mvc/TestAsset/MockViewManager.php b/tests/Zend/Mvc/TestAsset/MockViewManager.php index cd7538da000..88b0632a191 100644 --- a/tests/Zend/Mvc/TestAsset/MockViewManager.php +++ b/tests/Zend/Mvc/TestAsset/MockViewManager.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\TestAsset; diff --git a/tests/Zend/Mvc/View/CreateViewModelListenerTest.php b/tests/Zend/Mvc/View/CreateViewModelListenerTest.php index fef37022e8f..2cf0a3a8c1c 100644 --- a/tests/Zend/Mvc/View/CreateViewModelListenerTest.php +++ b/tests/Zend/Mvc/View/CreateViewModelListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\View; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CreateViewModelListenerTest extends TestCase { diff --git a/tests/Zend/Mvc/View/DefaultRendereringStrategyTest.php b/tests/Zend/Mvc/View/DefaultRendereringStrategyTest.php index 9a8614d0cec..eaf4b87a437 100644 --- a/tests/Zend/Mvc/View/DefaultRendereringStrategyTest.php +++ b/tests/Zend/Mvc/View/DefaultRendereringStrategyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\View; @@ -45,8 +43,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DefaultRenderingStrategyTest extends TestCase { diff --git a/tests/Zend/Mvc/View/ExceptionStrategyTest.php b/tests/Zend/Mvc/View/ExceptionStrategyTest.php index 1fb8b66f20b..8b38da8115c 100644 --- a/tests/Zend/Mvc/View/ExceptionStrategyTest.php +++ b/tests/Zend/Mvc/View/ExceptionStrategyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\View; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ExceptionStrategyTest extends TestCase { diff --git a/tests/Zend/Mvc/View/InjectTemplateListenerTest.php b/tests/Zend/Mvc/View/InjectTemplateListenerTest.php index 472e5a80793..c58f4abac78 100644 --- a/tests/Zend/Mvc/View/InjectTemplateListenerTest.php +++ b/tests/Zend/Mvc/View/InjectTemplateListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\View; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class InjectTemplateListenerTest extends TestCase { diff --git a/tests/Zend/Mvc/View/InjectViewModelListenerTest.php b/tests/Zend/Mvc/View/InjectViewModelListenerTest.php index 73a1c0e4e86..c843e8e9cef 100644 --- a/tests/Zend/Mvc/View/InjectViewModelListenerTest.php +++ b/tests/Zend/Mvc/View/InjectViewModelListenerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\View; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class InjectViewModelListenerTest extends TestCase { diff --git a/tests/Zend/Mvc/View/RouteNotFoundStrategyTest.php b/tests/Zend/Mvc/View/RouteNotFoundStrategyTest.php index 9138495b684..19803b91ef9 100644 --- a/tests/Zend/Mvc/View/RouteNotFoundStrategyTest.php +++ b/tests/Zend/Mvc/View/RouteNotFoundStrategyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\View; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RouteNotFoundStrategyTest extends TestCase { diff --git a/tests/Zend/Mvc/View/TestAsset/DumbStrategy.php b/tests/Zend/Mvc/View/TestAsset/DumbStrategy.php index e40f86fd6a3..aeeba702b49 100644 --- a/tests/Zend/Mvc/View/TestAsset/DumbStrategy.php +++ b/tests/Zend/Mvc/View/TestAsset/DumbStrategy.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Mvc\View\TestAsset; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Mvc * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DumbStrategy implements Renderer { diff --git a/tests/Zend/Navigation/ContainerTest.php b/tests/Zend/Navigation/ContainerTest.php index 3b75b5ed0ec..69fa1584b86 100644 --- a/tests/Zend/Navigation/ContainerTest.php +++ b/tests/Zend/Navigation/ContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Navigation */ class ContainerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Navigation/NavigationTest.php b/tests/Zend/Navigation/NavigationTest.php index 320b637b46a..2b48aa2f07f 100644 --- a/tests/Zend/Navigation/NavigationTest.php +++ b/tests/Zend/Navigation/NavigationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Navigation */ class NavigationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Navigation/Page/MvcTest.php b/tests/Zend/Navigation/Page/MvcTest.php index dc53be4e83a..46976a13727 100644 --- a/tests/Zend/Navigation/Page/MvcTest.php +++ b/tests/Zend/Navigation/Page/MvcTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation\Page; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Navigation */ class MvcTest extends TestCase diff --git a/tests/Zend/Navigation/Page/PageFactoryTest.php b/tests/Zend/Navigation/Page/PageFactoryTest.php index 24da6b52249..cb89907845e 100644 --- a/tests/Zend/Navigation/Page/PageFactoryTest.php +++ b/tests/Zend/Navigation/Page/PageFactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Navigation */ class PageFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Navigation/Page/PageTest.php b/tests/Zend/Navigation/Page/PageTest.php index 5d12aae1ca0..fc9f830ef46 100644 --- a/tests/Zend/Navigation/Page/PageTest.php +++ b/tests/Zend/Navigation/Page/PageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation\Page; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Navigation */ class PageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Navigation/Page/UriTest.php b/tests/Zend/Navigation/Page/UriTest.php index 917c1641984..2c9dfbcd5e3 100644 --- a/tests/Zend/Navigation/Page/UriTest.php +++ b/tests/Zend/Navigation/Page/UriTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation\Page; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Navigation */ class UriTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Navigation/ServiceFactoryTest.php b/tests/Zend/Navigation/ServiceFactoryTest.php index eb835c9fc00..c642e6df12f 100644 --- a/tests/Zend/Navigation/ServiceFactoryTest.php +++ b/tests/Zend/Navigation/ServiceFactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Navigation */ class ServiceFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Navigation/TestAsset/AbstractContainer.php b/tests/Zend/Navigation/TestAsset/AbstractContainer.php index 52634a0b077..aa9c0d0808b 100644 --- a/tests/Zend/Navigation/TestAsset/AbstractContainer.php +++ b/tests/Zend/Navigation/TestAsset/AbstractContainer.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AbstractContainer extends \Zend\Navigation\AbstractContainer { diff --git a/tests/Zend/Navigation/TestAsset/FileNavigationFactory.php b/tests/Zend/Navigation/TestAsset/FileNavigationFactory.php index 32b810ca354..9d173893320 100644 --- a/tests/Zend/Navigation/TestAsset/FileNavigationFactory.php +++ b/tests/Zend/Navigation/TestAsset/FileNavigationFactory.php @@ -10,4 +10,4 @@ protected function getName() { return 'file'; } -} \ No newline at end of file +} diff --git a/tests/Zend/Navigation/TestAsset/InvalidPage.php b/tests/Zend/Navigation/TestAsset/InvalidPage.php index 3dfd537d2b4..5331904fa32 100644 --- a/tests/Zend/Navigation/TestAsset/InvalidPage.php +++ b/tests/Zend/Navigation/TestAsset/InvalidPage.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class InvalidPage { diff --git a/tests/Zend/Navigation/TestAsset/Page.php b/tests/Zend/Navigation/TestAsset/Page.php index 5ad98b3bd5c..344320464b2 100644 --- a/tests/Zend/Navigation/TestAsset/Page.php +++ b/tests/Zend/Navigation/TestAsset/Page.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Page extends AbstractPage { diff --git a/tests/Zend/Navigation/TestAsset/Router.php b/tests/Zend/Navigation/TestAsset/Router.php index f393d2db628..0c399277a92 100644 --- a/tests/Zend/Navigation/TestAsset/Router.php +++ b/tests/Zend/Navigation/TestAsset/Router.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Navigation\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Navigation * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Router extends \Zend\Mvc\Router\Http\TreeRouteStack { diff --git a/tests/Zend/OAuth/Config/StandardConfigurationTest.php b/tests/Zend/OAuth/Config/StandardConfigurationTest.php index 61b26415a6b..6ee7cc60e38 100644 --- a/tests/Zend/OAuth/Config/StandardConfigurationTest.php +++ b/tests/Zend/OAuth/Config/StandardConfigurationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -28,8 +26,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ use Zend\OAuth\Config\StandardConfig; diff --git a/tests/Zend/OAuth/ConsumerTest.php b/tests/Zend/OAuth/ConsumerTest.php index e791c720659..9e5a61896c9 100644 --- a/tests/Zend/OAuth/ConsumerTest.php +++ b/tests/Zend/OAuth/ConsumerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OAuth; @@ -28,8 +26,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ConsumerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Http/AccessTokenTest.php b/tests/Zend/OAuth/Http/AccessTokenTest.php index 148bf9b62fc..8331dc0d10e 100644 --- a/tests/Zend/OAuth/Http/AccessTokenTest.php +++ b/tests/Zend/OAuth/Http/AccessTokenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OAuth\Http; @@ -29,8 +27,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AccessTokenTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Http/RequestTokenTest.php b/tests/Zend/OAuth/Http/RequestTokenTest.php index 799a5afa810..ea825e5f165 100644 --- a/tests/Zend/OAuth/Http/RequestTokenTest.php +++ b/tests/Zend/OAuth/Http/RequestTokenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OAuth\Http; @@ -29,8 +27,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RequestTokenTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Http/UserAuthorizationTest.php b/tests/Zend/OAuth/Http/UserAuthorizationTest.php index 96f48ee2ea1..b3de3492da2 100644 --- a/tests/Zend/OAuth/Http/UserAuthorizationTest.php +++ b/tests/Zend/OAuth/Http/UserAuthorizationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -30,8 +28,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class UserAuthorizationTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Http/UtilityTest.php b/tests/Zend/OAuth/Http/UtilityTest.php index cad9bb820c6..c7cb99b7d13 100644 --- a/tests/Zend/OAuth/Http/UtilityTest.php +++ b/tests/Zend/OAuth/Http/UtilityTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -30,8 +28,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class UtilityTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/OAuthTest.php b/tests/Zend/OAuth/OAuthTest.php index 056099e10b4..543d571430e 100644 --- a/tests/Zend/OAuth/OAuthTest.php +++ b/tests/Zend/OAuth/OAuthTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -31,8 +29,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class OAuthTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Signature/AbstractTest.php b/tests/Zend/OAuth/Signature/AbstractTest.php index def69668c0a..53b6fa24c36 100644 --- a/tests/Zend/OAuth/Signature/AbstractTest.php +++ b/tests/Zend/OAuth/Signature/AbstractTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AbstractTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Signature/HMACTest.php b/tests/Zend/OAuth/Signature/HMACTest.php index 17700f6e331..655b4c03428 100644 --- a/tests/Zend/OAuth/Signature/HMACTest.php +++ b/tests/Zend/OAuth/Signature/HMACTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class HMACTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Signature/PlaintextTest.php b/tests/Zend/OAuth/Signature/PlaintextTest.php index 0b0c89a1ff3..21de1f455ab 100644 --- a/tests/Zend/OAuth/Signature/PlaintextTest.php +++ b/tests/Zend/OAuth/Signature/PlaintextTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PlaintextTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Signature/RSATest.php b/tests/Zend/OAuth/Signature/RSATest.php index c7171e70dff..2deb0d70fed 100644 --- a/tests/Zend/OAuth/Signature/RSATest.php +++ b/tests/Zend/OAuth/Signature/RSATest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RSATest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Token/AccessTest.php b/tests/Zend/OAuth/Token/AccessTest.php index 7b87538c79a..27cada8ee01 100644 --- a/tests/Zend/OAuth/Token/AccessTest.php +++ b/tests/Zend/OAuth/Token/AccessTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -30,8 +28,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AccessTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Token/AuthorizedRequestTest.php b/tests/Zend/OAuth/Token/AuthorizedRequestTest.php index c07cad5e1da..d49062c9898 100644 --- a/tests/Zend/OAuth/Token/AuthorizedRequestTest.php +++ b/tests/Zend/OAuth/Token/AuthorizedRequestTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AuthorizedRequestTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OAuth/Token/RequestTest.php b/tests/Zend/OAuth/Token/RequestTest.php index c22a139ae0d..4dfe7ef6f8b 100644 --- a/tests/Zend/OAuth/Token/RequestTest.php +++ b/tests/Zend/OAuth/Token/RequestTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OAuth * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -30,8 +28,6 @@ * @package Zend_OAuth * @subpackage UnitTests * @group Zend_OAuth - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RequestTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/OpenId/Consumer/Storage/FileTest.php b/tests/Zend/OpenId/Consumer/Storage/FileTest.php index 0753ec2c505..12f71cc35fb 100644 --- a/tests/Zend/OpenId/Consumer/Storage/FileTest.php +++ b/tests/Zend/OpenId/Consumer/Storage/FileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ @@ -33,8 +31,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class FileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/OpenId/ConsumerTest.php b/tests/Zend/OpenId/ConsumerTest.php index 96288299f54..e65ade07aee 100644 --- a/tests/Zend/OpenId/ConsumerTest.php +++ b/tests/Zend/OpenId/ConsumerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class ConsumerTest extends TestCase diff --git a/tests/Zend/OpenId/Extension/SregTest.php b/tests/Zend/OpenId/Extension/SregTest.php index 4b63a7a4d57..89377b6bb95 100644 --- a/tests/Zend/OpenId/Extension/SregTest.php +++ b/tests/Zend/OpenId/Extension/SregTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class SregTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/OpenId/ExtensionTest.php b/tests/Zend/OpenId/ExtensionTest.php index 59f24bdcbdc..7149afb0dbe 100644 --- a/tests/Zend/OpenId/ExtensionTest.php +++ b/tests/Zend/OpenId/ExtensionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId\Extension; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class ExtensionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/OpenId/OpenIdTest.php b/tests/Zend/OpenId/OpenIdTest.php index 540b89044ea..593d85b4a1e 100644 --- a/tests/Zend/OpenId/OpenIdTest.php +++ b/tests/Zend/OpenId/OpenIdTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class OpenIdTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/OpenId/Provider/Storage/FileTest.php b/tests/Zend/OpenId/Provider/Storage/FileTest.php index 9f656288163..7605f9e6594 100644 --- a/tests/Zend/OpenId/Provider/Storage/FileTest.php +++ b/tests/Zend/OpenId/Provider/Storage/FileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ @@ -33,8 +31,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class FileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/OpenId/Provider/User/SessionTest.php b/tests/Zend/OpenId/Provider/User/SessionTest.php index f3f615256ac..623fb42bf50 100644 --- a/tests/Zend/OpenId/Provider/User/SessionTest.php +++ b/tests/Zend/OpenId/Provider/User/SessionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class SessionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/OpenId/ProviderHelper.php b/tests/Zend/OpenId/ProviderHelper.php index d11a4c66822..ccacfa0debd 100644 --- a/tests/Zend/OpenId/ProviderHelper.php +++ b/tests/Zend/OpenId/ProviderHelper.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ProviderHelper extends OpenId\Provider\GenericProvider { diff --git a/tests/Zend/OpenId/ProviderTest.php b/tests/Zend/OpenId/ProviderTest.php index 2f19ba17720..eeea3277982 100644 --- a/tests/Zend/OpenId/ProviderTest.php +++ b/tests/Zend/OpenId/ProviderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_OpenId */ class ProviderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/OpenId/ResponseHelper.php b/tests/Zend/OpenId/ResponseHelper.php index 7372dd90667..a77fcf9cb36 100644 --- a/tests/Zend/OpenId/ResponseHelper.php +++ b/tests/Zend/OpenId/ResponseHelper.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\OpenId; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_OpenId * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ResponseHelper extends Response { diff --git a/tests/Zend/Paginator/Adapter/ArrayTest.php b/tests/Zend/Paginator/Adapter/ArrayTest.php index a83142bb7c6..5edebe2b8c2 100644 --- a/tests/Zend/Paginator/Adapter/ArrayTest.php +++ b/tests/Zend/Paginator/Adapter/ArrayTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\Adapter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class ArrayTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/Adapter/DbSelect/OracleTest.php b/tests/Zend/Paginator/Adapter/DbSelect/OracleTest.php index 31190e8fdae..ec843f196f9 100644 --- a/tests/Zend/Paginator/Adapter/DbSelect/OracleTest.php +++ b/tests/Zend/Paginator/Adapter/DbSelect/OracleTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\Adapter\DbSelect; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class OracleTest extends DbSelectTest diff --git a/tests/Zend/Paginator/Adapter/DbSelectTest.php b/tests/Zend/Paginator/Adapter/DbSelectTest.php index ea5bbc846af..c602ee44599 100644 --- a/tests/Zend/Paginator/Adapter/DbSelectTest.php +++ b/tests/Zend/Paginator/Adapter/DbSelectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\Adapter; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class DbSelectTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/Adapter/DbTableSelect/OracleTest.php b/tests/Zend/Paginator/Adapter/DbTableSelect/OracleTest.php index 081525fbb6c..e2b0279bc3b 100644 --- a/tests/Zend/Paginator/Adapter/DbTableSelect/OracleTest.php +++ b/tests/Zend/Paginator/Adapter/DbTableSelect/OracleTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\Adapter\DbTableSelect; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class OracleTest extends \ZendTest\Paginator\Adapter\DbSelect\OracleTest diff --git a/tests/Zend/Paginator/Adapter/DbTableSelectTest.php b/tests/Zend/Paginator/Adapter/DbTableSelectTest.php index 1365b246817..efc480b5c8b 100644 --- a/tests/Zend/Paginator/Adapter/DbTableSelectTest.php +++ b/tests/Zend/Paginator/Adapter/DbTableSelectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\Adapter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class DbTableSelectTest extends \ZendTest\Paginator\Adapter\DbSelectTest diff --git a/tests/Zend/Paginator/Adapter/IteratorTest.php b/tests/Zend/Paginator/Adapter/IteratorTest.php index da774dc2c0b..e2434d9b614 100644 --- a/tests/Zend/Paginator/Adapter/IteratorTest.php +++ b/tests/Zend/Paginator/Adapter/IteratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class IteratorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/Adapter/NullTest.php b/tests/Zend/Paginator/Adapter/NullTest.php index d8d10e50409..f932f98582e 100644 --- a/tests/Zend/Paginator/Adapter/NullTest.php +++ b/tests/Zend/Paginator/Adapter/NullTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class NullTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/PaginatorTest.php b/tests/Zend/Paginator/PaginatorTest.php index 9999f73fd28..1568bcf85e5 100644 --- a/tests/Zend/Paginator/PaginatorTest.php +++ b/tests/Zend/Paginator/PaginatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator; @@ -38,8 +36,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class PaginatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/ScrollingStyle/AllTest.php b/tests/Zend/Paginator/ScrollingStyle/AllTest.php index b19be1f865c..dc2d6235870 100644 --- a/tests/Zend/Paginator/ScrollingStyle/AllTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/AllTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\ScrollingStyle; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class AllTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php b/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php index f3a9030dc0c..2e0a423ee71 100644 --- a/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/ElasticTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\ScrollingStyle; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class ElasticTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php b/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php index f4da22737ae..f717388d6d6 100644 --- a/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/JumpingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\ScrollingStyle; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class JumpingTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php b/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php index bcdb1e7cbab..ffaf9aecf1c 100644 --- a/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php +++ b/tests/Zend/Paginator/ScrollingStyle/SlidingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\ScrollingStyle; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Paginator */ class SlidingTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Paginator/TestAsset/AdapterPluginManager.php b/tests/Zend/Paginator/TestAsset/AdapterPluginManager.php index af12f16897d..659ae258bd0 100644 --- a/tests/Zend/Paginator/TestAsset/AdapterPluginManager.php +++ b/tests/Zend/Paginator/TestAsset/AdapterPluginManager.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AdapterPluginManager extends BaseAdapterPluginManager { diff --git a/tests/Zend/Paginator/TestAsset/ScrollingStylePluginManager.php b/tests/Zend/Paginator/TestAsset/ScrollingStylePluginManager.php index 8cab0b9662b..31821bf2301 100644 --- a/tests/Zend/Paginator/TestAsset/ScrollingStylePluginManager.php +++ b/tests/Zend/Paginator/TestAsset/ScrollingStylePluginManager.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ScrollingStylePluginManager extends BaseScrollingStylePluginManager { diff --git a/tests/Zend/Paginator/TestAsset/TestAdapter.php b/tests/Zend/Paginator/TestAsset/TestAdapter.php index 4e427f00432..fa5eaed9250 100644 --- a/tests/Zend/Paginator/TestAsset/TestAdapter.php +++ b/tests/Zend/Paginator/TestAsset/TestAdapter.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class TestAdapter extends \ArrayObject implements \Zend\Paginator\Adapter\AdapterInterface { diff --git a/tests/Zend/Paginator/_files/TestTable.php b/tests/Zend/Paginator/_files/TestTable.php index d29c2322589..5204fc140f0 100644 --- a/tests/Zend/Paginator/_files/TestTable.php +++ b/tests/Zend/Paginator/_files/TestTable.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Paginator\_files; @@ -25,7 +23,5 @@ * @category Zend * @package Zend_Paginator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ diff --git a/tests/Zend/Pdf/ActionTest.php b/tests/Zend/Pdf/ActionTest.php index 99d60d7ed2a..3a49121779b 100644 --- a/tests/Zend/Pdf/ActionTest.php +++ b/tests/Zend/Pdf/ActionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class ActionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/DestinationTest.php b/tests/Zend/Pdf/DestinationTest.php index 5b5c7f8928f..231858ef87b 100644 --- a/tests/Zend/Pdf/DestinationTest.php +++ b/tests/Zend/Pdf/DestinationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class DestinationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/DrawingTest.php b/tests/Zend/Pdf/DrawingTest.php index 2d363a40ebe..6f5517e75ea 100644 --- a/tests/Zend/Pdf/DrawingTest.php +++ b/tests/Zend/Pdf/DrawingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf; @@ -43,8 +41,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class DrawingTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/Filter/Ascii85Test.php b/tests/Zend/Pdf/Filter/Ascii85Test.php index b67857b90a0..4c0232bd3eb 100644 --- a/tests/Zend/Pdf/Filter/Ascii85Test.php +++ b/tests/Zend/Pdf/Filter/Ascii85Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\Filter; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class Ascii85Test extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/Filter/RunLengthTest.php b/tests/Zend/Pdf/Filter/RunLengthTest.php index a1c30aba3d8..eb3f2518253 100644 --- a/tests/Zend/Pdf/Filter/RunLengthTest.php +++ b/tests/Zend/Pdf/Filter/RunLengthTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\Filter; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class RunLengthTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/ArrayTest.php b/tests/Zend/Pdf/InternalType/ArrayTest.php index ca4451fa472..19677a37b6e 100644 --- a/tests/Zend/Pdf/InternalType/ArrayTest.php +++ b/tests/Zend/Pdf/InternalType/ArrayTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class ArrayTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/BinaryStringTest.php b/tests/Zend/Pdf/InternalType/BinaryStringTest.php index 897e8224ebd..7624aaa78ba 100644 --- a/tests/Zend/Pdf/InternalType/BinaryStringTest.php +++ b/tests/Zend/Pdf/InternalType/BinaryStringTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType\String; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class BinaryStringTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/BooleanTest.php b/tests/Zend/Pdf/InternalType/BooleanTest.php index e48bd2c6698..a60ff298890 100644 --- a/tests/Zend/Pdf/InternalType/BooleanTest.php +++ b/tests/Zend/Pdf/InternalType/BooleanTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class BooleanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/DictionaryTest.php b/tests/Zend/Pdf/InternalType/DictionaryTest.php index e4ac6f2aca5..a5f8b4d4f7e 100644 --- a/tests/Zend/Pdf/InternalType/DictionaryTest.php +++ b/tests/Zend/Pdf/InternalType/DictionaryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class DictionaryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/NameTest.php b/tests/Zend/Pdf/InternalType/NameTest.php index 89491145f70..0e98f18549b 100644 --- a/tests/Zend/Pdf/InternalType/NameTest.php +++ b/tests/Zend/Pdf/InternalType/NameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class NameTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/NullTest.php b/tests/Zend/Pdf/InternalType/NullTest.php index 223635a270c..eb7e0416d06 100644 --- a/tests/Zend/Pdf/InternalType/NullTest.php +++ b/tests/Zend/Pdf/InternalType/NullTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class NullTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/NumericTest.php b/tests/Zend/Pdf/InternalType/NumericTest.php index d84c825838a..435daa0a95c 100644 --- a/tests/Zend/Pdf/InternalType/NumericTest.php +++ b/tests/Zend/Pdf/InternalType/NumericTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class NumericTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/ObjectTest.php b/tests/Zend/Pdf/InternalType/ObjectTest.php index d460119620a..395f9bd09c4 100644 --- a/tests/Zend/Pdf/InternalType/ObjectTest.php +++ b/tests/Zend/Pdf/InternalType/ObjectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class ObjectTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/StreamContentTest.php b/tests/Zend/Pdf/InternalType/StreamContentTest.php index d819fb9450b..4c92c21bd72 100644 --- a/tests/Zend/Pdf/InternalType/StreamContentTest.php +++ b/tests/Zend/Pdf/InternalType/StreamContentTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class StreamContentTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/StreamObjectTest.php b/tests/Zend/Pdf/InternalType/StreamObjectTest.php index 6989ce5f981..a02ce758d77 100644 --- a/tests/Zend/Pdf/InternalType/StreamObjectTest.php +++ b/tests/Zend/Pdf/InternalType/StreamObjectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType\Object; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class StreamObjectTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/InternalType/StringTest.php b/tests/Zend/Pdf/InternalType/StringTest.php index 95072363750..eef98870e54 100644 --- a/tests/Zend/Pdf/InternalType/StringTest.php +++ b/tests/Zend/Pdf/InternalType/StringTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf\InternalType; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class StringTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/NamedDestinationsTest.php b/tests/Zend/Pdf/NamedDestinationsTest.php index a4c8a132ebb..fb52e1614f7 100644 --- a/tests/Zend/Pdf/NamedDestinationsTest.php +++ b/tests/Zend/Pdf/NamedDestinationsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class NamedDestinationsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/PageFactoryTest.php b/tests/Zend/Pdf/PageFactoryTest.php index 94b977b6364..a9563f9c003 100644 --- a/tests/Zend/Pdf/PageFactoryTest.php +++ b/tests/Zend/Pdf/PageFactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class PageFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Pdf/ProcessingTest.php b/tests/Zend/Pdf/ProcessingTest.php index fe70fa24fb2..008849d0b8e 100644 --- a/tests/Zend/Pdf/ProcessingTest.php +++ b/tests/Zend/Pdf/ProcessingTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Pdf; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_PDF * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_PDF */ class ProcessingTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/ProgressBar/Adapter/ConsoleTest.php b/tests/Zend/ProgressBar/Adapter/ConsoleTest.php index afc9996b35a..12dcb739a96 100644 --- a/tests/Zend/ProgressBar/Adapter/ConsoleTest.php +++ b/tests/Zend/ProgressBar/Adapter/ConsoleTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ProgressBar\Adapter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_ProgressBar */ class ConsoleTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/ProgressBar/Adapter/JsPullTest.php b/tests/Zend/ProgressBar/Adapter/JsPullTest.php index 95e674307a7..db468a31c65 100644 --- a/tests/Zend/ProgressBar/Adapter/JsPullTest.php +++ b/tests/Zend/ProgressBar/Adapter/JsPullTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ProgressBar\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_ProgressBar */ class JsPullTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/ProgressBar/Adapter/JsPushTest.php b/tests/Zend/ProgressBar/Adapter/JsPushTest.php index 6da465e40e9..8e2e0efc8f8 100644 --- a/tests/Zend/ProgressBar/Adapter/JsPushTest.php +++ b/tests/Zend/ProgressBar/Adapter/JsPushTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ProgressBar\Adapter; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_ProgressBar */ class JsPushTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/ProgressBar/Adapter/MockupStream.php b/tests/Zend/ProgressBar/Adapter/MockupStream.php index c7e087902f4..9d140485ae8 100644 --- a/tests/Zend/ProgressBar/Adapter/MockupStream.php +++ b/tests/Zend/ProgressBar/Adapter/MockupStream.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Text * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ProgressBar\Adapter; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockupStream { diff --git a/tests/Zend/ProgressBar/ProgressBarTest.php b/tests/Zend/ProgressBar/ProgressBarTest.php index 49534c4e148..3ad203f9023 100644 --- a/tests/Zend/ProgressBar/ProgressBarTest.php +++ b/tests/Zend/ProgressBar/ProgressBarTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_ProgressBar * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\ProgressBar; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Console * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_ProgressBar */ class ProgressBarTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/Adapter/ActivemqTest.php b/tests/Zend/Queue/Adapter/ActivemqTest.php index 392c231d2be..87bafac2e97 100644 --- a/tests/Zend/Queue/Adapter/ActivemqTest.php +++ b/tests/Zend/Queue/Adapter/ActivemqTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class ActivemqTest extends AdapterTest diff --git a/tests/Zend/Queue/Adapter/AdapterTest.php b/tests/Zend/Queue/Adapter/AdapterTest.php index 106aa0e3050..b051dc90168 100644 --- a/tests/Zend/Queue/Adapter/AdapterTest.php +++ b/tests/Zend/Queue/Adapter/AdapterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ abstract class AdapterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/Adapter/ArrayTest.php b/tests/Zend/Queue/Adapter/ArrayTest.php index e80be60c121..a1e9993c219 100644 --- a/tests/Zend/Queue/Adapter/ArrayTest.php +++ b/tests/Zend/Queue/Adapter/ArrayTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class ArrayTest extends AdapterTest diff --git a/tests/Zend/Queue/Adapter/DBTest.php b/tests/Zend/Queue/Adapter/DBTest.php index caceb03b363..941101ae750 100644 --- a/tests/Zend/Queue/Adapter/DBTest.php +++ b/tests/Zend/Queue/Adapter/DBTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class DBTest extends AdapterTest diff --git a/tests/Zend/Queue/Adapter/Iterator2.php b/tests/Zend/Queue/Adapter/Iterator2.php index 3a5efb23b37..b0dfa16749d 100644 --- a/tests/Zend/Queue/Adapter/Iterator2.php +++ b/tests/Zend/Queue/Adapter/Iterator2.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** diff --git a/tests/Zend/Queue/Adapter/MemcacheqTest.php b/tests/Zend/Queue/Adapter/MemcacheqTest.php index bbf8ddd559e..4a56b1ca0b3 100644 --- a/tests/Zend/Queue/Adapter/MemcacheqTest.php +++ b/tests/Zend/Queue/Adapter/MemcacheqTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class MemcacheqTest extends AdapterTest diff --git a/tests/Zend/Queue/Adapter/MessageClass.php b/tests/Zend/Queue/Adapter/MessageClass.php index 61945b07f38..fa754f2dfe2 100644 --- a/tests/Zend/Queue/Adapter/MessageClass.php +++ b/tests/Zend/Queue/Adapter/MessageClass.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -26,8 +24,6 @@ * @package Zend_Queue * @subpackage UnitTests * @group Zend_Queue - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MessageClass extends \Zend\Queue\Message { diff --git a/tests/Zend/Queue/Adapter/NullTest.php b/tests/Zend/Queue/Adapter/NullTest.php index 4b6d7b08c82..4059e106130 100644 --- a/tests/Zend/Queue/Adapter/NullTest.php +++ b/tests/Zend/Queue/Adapter/NullTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class NullTest extends AdapterTest diff --git a/tests/Zend/Queue/Adapter/PlatformJobQueueTest.php b/tests/Zend/Queue/Adapter/PlatformJobQueueTest.php index 6c733085c78..5da67282137 100644 --- a/tests/Zend/Queue/Adapter/PlatformJobQueueTest.php +++ b/tests/Zend/Queue/Adapter/PlatformJobQueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Adapter; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class PlatformJobQueueTest extends AdapterTest diff --git a/tests/Zend/Queue/Bugs/ZF-7650Test.php b/tests/Zend/Queue/Bugs/ZF-7650Test.php index 615af2c2096..d121ce22fb4 100644 --- a/tests/Zend/Queue/Bugs/ZF-7650Test.php +++ b/tests/Zend/Queue/Bugs/ZF-7650Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Bugs; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class Zf7650Test extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/Custom/DbForUpdate.php b/tests/Zend/Queue/Custom/DbForUpdate.php index 5a0a5e6635a..6cd2f818eca 100644 --- a/tests/Zend/Queue/Custom/DbForUpdate.php +++ b/tests/Zend/Queue/Custom/DbForUpdate.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Custom; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class DbForUpdate extends \Zend\Queue\Adapter\DB { diff --git a/tests/Zend/Queue/Custom/Message.php b/tests/Zend/Queue/Custom/Message.php index b3a276c7470..7040152b854 100644 --- a/tests/Zend/Queue/Custom/Message.php +++ b/tests/Zend/Queue/Custom/Message.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Custom; @@ -38,8 +36,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Message extends \Zend\Queue\Message { diff --git a/tests/Zend/Queue/Custom/Messages.php b/tests/Zend/Queue/Custom/Messages.php index bf4bfa46719..5aa86b9ccf5 100644 --- a/tests/Zend/Queue/Custom/Messages.php +++ b/tests/Zend/Queue/Custom/Messages.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Custom; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Messages extends \Zend\Queue\Message\MessageIterator implements \ArrayAccess { diff --git a/tests/Zend/Queue/Custom/Queue.php b/tests/Zend/Queue/Custom/Queue.php index a76044fc120..e122f17bcdf 100644 --- a/tests/Zend/Queue/Custom/Queue.php +++ b/tests/Zend/Queue/Custom/Queue.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Custom; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Queue extends \Zend\Queue\Queue { diff --git a/tests/Zend/Queue/CustomTest.php b/tests/Zend/Queue/CustomTest.php index 5746b1a1692..2f2e2db2b8e 100644 --- a/tests/Zend/Queue/CustomTest.php +++ b/tests/Zend/Queue/CustomTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class CustomTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/FactoryTest.php b/tests/Zend/Queue/FactoryTest.php index faaec5bb060..3a676f4c86a 100644 --- a/tests/Zend/Queue/FactoryTest.php +++ b/tests/Zend/Queue/FactoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class FactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/Message/IteratorTest.php b/tests/Zend/Queue/Message/IteratorTest.php index e3064f004d8..f7b2483122e 100644 --- a/tests/Zend/Queue/Message/IteratorTest.php +++ b/tests/Zend/Queue/Message/IteratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Message; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class IteratorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/MessageTest.php b/tests/Zend/Queue/MessageTest.php index 481b8fec6b2..1bf8d434433 100644 --- a/tests/Zend/Queue/MessageTest.php +++ b/tests/Zend/Queue/MessageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue; @@ -46,8 +44,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class MessageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/Queue1Test.php b/tests/Zend/Queue/Queue1Test.php index 4d8fd98eae4..3cde5799d84 100644 --- a/tests/Zend/Queue/Queue1Test.php +++ b/tests/Zend/Queue/Queue1Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class Queue1Test extends QueueBaseTest diff --git a/tests/Zend/Queue/Queue2Test.php b/tests/Zend/Queue/Queue2Test.php index 05a03e2d0d8..9416b61b3d3 100644 --- a/tests/Zend/Queue/Queue2Test.php +++ b/tests/Zend/Queue/Queue2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue; @@ -39,8 +37,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class Queue2Test extends QueueBaseTest diff --git a/tests/Zend/Queue/QueueBaseTest.php b/tests/Zend/Queue/QueueBaseTest.php index eb8edd2fd22..c5a4005aef5 100644 --- a/tests/Zend/Queue/QueueBaseTest.php +++ b/tests/Zend/Queue/QueueBaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ abstract class QueueBaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/QueueTest.php b/tests/Zend/Queue/QueueTest.php index 814db3ff313..2d64dc0fe26 100644 --- a/tests/Zend/Queue/QueueTest.php +++ b/tests/Zend/Queue/QueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class QueueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/Stomp/ClientTest.php b/tests/Zend/Queue/Stomp/ClientTest.php index c9db85982ff..3e8b797d60e 100644 --- a/tests/Zend/Queue/Stomp/ClientTest.php +++ b/tests/Zend/Queue/Stomp/ClientTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Stomp; @@ -39,8 +37,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class Mock extends Connection @@ -110,8 +106,6 @@ public function read() * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class ClientTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Queue/Stomp/ConnectionTest.php b/tests/Zend/Queue/Stomp/ConnectionTest.php index c71fc7d8cd5..f99b4f899f1 100644 --- a/tests/Zend/Queue/Stomp/ConnectionTest.php +++ b/tests/Zend/Queue/Stomp/ConnectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Stomp; @@ -38,8 +36,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ diff --git a/tests/Zend/Queue/Stomp/FrameTest.php b/tests/Zend/Queue/Stomp/FrameTest.php index 87f1c65e1a3..061507e2f19 100644 --- a/tests/Zend/Queue/Stomp/FrameTest.php +++ b/tests/Zend/Queue/Stomp/FrameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Queue\Stomp; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Queue * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Queue */ class FrameTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/RegistryTest.php b/tests/Zend/RegistryTest.php index cea9f11c6eb..1dddfbb2e09 100644 --- a/tests/Zend/RegistryTest.php +++ b/tests/Zend/RegistryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Registry * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Registry * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Registry */ class RegistryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Rest/ClientTest.php b/tests/Zend/Rest/ClientTest.php index 4e8e97abf2c..56e7a8e36a2 100644 --- a/tests/Zend/Rest/ClientTest.php +++ b/tests/Zend/Rest/ClientTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Rest * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Rest; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Rest * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Rest * @group Zend_Rest_Client */ diff --git a/tests/Zend/Rest/ResultTest.php b/tests/Zend/Rest/ResultTest.php index 43fb17ce762..ea12a7a5036 100644 --- a/tests/Zend/Rest/ResultTest.php +++ b/tests/Zend/Rest/ResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Rest * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Rest; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Rest * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Rest * @group Zend_Rest_Result */ diff --git a/tests/Zend/Search/Lucene/AbstractFSMTest.php b/tests/Zend/Search/Lucene/AbstractFSMTest.php index 5dd7a2198e0..1cc31588d85 100644 --- a/tests/Zend/Search/Lucene/AbstractFSMTest.php +++ b/tests/Zend/Search/Lucene/AbstractFSMTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class AbstractFSMTest extends \PHPUnit_Framework_TestCase @@ -122,8 +118,6 @@ public function testActions() * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FSMData { @@ -150,8 +144,6 @@ public function action8() { $this->action8Passed = true; } * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class testFSMClass extends Lucene\AbstractFSM { diff --git a/tests/Zend/Search/Lucene/AnalysisTest.php b/tests/Zend/Search/Lucene/AnalysisTest.php index 604fb231acd..7b817d0be53 100644 --- a/tests/Zend/Search/Lucene/AnalysisTest.php +++ b/tests/Zend/Search/Lucene/AnalysisTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class AnalysisTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/DocumentTest.php b/tests/Zend/Search/Lucene/DocumentTest.php index 0619cfa67da..a312d8c3405 100644 --- a/tests/Zend/Search/Lucene/DocumentTest.php +++ b/tests/Zend/Search/Lucene/DocumentTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class DocumentTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/FieldTest.php b/tests/Zend/Search/Lucene/FieldTest.php index 8b53a1cbcc3..27fd3240e39 100644 --- a/tests/Zend/Search/Lucene/FieldTest.php +++ b/tests/Zend/Search/Lucene/FieldTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class FieldTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Index/DictionaryLoaderTest.php b/tests/Zend/Search/Lucene/Index/DictionaryLoaderTest.php index 0ebbe08eeba..4884544ee85 100644 --- a/tests/Zend/Search/Lucene/Index/DictionaryLoaderTest.php +++ b/tests/Zend/Search/Lucene/Index/DictionaryLoaderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Index; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class DictionaryLoaderTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Index/FieldInfoTest.php b/tests/Zend/Search/Lucene/Index/FieldInfoTest.php index 9fb9874334f..2c73bb33aed 100644 --- a/tests/Zend/Search/Lucene/Index/FieldInfoTest.php +++ b/tests/Zend/Search/Lucene/Index/FieldInfoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Index; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class FieldInfoTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Index/SegmentInfoTest.php b/tests/Zend/Search/Lucene/Index/SegmentInfoTest.php index 7e506f1aa09..76e6b8c98eb 100644 --- a/tests/Zend/Search/Lucene/Index/SegmentInfoTest.php +++ b/tests/Zend/Search/Lucene/Index/SegmentInfoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Index; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class SegmentInfoTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Index/SegmentMergerTest.php b/tests/Zend/Search/Lucene/Index/SegmentMergerTest.php index 9b87ee64811..0b1602f0a19 100644 --- a/tests/Zend/Search/Lucene/Index/SegmentMergerTest.php +++ b/tests/Zend/Search/Lucene/Index/SegmentMergerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Index; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class SegmentMergerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Index/TermInfoTest.php b/tests/Zend/Search/Lucene/Index/TermInfoTest.php index a9ae041da2b..52adaf0917f 100644 --- a/tests/Zend/Search/Lucene/Index/TermInfoTest.php +++ b/tests/Zend/Search/Lucene/Index/TermInfoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Index; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class TermInfoTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Index/TermTest.php b/tests/Zend/Search/Lucene/Index/TermTest.php index 9d3db9452a8..64e2106d782 100644 --- a/tests/Zend/Search/Lucene/Index/TermTest.php +++ b/tests/Zend/Search/Lucene/Index/TermTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Index; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class TermTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Index/TermsPriorityQueueTest.php b/tests/Zend/Search/Lucene/Index/TermsPriorityQueueTest.php index f9d679cb245..dae0a8e3024 100644 --- a/tests/Zend/Search/Lucene/Index/TermsPriorityQueueTest.php +++ b/tests/Zend/Search/Lucene/Index/TermsPriorityQueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Index; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class TermsPriorityQueueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/IndexTest.php b/tests/Zend/Search/Lucene/IndexTest.php index dd5b1feb0f7..4160d849b8f 100644 --- a/tests/Zend/Search/Lucene/IndexTest.php +++ b/tests/Zend/Search/Lucene/IndexTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class IndexTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/MultiIndexTest.php b/tests/Zend/Search/Lucene/MultiIndexTest.php index 2c23ef4522a..43019336ea5 100644 --- a/tests/Zend/Search/Lucene/MultiIndexTest.php +++ b/tests/Zend/Search/Lucene/MultiIndexTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class MultiIndexTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/PriorityQueueTest.php b/tests/Zend/Search/Lucene/PriorityQueueTest.php index d0078d67a6d..61ec2bd9196 100644 --- a/tests/Zend/Search/Lucene/PriorityQueueTest.php +++ b/tests/Zend/Search/Lucene/PriorityQueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class PriorityQueueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Search23Test.php b/tests/Zend/Search/Lucene/Search23Test.php index 91bd26d66a4..1b33caaee8f 100644 --- a/tests/Zend/Search/Lucene/Search23Test.php +++ b/tests/Zend/Search/Lucene/Search23Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class Search23Test extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/SearchHighlightTest.php b/tests/Zend/Search/Lucene/SearchHighlightTest.php index 180a042a1c4..bd4b1afa3d0 100644 --- a/tests/Zend/Search/Lucene/SearchHighlightTest.php +++ b/tests/Zend/Search/Lucene/SearchHighlightTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class SearchHighlightTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/SearchTest.php b/tests/Zend/Search/Lucene/SearchTest.php index 41488c14714..7f46fe14f53 100644 --- a/tests/Zend/Search/Lucene/SearchTest.php +++ b/tests/Zend/Search/Lucene/SearchTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class SearchTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Storage/DirectoryTest.php b/tests/Zend/Search/Lucene/Storage/DirectoryTest.php index 4eb9c77bdde..fb862af95c5 100644 --- a/tests/Zend/Search/Lucene/Storage/DirectoryTest.php +++ b/tests/Zend/Search/Lucene/Storage/DirectoryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Storage; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class DirectoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Search/Lucene/Storage/FileTest.php b/tests/Zend/Search/Lucene/Storage/FileTest.php index 5a2c54e844b..8ee18fe3f00 100644 --- a/tests/Zend/Search/Lucene/Storage/FileTest.php +++ b/tests/Zend/Search/Lucene/Storage/FileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Search\Lucene\Storage; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Search_Lucene * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Search_Lucene */ class FileTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Serializer/Adapter/Amf0Test.php b/tests/Zend/Serializer/Adapter/Amf0Test.php index d031aa91118..8930781f8b8 100644 --- a/tests/Zend/Serializer/Adapter/Amf0Test.php +++ b/tests/Zend/Serializer/Adapter/Amf0Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -28,8 +26,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Amf0Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/Amf3Test.php b/tests/Zend/Serializer/Adapter/Amf3Test.php index ea7783d6f6e..e7bbe2ed334 100644 --- a/tests/Zend/Serializer/Adapter/Amf3Test.php +++ b/tests/Zend/Serializer/Adapter/Amf3Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -28,8 +26,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Amf3Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/IgBinaryTest.php b/tests/Zend/Serializer/Adapter/IgBinaryTest.php index 8ae060f71cc..71e54a8f314 100644 --- a/tests/Zend/Serializer/Adapter/IgBinaryTest.php +++ b/tests/Zend/Serializer/Adapter/IgBinaryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -29,8 +27,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class IgbinaryTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/JsonTest.php b/tests/Zend/Serializer/Adapter/JsonTest.php index 36f1b2c8a0a..529c199f6f6 100644 --- a/tests/Zend/Serializer/Adapter/JsonTest.php +++ b/tests/Zend/Serializer/Adapter/JsonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -28,8 +26,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class JsonTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/PhpCodeTest.php b/tests/Zend/Serializer/Adapter/PhpCodeTest.php index 7b6feb19163..22336b9c11e 100644 --- a/tests/Zend/Serializer/Adapter/PhpCodeTest.php +++ b/tests/Zend/Serializer/Adapter/PhpCodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -29,8 +27,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PhpCodeTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/PhpSerializeTest.php b/tests/Zend/Serializer/Adapter/PhpSerializeTest.php index fb1a57bd0e9..6932c8843ad 100644 --- a/tests/Zend/Serializer/Adapter/PhpSerializeTest.php +++ b/tests/Zend/Serializer/Adapter/PhpSerializeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -28,8 +26,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PhpSerializeTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol0Test.php b/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol0Test.php index 217186982e4..71fa58f3845 100644 --- a/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol0Test.php +++ b/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol0Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -28,8 +26,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PythonPickleSerializeProtocol0Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol1Test.php b/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol1Test.php index e113772c57d..48a0064e334 100644 --- a/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol1Test.php +++ b/tests/Zend/Serializer/Adapter/PythonPickleSerializeProtocol1Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -28,8 +26,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PythonPickleSerializeProtocol1Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/PythonPickleUnserializeTest.php b/tests/Zend/Serializer/Adapter/PythonPickleUnserializeTest.php index 13cfd27f19f..2bb605b8c98 100644 --- a/tests/Zend/Serializer/Adapter/PythonPickleUnserializeTest.php +++ b/tests/Zend/Serializer/Adapter/PythonPickleUnserializeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -28,8 +26,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PythonPickleUnserializeTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/Adapter/WddxTest.php b/tests/Zend/Serializer/Adapter/WddxTest.php index f929736646b..e0a1eef6bdb 100644 --- a/tests/Zend/Serializer/Adapter/WddxTest.php +++ b/tests/Zend/Serializer/Adapter/WddxTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\Adapter; @@ -29,8 +27,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class WddxTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/SerializerTest.php b/tests/Zend/Serializer/SerializerTest.php index a47749a4b90..503f3b51a9d 100644 --- a/tests/Zend/Serializer/SerializerTest.php +++ b/tests/Zend/Serializer/SerializerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer; @@ -30,8 +28,6 @@ * @package Zend_Serializer * @subpackage UnitTests * @group Zend_Serializer - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SerializerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Serializer/TestAsset/Dummy.php b/tests/Zend/Serializer/TestAsset/Dummy.php index d5863025887..fb0381f96ac 100644 --- a/tests/Zend/Serializer/TestAsset/Dummy.php +++ b/tests/Zend/Serializer/TestAsset/Dummy.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Serializer\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Serializer * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Dummy {} diff --git a/tests/Zend/Server/DefinitionTest.php b/tests/Zend/Server/DefinitionTest.php index 1a49a74c0ac..8d1deb72b00 100644 --- a/tests/Zend/Server/DefinitionTest.php +++ b/tests/Zend/Server/DefinitionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class DefinitionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Method/CallbackTest.php b/tests/Zend/Server/Method/CallbackTest.php index d665864db96..b498d1d9bd7 100644 --- a/tests/Zend/Server/Method/CallbackTest.php +++ b/tests/Zend/Server/Method/CallbackTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Method; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class CallbackTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Method/DefinitionTest.php b/tests/Zend/Server/Method/DefinitionTest.php index 5a402040b28..4b51a796917 100644 --- a/tests/Zend/Server/Method/DefinitionTest.php +++ b/tests/Zend/Server/Method/DefinitionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Method; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class DefinitionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Method/ParameterTest.php b/tests/Zend/Server/Method/ParameterTest.php index e6ec100a0f2..e1eaae25d73 100644 --- a/tests/Zend/Server/Method/ParameterTest.php +++ b/tests/Zend/Server/Method/ParameterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Method; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class ParameterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Method/PrototypeTest.php b/tests/Zend/Server/Method/PrototypeTest.php index 5ca2d6c9e23..ed856151f0c 100644 --- a/tests/Zend/Server/Method/PrototypeTest.php +++ b/tests/Zend/Server/Method/PrototypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Method; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class PrototypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Reflection/NodeTest.php b/tests/Zend/Server/Reflection/NodeTest.php index f5dede31de6..cf2fbcf287b 100644 --- a/tests/Zend/Server/Reflection/NodeTest.php +++ b/tests/Zend/Server/Reflection/NodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Reflection; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class NodeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Reflection/PrototypeTest.php b/tests/Zend/Server/Reflection/PrototypeTest.php index 50ff5540f11..fc4d57bef4d 100644 --- a/tests/Zend/Server/Reflection/PrototypeTest.php +++ b/tests/Zend/Server/Reflection/PrototypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Reflection; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class PrototypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Reflection/ReflectionClassTest.php b/tests/Zend/Server/Reflection/ReflectionClassTest.php index 1d27e224f96..95ddd0004a0 100644 --- a/tests/Zend/Server/Reflection/ReflectionClassTest.php +++ b/tests/Zend/Server/Reflection/ReflectionClassTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Reflection; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class ReflectionClassTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Reflection/ReflectionFunctionTest.php b/tests/Zend/Server/Reflection/ReflectionFunctionTest.php index 0a1c016f5dd..add755e7ebd 100644 --- a/tests/Zend/Server/Reflection/ReflectionFunctionTest.php +++ b/tests/Zend/Server/Reflection/ReflectionFunctionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Reflection; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class ReflectionFunctionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Reflection/ReflectionMethodTest.php b/tests/Zend/Server/Reflection/ReflectionMethodTest.php index 18e3adab696..e9008ba8f3e 100644 --- a/tests/Zend/Server/Reflection/ReflectionMethodTest.php +++ b/tests/Zend/Server/Reflection/ReflectionMethodTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Reflection; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class ReflectionMethodTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Reflection/ReflectionParameterTest.php b/tests/Zend/Server/Reflection/ReflectionParameterTest.php index c6c2729a202..65c2ef4f7da 100644 --- a/tests/Zend/Server/Reflection/ReflectionParameterTest.php +++ b/tests/Zend/Server/Reflection/ReflectionParameterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Reflection; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class ReflectionParameterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/Reflection/ReflectionReturnValueTest.php b/tests/Zend/Server/Reflection/ReflectionReturnValueTest.php index 5dd80c3e939..b217433ce9c 100644 --- a/tests/Zend/Server/Reflection/ReflectionReturnValueTest.php +++ b/tests/Zend/Server/Reflection/ReflectionReturnValueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server\Reflection; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class ReflectionReturnValueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Server/ReflectionTest.php b/tests/Zend/Server/ReflectionTest.php index bb7d7b53fef..cfba1fea237 100644 --- a/tests/Zend/Server/ReflectionTest.php +++ b/tests/Zend/Server/ReflectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Server; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Server * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Server */ class ReflectionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Service/Akismet/AkismetTest.php b/tests/Zend/Service/Akismet/AkismetTest.php index d3393f1280c..f937942890e 100644 --- a/tests/Zend/Service/Akismet/AkismetTest.php +++ b/tests/Zend/Service/Akismet/AkismetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Akismet * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Akismet; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Akismet * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Akismet */ diff --git a/tests/Zend/Service/Amazon/Authentication/S3Test.php b/tests/Zend/Service/Amazon/Authentication/S3Test.php index 2f00f0d2eeb..8bf260a5a3d 100644 --- a/tests/Zend/Service/Amazon/Authentication/S3Test.php +++ b/tests/Zend/Service/Amazon/Authentication/S3Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon_Authentication * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id: AllTests.php 11973 2008-10-15 16:00:56Z matthew $ */ @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Service_Amazon_Authentication * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class S3Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/Amazon/Authentication/V1Test.php b/tests/Zend/Service/Amazon/Authentication/V1Test.php index afe68df269e..243661894bc 100644 --- a/tests/Zend/Service/Amazon/Authentication/V1Test.php +++ b/tests/Zend/Service/Amazon/Authentication/V1Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon_Authentication * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id: AllTests.php 11973 2008-10-15 16:00:56Z matthew $ */ @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Service_Amazon_Authentication * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class V1Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/Amazon/Authentication/V2Test.php b/tests/Zend/Service/Amazon/Authentication/V2Test.php index 1fd5583244b..ace5cad26d4 100644 --- a/tests/Zend/Service/Amazon/Authentication/V2Test.php +++ b/tests/Zend/Service/Amazon/Authentication/V2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon_Authentication * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id: AllTests.php 11973 2008-10-15 16:00:56Z matthew $ */ @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Service_Amazon_Authentication * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class V2Test extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/Amazon/Ec2/AbstractTest.php b/tests/Zend/Service/Amazon/Ec2/AbstractTest.php index dc652897c2f..6bdc3283b3b 100644 --- a/tests/Zend/Service/Amazon/Ec2/AbstractTest.php +++ b/tests/Zend/Service/Amazon/Ec2/AbstractTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/AvailabilityZonesTest.php b/tests/Zend/Service/Amazon/Ec2/AvailabilityZonesTest.php index b80b7139f71..9e648e9d995 100644 --- a/tests/Zend/Service/Amazon/Ec2/AvailabilityZonesTest.php +++ b/tests/Zend/Service/Amazon/Ec2/AvailabilityZonesTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/CloudWatchTest.php b/tests/Zend/Service/Amazon/Ec2/CloudWatchTest.php index a9a453d3052..c8b2fe90c8a 100644 --- a/tests/Zend/Service/Amazon/Ec2/CloudWatchTest.php +++ b/tests/Zend/Service/Amazon/Ec2/CloudWatchTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/EbsTest.php b/tests/Zend/Service/Amazon/Ec2/EbsTest.php index 23337261c02..f516663d4e7 100644 --- a/tests/Zend/Service/Amazon/Ec2/EbsTest.php +++ b/tests/Zend/Service/Amazon/Ec2/EbsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/Ec2Test.php b/tests/Zend/Service/Amazon/Ec2/Ec2Test.php index 650b94dcabb..11e54115f22 100644 --- a/tests/Zend/Service/Amazon/Ec2/Ec2Test.php +++ b/tests/Zend/Service/Amazon/Ec2/Ec2Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/ElasticIpTest.php b/tests/Zend/Service/Amazon/Ec2/ElasticIpTest.php index 4afe9625150..9e4082ec3d4 100644 --- a/tests/Zend/Service/Amazon/Ec2/ElasticIpTest.php +++ b/tests/Zend/Service/Amazon/Ec2/ElasticIpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/ImageTest.php b/tests/Zend/Service/Amazon/Ec2/ImageTest.php index 4773f083ede..46391196f44 100644 --- a/tests/Zend/Service/Amazon/Ec2/ImageTest.php +++ b/tests/Zend/Service/Amazon/Ec2/ImageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/InstanceReservedTest.php b/tests/Zend/Service/Amazon/Ec2/InstanceReservedTest.php index 9bd7e3165ef..0cadc42f919 100644 --- a/tests/Zend/Service/Amazon/Ec2/InstanceReservedTest.php +++ b/tests/Zend/Service/Amazon/Ec2/InstanceReservedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/InstanceTest.php b/tests/Zend/Service/Amazon/Ec2/InstanceTest.php index 5f3cafa372f..4f690589e72 100644 --- a/tests/Zend/Service/Amazon/Ec2/InstanceTest.php +++ b/tests/Zend/Service/Amazon/Ec2/InstanceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/InstanceWindowsTest.php b/tests/Zend/Service/Amazon/Ec2/InstanceWindowsTest.php index f46003e8877..0fdf062da04 100644 --- a/tests/Zend/Service/Amazon/Ec2/InstanceWindowsTest.php +++ b/tests/Zend/Service/Amazon/Ec2/InstanceWindowsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/KeypairTest.php b/tests/Zend/Service/Amazon/Ec2/KeypairTest.php index d744f943d80..c559f194213 100644 --- a/tests/Zend/Service/Amazon/Ec2/KeypairTest.php +++ b/tests/Zend/Service/Amazon/Ec2/KeypairTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/RegionTest.php b/tests/Zend/Service/Amazon/Ec2/RegionTest.php index b792e7db071..e08a5a4aeab 100644 --- a/tests/Zend/Service/Amazon/Ec2/RegionTest.php +++ b/tests/Zend/Service/Amazon/Ec2/RegionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/Ec2/SecurityGroupsTest.php b/tests/Zend/Service/Amazon/Ec2/SecurityGroupsTest.php index c55ef68f72c..8100564bdd9 100644 --- a/tests/Zend/Service/Amazon/Ec2/SecurityGroupsTest.php +++ b/tests/Zend/Service/Amazon/Ec2/SecurityGroupsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Ec2; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Ec2 diff --git a/tests/Zend/Service/Amazon/OfflineTest.php b/tests/Zend/Service/Amazon/OfflineTest.php index 731bbef9984..28614b7839d 100644 --- a/tests/Zend/Service/Amazon/OfflineTest.php +++ b/tests/Zend/Service/Amazon/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon */ diff --git a/tests/Zend/Service/Amazon/OnlineTest.php b/tests/Zend/Service/Amazon/OnlineTest.php index 45df3a4fc9c..6154fbb1302 100644 --- a/tests/Zend/Service/Amazon/OnlineTest.php +++ b/tests/Zend/Service/Amazon/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon */ @@ -332,8 +328,6 @@ public function testQueryAsin() * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon */ diff --git a/tests/Zend/Service/Amazon/S3/OnlineTest.php b/tests/Zend/Service/Amazon/S3/OnlineTest.php index bc0c9b773c1..3d9bd1e53e5 100644 --- a/tests/Zend/Service/Amazon/S3/OnlineTest.php +++ b/tests/Zend/Service/Amazon/S3/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon_S3 * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\S3; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Amazon_S3 * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_S3 diff --git a/tests/Zend/Service/Amazon/S3/S3RestTest.php b/tests/Zend/Service/Amazon/S3/S3RestTest.php index 42e8f27b324..5488d952fa4 100644 --- a/tests/Zend/Service/Amazon/S3/S3RestTest.php +++ b/tests/Zend/Service/Amazon/S3/S3RestTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon_S3 * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\S3; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Amazon_S3 * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_S3 diff --git a/tests/Zend/Service/Amazon/S3/StreamTest.php b/tests/Zend/Service/Amazon/S3/StreamTest.php index d189919d255..a29c83ada15 100644 --- a/tests/Zend/Service/Amazon/S3/StreamTest.php +++ b/tests/Zend/Service/Amazon/S3/StreamTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon_S3 * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\S3; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_Amazon_S3 * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_S3 diff --git a/tests/Zend/Service/Amazon/SimpleDb/OnlineTest.php b/tests/Zend/Service/Amazon/SimpleDb/OnlineTest.php index 0421f0cb6e7..0e6d5ede2f8 100644 --- a/tests/Zend/Service/Amazon/SimpleDb/OnlineTest.php +++ b/tests/Zend/Service/Amazon/SimpleDb/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\Amazon\SimpleDb * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -31,8 +29,6 @@ * @category Zend * @package Zend\Service\Amazon\SimpleDb * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class OnlineTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/Amazon/Sqs/OnlineTest.php b/tests/Zend/Service/Amazon/Sqs/OnlineTest.php index de0fa11bc7e..96982fd884d 100644 --- a/tests/Zend/Service/Amazon/Sqs/OnlineTest.php +++ b/tests/Zend/Service/Amazon/Sqs/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Amazon\Sqs; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_Amazon * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon * @group Zend_Service_Amazon_Sqs diff --git a/tests/Zend/Service/Audioscrobbler/AlbumDataTest.php b/tests/Zend/Service/Audioscrobbler/AlbumDataTest.php index a9b3dd93af8..16433d5fc6b 100644 --- a/tests/Zend/Service/Audioscrobbler/AlbumDataTest.php +++ b/tests/Zend/Service/Audioscrobbler/AlbumDataTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Audioscrobbler/ArtistTest.php b/tests/Zend/Service/Audioscrobbler/ArtistTest.php index 81e36923ecb..d7a5c88171b 100644 --- a/tests/Zend/Service/Audioscrobbler/ArtistTest.php +++ b/tests/Zend/Service/Audioscrobbler/ArtistTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Audioscrobbler/AudioscrobblerTest.php b/tests/Zend/Service/Audioscrobbler/AudioscrobblerTest.php index 74fd3e9b067..b5ada85cb21 100644 --- a/tests/Zend/Service/Audioscrobbler/AudioscrobblerTest.php +++ b/tests/Zend/Service/Audioscrobbler/AudioscrobblerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Audioscrobbler/AudioscrobblerTestCase.php b/tests/Zend/Service/Audioscrobbler/AudioscrobblerTestCase.php index 197c6184690..5f70a776888 100644 --- a/tests/Zend/Service/Audioscrobbler/AudioscrobblerTestCase.php +++ b/tests/Zend/Service/Audioscrobbler/AudioscrobblerTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Audioscrobbler/GroupTest.php b/tests/Zend/Service/Audioscrobbler/GroupTest.php index b77e602fb67..f82e8bb379b 100644 --- a/tests/Zend/Service/Audioscrobbler/GroupTest.php +++ b/tests/Zend/Service/Audioscrobbler/GroupTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Audioscrobbler/ProfileTest.php b/tests/Zend/Service/Audioscrobbler/ProfileTest.php index f01c7494c0a..2074edee58f 100644 --- a/tests/Zend/Service/Audioscrobbler/ProfileTest.php +++ b/tests/Zend/Service/Audioscrobbler/ProfileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Audioscrobbler/TagDataTest.php b/tests/Zend/Service/Audioscrobbler/TagDataTest.php index d9f0dc9cfd5..dead3836b67 100644 --- a/tests/Zend/Service/Audioscrobbler/TagDataTest.php +++ b/tests/Zend/Service/Audioscrobbler/TagDataTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Audioscrobbler/TrackDataTest.php b/tests/Zend/Service/Audioscrobbler/TrackDataTest.php index c109c33a4ed..e1161edf4ed 100644 --- a/tests/Zend/Service/Audioscrobbler/TrackDataTest.php +++ b/tests/Zend/Service/Audioscrobbler/TrackDataTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Audioscrobbler; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_Audioscrobbler * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Audioscrobbler */ diff --git a/tests/Zend/Service/Delicious/PostTest.php b/tests/Zend/Service/Delicious/PostTest.php index 5a0da0a5227..cbc189dc61c 100644 --- a/tests/Zend/Service/Delicious/PostTest.php +++ b/tests/Zend/Service/Delicious/PostTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Delicious; @@ -42,8 +40,6 @@ * @category Zend_Service * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Delicious */ diff --git a/tests/Zend/Service/Delicious/PrivateDataTest.php b/tests/Zend/Service/Delicious/PrivateDataTest.php index 670b87f96bf..2ae95f3eafc 100644 --- a/tests/Zend/Service/Delicious/PrivateDataTest.php +++ b/tests/Zend/Service/Delicious/PrivateDataTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Delicious\PrivateData; @@ -30,8 +28,6 @@ * @category Zend_Service * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Delicious */ diff --git a/tests/Zend/Service/Delicious/PublicDataTest.php b/tests/Zend/Service/Delicious/PublicDataTest.php index e54c102290c..d9b57925051 100644 --- a/tests/Zend/Service/Delicious/PublicDataTest.php +++ b/tests/Zend/Service/Delicious/PublicDataTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Delicious; @@ -29,8 +27,6 @@ * @category Zend_Service * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Delicious */ diff --git a/tests/Zend/Service/Delicious/SimplePostTest.php b/tests/Zend/Service/Delicious/SimplePostTest.php index fa315eda537..5c9762a31df 100644 --- a/tests/Zend/Service/Delicious/SimplePostTest.php +++ b/tests/Zend/Service/Delicious/SimplePostTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Delicious; @@ -35,8 +33,6 @@ * @category Zend_Service * @package Zend_Service_Delicious * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Delicious */ diff --git a/tests/Zend/Service/DeveloperGarden/AllOfflineTests.php b/tests/Zend/Service/DeveloperGarden/AllOfflineTests.php index 4848865e3fa..46c07a6b9e1 100644 --- a/tests/Zend/Service/DeveloperGarden/AllOfflineTests.php +++ b/tests/Zend/Service/DeveloperGarden/AllOfflineTests.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_AllOfflineTests { diff --git a/tests/Zend/Service/DeveloperGarden/AllOnlineTests.php b/tests/Zend/Service/DeveloperGarden/AllOnlineTests.php index 3f0d14770e2..8cda6cc18de 100644 --- a/tests/Zend/Service/DeveloperGarden/AllOnlineTests.php +++ b/tests/Zend/Service/DeveloperGarden/AllOnlineTests.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_AllOnlineTests { diff --git a/tests/Zend/Service/DeveloperGarden/BaseUserServiceTest.php b/tests/Zend/Service/DeveloperGarden/BaseUserServiceTest.php index d2b632dae31..ea724a783c5 100644 --- a/tests/Zend/Service/DeveloperGarden/BaseUserServiceTest.php +++ b/tests/Zend/Service/DeveloperGarden/BaseUserServiceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_BaseUserServiceTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/ConferenceCallTest.php b/tests/Zend/Service/DeveloperGarden/ConferenceCallTest.php index 2c6b061269b..b8d543458ed 100644 --- a/tests/Zend/Service/DeveloperGarden/ConferenceCallTest.php +++ b/tests/Zend/Service/DeveloperGarden/ConferenceCallTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_ConferenceCallTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/IpLocationTest.php b/tests/Zend/Service/DeveloperGarden/IpLocationTest.php index 2a6d8c93032..d5c207a0f86 100644 --- a/tests/Zend/Service/DeveloperGarden/IpLocationTest.php +++ b/tests/Zend/Service/DeveloperGarden/IpLocationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_IpLocationTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/LocalSearchTest.php b/tests/Zend/Service/DeveloperGarden/LocalSearchTest.php index 40a67ae5244..f700c748c6c 100644 --- a/tests/Zend/Service/DeveloperGarden/LocalSearchTest.php +++ b/tests/Zend/Service/DeveloperGarden/LocalSearchTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_LocalSearchTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/OfflineBaseUserServiceTest.php b/tests/Zend/Service/DeveloperGarden/OfflineBaseUserServiceTest.php index 39135d11cf0..9e6373aba18 100644 --- a/tests/Zend/Service/DeveloperGarden/OfflineBaseUserServiceTest.php +++ b/tests/Zend/Service/DeveloperGarden/OfflineBaseUserServiceTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_OfflineBaseUserServiceTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/OfflineClientTest.php b/tests/Zend/Service/DeveloperGarden/OfflineClientTest.php index 1e925251ff8..49d2c9376cc 100644 --- a/tests/Zend/Service/DeveloperGarden/OfflineClientTest.php +++ b/tests/Zend/Service/DeveloperGarden/OfflineClientTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_OfflineClientTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/OfflineConferenceCallTest.php b/tests/Zend/Service/DeveloperGarden/OfflineConferenceCallTest.php index d5fe083e320..1d4ad281ab1 100644 --- a/tests/Zend/Service/DeveloperGarden/OfflineConferenceCallTest.php +++ b/tests/Zend/Service/DeveloperGarden/OfflineConferenceCallTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_OfflineConferenceCallTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/OfflineCredentialTest.php b/tests/Zend/Service/DeveloperGarden/OfflineCredentialTest.php index 96e45a390cc..3cf9d1838cf 100644 --- a/tests/Zend/Service/DeveloperGarden/OfflineCredentialTest.php +++ b/tests/Zend/Service/DeveloperGarden/OfflineCredentialTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_OfflineCredentialTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/OfflineIpLocationTest.php b/tests/Zend/Service/DeveloperGarden/OfflineIpLocationTest.php index 75bad61307e..8044efa8895 100644 --- a/tests/Zend/Service/DeveloperGarden/OfflineIpLocationTest.php +++ b/tests/Zend/Service/DeveloperGarden/OfflineIpLocationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_OfflineIpLocationTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/OfflineLocalSearchParametersTest.php b/tests/Zend/Service/DeveloperGarden/OfflineLocalSearchParametersTest.php index 4feacfee5c6..9ba6491997e 100644 --- a/tests/Zend/Service/DeveloperGarden/OfflineLocalSearchParametersTest.php +++ b/tests/Zend/Service/DeveloperGarden/OfflineLocalSearchParametersTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_OfflineLocalSearchParametersTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/OfflineSecurityTokenServerTest.php b/tests/Zend/Service/DeveloperGarden/OfflineSecurityTokenServerTest.php index fe83bf70ccd..5da8780e766 100644 --- a/tests/Zend/Service/DeveloperGarden/OfflineSecurityTokenServerTest.php +++ b/tests/Zend/Service/DeveloperGarden/OfflineSecurityTokenServerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -35,8 +33,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_OfflineSecurityTokenServerTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/SecurityTokenServerTest.php b/tests/Zend/Service/DeveloperGarden/SecurityTokenServerTest.php index 8bf13ed8a32..718db01616a 100644 --- a/tests/Zend/Service/DeveloperGarden/SecurityTokenServerTest.php +++ b/tests/Zend/Service/DeveloperGarden/SecurityTokenServerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -35,8 +33,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_SecurityTokenServerTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/SendSmsTest.php b/tests/Zend/Service/DeveloperGarden/SendSmsTest.php index 7ce6f49220a..855e9853eba 100644 --- a/tests/Zend/Service/DeveloperGarden/SendSmsTest.php +++ b/tests/Zend/Service/DeveloperGarden/SendSmsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_SendSmsTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/SmsValidationTest.php b/tests/Zend/Service/DeveloperGarden/SmsValidationTest.php index 6e5d8de3954..9716ff037b8 100644 --- a/tests/Zend/Service/DeveloperGarden/SmsValidationTest.php +++ b/tests/Zend/Service/DeveloperGarden/SmsValidationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_SmsValidationTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/DeveloperGarden/VoiceCallTest.php b/tests/Zend/Service/DeveloperGarden/VoiceCallTest.php index 841758fc09c..4e1d6115e6d 100644 --- a/tests/Zend/Service/DeveloperGarden/VoiceCallTest.php +++ b/tests/Zend/Service/DeveloperGarden/VoiceCallTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_DeveloperGarden * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ /** @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_DeveloperGarden - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_DeveloperGarden_VoiceCallTest extends PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/Flickr/OfflineTest.php b/tests/Zend/Service/Flickr/OfflineTest.php index 90a2afa1350..5c70748c53d 100644 --- a/tests/Zend/Service/Flickr/OfflineTest.php +++ b/tests/Zend/Service/Flickr/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Flickr * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Flickr; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Service_Flickr * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Flickr */ @@ -510,4 +506,4 @@ protected function loadResponse($name) { return file_get_contents("$this->filesPath/$name.response"); } -} \ No newline at end of file +} diff --git a/tests/Zend/Service/Flickr/OnlineTest.php b/tests/Zend/Service/Flickr/OnlineTest.php index ff8b19d5420..354769d92c8 100644 --- a/tests/Zend/Service/Flickr/OnlineTest.php +++ b/tests/Zend/Service/Flickr/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Flickr * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Flickr; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Flickr * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Flickr */ @@ -213,4 +209,4 @@ public function testTotalForEmptyResultSet() { $this->assertEquals(0, $this->flickr->tagSearch('zendflickrtesttagnoresults')->totalResults()); } -} \ No newline at end of file +} diff --git a/tests/Zend/Service/Flickr/TestAsset/FlickrProtectedMethodProxy.php b/tests/Zend/Service/Flickr/TestAsset/FlickrProtectedMethodProxy.php index dbe0a4c7f07..c17dc3c38b4 100644 --- a/tests/Zend/Service/Flickr/TestAsset/FlickrProtectedMethodProxy.php +++ b/tests/Zend/Service/Flickr/TestAsset/FlickrProtectedMethodProxy.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Flickr * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Flickr\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_Flickr * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Flickr */ diff --git a/tests/Zend/Service/GoGrid/JobOfflineTest.php b/tests/Zend/Service/GoGrid/JobOfflineTest.php index 48dc9e308f9..da476e5e4f3 100644 --- a/tests/Zend/Service/GoGrid/JobOfflineTest.php +++ b/tests/Zend/Service/GoGrid/JobOfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_GoGrid * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\GoGrid; @@ -32,8 +30,6 @@ * @category Zend * @package Zend\Service\GoGrid * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_GoGrid */ diff --git a/tests/Zend/Service/GoGrid/OfflineTest.php b/tests/Zend/Service/GoGrid/OfflineTest.php index 7eaad6e36ba..4dc20289c2e 100644 --- a/tests/Zend/Service/GoGrid/OfflineTest.php +++ b/tests/Zend/Service/GoGrid/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\GoGrid * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\GoGrid; @@ -30,8 +28,6 @@ * @category Zend * @package Zend\Service\GoGrid * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_GoGrid */ diff --git a/tests/Zend/Service/GoGrid/OnlineTest.php b/tests/Zend/Service/GoGrid/OnlineTest.php index 4eb70e04e17..56eeeb18d6d 100644 --- a/tests/Zend/Service/GoGrid/OnlineTest.php +++ b/tests/Zend/Service/GoGrid/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\Rackspace\Servers * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\GoGrid; @@ -27,8 +25,6 @@ * @category Zend * @package Zend\Service\GoGrid * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class OnlineTest extends \PHPUnit_Framework_TestCase { @@ -169,8 +165,6 @@ public function testDeleteServer() * @category Zend * @package Zend\Service\Rackspace\Servers * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend\Service * @group Zend\Service\GoGrid */ diff --git a/tests/Zend/Service/LiveDocx/MailMergeTest.php b/tests/Zend/Service/LiveDocx/MailMergeTest.php old mode 100755 new mode 100644 diff --git a/tests/Zend/Service/Nirvanix/Context/BaseTest.php b/tests/Zend/Service/Nirvanix/Context/BaseTest.php index d33cd7ef721..7be9bed4714 100644 --- a/tests/Zend/Service/Nirvanix/Context/BaseTest.php +++ b/tests/Zend/Service/Nirvanix/Context/BaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Nirvanix\Context; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Nirvanix */ diff --git a/tests/Zend/Service/Nirvanix/Context/ImfsTest.php b/tests/Zend/Service/Nirvanix/Context/ImfsTest.php index 72448b12544..773394efe60 100644 --- a/tests/Zend/Service/Nirvanix/Context/ImfsTest.php +++ b/tests/Zend/Service/Nirvanix/Context/ImfsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service * @subpackage Nirvanix - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Nirvanix\Context; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Nirvanix */ diff --git a/tests/Zend/Service/Nirvanix/FunctionalTestCase.php b/tests/Zend/Service/Nirvanix/FunctionalTestCase.php index 3e762c597ff..42875d96b73 100644 --- a/tests/Zend/Service/Nirvanix/FunctionalTestCase.php +++ b/tests/Zend/Service/Nirvanix/FunctionalTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Nirvanix; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Nirvanix */ diff --git a/tests/Zend/Service/Nirvanix/NirvanixTest.php b/tests/Zend/Service/Nirvanix/NirvanixTest.php index 6bab1808dd0..c28693847d5 100644 --- a/tests/Zend/Service/Nirvanix/NirvanixTest.php +++ b/tests/Zend/Service/Nirvanix/NirvanixTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Nirvanix; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Nirvanix */ diff --git a/tests/Zend/Service/Nirvanix/ResponseTest.php b/tests/Zend/Service/Nirvanix/ResponseTest.php index b85a027493b..c54970ec580 100644 --- a/tests/Zend/Service/Nirvanix/ResponseTest.php +++ b/tests/Zend/Service/Nirvanix/ResponseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Nirvanix; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Service_Nirvanix * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Nirvanix */ diff --git a/tests/Zend/Service/Rackspace/Files/OfflineTest.php b/tests/Zend/Service/Rackspace/Files/OfflineTest.php index b91a14f26b6..a72ffea2afa 100644 --- a/tests/Zend/Service/Rackspace/Files/OfflineTest.php +++ b/tests/Zend/Service/Rackspace/Files/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\Rackspace * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Rackspace\Files; @@ -32,8 +30,6 @@ * @category Zend * @package Zend\Service\Rackspace\Files * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend\Service * @group Zend\Service\Rackspace * @group Zend\Service\Rackspace\Files diff --git a/tests/Zend/Service/Rackspace/Files/OnlineTest.php b/tests/Zend/Service/Rackspace/Files/OnlineTest.php index f3be4937d6b..5e4bb233cad 100644 --- a/tests/Zend/Service/Rackspace/Files/OnlineTest.php +++ b/tests/Zend/Service/Rackspace/Files/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\Rackspace * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Rackspace\Files; @@ -32,8 +30,6 @@ * @category Zend * @package Zend\Service\Rackspace\Files * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend\Service * @group Zend\Service\Rackspace * @group Zend\Service\Rackspace\Files diff --git a/tests/Zend/Service/Rackspace/OfflineTest.php b/tests/Zend/Service/Rackspace/OfflineTest.php index 9c56cbe0607..3db5041f78b 100644 --- a/tests/Zend/Service/Rackspace/OfflineTest.php +++ b/tests/Zend/Service/Rackspace/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\Rackspace * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Rackspace; @@ -32,8 +30,6 @@ * @category Zend * @package Zend\Service\Rackspace\Files * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend\Service * @group Zend\Service\Rackspace * @group Zend\Service\Rackspace\Files diff --git a/tests/Zend/Service/Rackspace/Servers/OfflineTest.php b/tests/Zend/Service/Rackspace/Servers/OfflineTest.php index 1ceea97abf8..a617465d431 100644 --- a/tests/Zend/Service/Rackspace/Servers/OfflineTest.php +++ b/tests/Zend/Service/Rackspace/Servers/OfflineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\Rackspace\Servers * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Rackspace\Servers; @@ -29,8 +27,6 @@ * @category Zend * @package Zend\Service\Rackspace\Servers * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon */ diff --git a/tests/Zend/Service/Rackspace/Servers/OnlineTest.php b/tests/Zend/Service/Rackspace/Servers/OnlineTest.php index 0bdfea90a71..1d7089e5887 100644 --- a/tests/Zend/Service/Rackspace/Servers/OnlineTest.php +++ b/tests/Zend/Service/Rackspace/Servers/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend\Service\Rackspace\Servers * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Rackspace\Servers; @@ -27,8 +25,6 @@ * @category Zend * @package Zend\Service\Rackspace\Servers * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Amazon */ @@ -418,8 +414,6 @@ public function testDeleteServer() * @category Zend * @package Zend\Service\Rackspace\Servers * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend\Service * @group Zend\Service\Rackspace */ diff --git a/tests/Zend/Service/ReCaptcha/MailHideTest.php b/tests/Zend/Service/ReCaptcha/MailHideTest.php index d08d2905cc8..553aede466a 100644 --- a/tests/Zend/Service/ReCaptcha/MailHideTest.php +++ b/tests/Zend/Service/ReCaptcha/MailHideTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_ReCaptcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\ReCaptcha; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_ReCaptcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_ReCaptcha */ diff --git a/tests/Zend/Service/ReCaptcha/ReCaptchaTest.php b/tests/Zend/Service/ReCaptcha/ReCaptchaTest.php index acf76bc92c4..7a29d0ad576 100644 --- a/tests/Zend/Service/ReCaptcha/ReCaptchaTest.php +++ b/tests/Zend/Service/ReCaptcha/ReCaptchaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_ReCaptcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\ReCaptcha; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_ReCaptcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_ReCaptcha */ diff --git a/tests/Zend/Service/ReCaptcha/ResponseTest.php b/tests/Zend/Service/ReCaptcha/ResponseTest.php index 705804d8cbc..ea8d1813dfc 100644 --- a/tests/Zend/Service/ReCaptcha/ResponseTest.php +++ b/tests/Zend/Service/ReCaptcha/ResponseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_ReCaptcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\ReCaptcha; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_ReCaptcha * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_ReCaptcha */ diff --git a/tests/Zend/Service/SlideShare/SlideShareTest.php b/tests/Zend/Service/SlideShare/SlideShareTest.php index d2f38bd3719..8c6e4b04c3a 100644 --- a/tests/Zend/Service/SlideShare/SlideShareTest.php +++ b/tests/Zend/Service/SlideShare/SlideShareTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_SlideShare * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ @@ -36,8 +34,6 @@ * @category Zend * @package Zend_Service_SlideShare * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_SlideShare */ diff --git a/tests/Zend/Service/StrikeIron/BaseTest.php b/tests/Zend/Service/StrikeIron/BaseTest.php index 1f89eabdf9c..d79597f0c2b 100644 --- a/tests/Zend/Service/StrikeIron/BaseTest.php +++ b/tests/Zend/Service/StrikeIron/BaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/StrikeIron/BaseTest/MockSoapClient.php b/tests/Zend/Service/StrikeIron/BaseTest/MockSoapClient.php index b0b4f280ec7..755ad942ae3 100644 --- a/tests/Zend/Service/StrikeIron/BaseTest/MockSoapClient.php +++ b/tests/Zend/Service/StrikeIron/BaseTest/MockSoapClient.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron\BaseTest; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MockSoapClient { diff --git a/tests/Zend/Service/StrikeIron/DecoratorTest.php b/tests/Zend/Service/StrikeIron/DecoratorTest.php index 1cc1d8bf563..7549cab3fa7 100644 --- a/tests/Zend/Service/StrikeIron/DecoratorTest.php +++ b/tests/Zend/Service/StrikeIron/DecoratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/StrikeIron/ExceptionTest.php b/tests/Zend/Service/StrikeIron/ExceptionTest.php index 9010aaef632..3cc330ea62e 100644 --- a/tests/Zend/Service/StrikeIron/ExceptionTest.php +++ b/tests/Zend/Service/StrikeIron/ExceptionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -34,8 +32,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/StrikeIron/NoSoapTest.php b/tests/Zend/Service/StrikeIron/NoSoapTest.php index 05183d04c24..584d99a2045 100644 --- a/tests/Zend/Service/StrikeIron/NoSoapTest.php +++ b/tests/Zend/Service/StrikeIron/NoSoapTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/StrikeIron/SalesUseTaxBasicTest.php b/tests/Zend/Service/StrikeIron/SalesUseTaxBasicTest.php index c478fec93d3..1100ff7c9cf 100644 --- a/tests/Zend/Service/StrikeIron/SalesUseTaxBasicTest.php +++ b/tests/Zend/Service/StrikeIron/SalesUseTaxBasicTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -38,8 +36,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/StrikeIron/StrikeIronTest.php b/tests/Zend/Service/StrikeIron/StrikeIronTest.php index 21281682a98..2b6ef7b9756 100644 --- a/tests/Zend/Service/StrikeIron/StrikeIronTest.php +++ b/tests/Zend/Service/StrikeIron/StrikeIronTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/StrikeIron/StrikeIronTest/StubbedBase.php b/tests/Zend/Service/StrikeIron/StrikeIronTest/StubbedBase.php index eef0eafb656..a44d138f84c 100644 --- a/tests/Zend/Service/StrikeIron/StrikeIronTest/StubbedBase.php +++ b/tests/Zend/Service/StrikeIron/StrikeIronTest/StubbedBase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron\StrikeIronTest; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StubbedBase { diff --git a/tests/Zend/Service/StrikeIron/USAddressVerificationTest.php b/tests/Zend/Service/StrikeIron/USAddressVerificationTest.php index 9e0adefb70b..e6548b56fef 100644 --- a/tests/Zend/Service/StrikeIron/USAddressVerificationTest.php +++ b/tests/Zend/Service/StrikeIron/USAddressVerificationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -38,8 +36,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/StrikeIron/ZipCodeInfoTest.php b/tests/Zend/Service/StrikeIron/ZipCodeInfoTest.php index d9a41510b2d..11ead0eb0f0 100644 --- a/tests/Zend/Service/StrikeIron/ZipCodeInfoTest.php +++ b/tests/Zend/Service/StrikeIron/ZipCodeInfoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\StrikeIron; @@ -38,8 +36,6 @@ * @category Zend * @package Zend_Service_StrikeIron * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_StrikeIron */ diff --git a/tests/Zend/Service/Technorati/AuthorTest.php b/tests/Zend/Service/Technorati/AuthorTest.php index adfde529ef5..2a186bc58a1 100644 --- a/tests/Zend/Service/Technorati/AuthorTest.php +++ b/tests/Zend/Service/Technorati/AuthorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/BlogInfoResultTest.php b/tests/Zend/Service/Technorati/BlogInfoResultTest.php index f45571661b7..23f8b483373 100644 --- a/tests/Zend/Service/Technorati/BlogInfoResultTest.php +++ b/tests/Zend/Service/Technorati/BlogInfoResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/CosmosResultSetTest.php b/tests/Zend/Service/Technorati/CosmosResultSetTest.php index 549b18accbd..349f8d881b3 100644 --- a/tests/Zend/Service/Technorati/CosmosResultSetTest.php +++ b/tests/Zend/Service/Technorati/CosmosResultSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/CosmosResultTest.php b/tests/Zend/Service/Technorati/CosmosResultTest.php index 655d8f4b8eb..3c18b09b007 100644 --- a/tests/Zend/Service/Technorati/CosmosResultTest.php +++ b/tests/Zend/Service/Technorati/CosmosResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/DailyCountsResultSetTest.php b/tests/Zend/Service/Technorati/DailyCountsResultSetTest.php index 42b4fef9e15..6d0a62d8a32 100644 --- a/tests/Zend/Service/Technorati/DailyCountsResultSetTest.php +++ b/tests/Zend/Service/Technorati/DailyCountsResultSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/DailyCountsResultTest.php b/tests/Zend/Service/Technorati/DailyCountsResultTest.php index 1b20244fb10..e7bd669bc04 100644 --- a/tests/Zend/Service/Technorati/DailyCountsResultTest.php +++ b/tests/Zend/Service/Technorati/DailyCountsResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/GetInfoResultTest.php b/tests/Zend/Service/Technorati/GetInfoResultTest.php index dd3c22c34f3..ab4089ea364 100644 --- a/tests/Zend/Service/Technorati/GetInfoResultTest.php +++ b/tests/Zend/Service/Technorati/GetInfoResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/KeyInfoResultTest.php b/tests/Zend/Service/Technorati/KeyInfoResultTest.php index 759278e1891..a0217dfd8a0 100644 --- a/tests/Zend/Service/Technorati/KeyInfoResultTest.php +++ b/tests/Zend/Service/Technorati/KeyInfoResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/ResultSetTest.php b/tests/Zend/Service/Technorati/ResultSetTest.php index 55b1c16b0b4..fe8988c15dd 100644 --- a/tests/Zend/Service/Technorati/ResultSetTest.php +++ b/tests/Zend/Service/Technorati/ResultSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -39,8 +37,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/ResultTest.php b/tests/Zend/Service/Technorati/ResultTest.php index 06fbfb9cb2a..03b90ed981d 100644 --- a/tests/Zend/Service/Technorati/ResultTest.php +++ b/tests/Zend/Service/Technorati/ResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -39,8 +37,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/SearchResultSetTest.php b/tests/Zend/Service/Technorati/SearchResultSetTest.php index 7d2c58bd46d..46c38c4b45d 100644 --- a/tests/Zend/Service/Technorati/SearchResultSetTest.php +++ b/tests/Zend/Service/Technorati/SearchResultSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/SearchResultTest.php b/tests/Zend/Service/Technorati/SearchResultTest.php index 2402b7702f5..4f3aad37b11 100644 --- a/tests/Zend/Service/Technorati/SearchResultTest.php +++ b/tests/Zend/Service/Technorati/SearchResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/TagResultSetTest.php b/tests/Zend/Service/Technorati/TagResultSetTest.php index 48e68ee71b1..c2dfa6db72d 100644 --- a/tests/Zend/Service/Technorati/TagResultSetTest.php +++ b/tests/Zend/Service/Technorati/TagResultSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/TagResultTest.php b/tests/Zend/Service/Technorati/TagResultTest.php index 5db9da01af1..02ca74dd9e2 100644 --- a/tests/Zend/Service/Technorati/TagResultTest.php +++ b/tests/Zend/Service/Technorati/TagResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/TagsResultSetTest.php b/tests/Zend/Service/Technorati/TagsResultSetTest.php index bf10338bc57..0325dc24211 100644 --- a/tests/Zend/Service/Technorati/TagsResultSetTest.php +++ b/tests/Zend/Service/Technorati/TagsResultSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/TagsResultTest.php b/tests/Zend/Service/Technorati/TagsResultTest.php index d425d559f6e..55fdc1f331a 100644 --- a/tests/Zend/Service/Technorati/TagsResultTest.php +++ b/tests/Zend/Service/Technorati/TagsResultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/TechnoratiTest.php b/tests/Zend/Service/Technorati/TechnoratiTest.php index c6d1d3d0636..7650974040a 100644 --- a/tests/Zend/Service/Technorati/TechnoratiTest.php +++ b/tests/Zend/Service/Technorati/TechnoratiTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/TestCase.php b/tests/Zend/Service/Technorati/TestCase.php index ee7f177d9e5..60178138191 100644 --- a/tests/Zend/Service/Technorati/TestCase.php +++ b/tests/Zend/Service/Technorati/TestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/UtilsTest.php b/tests/Zend/Service/Technorati/UtilsTest.php index b90ed7c60e0..f8d3939d4a4 100644 --- a/tests/Zend/Service/Technorati/UtilsTest.php +++ b/tests/Zend/Service/Technorati/UtilsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Technorati/WeblogTest.php b/tests/Zend/Service/Technorati/WeblogTest.php index 7ad9c511d58..296a49d132f 100644 --- a/tests/Zend/Service/Technorati/WeblogTest.php +++ b/tests/Zend/Service/Technorati/WeblogTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Technorati; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_Service_Technorati * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Technorati */ diff --git a/tests/Zend/Service/Twitter/SearchOptionsTest.php b/tests/Zend/Service/Twitter/SearchOptionsTest.php index 5279d277eb5..36ef0da2fe5 100644 --- a/tests/Zend/Service/Twitter/SearchOptionsTest.php +++ b/tests/Zend/Service/Twitter/SearchOptionsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Twitter_Search * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Twitter; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Service_Twitter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Twitter */ diff --git a/tests/Zend/Service/Twitter/SearchTest.php b/tests/Zend/Service/Twitter/SearchTest.php index 4f1a5e08da3..318ab13f10f 100644 --- a/tests/Zend/Service/Twitter/SearchTest.php +++ b/tests/Zend/Service/Twitter/SearchTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Twitter_Search * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\Twitter; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Service_Twitter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Twitter */ diff --git a/tests/Zend/Service/Twitter/TwitterTest.php b/tests/Zend/Service/Twitter/TwitterTest.php index 3f945a5a21f..3015f25e456 100644 --- a/tests/Zend/Service/Twitter/TwitterTest.php +++ b/tests/Zend/Service/Twitter/TwitterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_Twitter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Twitter; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Service_Twitter * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Service * @group Zend_Service_Twitter */ diff --git a/tests/Zend/Service/WindowsAzure/BlobStorageSharedAccessTest.php b/tests/Zend/Service/WindowsAzure/BlobStorageSharedAccessTest.php index ad9bb866402..4c292625fbb 100644 --- a/tests/Zend/Service/WindowsAzure/BlobStorageSharedAccessTest.php +++ b/tests/Zend/Service/WindowsAzure/BlobStorageSharedAccessTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_WindowsAzure * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\WindowsAzure; @@ -31,8 +29,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_WindowsAzure - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class BlobStorageSharedAccessTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/WindowsAzure/BlobStorageTest.php b/tests/Zend/Service/WindowsAzure/BlobStorageTest.php index ba80d231131..16019aa54d3 100644 --- a/tests/Zend/Service/WindowsAzure/BlobStorageTest.php +++ b/tests/Zend/Service/WindowsAzure/BlobStorageTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/BlobStreamTest.php b/tests/Zend/Service/WindowsAzure/BlobStreamTest.php index 7441390b794..9fd5e857225 100644 --- a/tests/Zend/Service/WindowsAzure/BlobStreamTest.php +++ b/tests/Zend/Service/WindowsAzure/BlobStreamTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/Credentials/SharedAccessSignatureTest.php b/tests/Zend/Service/WindowsAzure/Credentials/SharedAccessSignatureTest.php index 6cb433ef724..2a52e3b1f17 100644 --- a/tests/Zend/Service/WindowsAzure/Credentials/SharedAccessSignatureTest.php +++ b/tests/Zend/Service/WindowsAzure/Credentials/SharedAccessSignatureTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_WindowsAzure * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\WindowsAzure\Credentials; @@ -30,8 +28,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_WindowsAzure - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SharedAccessSignatureTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyLiteTest.php b/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyLiteTest.php index a57aaa70c4a..8f800bec9bd 100644 --- a/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyLiteTest.php +++ b/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyLiteTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_WindowsAzure * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\WindowsAzure\Credentials; @@ -30,8 +28,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_WindowsAzure - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SharedKeyLiteTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyTest.php b/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyTest.php index f292a2115f6..a731f213122 100644 --- a/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyTest.php +++ b/tests/Zend/Service/WindowsAzure/Credentials/SharedKeyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_WindowsAzure * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\WindowsAzure\Credentials; @@ -29,8 +27,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_WindowsAzure - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SharedKeyTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Service/WindowsAzure/DynamicTableEntityTest.php b/tests/Zend/Service/WindowsAzure/DynamicTableEntityTest.php index 05916430954..52dc6b6f665 100644 --- a/tests/Zend/Service/WindowsAzure/DynamicTableEntityTest.php +++ b/tests/Zend/Service/WindowsAzure/DynamicTableEntityTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/QueueStorageTest.php b/tests/Zend/Service/WindowsAzure/QueueStorageTest.php index 3879bb7e61e..ef3f64aeab8 100644 --- a/tests/Zend/Service/WindowsAzure/QueueStorageTest.php +++ b/tests/Zend/Service/WindowsAzure/QueueStorageTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/RetryPolicyTest.php b/tests/Zend/Service/WindowsAzure/RetryPolicyTest.php index 15d69279b4d..022f02f5722 100644 --- a/tests/Zend/Service/WindowsAzure/RetryPolicyTest.php +++ b/tests/Zend/Service/WindowsAzure/RetryPolicyTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/SessionHandlerTest.php b/tests/Zend/Service/WindowsAzure/SessionHandlerTest.php index 068f59d8bf4..de03442d9ef 100644 --- a/tests/Zend/Service/WindowsAzure/SessionHandlerTest.php +++ b/tests/Zend/Service/WindowsAzure/SessionHandlerTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/StorageTest.php b/tests/Zend/Service/WindowsAzure/StorageTest.php index 5ad7db063a6..f23f2128f9c 100644 --- a/tests/Zend/Service/WindowsAzure/StorageTest.php +++ b/tests/Zend/Service/WindowsAzure/StorageTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/TableEntityQueryTest.php b/tests/Zend/Service/WindowsAzure/TableEntityQueryTest.php index 9b6e3d2a6f8..de365a7d2c1 100644 --- a/tests/Zend/Service/WindowsAzure/TableEntityQueryTest.php +++ b/tests/Zend/Service/WindowsAzure/TableEntityQueryTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/TableEntityTest.php b/tests/Zend/Service/WindowsAzure/TableEntityTest.php index d61eaf24791..16c3b5d62e3 100644 --- a/tests/Zend/Service/WindowsAzure/TableEntityTest.php +++ b/tests/Zend/Service/WindowsAzure/TableEntityTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ @@ -95,4 +93,4 @@ public function testSetAzureValuesFailure() $this->assertTrue($exceptionRaised); } -} \ No newline at end of file +} diff --git a/tests/Zend/Service/WindowsAzure/TableStorageTest.php b/tests/Zend/Service/WindowsAzure/TableStorageTest.php index 2b927618929..971d5b76ca8 100644 --- a/tests/Zend/Service/WindowsAzure/TableStorageTest.php +++ b/tests/Zend/Service/WindowsAzure/TableStorageTest.php @@ -3,8 +3,6 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Service_WindowsAzure */ diff --git a/tests/Zend/Service/WindowsAzure/TestAsset/Entity.php b/tests/Zend/Service/WindowsAzure/TestAsset/Entity.php index 701c00aaccf..527c11fb19e 100644 --- a/tests/Zend/Service/WindowsAzure/TestAsset/Entity.php +++ b/tests/Zend/Service/WindowsAzure/TestAsset/Entity.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Service_WindowsAzure * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Service\WindowsAzure\TestAsset; @@ -30,8 +28,6 @@ * @subpackage UnitTests * @group Zend_Service * @group Zend_Service_WindowsAzure - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Entity extends TableEntity { diff --git a/tests/Zend/Session/ContainerTest.php b/tests/Zend/Session/ContainerTest.php index be33e8634be..776dc1eb032 100644 --- a/tests/Zend/Session/ContainerTest.php +++ b/tests/Zend/Session/ContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -32,8 +30,6 @@ * @package Zend_Session * @subpackage UnitTests * @group Zend_Session - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ContainerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Session/SaveHandler/CacheTest.php b/tests/Zend/Session/SaveHandler/CacheTest.php index 672c4b870d9..01bc125b152 100644 --- a/tests/Zend/Session/SaveHandler/CacheTest.php +++ b/tests/Zend/Session/SaveHandler/CacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Session\SaveHandler; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Session * @group Zend_Cache */ diff --git a/tests/Zend/Session/SaveHandler/DbTableGatewayOptionsTest.php b/tests/Zend/Session/SaveHandler/DbTableGatewayOptionsTest.php index 82959bc8aef..db8b3fc9b61 100644 --- a/tests/Zend/Session/SaveHandler/DbTableGatewayOptionsTest.php +++ b/tests/Zend/Session/SaveHandler/DbTableGatewayOptionsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Session\SaveHandler; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Session */ class DbTableGatewayOptionsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Session/SaveHandler/DbTableGatewayTest.php b/tests/Zend/Session/SaveHandler/DbTableGatewayTest.php index e0cfaef9f89..319a1fd49e7 100644 --- a/tests/Zend/Session/SaveHandler/DbTableGatewayTest.php +++ b/tests/Zend/Session/SaveHandler/DbTableGatewayTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Session\SaveHandler; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Session * @group Zend_Db_Table */ diff --git a/tests/Zend/Session/SessionConfigurationTest.php b/tests/Zend/Session/SessionConfigurationTest.php index 9fb54a30e31..a02d265226c 100644 --- a/tests/Zend/Session/SessionConfigurationTest.php +++ b/tests/Zend/Session/SessionConfigurationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Session * @subpackage UnitTests * @group Zend_Session - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @runTestsInSeparateProcesses */ class SessionConfigurationTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Session/SessionManagerTest.php b/tests/Zend/Session/SessionManagerTest.php index a225b56d077..490d1be1477 100644 --- a/tests/Zend/Session/SessionManagerTest.php +++ b/tests/Zend/Session/SessionManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -30,8 +28,6 @@ * @package Zend_Session * @subpackage UnitTests * @group Zend_Session - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @preserveGlobalState disabled */ class SessionManagerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Session/SessionStorageTest.php b/tests/Zend/Session/SessionStorageTest.php index c7a48130673..804005c44e8 100644 --- a/tests/Zend/Session/SessionStorageTest.php +++ b/tests/Zend/Session/SessionStorageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -30,8 +28,6 @@ * @package Zend_Session * @subpackage UnitTests * @group Zend_Session - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SessionStorageTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Session/StandardConfigurationTest.php b/tests/Zend/Session/StandardConfigurationTest.php index 96c10e4aa19..f4c53b94492 100644 --- a/tests/Zend/Session/StandardConfigurationTest.php +++ b/tests/Zend/Session/StandardConfigurationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Session * @subpackage UnitTests * @group Zend_Session - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StandardConfigurationTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Session/StorageTest.php b/tests/Zend/Session/StorageTest.php index bdb785f8926..7caf934133d 100644 --- a/tests/Zend/Session/StorageTest.php +++ b/tests/Zend/Session/StorageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Session * @subpackage UnitTests * @group Zend_Session - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class StorageTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Session/Validator/RemoteAddrTest.php b/tests/Zend/Session/Validator/RemoteAddrTest.php index b872eb08966..820d4ece53e 100644 --- a/tests/Zend/Session/Validator/RemoteAddrTest.php +++ b/tests/Zend/Session/Validator/RemoteAddrTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Session * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Session * @subpackage UnitTests * @group Zend_Session - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class RemoteAddrTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Soap/AutoDiscover/OnlineTest.php b/tests/Zend/Soap/AutoDiscover/OnlineTest.php index d347d4d9dde..5a0b24cf391 100644 --- a/tests/Zend/Soap/AutoDiscover/OnlineTest.php +++ b/tests/Zend/Soap/AutoDiscover/OnlineTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\AutoDiscover; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap */ class OnlineTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Soap/AutoDiscoverTest.php b/tests/Zend/Soap/AutoDiscoverTest.php index 2b0ab878b42..b39c4269664 100644 --- a/tests/Zend/Soap/AutoDiscoverTest.php +++ b/tests/Zend/Soap/AutoDiscoverTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap */ class AutoDiscoverTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Soap/ClientTest.php b/tests/Zend/Soap/ClientTest.php index f59bab551a3..32d2b05c525 100644 --- a/tests/Zend/Soap/ClientTest.php +++ b/tests/Zend/Soap/ClientTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap */ class ClientTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Soap/Server/DocumentLiteralWrapperTest.php b/tests/Zend/Soap/Server/DocumentLiteralWrapperTest.php index ae9c4e0829c..f40ca9a667f 100644 --- a/tests/Zend/Soap/Server/DocumentLiteralWrapperTest.php +++ b/tests/Zend/Soap/Server/DocumentLiteralWrapperTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\Server; diff --git a/tests/Zend/Soap/ServerTest.php b/tests/Zend/Soap/ServerTest.php index ff76530a284..57d10b56671 100644 --- a/tests/Zend/Soap/ServerTest.php +++ b/tests/Zend/Soap/ServerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap * @group Zend_Soap_Server */ diff --git a/tests/Zend/Soap/TestAsset/MyCalculatorService.php b/tests/Zend/Soap/TestAsset/MyCalculatorService.php index 853b010970e..26b70139302 100644 --- a/tests/Zend/Soap/TestAsset/MyCalculatorService.php +++ b/tests/Zend/Soap/TestAsset/MyCalculatorService.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\TestAsset; diff --git a/tests/Zend/Soap/TestAsset/commontypes.php b/tests/Zend/Soap/TestAsset/commontypes.php index 334c5a8bce7..e6bb63493a9 100644 --- a/tests/Zend/Soap/TestAsset/commontypes.php +++ b/tests/Zend/Soap/TestAsset/commontypes.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\TestAsset; @@ -119,8 +117,6 @@ function TestFunc9($foo, $bar) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class TestFixingMultiplePrototypes { @@ -142,8 +138,6 @@ function testFunc($a=100, $b=200, $d=300) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Test { /** @@ -207,8 +201,6 @@ class AutoDiscoverTestClass1 * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AutoDiscoverTestClass2 { @@ -246,8 +238,6 @@ public function addMultiple($test) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexTypeB { @@ -265,8 +255,6 @@ class ComplexTypeB * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexTypeA { @@ -280,8 +268,6 @@ class ComplexTypeA * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexTest { @@ -295,8 +281,6 @@ class ComplexTest * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexObjectStructure { @@ -325,8 +309,6 @@ class ComplexObjectStructure * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexObjectWithObjectStructure { @@ -340,8 +322,6 @@ class ComplexObjectWithObjectStructure * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MyService { @@ -370,8 +350,6 @@ public function baz($baz) { * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MyServiceSequence { @@ -407,8 +385,6 @@ public function bazNested($baz) { * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class MyResponse { @@ -422,8 +398,6 @@ class MyResponse * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Recursion { @@ -450,8 +424,6 @@ function OneWay($message) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class NoReturnType { diff --git a/tests/Zend/Soap/TestAsset/fulltests/server1.php b/tests/Zend/Soap/TestAsset/fulltests/server1.php index 4df21920092..271e4e502ce 100644 --- a/tests/Zend/Soap/TestAsset/fulltests/server1.php +++ b/tests/Zend/Soap/TestAsset/fulltests/server1.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\TestAsset\fulltests; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Server1 { @@ -58,8 +54,6 @@ public function request($request) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexTypeB { @@ -77,8 +71,6 @@ class ComplexTypeB * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexTypeA { diff --git a/tests/Zend/Soap/TestAsset/fulltests/server2.php b/tests/Zend/Soap/TestAsset/fulltests/server2.php index 95ce1f3283c..7a1c732b113 100644 --- a/tests/Zend/Soap/TestAsset/fulltests/server2.php +++ b/tests/Zend/Soap/TestAsset/fulltests/server2.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\TestAsset\fulltests; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ComplexTypeB { @@ -44,8 +40,6 @@ class ComplexTypeB * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Server2 { diff --git a/tests/Zend/Soap/Wsdl/ArrayOfTypeComplexStrategyTest.php b/tests/Zend/Soap/Wsdl/ArrayOfTypeComplexStrategyTest.php index 13e09826736..887449fc235 100644 --- a/tests/Zend/Soap/Wsdl/ArrayOfTypeComplexStrategyTest.php +++ b/tests/Zend/Soap/Wsdl/ArrayOfTypeComplexStrategyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\Wsdl; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap * @group Zend_Soap_Wsdl */ diff --git a/tests/Zend/Soap/Wsdl/ArrayOfTypeSequenceStrategyTest.php b/tests/Zend/Soap/Wsdl/ArrayOfTypeSequenceStrategyTest.php index 17bd6e82b8d..2798f2bfa29 100644 --- a/tests/Zend/Soap/Wsdl/ArrayOfTypeSequenceStrategyTest.php +++ b/tests/Zend/Soap/Wsdl/ArrayOfTypeSequenceStrategyTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package Zend_Soap - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\Wsdl; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap * @group Zend_Soap_Wsdl */ diff --git a/tests/Zend/Soap/Wsdl/CompositeStrategyTest.php b/tests/Zend/Soap/Wsdl/CompositeStrategyTest.php index 31b8a6affca..628bfba9108 100644 --- a/tests/Zend/Soap/Wsdl/CompositeStrategyTest.php +++ b/tests/Zend/Soap/Wsdl/CompositeStrategyTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package Zend_Soap - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\Wsdl; @@ -39,8 +37,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap * @group Zend_Soap_Wsdl */ diff --git a/tests/Zend/Soap/Wsdl/DefaultComplexTypeTest.php b/tests/Zend/Soap/Wsdl/DefaultComplexTypeTest.php index 76dd87bd8a9..e2ca9378827 100644 --- a/tests/Zend/Soap/Wsdl/DefaultComplexTypeTest.php +++ b/tests/Zend/Soap/Wsdl/DefaultComplexTypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap\Wsdl; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap * @group Zend_Soap_Wsdl */ diff --git a/tests/Zend/Soap/WsdlTest.php b/tests/Zend/Soap/WsdlTest.php index f17c8b1ab54..2926bdbf4d1 100644 --- a/tests/Zend/Soap/WsdlTest.php +++ b/tests/Zend/Soap/WsdlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Soap; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Soap * @group Zend_Soap_Wsdl */ diff --git a/tests/Zend/Soap/_files/commontypes.php b/tests/Zend/Soap/_files/commontypes.php index b0fe768f0c4..9852869b38b 100644 --- a/tests/Zend/Soap/_files/commontypes.php +++ b/tests/Zend/Soap/_files/commontypes.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id: commontypes.php 21858 2010-04-15 19:58:12Z beberlei $ */ @@ -118,8 +116,6 @@ function Zend_Soap_AutoDiscover_TestFunc9($foo, $bar) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscover_TestFixingMultiplePrototypes { @@ -141,8 +137,6 @@ function testFunc($a=100, $b=200, $d=300) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscover_Test { /** @@ -206,8 +200,6 @@ class Zend_Soap_AutoDiscoverTestClass1 * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscoverTestClass2 { @@ -245,8 +237,6 @@ public function addMultiple($test) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexTypeB { @@ -264,8 +254,6 @@ class Zend_Soap_Wsdl_ComplexTypeB * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexTypeA { @@ -279,8 +267,6 @@ class Zend_Soap_Wsdl_ComplexTypeA * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexTest { @@ -294,8 +280,6 @@ class Zend_Soap_Wsdl_ComplexTest * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexObjectStructure { @@ -324,8 +308,6 @@ class Zend_Soap_Wsdl_ComplexObjectStructure * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexObjectWithObjectStructure { @@ -339,8 +321,6 @@ class Zend_Soap_Wsdl_ComplexObjectWithObjectStructure * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscover_MyService { @@ -369,8 +349,6 @@ public function baz($baz) { * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscover_MyServiceSequence { @@ -406,8 +384,6 @@ public function bazNested($baz) { * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscover_MyResponse { @@ -421,8 +397,6 @@ class Zend_Soap_AutoDiscover_MyResponse * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscover_Recursion { @@ -449,8 +423,6 @@ function Zend_Soap_AutoDiscover_OneWay($message) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_AutoDiscover_NoReturnType { diff --git a/tests/Zend/Soap/_files/fulltests/server1.php b/tests/Zend/Soap/_files/fulltests/server1.php index a028f766f6c..c2ab7a857cc 100644 --- a/tests/Zend/Soap/_files/fulltests/server1.php +++ b/tests/Zend/Soap/_files/fulltests/server1.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id: server1.php 20096 2010-01-06 02:05:09Z bkarwin $ */ @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Service_Server1 { @@ -61,8 +57,6 @@ public function request($request) * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexTypeB { @@ -80,8 +74,6 @@ class Zend_Soap_Wsdl_ComplexTypeB * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexTypeA { diff --git a/tests/Zend/Soap/_files/fulltests/server2.php b/tests/Zend/Soap/_files/fulltests/server2.php index 28f3220435d..062c63fb0ed 100644 --- a/tests/Zend/Soap/_files/fulltests/server2.php +++ b/tests/Zend/Soap/_files/fulltests/server2.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id: server2.php 20096 2010-01-06 02:05:09Z bkarwin $ */ @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Wsdl_ComplexTypeB { @@ -47,8 +43,6 @@ class Zend_Soap_Wsdl_ComplexTypeB * @category Zend * @package Zend_Soap * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Soap_Service_Server2 { diff --git a/tests/Zend/Stdlib/ArrayUtilsTest.php b/tests/Zend/Stdlib/ArrayUtilsTest.php index 01c73e5f690..faf16717992 100644 --- a/tests/Zend/Stdlib/ArrayUtilsTest.php +++ b/tests/Zend/Stdlib/ArrayUtilsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ diff --git a/tests/Zend/Stdlib/CallbackHandlerTest.php b/tests/Zend/Stdlib/CallbackHandlerTest.php index c30507dfe06..7b47ac80ec7 100644 --- a/tests/Zend/Stdlib/CallbackHandlerTest.php +++ b/tests/Zend/Stdlib/CallbackHandlerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Stdlib * @subpackage UnitTests * @group Zend_Stdlib - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CallbackHandlerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Stdlib/GlobTest.php b/tests/Zend/Stdlib/GlobTest.php index 0ea85c51da6..8c4bf53916b 100644 --- a/tests/Zend/Stdlib/GlobTest.php +++ b/tests/Zend/Stdlib/GlobTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ diff --git a/tests/Zend/Stdlib/HydratorTest.php b/tests/Zend/Stdlib/HydratorTest.php index 85efb43c8b6..e1b5a7e4c45 100644 --- a/tests/Zend/Stdlib/HydratorTest.php +++ b/tests/Zend/Stdlib/HydratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -34,8 +32,6 @@ * @package Zend_Stdlib * @subpackage UnitTests * @group Zend_Stdlib - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class HydratorTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Stdlib/PriorityQueueTest.php b/tests/Zend/Stdlib/PriorityQueueTest.php index 678445314ae..91ba43ca31a 100644 --- a/tests/Zend/Stdlib/PriorityQueueTest.php +++ b/tests/Zend/Stdlib/PriorityQueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Stdlib; @@ -29,8 +27,6 @@ * @package Zend_Stdlib * @subpackage UnitTests * @group Zend_Stdlib - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PriorityQueueTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Stdlib/SplPriorityQueueTest.php b/tests/Zend/Stdlib/SplPriorityQueueTest.php index fe8a987ff51..fb65029d5da 100644 --- a/tests/Zend/Stdlib/SplPriorityQueueTest.php +++ b/tests/Zend/Stdlib/SplPriorityQueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Stdlib * @subpackage UnitTests * @group Zend_Stdlib - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SplPriorityQueueTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Stdlib/SplQueueTest.php b/tests/Zend/Stdlib/SplQueueTest.php index 7412a68e06c..3cdb07d025e 100644 --- a/tests/Zend/Stdlib/SplQueueTest.php +++ b/tests/Zend/Stdlib/SplQueueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Stdlib * @subpackage UnitTests * @group Zend_Stdlib - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SplQueueTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Stdlib/SplStackTest.php b/tests/Zend/Stdlib/SplStackTest.php index 3fbb6a842d8..89ea6079d29 100644 --- a/tests/Zend/Stdlib/SplStackTest.php +++ b/tests/Zend/Stdlib/SplStackTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Stdlib * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id:$ */ @@ -29,8 +27,6 @@ * @package Zend_Stdlib * @subpackage UnitTests * @group Zend_Stdlib - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class SplStackTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCase.php b/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCase.php index 2e9fc6ce6b1..fecb775c822 100644 --- a/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCase.php +++ b/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCase.php @@ -29,4 +29,4 @@ public function setFooBarBaz($value) $this->fooBarBaz = $value; return $this; } -} \ No newline at end of file +} diff --git a/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCaseMissing.php b/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCaseMissing.php index 03ffb4ee410..321f1d2a9ce 100644 --- a/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCaseMissing.php +++ b/tests/Zend/Stdlib/TestAsset/ClassMethodsCamelCaseMissing.php @@ -33,4 +33,4 @@ public function setFooBarBaz($value) return $this; } */ -} \ No newline at end of file +} diff --git a/tests/Zend/Stdlib/TestAsset/ClassMethodsUnderscore.php b/tests/Zend/Stdlib/TestAsset/ClassMethodsUnderscore.php index 35c4c0baa01..7683a9a6f84 100644 --- a/tests/Zend/Stdlib/TestAsset/ClassMethodsUnderscore.php +++ b/tests/Zend/Stdlib/TestAsset/ClassMethodsUnderscore.php @@ -29,4 +29,4 @@ public function setFooBarBaz($value) $this->foo_bar_baz = $value; return $this; } -} \ No newline at end of file +} diff --git a/tests/Zend/Stdlib/TestAsset/Reflection.php b/tests/Zend/Stdlib/TestAsset/Reflection.php index 9d23e285b7d..150fdcfe34b 100644 --- a/tests/Zend/Stdlib/TestAsset/Reflection.php +++ b/tests/Zend/Stdlib/TestAsset/Reflection.php @@ -19,4 +19,4 @@ public function getFooBarBaz() { return $this->fooBarBaz; } -} \ No newline at end of file +} diff --git a/tests/Zend/Tag/Cloud/CloudTest.php b/tests/Zend/Tag/Cloud/CloudTest.php index 2db40cf0f04..84c1fa9ab78 100644 --- a/tests/Zend/Tag/Cloud/CloudTest.php +++ b/tests/Zend/Tag/Cloud/CloudTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag\Cloud; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Tag * @group Zend_Tag_Cloud */ diff --git a/tests/Zend/Tag/Cloud/Decorator/HtmlCloudTest.php b/tests/Zend/Tag/Cloud/Decorator/HtmlCloudTest.php index f3b1067d8b6..a5559915c09 100644 --- a/tests/Zend/Tag/Cloud/Decorator/HtmlCloudTest.php +++ b/tests/Zend/Tag/Cloud/Decorator/HtmlCloudTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag\Cloud\Decorator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Tag * @group Zend_Tag_Cloud */ diff --git a/tests/Zend/Tag/Cloud/Decorator/HtmlTagTest.php b/tests/Zend/Tag/Cloud/Decorator/HtmlTagTest.php index 1931cd24ab7..ce9d6e12e80 100644 --- a/tests/Zend/Tag/Cloud/Decorator/HtmlTagTest.php +++ b/tests/Zend/Tag/Cloud/Decorator/HtmlTagTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag\Cloud\Decorator; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Tag * @group Zend_Tag_Cloud */ diff --git a/tests/Zend/Tag/Cloud/TestAsset/CloudDummy.php b/tests/Zend/Tag/Cloud/TestAsset/CloudDummy.php index 84bac72ef26..da818b0f070 100644 --- a/tests/Zend/Tag/Cloud/TestAsset/CloudDummy.php +++ b/tests/Zend/Tag/Cloud/TestAsset/CloudDummy.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag\Cloud\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CloudDummy extends \Zend\Tag\Cloud\Decorator\HtmlCloud { diff --git a/tests/Zend/Tag/Cloud/TestAsset/CloudDummy1.php b/tests/Zend/Tag/Cloud/TestAsset/CloudDummy1.php index 55eed33c99c..e3d42ebdbf7 100644 --- a/tests/Zend/Tag/Cloud/TestAsset/CloudDummy1.php +++ b/tests/Zend/Tag/Cloud/TestAsset/CloudDummy1.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag\Cloud\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CloudDummy1 extends \Zend\Tag\Cloud\Decorator\HtmlCloud { diff --git a/tests/Zend/Tag/Cloud/TestAsset/CloudDummy2.php b/tests/Zend/Tag/Cloud/TestAsset/CloudDummy2.php index 112b670e4ac..ae1efa8fcf5 100644 --- a/tests/Zend/Tag/Cloud/TestAsset/CloudDummy2.php +++ b/tests/Zend/Tag/Cloud/TestAsset/CloudDummy2.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag\Cloud\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class CloudDummy2 extends \Zend\Tag\Cloud\Decorator\HtmlCloud { diff --git a/tests/Zend/Tag/Cloud/TestAsset/TagDummy.php b/tests/Zend/Tag/Cloud/TestAsset/TagDummy.php index aab377e143e..5ff40948f7a 100644 --- a/tests/Zend/Tag/Cloud/TestAsset/TagDummy.php +++ b/tests/Zend/Tag/Cloud/TestAsset/TagDummy.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag\Cloud\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class TagDummy extends \Zend\Tag\Cloud\Decorator\HtmlTag { diff --git a/tests/Zend/Tag/ItemListTest.php b/tests/Zend/Tag/ItemListTest.php index 90ab1172feb..28c6835053e 100644 --- a/tests/Zend/Tag/ItemListTest.php +++ b/tests/Zend/Tag/ItemListTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Tag */ class ItemListTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Tag/ItemTest.php b/tests/Zend/Tag/ItemTest.php index b1b81175146..f60bbe6e97a 100644 --- a/tests/Zend/Tag/ItemTest.php +++ b/tests/Zend/Tag/ItemTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Tag; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Tag * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Tag */ class ItemTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/DbAdapterTest.php b/tests/Zend/Test/DbAdapterTest.php index 5888680ee1d..5db6630583b 100644 --- a/tests/Zend/Test/DbAdapterTest.php +++ b/tests/Zend/Test/DbAdapterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class DbAdapterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/DbStatementTest.php b/tests/Zend/Test/DbStatementTest.php index 75f7a1b5a77..e4dde613eba 100644 --- a/tests/Zend/Test/DbStatementTest.php +++ b/tests/Zend/Test/DbStatementTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class DbStatementTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/ConnectionTest.php b/tests/Zend/Test/PHPUnit/Db/ConnectionTest.php index 4bb2d00da0e..1dd5f1042d7 100644 --- a/tests/Zend/Test/PHPUnit/Db/ConnectionTest.php +++ b/tests/Zend/Test/PHPUnit/Db/ConnectionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class ConnectionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/DataSet/DataSetTestCase.php b/tests/Zend/Test/PHPUnit/Db/DataSet/DataSetTestCase.php index a0db5fb4ec3..b70a6640300 100644 --- a/tests/Zend/Test/PHPUnit/Db/DataSet/DataSetTestCase.php +++ b/tests/Zend/Test/PHPUnit/Db/DataSet/DataSetTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\DataSet; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ abstract class DataSetTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/DataSet/DbRowsetTest.php b/tests/Zend/Test/PHPUnit/Db/DataSet/DbRowsetTest.php index 3905178d228..873ff5622e0 100644 --- a/tests/Zend/Test/PHPUnit/Db/DataSet/DbRowsetTest.php +++ b/tests/Zend/Test/PHPUnit/Db/DataSet/DbRowsetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\DataSet; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class DbRowsetTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableDataSetTest.php b/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableDataSetTest.php index 18024cb0d45..1bd458c80bf 100644 --- a/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableDataSetTest.php +++ b/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableDataSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\DataSet; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class DbTableDataSetTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableTest.php b/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableTest.php index c8c0ac3fcff..66e5059e2b3 100644 --- a/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableTest.php +++ b/tests/Zend/Test/PHPUnit/Db/DataSet/DbTableTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\DataSet; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class DbTableTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/DataSet/QueryDataSetTest.php b/tests/Zend/Test/PHPUnit/Db/DataSet/QueryDataSetTest.php index 5f2c9355eab..eee0fdcc0b7 100644 --- a/tests/Zend/Test/PHPUnit/Db/DataSet/QueryDataSetTest.php +++ b/tests/Zend/Test/PHPUnit/Db/DataSet/QueryDataSetTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\DataSet; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class QueryDataSetTest extends DataSetTestCase diff --git a/tests/Zend/Test/PHPUnit/Db/DataSet/QueryTableTest.php b/tests/Zend/Test/PHPUnit/Db/DataSet/QueryTableTest.php index 08a339deb89..52b3b2c667f 100644 --- a/tests/Zend/Test/PHPUnit/Db/DataSet/QueryTableTest.php +++ b/tests/Zend/Test/PHPUnit/Db/DataSet/QueryTableTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\DataSet; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class QueryTableTest extends DataSetTestCase diff --git a/tests/Zend/Test/PHPUnit/Db/Integration/AbstractTestCase.php b/tests/Zend/Test/PHPUnit/Db/Integration/AbstractTestCase.php index 20cb0fad4e7..3e3cbe6b159 100644 --- a/tests/Zend/Test/PHPUnit/Db/Integration/AbstractTestCase.php +++ b/tests/Zend/Test/PHPUnit/Db/Integration/AbstractTestCase.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\Integration; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ abstract class AbstractTestCase extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/Integration/MysqlIntegrationTest.php b/tests/Zend/Test/PHPUnit/Db/Integration/MysqlIntegrationTest.php index 9e233a26ec9..eb090685d7a 100644 --- a/tests/Zend/Test/PHPUnit/Db/Integration/MysqlIntegrationTest.php +++ b/tests/Zend/Test/PHPUnit/Db/Integration/MysqlIntegrationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\Integration; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class MysqlIntegrationTest extends AbstractTestCase diff --git a/tests/Zend/Test/PHPUnit/Db/Integration/SqLiteIntegrationTest.php b/tests/Zend/Test/PHPUnit/Db/Integration/SqLiteIntegrationTest.php index 9516ac891fd..9ea4a1878bd 100644 --- a/tests/Zend/Test/PHPUnit/Db/Integration/SqLiteIntegrationTest.php +++ b/tests/Zend/Test/PHPUnit/Db/Integration/SqLiteIntegrationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\Integration; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class SqLiteIntegrationTest extends AbstractTestCase diff --git a/tests/Zend/Test/PHPUnit/Db/Metadata/GenericTest.php b/tests/Zend/Test/PHPUnit/Db/Metadata/GenericTest.php index 52f54ec51a3..0810964095a 100644 --- a/tests/Zend/Test/PHPUnit/Db/Metadata/GenericTest.php +++ b/tests/Zend/Test/PHPUnit/Db/Metadata/GenericTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\Metadata; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class GenericTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/Operation/DeleteAllTest.php b/tests/Zend/Test/PHPUnit/Db/Operation/DeleteAllTest.php index 7c7e10f9122..0cbb39a7d95 100644 --- a/tests/Zend/Test/PHPUnit/Db/Operation/DeleteAllTest.php +++ b/tests/Zend/Test/PHPUnit/Db/Operation/DeleteAllTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\Operation; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class DeleteAllTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/Operation/InsertTest.php b/tests/Zend/Test/PHPUnit/Db/Operation/InsertTest.php index 5d0536f66fe..cfc19e65dcf 100644 --- a/tests/Zend/Test/PHPUnit/Db/Operation/InsertTest.php +++ b/tests/Zend/Test/PHPUnit/Db/Operation/InsertTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\Operation; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class InsertTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/Operation/TruncateTest.php b/tests/Zend/Test/PHPUnit/Db/Operation/TruncateTest.php index 019f4ecd10a..e86bd698dac 100644 --- a/tests/Zend/Test/PHPUnit/Db/Operation/TruncateTest.php +++ b/tests/Zend/Test/PHPUnit/Db/Operation/TruncateTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db\Operation; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class TruncateTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/SimpleTesterTest.php b/tests/Zend/Test/PHPUnit/Db/SimpleTesterTest.php index 7f365d803d3..631fad5fe72 100644 --- a/tests/Zend/Test/PHPUnit/Db/SimpleTesterTest.php +++ b/tests/Zend/Test/PHPUnit/Db/SimpleTesterTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class SimpleTesterTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Test/PHPUnit/Db/TestCaseTest.php b/tests/Zend/Test/PHPUnit/Db/TestCaseTest.php index 130e4687948..cd895d888f0 100644 --- a/tests/Zend/Test/PHPUnit/Db/TestCaseTest.php +++ b/tests/Zend/Test/PHPUnit/Db/TestCaseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Test\PHPUnit\Db; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Test * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Test */ class TestCaseTest extends \Zend\Test\PHPUnit\AbstractDatabaseTestCase diff --git a/tests/Zend/Text/FigletTest.php b/tests/Zend/Text/FigletTest.php index 55b1af164e9..ee14c08d486 100644 --- a/tests/Zend/Text/FigletTest.php +++ b/tests/Zend/Text/FigletTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Text * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Text; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Text * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Text */ class FigletTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Text/MultiByteTest.php b/tests/Zend/Text/MultiByteTest.php index 3aa8704652e..0c323461677 100644 --- a/tests/Zend/Text/MultiByteTest.php +++ b/tests/Zend/Text/MultiByteTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Text * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Text; @@ -26,8 +24,6 @@ * @category Zend * @package Zend_Text * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Text */ class MultiByteTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Text/TableTest.php b/tests/Zend/Text/TableTest.php index 4ff3e478f25..ad6cb129bef 100644 --- a/tests/Zend/Text/TableTest.php +++ b/tests/Zend/Text/TableTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Text * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Text; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Text * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Text */ class TableTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/TimeSync/TimeSyncTest.php b/tests/Zend/TimeSync/TimeSyncTest.php index 85964493f4c..75211c2ea15 100644 --- a/tests/Zend/TimeSync/TimeSyncTest.php +++ b/tests/Zend/TimeSync/TimeSyncTest.php @@ -15,8 +15,6 @@ * @category Zend * @package TimeSync * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\TimeSync; @@ -27,8 +25,6 @@ * @category Zend * @package TimeSync * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group TimeSync */ class TimeSyncTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Uri/FileTest.php b/tests/Zend/Uri/FileTest.php index c4f32c712e6..9d96ddbedf8 100644 --- a/tests/Zend/Uri/FileTest.php +++ b/tests/Zend/Uri/FileTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Uri; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Uri * @group Zend_Uri_Http * @group Zend_Http diff --git a/tests/Zend/Uri/HttpTest.php b/tests/Zend/Uri/HttpTest.php index 404e75034e3..46544e8db20 100644 --- a/tests/Zend/Uri/HttpTest.php +++ b/tests/Zend/Uri/HttpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Uri; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Uri * @group Zend_Uri_Http * @group Zend_Http diff --git a/tests/Zend/Uri/MailtoTest.php b/tests/Zend/Uri/MailtoTest.php index d68d3b4f2eb..034314d1559 100644 --- a/tests/Zend/Uri/MailtoTest.php +++ b/tests/Zend/Uri/MailtoTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Uri; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Uri * @group Zend_Uri_Http * @group Zend_Http diff --git a/tests/Zend/Uri/UriTest.php b/tests/Zend/Uri/UriTest.php index aae888a54f0..d5c128b49dd 100644 --- a/tests/Zend/Uri/UriTest.php +++ b/tests/Zend/Uri/UriTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id $ */ @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Uri * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Uri */ class UriTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/AbstractTest.php b/tests/Zend/Validator/AbstractTest.php index eb6485ffbc1..f9d64be90d0 100644 --- a/tests/Zend/Validator/AbstractTest.php +++ b/tests/Zend/Validator/AbstractTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -29,8 +27,6 @@ * @package Zend_Validator * @subpackage UnitTests * @group Zend_Validator - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AbstractTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Zend/Validator/BarcodeTest.php b/tests/Zend/Validator/BarcodeTest.php index f67cd5ab751..12c51122599 100644 --- a/tests/Zend/Validator/BarcodeTest.php +++ b/tests/Zend/Validator/BarcodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class BarcodeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/BetweenTest.php b/tests/Zend/Validator/BetweenTest.php index 499b47ba1f7..0b0dee6817d 100644 --- a/tests/Zend/Validator/BetweenTest.php +++ b/tests/Zend/Validator/BetweenTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class BetweenTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/CallbackTest.php b/tests/Zend/Validator/CallbackTest.php index 45bd32288f9..d0c7529ecd5 100644 --- a/tests/Zend/Validator/CallbackTest.php +++ b/tests/Zend/Validator/CallbackTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class CallbackTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/CreditCardTest.php b/tests/Zend/Validator/CreditCardTest.php index f624f4a0cf6..91c140c98bf 100644 --- a/tests/Zend/Validator/CreditCardTest.php +++ b/tests/Zend/Validator/CreditCardTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class CreditCardTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/CsrfTest.php b/tests/Zend/Validator/CsrfTest.php index 5fd17cff331..257144ef02a 100644 --- a/tests/Zend/Validator/CsrfTest.php +++ b/tests/Zend/Validator/CsrfTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -31,8 +29,6 @@ * @category Zend * @package Zend * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class CsrfTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/DateStepTest.php b/tests/Zend/Validator/DateStepTest.php index 5b486fc9bae..f50c20bc09e 100644 --- a/tests/Zend/Validator/DateStepTest.php +++ b/tests/Zend/Validator/DateStepTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class DateStepTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/DateTest.php b/tests/Zend/Validator/DateTest.php index 639528a12e9..e8f2ab06c1b 100644 --- a/tests/Zend/Validator/DateTest.php +++ b/tests/Zend/Validator/DateTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class DateTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/Db/NoRecordExistsTest.php b/tests/Zend/Validator/Db/NoRecordExistsTest.php index c5909683221..82e0b19039a 100644 --- a/tests/Zend/Validator/Db/NoRecordExistsTest.php +++ b/tests/Zend/Validator/Db/NoRecordExistsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\Db; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class NoRecordExistsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/Db/RecordExistsTest.php b/tests/Zend/Validator/Db/RecordExistsTest.php index 8912a2cf60a..81a6a97d308 100644 --- a/tests/Zend/Validator/Db/RecordExistsTest.php +++ b/tests/Zend/Validator/Db/RecordExistsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\Db; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class RecordExistsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/DigitsTest.php b/tests/Zend/Validator/DigitsTest.php index c153a32f55a..c478dd092d2 100644 --- a/tests/Zend/Validator/DigitsTest.php +++ b/tests/Zend/Validator/DigitsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class DigitsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/EmailAddressTest.php b/tests/Zend/Validator/EmailAddressTest.php index d472dbd8514..dace3aa48d2 100644 --- a/tests/Zend/Validator/EmailAddressTest.php +++ b/tests/Zend/Validator/EmailAddressTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class EmailAddressTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/ExplodeTest.php b/tests/Zend/Validator/ExplodeTest.php index e4941a1e131..4bdf847788b 100644 --- a/tests/Zend/Validator/ExplodeTest.php +++ b/tests/Zend/Validator/ExplodeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ExplodeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/CountTest.php b/tests/Zend/Validator/File/CountTest.php index 62ad49db838..3c130fdb584 100644 --- a/tests/Zend/Validator/File/CountTest.php +++ b/tests/Zend/Validator/File/CountTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class CountTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/Crc32Test.php b/tests/Zend/Validator/File/Crc32Test.php index 6ddda865ed1..4a4fb7cdb17 100644 --- a/tests/Zend/Validator/File/Crc32Test.php +++ b/tests/Zend/Validator/File/Crc32Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class Crc32Test extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/ExcludeExtensionTest.php b/tests/Zend/Validator/File/ExcludeExtensionTest.php index f123dfa7267..a6625eb7a41 100644 --- a/tests/Zend/Validator/File/ExcludeExtensionTest.php +++ b/tests/Zend/Validator/File/ExcludeExtensionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ExcludeExtensionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/ExcludeMimeTypeTest.php b/tests/Zend/Validator/File/ExcludeMimeTypeTest.php index 201d4188f36..d8cb43c63a0 100644 --- a/tests/Zend/Validator/File/ExcludeMimeTypeTest.php +++ b/tests/Zend/Validator/File/ExcludeMimeTypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ExcludeMimeTypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/ExistsTest.php b/tests/Zend/Validator/File/ExistsTest.php index ac5a31fdd27..3c24e93a823 100644 --- a/tests/Zend/Validator/File/ExistsTest.php +++ b/tests/Zend/Validator/File/ExistsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ExistsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/ExtensionTest.php b/tests/Zend/Validator/File/ExtensionTest.php index 22e406a3c3a..0da9d8efd2b 100644 --- a/tests/Zend/Validator/File/ExtensionTest.php +++ b/tests/Zend/Validator/File/ExtensionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ExtensionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/FilesSizeTest.php b/tests/Zend/Validator/File/FilesSizeTest.php index c54e19a0e13..0b5bd12a12c 100644 --- a/tests/Zend/Validator/File/FilesSizeTest.php +++ b/tests/Zend/Validator/File/FilesSizeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class FilesSizeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/HashTest.php b/tests/Zend/Validator/File/HashTest.php index f9d63642183..451fcd49c2e 100644 --- a/tests/Zend/Validator/File/HashTest.php +++ b/tests/Zend/Validator/File/HashTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class HashTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/ImageSizeTest.php b/tests/Zend/Validator/File/ImageSizeTest.php index d714222a090..2a52193a379 100644 --- a/tests/Zend/Validator/File/ImageSizeTest.php +++ b/tests/Zend/Validator/File/ImageSizeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ImageSizeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/IsCompressedTest.php b/tests/Zend/Validator/File/IsCompressedTest.php index c9b61a88279..1762c9ed3fe 100644 --- a/tests/Zend/Validator/File/IsCompressedTest.php +++ b/tests/Zend/Validator/File/IsCompressedTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class IsCompressedTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/IsImageTest.php b/tests/Zend/Validator/File/IsImageTest.php index baf1c20a2d8..deeda615571 100644 --- a/tests/Zend/Validator/File/IsImageTest.php +++ b/tests/Zend/Validator/File/IsImageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class IsImageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/Md5Test.php b/tests/Zend/Validator/File/Md5Test.php index 6614ccbfc71..80787300e24 100644 --- a/tests/Zend/Validator/File/Md5Test.php +++ b/tests/Zend/Validator/File/Md5Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class Md5Test extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/MimeTypeTest.php b/tests/Zend/Validator/File/MimeTypeTest.php index c5fb02b18d3..6f1ac52e616 100644 --- a/tests/Zend/Validator/File/MimeTypeTest.php +++ b/tests/Zend/Validator/File/MimeTypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class MimeTypeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/NotExistsTest.php b/tests/Zend/Validator/File/NotExistsTest.php index 88672639a0d..867b8589848 100644 --- a/tests/Zend/Validator/File/NotExistsTest.php +++ b/tests/Zend/Validator/File/NotExistsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class NotExistsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/Sha1Test.php b/tests/Zend/Validator/File/Sha1Test.php index 2c3ce4b31ce..1f1b2164eed 100644 --- a/tests/Zend/Validator/File/Sha1Test.php +++ b/tests/Zend/Validator/File/Sha1Test.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class Sha1Test extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/SizeTest.php b/tests/Zend/Validator/File/SizeTest.php index 6e2fff85952..004f68c2fc4 100644 --- a/tests/Zend/Validator/File/SizeTest.php +++ b/tests/Zend/Validator/File/SizeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class SizeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/UploadTest.php b/tests/Zend/Validator/File/UploadTest.php index 61bc0e4314f..5290195aea0 100644 --- a/tests/Zend/Validator/File/UploadTest.php +++ b/tests/Zend/Validator/File/UploadTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class UploadTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/File/WordCountTest.php b/tests/Zend/Validator/File/WordCountTest.php index 989cec4ac96..5e4f4430165 100644 --- a/tests/Zend/Validator/File/WordCountTest.php +++ b/tests/Zend/Validator/File/WordCountTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\File; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator_File * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class WordCountTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/GreaterThanTest.php b/tests/Zend/Validator/GreaterThanTest.php index 7d2894e4afe..70c219b08bd 100644 --- a/tests/Zend/Validator/GreaterThanTest.php +++ b/tests/Zend/Validator/GreaterThanTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class GreaterThanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/HexTest.php b/tests/Zend/Validator/HexTest.php index 78419d1d9f0..29594677a8c 100644 --- a/tests/Zend/Validator/HexTest.php +++ b/tests/Zend/Validator/HexTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class HexTest extends \PHPUnit_Framework_TestCase @@ -90,4 +86,4 @@ public function testEqualsMessageTemplates() $this->assertAttributeEquals($validator->getOption('messageTemplates'), 'messageTemplates', $validator); } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/HostnameTest.php b/tests/Zend/Validator/HostnameTest.php index ad262cf400f..c4491cd6057 100644 --- a/tests/Zend/Validator/HostnameTest.php +++ b/tests/Zend/Validator/HostnameTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class HostnameTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/IdenticalTest.php b/tests/Zend/Validator/IdenticalTest.php index c599f284628..3d96baafd07 100644 --- a/tests/Zend/Validator/IdenticalTest.php +++ b/tests/Zend/Validator/IdenticalTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class IdenticalTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/InArrayTest.php b/tests/Zend/Validator/InArrayTest.php index befbfc9db83..e099323c45b 100644 --- a/tests/Zend/Validator/InArrayTest.php +++ b/tests/Zend/Validator/InArrayTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class InArrayTest extends \PHPUnit_Framework_TestCase @@ -199,4 +195,4 @@ public function testEqualsMessageTemplates() $this->assertAttributeEquals($validator->getOption('messageTemplates'), 'messageTemplates', $validator); } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/IpTest.php b/tests/Zend/Validator/IpTest.php index 1cc2f3fac71..0606da82520 100644 --- a/tests/Zend/Validator/IpTest.php +++ b/tests/Zend/Validator/IpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class IpTest extends \PHPUnit_Framework_TestCase @@ -382,4 +378,4 @@ public function testEqualsMessageTemplates() $this->assertAttributeEquals($validator->getOption('messageTemplates'), 'messageTemplates', $validator); } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/IsbnTest.php b/tests/Zend/Validator/IsbnTest.php index 1e1f1a48237..13dad4243ab 100644 --- a/tests/Zend/Validator/IsbnTest.php +++ b/tests/Zend/Validator/IsbnTest.php @@ -14,8 +14,6 @@ * * @category Zend * @package Zend_Validator - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -28,8 +26,6 @@ * @package Zend_Validator * @subpackage UnitTests * @group Zend_Validator - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class IsbnTest extends \PHPUnit_Framework_TestCase { @@ -238,4 +234,4 @@ public function testEqualsMessageTemplates() $this->assertAttributeEquals($validator->getOption('messageTemplates'), 'messageTemplates', $validator); } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/LessThanTest.php b/tests/Zend/Validator/LessThanTest.php index 9b5bfdc3ee0..59e1bc7aa85 100644 --- a/tests/Zend/Validator/LessThanTest.php +++ b/tests/Zend/Validator/LessThanTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class LessThanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/MessageTest.php b/tests/Zend/Validator/MessageTest.php index dc0fb49b959..657821b6d7f 100644 --- a/tests/Zend/Validator/MessageTest.php +++ b/tests/Zend/Validator/MessageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class MessageTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/NotEmptyTest.php b/tests/Zend/Validator/NotEmptyTest.php index 3ef96ab9f01..91be64caa32 100644 --- a/tests/Zend/Validator/NotEmptyTest.php +++ b/tests/Zend/Validator/NotEmptyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class NotEmptyTest extends \PHPUnit_Framework_TestCase @@ -618,4 +614,4 @@ public function toString() { return ''; } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/RegexTest.php b/tests/Zend/Validator/RegexTest.php index cb1b69ab57c..930af0c50ce 100644 --- a/tests/Zend/Validator/RegexTest.php +++ b/tests/Zend/Validator/RegexTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class RegexTest extends \PHPUnit_Framework_TestCase @@ -148,4 +144,4 @@ public function testEqualsMessageVariables() $this->assertAttributeEquals($validator->getOption('messageVariables'), 'messageVariables', $validator); } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/Sitemap/ChangefreqTest.php b/tests/Zend/Validator/Sitemap/ChangefreqTest.php index 2f08a13da51..802f4357934 100644 --- a/tests/Zend/Validator/Sitemap/ChangefreqTest.php +++ b/tests/Zend/Validator/Sitemap/ChangefreqTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\Sitemap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ChangefreqTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/Sitemap/LastmodTest.php b/tests/Zend/Validator/Sitemap/LastmodTest.php index 6be8c39af48..6166f167e47 100644 --- a/tests/Zend/Validator/Sitemap/LastmodTest.php +++ b/tests/Zend/Validator/Sitemap/LastmodTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\Sitemap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class LastmodTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/Sitemap/LocTest.php b/tests/Zend/Validator/Sitemap/LocTest.php index b9b4f47b2d7..cc8b30a2a55 100644 --- a/tests/Zend/Validator/Sitemap/LocTest.php +++ b/tests/Zend/Validator/Sitemap/LocTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\Sitemap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class LocTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/Sitemap/PriorityTest.php b/tests/Zend/Validator/Sitemap/PriorityTest.php index 0b7bcd42fc8..0dee8027574 100644 --- a/tests/Zend/Validator/Sitemap/PriorityTest.php +++ b/tests/Zend/Validator/Sitemap/PriorityTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Translator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\Sitemap; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class PriorityTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/StaticValidatorTest.php b/tests/Zend/Validator/StaticValidatorTest.php index 9175eb0e484..3a39c7631cf 100644 --- a/tests/Zend/Validator/StaticValidatorTest.php +++ b/tests/Zend/Validator/StaticValidatorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class StaticValidatorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/StepTest.php b/tests/Zend/Validator/StepTest.php index 0f249576677..d7e1f0200ab 100644 --- a/tests/Zend/Validator/StepTest.php +++ b/tests/Zend/Validator/StepTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class StepTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/StringLengthTest.php b/tests/Zend/Validator/StringLengthTest.php index a9e6efcb2a3..b749baf757f 100644 --- a/tests/Zend/Validator/StringLengthTest.php +++ b/tests/Zend/Validator/StringLengthTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class StringLengthTest extends \PHPUnit_Framework_TestCase @@ -175,4 +171,4 @@ public function testEqualsMessageVariables() $this->assertAttributeEquals($validator->getOption('messageVariables'), 'messageVariables', $validator); } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/TestAsset/ConcreteValidator.php b/tests/Zend/Validator/TestAsset/ConcreteValidator.php index c5803248214..6bb85f76d4b 100644 --- a/tests/Zend/Validator/TestAsset/ConcreteValidator.php +++ b/tests/Zend/Validator/TestAsset/ConcreteValidator.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\TestAsset; @@ -37,4 +35,4 @@ public function isValid($value) $this->error(self::FOO_MESSAGE); return false; } -} \ No newline at end of file +} diff --git a/tests/Zend/Validator/TestAsset/SessionManager.php b/tests/Zend/Validator/TestAsset/SessionManager.php index d0a1e600121..867903c51e5 100644 --- a/tests/Zend/Validator/TestAsset/SessionManager.php +++ b/tests/Zend/Validator/TestAsset/SessionManager.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator\TestAsset; diff --git a/tests/Zend/Validator/UriTest.php b/tests/Zend/Validator/UriTest.php index 772f3cd0e4a..dea3363a389 100644 --- a/tests/Zend/Validator/UriTest.php +++ b/tests/Zend/Validator/UriTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class UriTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Validator/ValidatorChainTest.php b/tests/Zend/Validator/ValidatorChainTest.php index a081317a74f..cbf9bcf30e5 100644 --- a/tests/Zend/Validator/ValidatorChainTest.php +++ b/tests/Zend/Validator/ValidatorChainTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Validator; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_Validator * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Validator */ class ValidatorChainTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/VersionTest.php b/tests/Zend/VersionTest.php index 6d4899420dd..bf165cf95e2 100644 --- a/tests/Zend/VersionTest.php +++ b/tests/Zend/VersionTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Version * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ use Zend\Version; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_Version * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Version */ class Zend_VersionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/View/Helper/BasePathTest.php b/tests/Zend/View/Helper/BasePathTest.php index bf92a6bcea4..4bfae932d62 100644 --- a/tests/Zend/View/Helper/BasePathTest.php +++ b/tests/Zend/View/Helper/BasePathTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/CycleTest.php b/tests/Zend/View/Helper/CycleTest.php index 96215f0257c..ebd3b732f32 100644 --- a/tests/Zend/View/Helper/CycleTest.php +++ b/tests/Zend/View/Helper/CycleTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/DeclareVarsTest.php b/tests/Zend/View/Helper/DeclareVarsTest.php index 6a2d7ad47df..932acf20465 100644 --- a/tests/Zend/View/Helper/DeclareVarsTest.php +++ b/tests/Zend/View/Helper/DeclareVarsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/DoctypeTest.php b/tests/Zend/View/Helper/DoctypeTest.php index b5baaeb9cde..3a14d53d83c 100644 --- a/tests/Zend/View/Helper/DoctypeTest.php +++ b/tests/Zend/View/Helper/DoctypeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/GravatarTest.php b/tests/Zend/View/Helper/GravatarTest.php index 2c3161b3008..0afbd428501 100644 --- a/tests/Zend/View/Helper/GravatarTest.php +++ b/tests/Zend/View/Helper/GravatarTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zendview * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -29,8 +27,6 @@ * @category Zend * @package Zendview * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zendview * @group Zendview_Helper */ diff --git a/tests/Zend/View/Helper/HeadLinkTest.php b/tests/Zend/View/Helper/HeadLinkTest.php index 938e16082a0..46ebb24bd73 100644 --- a/tests/Zend/View/Helper/HeadLinkTest.php +++ b/tests/Zend/View/Helper/HeadLinkTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HeadMetaTest.php b/tests/Zend/View/Helper/HeadMetaTest.php index d3c87953cc5..b4dabae3184 100644 --- a/tests/Zend/View/Helper/HeadMetaTest.php +++ b/tests/Zend/View/Helper/HeadMetaTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HeadScriptTest.php b/tests/Zend/View/Helper/HeadScriptTest.php index 66c93f12744..49b7a68a0aa 100644 --- a/tests/Zend/View/Helper/HeadScriptTest.php +++ b/tests/Zend/View/Helper/HeadScriptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HeadStyleTest.php b/tests/Zend/View/Helper/HeadStyleTest.php index 6b3d8d5d65d..3e26c40a59b 100644 --- a/tests/Zend/View/Helper/HeadStyleTest.php +++ b/tests/Zend/View/Helper/HeadStyleTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HeadTitleTest.php b/tests/Zend/View/Helper/HeadTitleTest.php index 7dfce4c2f47..1a59aa039b4 100644 --- a/tests/Zend/View/Helper/HeadTitleTest.php +++ b/tests/Zend/View/Helper/HeadTitleTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HtmlFlashTest.php b/tests/Zend/View/Helper/HtmlFlashTest.php index a730ee8f5db..37c2d81d6d9 100644 --- a/tests/Zend/View/Helper/HtmlFlashTest.php +++ b/tests/Zend/View/Helper/HtmlFlashTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HtmlListTest.php b/tests/Zend/View/Helper/HtmlListTest.php index cf69b3e1d97..08744253f87 100644 --- a/tests/Zend/View/Helper/HtmlListTest.php +++ b/tests/Zend/View/Helper/HtmlListTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HtmlObjectTest.php b/tests/Zend/View/Helper/HtmlObjectTest.php index 6521204727a..0d26eaa93bc 100644 --- a/tests/Zend/View/Helper/HtmlObjectTest.php +++ b/tests/Zend/View/Helper/HtmlObjectTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HtmlPageTest.php b/tests/Zend/View/Helper/HtmlPageTest.php index a0681d4415b..703404b9e3a 100644 --- a/tests/Zend/View/Helper/HtmlPageTest.php +++ b/tests/Zend/View/Helper/HtmlPageTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/HtmlQuicktimeTest.php b/tests/Zend/View/Helper/HtmlQuicktimeTest.php index 4c427a7f8cb..4bea0c539d5 100644 --- a/tests/Zend/View/Helper/HtmlQuicktimeTest.php +++ b/tests/Zend/View/Helper/HtmlQuicktimeTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/InlineScriptTest.php b/tests/Zend/View/Helper/InlineScriptTest.php index def220e301c..badfd99fe34 100644 --- a/tests/Zend/View/Helper/InlineScriptTest.php +++ b/tests/Zend/View/Helper/InlineScriptTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/JsonTest.php b/tests/Zend/View/Helper/JsonTest.php index de471f00615..405ce005ee3 100644 --- a/tests/Zend/View/Helper/JsonTest.php +++ b/tests/Zend/View/Helper/JsonTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/LayoutTest.php b/tests/Zend/View/Helper/LayoutTest.php index 625aa68c1e1..571349f29bd 100644 --- a/tests/Zend/View/Helper/LayoutTest.php +++ b/tests/Zend/View/Helper/LayoutTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Navigation/AbstractTest.php b/tests/Zend/View/Helper/Navigation/AbstractTest.php index 304819cd9aa..213e67a7123 100644 --- a/tests/Zend/View/Helper/Navigation/AbstractTest.php +++ b/tests/Zend/View/Helper/Navigation/AbstractTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Navigation; @@ -39,8 +37,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Navigation/BreadcrumbsTest.php b/tests/Zend/View/Helper/Navigation/BreadcrumbsTest.php index 25f3e512262..3b3d7594462 100644 --- a/tests/Zend/View/Helper/Navigation/BreadcrumbsTest.php +++ b/tests/Zend/View/Helper/Navigation/BreadcrumbsTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Navigation; @@ -30,8 +28,6 @@ * @category Zend_Tests * @package Zend_View * @subpackage Helper - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Navigation/LinksTest.php b/tests/Zend/View/Helper/Navigation/LinksTest.php index bcdcc69d309..5c5b5edbeae 100644 --- a/tests/Zend/View/Helper/Navigation/LinksTest.php +++ b/tests/Zend/View/Helper/Navigation/LinksTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Navigation; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Navigation/MenuTest.php b/tests/Zend/View/Helper/Navigation/MenuTest.php index 40a621de9a4..c1870e5195a 100644 --- a/tests/Zend/View/Helper/Navigation/MenuTest.php +++ b/tests/Zend/View/Helper/Navigation/MenuTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Navigation; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Navigation/NavigationTest.php b/tests/Zend/View/Helper/Navigation/NavigationTest.php index ad95e395b54..9549f25369d 100644 --- a/tests/Zend/View/Helper/Navigation/NavigationTest.php +++ b/tests/Zend/View/Helper/Navigation/NavigationTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Navigation; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Navigation/SitemapTest.php b/tests/Zend/View/Helper/Navigation/SitemapTest.php index 613d32e7359..0c26a952988 100644 --- a/tests/Zend/View/Helper/Navigation/SitemapTest.php +++ b/tests/Zend/View/Helper/Navigation/SitemapTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Navigation; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/PaginationControlTest.php b/tests/Zend/View/Helper/PaginationControlTest.php index ab5c8700d1f..ca49920e64b 100644 --- a/tests/Zend/View/Helper/PaginationControlTest.php +++ b/tests/Zend/View/Helper/PaginationControlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/PartialLoopTest.php b/tests/Zend/View/Helper/PartialLoopTest.php index 60839e47a3d..8a99bf7d911 100644 --- a/tests/Zend/View/Helper/PartialLoopTest.php +++ b/tests/Zend/View/Helper/PartialLoopTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/PartialTest.php b/tests/Zend/View/Helper/PartialTest.php index 363f3683f77..fbbb630adc5 100644 --- a/tests/Zend/View/Helper/PartialTest.php +++ b/tests/Zend/View/Helper/PartialTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Placeholder/ContainerTest.php b/tests/Zend/View/Helper/Placeholder/ContainerTest.php index 1ef412258ab..c86085b79b9 100644 --- a/tests/Zend/View/Helper/Placeholder/ContainerTest.php +++ b/tests/Zend/View/Helper/Placeholder/ContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Placeholder; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Placeholder/RegistryTest.php b/tests/Zend/View/Helper/Placeholder/RegistryTest.php index ae53096cb39..c5c03196a33 100644 --- a/tests/Zend/View/Helper/Placeholder/RegistryTest.php +++ b/tests/Zend/View/Helper/Placeholder/RegistryTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Placeholder; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php b/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php index 657b1cc03bb..e7611e3dc41 100644 --- a/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php +++ b/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper\Placeholder; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/PlaceholderTest.php b/tests/Zend/View/Helper/PlaceholderTest.php index c470f2197ee..6eaa44ebaf2 100644 --- a/tests/Zend/View/Helper/PlaceholderTest.php +++ b/tests/Zend/View/Helper/PlaceholderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/RenderChildModelTest.php b/tests/Zend/View/Helper/RenderChildModelTest.php index e7dd6a1d4a4..4d68868f2e5 100644 --- a/tests/Zend/View/Helper/RenderChildModelTest.php +++ b/tests/Zend/View/Helper/RenderChildModelTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/RenderToPlaceholderTest.php b/tests/Zend/View/Helper/RenderToPlaceholderTest.php index edc67e3fa03..73ca71cca00 100644 --- a/tests/Zend/View/Helper/RenderToPlaceholderTest.php +++ b/tests/Zend/View/Helper/RenderToPlaceholderTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/ServerUrlTest.php b/tests/Zend/View/Helper/ServerUrlTest.php index 9783ad7f632..73877575218 100644 --- a/tests/Zend/View/Helper/ServerUrlTest.php +++ b/tests/Zend/View/Helper/ServerUrlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/Helper/UrlTest.php b/tests/Zend/View/Helper/UrlTest.php index c6d0b1fefc7..1abad584a34 100644 --- a/tests/Zend/View/Helper/UrlTest.php +++ b/tests/Zend/View/Helper/UrlTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Helper; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View * @group Zend_View_Helper */ diff --git a/tests/Zend/View/HelperPluginManagerTest.php b/tests/Zend/View/HelperPluginManagerTest.php index 1a37b94d5e0..dc4aec8abe2 100644 --- a/tests/Zend/View/HelperPluginManagerTest.php +++ b/tests/Zend/View/HelperPluginManagerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View */ class HelperPluginManagerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/View/Model/JsonModelTest.php b/tests/Zend/View/Model/JsonModelTest.php index 5d8d147dc9d..c40634773dc 100644 --- a/tests/Zend/View/Model/JsonModelTest.php +++ b/tests/Zend/View/Model/JsonModelTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Model; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class JsonModelTest extends TestCase { diff --git a/tests/Zend/View/Model/ViewModelTest.php b/tests/Zend/View/Model/ViewModelTest.php index f01111c28bb..fa46f978294 100644 --- a/tests/Zend/View/Model/ViewModelTest.php +++ b/tests/Zend/View/Model/ViewModelTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Model; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class ViewModelTest extends TestCase { diff --git a/tests/Zend/View/PhpRendererTest.php b/tests/Zend/View/PhpRendererTest.php index b5567cc854c..b132771bf67 100644 --- a/tests/Zend/View/PhpRendererTest.php +++ b/tests/Zend/View/PhpRendererTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View */ class PhpRendererTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/View/Renderer/FeedRendererTest.php b/tests/Zend/View/Renderer/FeedRendererTest.php index e1525c1ab0a..f6494c43f20 100644 --- a/tests/Zend/View/Renderer/FeedRendererTest.php +++ b/tests/Zend/View/Renderer/FeedRendererTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Renderer; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FeedRendererTest extends TestCase { diff --git a/tests/Zend/View/Renderer/JsonRendererTest.php b/tests/Zend/View/Renderer/JsonRendererTest.php index 10edc021f6d..78b1c932783 100644 --- a/tests/Zend/View/Renderer/JsonRendererTest.php +++ b/tests/Zend/View/Renderer/JsonRendererTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Renderer; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View */ class JsonRendererTest extends TestCase diff --git a/tests/Zend/View/Renderer/TestAsset/JsonModel.php b/tests/Zend/View/Renderer/TestAsset/JsonModel.php index 89883276c9c..84b912a252f 100644 --- a/tests/Zend/View/Renderer/TestAsset/JsonModel.php +++ b/tests/Zend/View/Renderer/TestAsset/JsonModel.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Renderer\TestAsset; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class JsonModel implements JsonSerializable { diff --git a/tests/Zend/View/Resolver/AggregateResolverTest.php b/tests/Zend/View/Resolver/AggregateResolverTest.php index 4f3d661abab..f49192ddd3a 100644 --- a/tests/Zend/View/Resolver/AggregateResolverTest.php +++ b/tests/Zend/View/Resolver/AggregateResolverTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Resolver; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class AggregateResolverTest extends TestCase { diff --git a/tests/Zend/View/Resolver/TemplateMapResolverTest.php b/tests/Zend/View/Resolver/TemplateMapResolverTest.php index 02dc9c970c4..363e32f5975 100644 --- a/tests/Zend/View/Resolver/TemplateMapResolverTest.php +++ b/tests/Zend/View/Resolver/TemplateMapResolverTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Resolver; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class TemplateMapResolverTest extends TestCase { diff --git a/tests/Zend/View/Strategy/FeedStrategyTest.php b/tests/Zend/View/Strategy/FeedStrategyTest.php index ec1f5004022..b8582fabf97 100644 --- a/tests/Zend/View/Strategy/FeedStrategyTest.php +++ b/tests/Zend/View/Strategy/FeedStrategyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Strategy; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class FeedStrategyTest extends TestCase { diff --git a/tests/Zend/View/Strategy/JsonStrategyTest.php b/tests/Zend/View/Strategy/JsonStrategyTest.php index d3dd24c30fe..ff9afe7e657 100644 --- a/tests/Zend/View/Strategy/JsonStrategyTest.php +++ b/tests/Zend/View/Strategy/JsonStrategyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Strategy; @@ -37,8 +35,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class JsonStrategyTest extends TestCase { diff --git a/tests/Zend/View/Strategy/PhpRendererStrategyTest.php b/tests/Zend/View/Strategy/PhpRendererStrategyTest.php index 49b948e0875..0e6b8a000d6 100644 --- a/tests/Zend/View/Strategy/PhpRendererStrategyTest.php +++ b/tests/Zend/View/Strategy/PhpRendererStrategyTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Strategy; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class PhpRendererStrategyTest extends TestCase { diff --git a/tests/Zend/View/TemplatePathStackTest.php b/tests/Zend/View/TemplatePathStackTest.php index 737802e6466..c6241ba3180 100644 --- a/tests/Zend/View/TemplatePathStackTest.php +++ b/tests/Zend/View/TemplatePathStackTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View; @@ -27,8 +25,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View */ class TemplatePathStackTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/View/TestAsset/Renderer/VarExportRenderer.php b/tests/Zend/View/TestAsset/Renderer/VarExportRenderer.php index b426a931911..c864e949c88 100644 --- a/tests/Zend/View/TestAsset/Renderer/VarExportRenderer.php +++ b/tests/Zend/View/TestAsset/Renderer/VarExportRenderer.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\TestAsset\Renderer; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class VarExportRenderer implements Renderer { diff --git a/tests/Zend/View/TestAsset/VariableFunctor.php b/tests/Zend/View/TestAsset/VariableFunctor.php index c4b72ee8f26..f8818e1a307 100644 --- a/tests/Zend/View/TestAsset/VariableFunctor.php +++ b/tests/Zend/View/TestAsset/VariableFunctor.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\TestAsset; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class VariableFunctor { diff --git a/tests/Zend/View/VariablesTest.php b/tests/Zend/View/VariablesTest.php index 7a1994556ce..80b36abab04 100644 --- a/tests/Zend/View/VariablesTest.php +++ b/tests/Zend/View/VariablesTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_View */ class VariablesTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/View/ViewTest.php b/tests/Zend/View/ViewTest.php index c60ef3926fc..a9a4565de2e 100644 --- a/tests/Zend/View/ViewTest.php +++ b/tests/Zend/View/ViewTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTest - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View; diff --git a/tests/Zend/View/_stubs/FilterDir1/Foo.php b/tests/Zend/View/_stubs/FilterDir1/Foo.php index 338be41fe47..52ff5e0405f 100644 --- a/tests/Zend/View/_stubs/FilterDir1/Foo.php +++ b/tests/Zend/View/_stubs/FilterDir1/Foo.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\Filter; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Foo { diff --git a/tests/Zend/View/_stubs/HelperDir1/Stub1.php b/tests/Zend/View/_stubs/HelperDir1/Stub1.php index 800dc5a5906..5cfcf8cd29b 100644 --- a/tests/Zend/View/_stubs/HelperDir1/Stub1.php +++ b/tests/Zend/View/_stubs/HelperDir1/Stub1.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace Foo\View\Helper; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Stub1 { diff --git a/tests/Zend/View/_stubs/HelperDir1/StubEmpty.php b/tests/Zend/View/_stubs/HelperDir1/StubEmpty.php index 44d151bb4ed..2e48b95a845 100644 --- a/tests/Zend/View/_stubs/HelperDir1/StubEmpty.php +++ b/tests/Zend/View/_stubs/HelperDir1/StubEmpty.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\_stubs\HelperDir1; diff --git a/tests/Zend/View/_stubs/HelperDir2/Datetime.php b/tests/Zend/View/_stubs/HelperDir2/Datetime.php index f8c5f3ffdfa..97805522283 100644 --- a/tests/Zend/View/_stubs/HelperDir2/Datetime.php +++ b/tests/Zend/View/_stubs/HelperDir2/Datetime.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\_stubs\HelperDir2; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Datetime { diff --git a/tests/Zend/View/_stubs/HelperDir2/Stub1.php b/tests/Zend/View/_stubs/HelperDir2/Stub1.php index e182fdf6366..336f13df649 100644 --- a/tests/Zend/View/_stubs/HelperDir2/Stub1.php +++ b/tests/Zend/View/_stubs/HelperDir2/Stub1.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\View\_stubs\HelperDir2; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Stub1 { diff --git a/tests/Zend/View/_stubs/HelperDir2/Stub2.php b/tests/Zend/View/_stubs/HelperDir2/Stub2.php index 62247a16054..00514e516b6 100644 --- a/tests/Zend/View/_stubs/HelperDir2/Stub2.php +++ b/tests/Zend/View/_stubs/HelperDir2/Stub2.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace Zend\View\Helper; @@ -25,8 +23,6 @@ * @category Zend * @package Zend_View * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class Stub2 { diff --git a/tests/Zend/Wildfire/WildfireTest.php b/tests/Zend/Wildfire/WildfireTest.php index c1407abe901..cd204102647 100644 --- a/tests/Zend/Wildfire/WildfireTest.php +++ b/tests/Zend/Wildfire/WildfireTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_Wildfire * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Wildfire; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_Wildfire * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Wildfire */ class WildfireTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/Wildfire/_files/IndexController.php b/tests/Zend/Wildfire/_files/IndexController.php index 6f4f77d5f1d..bfd41249143 100644 --- a/tests/Zend/Wildfire/_files/IndexController.php +++ b/tests/Zend/Wildfire/_files/IndexController.php @@ -16,8 +16,6 @@ * @category Zend * @package Zend_Controller * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\Wildfire\_files; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_Controller * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ class IndexController extends \Zend\Controller\Action { diff --git a/tests/Zend/XmlRpc/BigIntegerValueTest.php b/tests/Zend/XmlRpc/BigIntegerValueTest.php index 3c841d313a5..ac5dfa22cde 100644 --- a/tests/Zend/XmlRpc/BigIntegerValueTest.php +++ b/tests/Zend/XmlRpc/BigIntegerValueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -32,8 +30,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class BigIntegerValueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/ClientTest.php b/tests/Zend/XmlRpc/ClientTest.php index 9418d30ffc4..bdbdd9d799b 100644 --- a/tests/Zend/XmlRpc/ClientTest.php +++ b/tests/Zend/XmlRpc/ClientTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -36,8 +34,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class ClientTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/FaultTest.php b/tests/Zend/XmlRpc/FaultTest.php index 4bad044a1e0..591a773a250 100644 --- a/tests/Zend/XmlRpc/FaultTest.php +++ b/tests/Zend/XmlRpc/FaultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class FaultTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/GeneratorTest.php b/tests/Zend/XmlRpc/GeneratorTest.php index 7a66ff4ab76..5d8d1412400 100644 --- a/tests/Zend/XmlRpc/GeneratorTest.php +++ b/tests/Zend/XmlRpc/GeneratorTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -29,8 +27,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class GeneratorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/Request/HttpTest.php b/tests/Zend/XmlRpc/Request/HttpTest.php index 82f0da351fa..65a8496ffdd 100644 --- a/tests/Zend/XmlRpc/Request/HttpTest.php +++ b/tests/Zend/XmlRpc/Request/HttpTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc\Request; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class HTTPTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/RequestTest.php b/tests/Zend/XmlRpc/RequestTest.php index 5e8543fb6d1..4dc7fa799a3 100644 --- a/tests/Zend/XmlRpc/RequestTest.php +++ b/tests/Zend/XmlRpc/RequestTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -31,8 +29,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class RequestTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/ResponseTest.php b/tests/Zend/XmlRpc/ResponseTest.php index 5c871c8f706..ac63ae3ac2b 100644 --- a/tests/Zend/XmlRpc/ResponseTest.php +++ b/tests/Zend/XmlRpc/ResponseTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -30,8 +28,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class ResponseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/Server/CacheTest.php b/tests/Zend/XmlRpc/Server/CacheTest.php index 3a2a647271c..3a86f71e3de 100644 --- a/tests/Zend/XmlRpc/Server/CacheTest.php +++ b/tests/Zend/XmlRpc/Server/CacheTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc\Server; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class CacheTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/Server/FaultTest.php b/tests/Zend/XmlRpc/Server/FaultTest.php index 951029466ab..34c955306e6 100644 --- a/tests/Zend/XmlRpc/Server/FaultTest.php +++ b/tests/Zend/XmlRpc/Server/FaultTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc\Server; @@ -28,8 +26,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class FaultTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/ServerTest.php b/tests/Zend/XmlRpc/ServerTest.php index a04061111a6..120abe614f4 100644 --- a/tests/Zend/XmlRpc/ServerTest.php +++ b/tests/Zend/XmlRpc/ServerTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -35,8 +33,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class ServerTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Zend/XmlRpc/TestProvider.php b/tests/Zend/XmlRpc/TestProvider.php index 4fd773b0f7e..702b2f919a3 100644 --- a/tests/Zend/XmlRpc/TestProvider.php +++ b/tests/Zend/XmlRpc/TestProvider.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; diff --git a/tests/Zend/XmlRpc/ValueTest.php b/tests/Zend/XmlRpc/ValueTest.php index 5888e31f104..2d451792d57 100644 --- a/tests/Zend/XmlRpc/ValueTest.php +++ b/tests/Zend/XmlRpc/ValueTest.php @@ -15,8 +15,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ZendTest\XmlRpc; @@ -33,8 +31,6 @@ * @category Zend * @package Zend_XmlRpc * @subpackage UnitTests - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_XmlRpc */ class ValueTest extends \PHPUnit_Framework_TestCase