diff --git a/AS3GifPlayer/src/com/worlize/gif/GIFDecoder.as b/AS3GifPlayer/src/com/worlize/gif/GIFDecoder.as index 8b32b9e..5fb8a73 100644 --- a/AS3GifPlayer/src/com/worlize/gif/GIFDecoder.as +++ b/AS3GifPlayer/src/com/worlize/gif/GIFDecoder.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/GIFFrame.as b/AS3GifPlayer/src/com/worlize/gif/GIFFrame.as index 847360d..77fd2f0 100644 --- a/AS3GifPlayer/src/com/worlize/gif/GIFFrame.as +++ b/AS3GifPlayer/src/com/worlize/gif/GIFFrame.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/GIFPlayer.as b/AS3GifPlayer/src/com/worlize/gif/GIFPlayer.as index 328836e..d718229 100644 --- a/AS3GifPlayer/src/com/worlize/gif/GIFPlayer.as +++ b/AS3GifPlayer/src/com/worlize/gif/GIFPlayer.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/ApplicationExtension.as b/AS3GifPlayer/src/com/worlize/gif/blocks/ApplicationExtension.as index 415f5c8..0b59e1f 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/ApplicationExtension.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/ApplicationExtension.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/ColorTableBlock.as b/AS3GifPlayer/src/com/worlize/gif/blocks/ColorTableBlock.as index f3f9519..2756a2a 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/ColorTableBlock.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/ColorTableBlock.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/CommentExtension.as b/AS3GifPlayer/src/com/worlize/gif/blocks/CommentExtension.as index 217034c..5611b84 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/CommentExtension.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/CommentExtension.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/DataBlock.as b/AS3GifPlayer/src/com/worlize/gif/blocks/DataBlock.as index a4c22cb..dbb69b8 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/DataBlock.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/DataBlock.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/GraphicControlExtension.as b/AS3GifPlayer/src/com/worlize/gif/blocks/GraphicControlExtension.as index fe8cd78..14ad0e8 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/GraphicControlExtension.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/GraphicControlExtension.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/HeaderBlock.as b/AS3GifPlayer/src/com/worlize/gif/blocks/HeaderBlock.as index 3664c17..382f0e3 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/HeaderBlock.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/HeaderBlock.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/IGIFBlockCodec.as b/AS3GifPlayer/src/com/worlize/gif/blocks/IGIFBlockCodec.as index 714b760..9f56d3c 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/IGIFBlockCodec.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/IGIFBlockCodec.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDataBlock.as b/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDataBlock.as index a38da64..d8e11e7 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDataBlock.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDataBlock.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDescriptorBlock.as b/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDescriptorBlock.as index fb9bca3..7c6a7ea 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDescriptorBlock.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/ImageDescriptorBlock.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/LogicalScreenDescriptorBlock.as b/AS3GifPlayer/src/com/worlize/gif/blocks/LogicalScreenDescriptorBlock.as index a688ae0..bb9e72f 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/LogicalScreenDescriptorBlock.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/LogicalScreenDescriptorBlock.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/NetscapeExtension.as b/AS3GifPlayer/src/com/worlize/gif/blocks/NetscapeExtension.as index db72880..3b888a7 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/NetscapeExtension.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/NetscapeExtension.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/PlainTextExtension.as b/AS3GifPlayer/src/com/worlize/gif/blocks/PlainTextExtension.as index efdabeb..114d124 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/PlainTextExtension.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/PlainTextExtension.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/TrailerBlock.as b/AS3GifPlayer/src/com/worlize/gif/blocks/TrailerBlock.as index 18e55d2..35b36a5 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/TrailerBlock.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/TrailerBlock.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/blocks/UnknownExtension.as b/AS3GifPlayer/src/com/worlize/gif/blocks/UnknownExtension.as index cba95f1..e4719cb 100644 --- a/AS3GifPlayer/src/com/worlize/gif/blocks/UnknownExtension.as +++ b/AS3GifPlayer/src/com/worlize/gif/blocks/UnknownExtension.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/constants/BlockType.as b/AS3GifPlayer/src/com/worlize/gif/constants/BlockType.as index 9aeeea8..04c052c 100644 --- a/AS3GifPlayer/src/com/worlize/gif/constants/BlockType.as +++ b/AS3GifPlayer/src/com/worlize/gif/constants/BlockType.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/constants/DefaultPalette.as b/AS3GifPlayer/src/com/worlize/gif/constants/DefaultPalette.as index 42d3f00..e12ab09 100644 --- a/AS3GifPlayer/src/com/worlize/gif/constants/DefaultPalette.as +++ b/AS3GifPlayer/src/com/worlize/gif/constants/DefaultPalette.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/constants/DisposalType.as b/AS3GifPlayer/src/com/worlize/gif/constants/DisposalType.as index 5cf878f..93cbebe 100644 --- a/AS3GifPlayer/src/com/worlize/gif/constants/DisposalType.as +++ b/AS3GifPlayer/src/com/worlize/gif/constants/DisposalType.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/constants/GifVersion.as b/AS3GifPlayer/src/com/worlize/gif/constants/GifVersion.as index a6727da..1b86c6d 100644 --- a/AS3GifPlayer/src/com/worlize/gif/constants/GifVersion.as +++ b/AS3GifPlayer/src/com/worlize/gif/constants/GifVersion.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/errors/FileTypeError.as b/AS3GifPlayer/src/com/worlize/gif/errors/FileTypeError.as index a724612..15f7271 100644 --- a/AS3GifPlayer/src/com/worlize/gif/errors/FileTypeError.as +++ b/AS3GifPlayer/src/com/worlize/gif/errors/FileTypeError.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/errors/OutOfDataError.as b/AS3GifPlayer/src/com/worlize/gif/errors/OutOfDataError.as index 506927b..3ba2bda 100644 --- a/AS3GifPlayer/src/com/worlize/gif/errors/OutOfDataError.as +++ b/AS3GifPlayer/src/com/worlize/gif/errors/OutOfDataError.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/events/AsyncDecodeErrorEvent.as b/AS3GifPlayer/src/com/worlize/gif/events/AsyncDecodeErrorEvent.as index e5a45ff..f60eefb 100644 --- a/AS3GifPlayer/src/com/worlize/gif/events/AsyncDecodeErrorEvent.as +++ b/AS3GifPlayer/src/com/worlize/gif/events/AsyncDecodeErrorEvent.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/events/GIFDecoderEvent.as b/AS3GifPlayer/src/com/worlize/gif/events/GIFDecoderEvent.as index b76d582..265feb3 100644 --- a/AS3GifPlayer/src/com/worlize/gif/events/GIFDecoderEvent.as +++ b/AS3GifPlayer/src/com/worlize/gif/events/GIFDecoderEvent.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AS3GifPlayer/src/com/worlize/gif/events/GIFPlayerEvent.as b/AS3GifPlayer/src/com/worlize/gif/events/GIFPlayerEvent.as index 0bec8c6..777ee63 100644 --- a/AS3GifPlayer/src/com/worlize/gif/events/GIFPlayerEvent.as +++ b/AS3GifPlayer/src/com/worlize/gif/events/GIFPlayerEvent.as @@ -1,5 +1,5 @@ /************************************************************************ - * Copyright 2010-2011 Worlize Inc. + * Copyright 2012 Worlize Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/GifTest/src/GifTest.mxml b/GifTest/src/GifTest.mxml index b654d27..7f9f80a 100644 --- a/GifTest/src/GifTest.mxml +++ b/GifTest/src/GifTest.mxml @@ -1,6 +1,6 @@