Skip to content

Commit

Permalink
Adding Apache 2.0 License.
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Mar 21, 2012
1 parent e4ac043 commit a9578f4
Show file tree
Hide file tree
Showing 29 changed files with 615 additions and 5 deletions.
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/GIFDecoder.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif
{
import com.worlize.gif.blocks.ApplicationExtension;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/GIFFrame.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif
{
import com.worlize.gif.blocks.ColorTableBlock;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/GIFPlayer.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif
{
import com.worlize.gif.constants.DisposalType;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/ApplicationExtension.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.BlockType;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/ColorTableBlock.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.errors.OutOfDataError;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/CommentExtension.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.BlockType;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/DataBlock.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.errors.FileTypeError;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/GraphicControlExtension.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.BlockType;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/HeaderBlock.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.GifVersion;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/IGIFBlockCodec.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import flash.utils.ByteArray;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/ImageDataBlock.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.errors.FileTypeError;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/ImageDescriptorBlock.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.BlockType;
Expand Down
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.errors.OutOfDataError;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/NetscapeExtension.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.errors.FileTypeError;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/PlainTextExtension.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.BlockType;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/TrailerBlock.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.BlockType;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/blocks/UnknownExtension.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.blocks
{
import com.worlize.gif.constants.BlockType;
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/constants/BlockType.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.constants
{
public final class BlockType
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/constants/DefaultPalette.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.constants
{
public final class DefaultPalette
Expand Down
16 changes: 16 additions & 0 deletions AS3GifPlayer/src/com/worlize/gif/constants/DisposalType.as
@@ -1,3 +1,19 @@
/************************************************************************
* Copyright 2010-2011 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
***********************************************************************/

package com.worlize.gif.constants
{
public final class DisposalType
Expand Down

0 comments on commit a9578f4

Please sign in to comment.