From 090cd8e15c6f9aaed3d8724b6cb5e30e6853e939 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 23 Jul 2015 09:58:40 -0700 Subject: [PATCH] copyright notice updated --- LICENSE.md | 2 +- README.md | 6 +-- build.properties | 2 +- documentation/help/template.html5 | 2 +- .../source/ComponentsExplorer-app.xml | 2 +- .../source/DisplayObjectExplorer-app.xml | 2 +- .../source/DrawersExplorer-app.xml | 2 +- examples/Gallery/source/Gallery-app.xml | 2 +- examples/HelloWorld/source/HelloWorld-app.xml | 2 +- .../source/LayoutExplorer-app.xml | 2 +- examples/TileList/source/TileList-app.xml | 2 +- examples/Todos/source/Todos-app.xml | 2 +- examples/TrainTimes/source/TrainTimes-app.xml | 2 +- .../source/TransitionsExplorer-app.xml | 2 +- examples/Video/source/Video-app.xml | 2 +- .../YouTubeFeeds/source/YouTubeFeeds-app.xml | 2 +- source/feathers/FEATHERS_VERSION.as | 2 +- source/feathers/controls/Alert.as | 2 +- source/feathers/controls/AutoComplete.as | 2 +- source/feathers/controls/Button.as | 2 +- source/feathers/controls/ButtonGroup.as | 2 +- source/feathers/controls/Callout.as | 2 +- source/feathers/controls/Check.as | 2 +- source/feathers/controls/Drawers.as | 2 +- source/feathers/controls/GroupedList.as | 2 +- source/feathers/controls/Header.as | 2 +- .../controls/IDirectionalScrollBar.as | 2 +- source/feathers/controls/IRange.as | 2 +- source/feathers/controls/IScreen.as | 2 +- source/feathers/controls/IScrollBar.as | 2 +- source/feathers/controls/IScrollContainer.as | 2 +- source/feathers/controls/ImageLoader.as | 2 +- source/feathers/controls/Label.as | 2 +- source/feathers/controls/LayoutGroup.as | 2 +- source/feathers/controls/List.as | 2 +- source/feathers/controls/NumericStepper.as | 2 +- source/feathers/controls/PageIndicator.as | 2 +- source/feathers/controls/Panel.as | 2 +- source/feathers/controls/PanelScreen.as | 2 +- source/feathers/controls/PickerList.as | 2 +- source/feathers/controls/ProgressBar.as | 2 +- source/feathers/controls/Radio.as | 2 +- source/feathers/controls/Screen.as | 2 +- source/feathers/controls/ScreenNavigator.as | 2 +- .../feathers/controls/ScreenNavigatorItem.as | 2 +- source/feathers/controls/ScrollBar.as | 2 +- source/feathers/controls/ScrollContainer.as | 2 +- source/feathers/controls/ScrollScreen.as | 2 +- source/feathers/controls/ScrollText.as | 2 +- source/feathers/controls/Scroller.as | 2 +- source/feathers/controls/SimpleScrollBar.as | 2 +- source/feathers/controls/Slider.as | 2 +- source/feathers/controls/SpinnerList.as | 2 +- .../feathers/controls/StackScreenNavigator.as | 2 +- .../controls/StackScreenNavigatorItem.as | 2 +- source/feathers/controls/TabBar.as | 2 +- source/feathers/controls/TextArea.as | 2 +- source/feathers/controls/TextInput.as | 2 +- source/feathers/controls/ToggleButton.as | 2 +- source/feathers/controls/ToggleSwitch.as | 2 +- source/feathers/controls/WebView.as | 2 +- .../popups/CalloutPopUpContentManager.as | 2 +- .../popups/DropDownPopUpContentManager.as | 2 +- .../controls/popups/IPopUpContentManager.as | 2 +- .../VerticalCenteredPopUpContentManager.as | 2 +- .../renderers/BaseDefaultItemRenderer.as | 2 +- ...efaultGroupedListHeaderOrFooterRenderer.as | 2 +- .../DefaultGroupedListItemRenderer.as | 2 +- .../renderers/DefaultListItemRenderer.as | 2 +- .../IGroupedListHeaderOrFooterRenderer.as | 2 +- .../renderers/IGroupedListItemRenderer.as | 2 +- .../controls/renderers/IListItemRenderer.as | 2 +- ...tGroupGroupedListHeaderOrFooterRenderer.as | 2 +- .../LayoutGroupGroupedListItemRenderer.as | 2 +- .../renderers/LayoutGroupListItemRenderer.as | 2 +- .../supportClasses/BaseScreenNavigator.as | 2 +- .../supportClasses/GroupedListDataViewPort.as | 2 +- .../supportClasses/IScreenNavigatorItem.as | 2 +- .../controls/supportClasses/IViewPort.as | 2 +- .../controls/supportClasses/LayoutViewPort.as | 2 +- .../supportClasses/ListDataViewPort.as | 2 +- .../supportClasses/TextFieldViewPort.as | 2 +- .../controls/text/BitmapFontTextEditor.as | 2 +- .../controls/text/BitmapFontTextRenderer.as | 2 +- .../controls/text/ITextEditorViewPort.as | 2 +- .../controls/text/StageTextTextEditor.as | 2 +- .../controls/text/TextBlockTextEditor.as | 2 +- .../controls/text/TextBlockTextRenderer.as | 2 +- .../controls/text/TextFieldTextEditor.as | 2 +- .../text/TextFieldTextEditorViewPort.as | 2 +- .../controls/text/TextFieldTextRenderer.as | 2 +- source/feathers/core/DefaultFocusManager.as | 2 +- source/feathers/core/DefaultPopUpManager.as | 2 +- source/feathers/core/DisplayListWatcher.as | 2 +- source/feathers/core/FeathersControl.as | 2 +- source/feathers/core/FocusManager.as | 2 +- source/feathers/core/IFeathersControl.as | 2 +- .../feathers/core/IFeathersDisplayObject.as | 2 +- .../feathers/core/IFeathersEventDispatcher.as | 2 +- source/feathers/core/IFocusContainer.as | 2 +- source/feathers/core/IFocusDisplayObject.as | 2 +- source/feathers/core/IFocusExtras.as | 2 +- source/feathers/core/IFocusManager.as | 2 +- source/feathers/core/IGroupedToggle.as | 2 +- source/feathers/core/IMultilineTextEditor.as | 2 +- source/feathers/core/INativeFocusOwner.as | 2 +- source/feathers/core/IPopUpManager.as | 2 +- source/feathers/core/ITextBaselineControl.as | 2 +- source/feathers/core/ITextEditor.as | 2 +- source/feathers/core/ITextRenderer.as | 2 +- source/feathers/core/IToggle.as | 2 +- source/feathers/core/IValidating.as | 2 +- source/feathers/core/PopUpManager.as | 2 +- source/feathers/core/PropertyProxy.as | 2 +- source/feathers/core/ToggleGroup.as | 2 +- source/feathers/core/TokenList.as | 2 +- source/feathers/core/ValidationQueue.as | 2 +- ...renHierarchicalCollectionDataDescriptor.as | 2 +- .../data/ArrayListCollectionDataDescriptor.as | 2 +- .../feathers/data/HierarchicalCollection.as | 2 +- source/feathers/data/IAutoCompleteSource.as | 2 +- .../IHierarchicalCollectionDataDescriptor.as | 2 +- .../data/IListCollectionDataDescriptor.as | 2 +- source/feathers/data/ListCollection.as | 2 +- .../feathers/data/LocalAutoCompleteSource.as | 2 +- source/feathers/data/URLAutoCompleteSource.as | 2 +- .../VectorIntListCollectionDataDescriptor.as | 2 +- .../VectorListCollectionDataDescriptor.as | 2 +- ...ectorNumberListCollectionDataDescriptor.as | 2 +- .../VectorUintListCollectionDataDescriptor.as | 2 +- .../XMLListListCollectionDataDescriptor.as | 2 +- source/feathers/display/RenderDelegate.as | 2 +- source/feathers/display/Scale3Image.as | 2 +- source/feathers/display/Scale9Image.as | 2 +- source/feathers/display/TiledImage.as | 2 +- source/feathers/dragDrop/DragData.as | 2 +- source/feathers/dragDrop/DragDropManager.as | 2 +- source/feathers/dragDrop/IDragSource.as | 2 +- source/feathers/dragDrop/IDropTarget.as | 2 +- source/feathers/events/CollectionEventType.as | 2 +- source/feathers/events/DragDropEvent.as | 2 +- source/feathers/events/ExclusiveTouch.as | 2 +- source/feathers/events/FeathersEventType.as | 2 +- .../feathers/events/MediaPlayerEventType.as | 2 +- source/feathers/layout/AnchorLayout.as | 2 +- source/feathers/layout/AnchorLayoutData.as | 2 +- source/feathers/layout/FlowLayout.as | 2 +- source/feathers/layout/HorizontalLayout.as | 2 +- .../feathers/layout/HorizontalLayoutData.as | 2 +- .../layout/HorizontalSpinnerLayout.as | 2 +- source/feathers/layout/ILayout.as | 2 +- source/feathers/layout/ILayoutData.as | 2 +- .../feathers/layout/ILayoutDisplayObject.as | 2 +- source/feathers/layout/ISpinnerLayout.as | 2 +- .../feathers/layout/ITrimmedVirtualLayout.as | 2 +- .../feathers/layout/IVariableVirtualLayout.as | 2 +- source/feathers/layout/IVirtualLayout.as | 2 +- source/feathers/layout/LayoutBoundsResult.as | 2 +- source/feathers/layout/TiledColumnsLayout.as | 2 +- source/feathers/layout/TiledRowsLayout.as | 2 +- source/feathers/layout/VerticalLayout.as | 2 +- source/feathers/layout/VerticalLayoutData.as | 2 +- .../feathers/layout/VerticalSpinnerLayout.as | 2 +- source/feathers/layout/ViewPortBounds.as | 2 +- source/feathers/layout/WaterfallLayout.as | 2 +- source/feathers/media/BaseMediaPlayer.as | 2 +- source/feathers/media/BaseTimedMediaPlayer.as | 2 +- .../feathers/media/FullScreenToggleButton.as | 2 +- source/feathers/media/IAudioPlayer.as | 2 +- source/feathers/media/IMediaPlayer.as | 2 +- source/feathers/media/IMediaPlayerControl.as | 2 +- source/feathers/media/ITimedMediaPlayer.as | 2 +- source/feathers/media/IVideoPlayer.as | 2 +- source/feathers/media/MuteToggleButton.as | 2 +- .../feathers/media/PlayPauseToggleButton.as | 2 +- source/feathers/media/SeekSlider.as | 2 +- .../media/SoundChannelPeakVisualizer.as | 2 +- source/feathers/media/SoundPlayer.as | 2 +- .../media/SpectrumBarGraphVisualizer.as | 2 +- source/feathers/media/TimeLabel.as | 2 +- source/feathers/media/VideoPlayer.as | 2 +- source/feathers/media/VolumeSlider.as | 2 +- source/feathers/motion/ColorFade.as | 2 +- source/feathers/motion/Cover.as | 2 +- source/feathers/motion/Cube.as | 2 +- source/feathers/motion/Fade.as | 2 +- source/feathers/motion/Flip.as | 2 +- source/feathers/motion/Iris.as | 2 +- source/feathers/motion/Reveal.as | 2 +- source/feathers/motion/Slide.as | 2 +- source/feathers/motion/Wipe.as | 2 +- .../OldFadeNewSlideTransitionManager.as | 2 +- .../ScreenFadeTransitionManager.as | 2 +- .../ScreenSlidingStackTransitionManager.as | 2 +- .../TabBarSlideTransitionManager.as | 2 +- .../skins/AddOnFunctionStyleProvider.as | 2 +- .../feathers/skins/FunctionStyleProvider.as | 2 +- source/feathers/skins/IStyleProvider.as | 2 +- .../feathers/skins/ImageStateValueSelector.as | 2 +- .../skins/Scale9ImageStateValueSelector.as | 2 +- .../SmartDisplayObjectStateValueSelector.as | 2 +- source/feathers/skins/StandardIcons.as | 2 +- source/feathers/skins/StateValueSelector.as | 2 +- .../skins/StateWithToggleValueSelector.as | 2 +- .../skins/StyleNameFunctionStyleProvider.as | 2 +- .../feathers/skins/StyleProviderRegistry.as | 2 +- source/feathers/system/DeviceCapabilities.as | 2 +- source/feathers/text/BitmapFontTextFormat.as | 2 +- source/feathers/text/StageTextField.as | 2 +- source/feathers/textures/Scale3Textures.as | 2 +- source/feathers/textures/Scale9Textures.as | 2 +- .../MultiStarlingStyleNameFunctionTheme.as | 2 +- .../feathers/themes/StyleNameFunctionTheme.as | 2 +- .../utils/ScreenDensityScaleFactorManager.as | 2 +- .../display/calculateScaleRatioToFill.as | 2 +- .../utils/display/calculateScaleRatioToFit.as | 2 +- .../display/getDisplayObjectDepthFromStage.as | 2 +- .../feathers/utils/display/stageToStarling.as | 2 +- .../feathers/utils/geom/matrixToRotation.as | 2 +- source/feathers/utils/geom/matrixToScaleX.as | 2 +- source/feathers/utils/geom/matrixToScaleY.as | 2 +- source/feathers/utils/math/clamp.as | 2 +- .../feathers/utils/math/roundDownToNearest.as | 2 +- source/feathers/utils/math/roundToNearest.as | 2 +- .../feathers/utils/math/roundToPrecision.as | 2 +- .../feathers/utils/math/roundUpToNearest.as | 2 +- .../utils/text/TextInputNavigation.as | 2 +- .../feathers/utils/text/TextInputRestrict.as | 2 +- .../feathers/themes/AeonDesktopTheme.as | 40 ++++++++-------- .../AeonDesktopThemeWithAssetManager.as | 40 ++++++++-------- .../feathers/themes/BaseAeonDesktopTheme.as | 46 +++++++++---------- .../themes/BaseMetalWorksDesktopTheme.as | 46 +++++++++---------- .../feathers/themes/MetalWorksDesktopTheme.as | 43 ++++++++--------- .../MetalWorksDesktopThemeWithAssetManager.as | 40 ++++++++-------- .../themes/BaseMetalWorksMobileTheme.as | 46 +++++++++---------- .../feathers/themes/MetalWorksMobileTheme.as | 40 ++++++++-------- .../MetalWorksMobileThemeWithAssetManager.as | 40 ++++++++-------- .../themes/BaseMinimalDesktopTheme.as | 46 +++++++++---------- .../feathers/themes/MinimalDesktopTheme.as | 40 ++++++++-------- .../MinimalDesktopThemeWithAssetManager.as | 40 ++++++++-------- .../feathers/themes/BaseMinimalMobileTheme.as | 46 +++++++++---------- .../feathers/themes/MinimalMobileTheme.as | 40 ++++++++-------- .../MinimalMobileThemeWithAssetManager.as | 40 ++++++++-------- 243 files changed, 547 insertions(+), 546 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 0c343759fc..53027d0734 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ Simplified BSD License ====================== -Copyright 2012-2015 Joshua Tynjala. All rights reserved. +Copyright 2012-2015 Bowler Hat LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 709189c0ed..8d3b8896ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Feathers 2.2.0-beta [![Build Status](https://travis-ci.org/joshtynjala/feathers.svg?branch=master)](https://travis-ci.org/joshtynjala/feathers) +# Feathers 2.2.0-beta [![Build Status](https://travis-ci.org/BowlerHatLLC/feathers.svg?branch=master)](https://travis-ci.org/BowlerHatLLC/feathers) --- @@ -6,7 +6,7 @@ --- -Say hello to [Feathers](http://feathersui.com/), a library of light-weight, skinnable, and extensible UI controls for mobile and desktop. The components run on [Starling Framework](http://starling-framework.org/) and the [Adobe Flash runtimes](http://gaming.adobe.com/technologies/) — offering blazing fast GPU powered graphics to create a smooth and responsive experience. Build completely standalone, native applications on iOS, Android, Windows, and Mac OS X, or target Adobe Flash Player in desktop browsers. Created by [Josh Tynjala](http://twitter.com/joshtynjala), Feathers is free and open source. +Say hello to [Feathers](http://feathersui.com/), a library of light-weight, skinnable, and extensible UI controls for mobile and desktop. The components run on [Starling Framework](http://starling-framework.org/) and the [Adobe Flash runtimes](http://gaming.adobe.com/technologies/) — offering blazing fast GPU powered graphics to create a smooth and responsive experience. Build completely standalone, native applications on iOS, Android, Windows, and Mac OS X, or target Adobe Flash Player in desktop browsers. Created by [Josh Tynjala](http://twitter.com/joshtynjala) from Bowler Hat LLC, Feathers is free and open source. ## Quick Links @@ -14,7 +14,7 @@ Say hello to [Feathers](http://feathersui.com/), a library of light-weight, skin * [Help](http://feathersui.com/beta/help/) * [Beta API Reference](http://feathersui.com/beta/api-reference/) * [Discussion Forum](http://forum.starling-framework.org/forum/feathers) -* [Github Project](https://github.com/joshtynjala/feathers) +* [Github Project](https://github.com/BowlerHatLLC/feathers) ### News and Updates diff --git a/build.properties b/build.properties index b96a9c282d..ce9eb67131 100644 --- a/build.properties +++ b/build.properties @@ -20,4 +20,4 @@ swf.version = 18 feathers.version = 2.2.0-beta -footer.text = Feathers | Github Project | Support Forum \ No newline at end of file +footer.text = Feathers | Github Project | Support Forum \ No newline at end of file diff --git a/documentation/help/template.html5 b/documentation/help/template.html5 index 269f4bd520..524f5d44c1 100644 --- a/documentation/help/template.html5 +++ b/documentation/help/template.html5 @@ -74,7 +74,7 @@ $endfor$ diff --git a/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml b/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml index 5664daec7b..90e0d62a06 100644 --- a/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml +++ b/examples/ComponentsExplorer/source/ComponentsExplorer-app.xml @@ -5,7 +5,7 @@ Components 2.2.0 Components Explorer example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC ComponentsExplorer.swf diff --git a/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml b/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml index 97b8ffe43d..ece132bef5 100644 --- a/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml +++ b/examples/DisplayObjectExplorer/source/DisplayObjectExplorer-app.xml @@ -5,7 +5,7 @@ Display Objects 2.2.0 Display Object Explorer example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC DisplayObjectExplorer.swf diff --git a/examples/DrawersExplorer/source/DrawersExplorer-app.xml b/examples/DrawersExplorer/source/DrawersExplorer-app.xml index 3c6947e1f2..13bb1fccec 100644 --- a/examples/DrawersExplorer/source/DrawersExplorer-app.xml +++ b/examples/DrawersExplorer/source/DrawersExplorer-app.xml @@ -5,7 +5,7 @@ Drawers 2.2.0 Drawers Explorer example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC DrawersExplorer.swf diff --git a/examples/Gallery/source/Gallery-app.xml b/examples/Gallery/source/Gallery-app.xml index 644d0efe93..67ca25a067 100644 --- a/examples/Gallery/source/Gallery-app.xml +++ b/examples/Gallery/source/Gallery-app.xml @@ -5,7 +5,7 @@ Gallery 2.2.0 Gallery example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC Gallery.swf diff --git a/examples/HelloWorld/source/HelloWorld-app.xml b/examples/HelloWorld/source/HelloWorld-app.xml index 020ee951c8..67caa4cd94 100644 --- a/examples/HelloWorld/source/HelloWorld-app.xml +++ b/examples/HelloWorld/source/HelloWorld-app.xml @@ -5,7 +5,7 @@ Hello World 2.2.0 Hello World example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC HelloWorld.swf diff --git a/examples/LayoutExplorer/source/LayoutExplorer-app.xml b/examples/LayoutExplorer/source/LayoutExplorer-app.xml index 5431c78d2f..11edb0e297 100644 --- a/examples/LayoutExplorer/source/LayoutExplorer-app.xml +++ b/examples/LayoutExplorer/source/LayoutExplorer-app.xml @@ -5,7 +5,7 @@ Layouts 2.2.0 Layout Explorer example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC LayoutExplorer.swf diff --git a/examples/TileList/source/TileList-app.xml b/examples/TileList/source/TileList-app.xml index 853a9dbdec..d7aa6e5001 100644 --- a/examples/TileList/source/TileList-app.xml +++ b/examples/TileList/source/TileList-app.xml @@ -5,7 +5,7 @@ Tile List 2.2.0 TileList example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC TileList.swf diff --git a/examples/Todos/source/Todos-app.xml b/examples/Todos/source/Todos-app.xml index e49605c131..3a8eb77dcc 100644 --- a/examples/Todos/source/Todos-app.xml +++ b/examples/Todos/source/Todos-app.xml @@ -5,7 +5,7 @@ Todos 2.2.0 Todos example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC Todos.swf diff --git a/examples/TrainTimes/source/TrainTimes-app.xml b/examples/TrainTimes/source/TrainTimes-app.xml index 62e7e843b8..f01bdb3e8b 100644 --- a/examples/TrainTimes/source/TrainTimes-app.xml +++ b/examples/TrainTimes/source/TrainTimes-app.xml @@ -5,7 +5,7 @@ Train Times 2.2.0 Train Times example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC TrainTimes.swf diff --git a/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml b/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml index f37472769f..ed9235d05d 100644 --- a/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml +++ b/examples/TransitionsExplorer/source/TransitionsExplorer-app.xml @@ -5,7 +5,7 @@ Transitions 2.2.0 Transitions Explorer example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC TransitionsExplorer.swf diff --git a/examples/Video/source/Video-app.xml b/examples/Video/source/Video-app.xml index b66ef4e801..78870bf96d 100644 --- a/examples/Video/source/Video-app.xml +++ b/examples/Video/source/Video-app.xml @@ -5,7 +5,7 @@ Feathers Video 2.2.0 Video example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC Video.swf diff --git a/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml b/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml index 340e4643d6..342f0f249a 100644 --- a/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml +++ b/examples/YouTubeFeeds/source/YouTubeFeeds-app.xml @@ -5,7 +5,7 @@ YouTube Feeds 2.2.0 YouTube Feeds example application built with Feathers UI controls for Starling - 2015 Josh Tynjala + 2015 Bowler Hat LLC YouTubeFeeds.swf diff --git a/source/feathers/FEATHERS_VERSION.as b/source/feathers/FEATHERS_VERSION.as index 76444a6829..1ce784126d 100644 --- a/source/feathers/FEATHERS_VERSION.as +++ b/source/feathers/FEATHERS_VERSION.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Alert.as b/source/feathers/controls/Alert.as index a78f911a27..3ecbf9b27a 100644 --- a/source/feathers/controls/Alert.as +++ b/source/feathers/controls/Alert.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/AutoComplete.as b/source/feathers/controls/AutoComplete.as index 845291ad97..3c9c1434a6 100644 --- a/source/feathers/controls/AutoComplete.as +++ b/source/feathers/controls/AutoComplete.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Button.as b/source/feathers/controls/Button.as index 822cc297bb..b0e8b9f470 100644 --- a/source/feathers/controls/Button.as +++ b/source/feathers/controls/Button.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ButtonGroup.as b/source/feathers/controls/ButtonGroup.as index 9a87de46ea..a28c5b5eb5 100644 --- a/source/feathers/controls/ButtonGroup.as +++ b/source/feathers/controls/ButtonGroup.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Callout.as b/source/feathers/controls/Callout.as index c39a8d3906..656cde9595 100644 --- a/source/feathers/controls/Callout.as +++ b/source/feathers/controls/Callout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Check.as b/source/feathers/controls/Check.as index fad119e4c4..12e05d6741 100644 --- a/source/feathers/controls/Check.as +++ b/source/feathers/controls/Check.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Drawers.as b/source/feathers/controls/Drawers.as index 0c3f633c46..786188fd5a 100644 --- a/source/feathers/controls/Drawers.as +++ b/source/feathers/controls/Drawers.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/GroupedList.as b/source/feathers/controls/GroupedList.as index ce919ca1d1..e707653108 100644 --- a/source/feathers/controls/GroupedList.as +++ b/source/feathers/controls/GroupedList.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Header.as b/source/feathers/controls/Header.as index 2b09e5f30c..b75cfa74ee 100644 --- a/source/feathers/controls/Header.as +++ b/source/feathers/controls/Header.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/IDirectionalScrollBar.as b/source/feathers/controls/IDirectionalScrollBar.as index 0daa672aec..c90c1d3d3a 100644 --- a/source/feathers/controls/IDirectionalScrollBar.as +++ b/source/feathers/controls/IDirectionalScrollBar.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/IRange.as b/source/feathers/controls/IRange.as index b6fb791268..0007a3572d 100644 --- a/source/feathers/controls/IRange.as +++ b/source/feathers/controls/IRange.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/IScreen.as b/source/feathers/controls/IScreen.as index 1f799d782b..9b2728bb28 100644 --- a/source/feathers/controls/IScreen.as +++ b/source/feathers/controls/IScreen.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/IScrollBar.as b/source/feathers/controls/IScrollBar.as index 2452d83c2d..bd0fe3d7b7 100644 --- a/source/feathers/controls/IScrollBar.as +++ b/source/feathers/controls/IScrollBar.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/IScrollContainer.as b/source/feathers/controls/IScrollContainer.as index 2aea74422c..4f86050ab6 100644 --- a/source/feathers/controls/IScrollContainer.as +++ b/source/feathers/controls/IScrollContainer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ImageLoader.as b/source/feathers/controls/ImageLoader.as index 59f17efeb2..9a85f2ee91 100644 --- a/source/feathers/controls/ImageLoader.as +++ b/source/feathers/controls/ImageLoader.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Label.as b/source/feathers/controls/Label.as index 4878fa1d5d..cfa58fb8a2 100644 --- a/source/feathers/controls/Label.as +++ b/source/feathers/controls/Label.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/LayoutGroup.as b/source/feathers/controls/LayoutGroup.as index db2e9cd1cb..e1de0cfa67 100644 --- a/source/feathers/controls/LayoutGroup.as +++ b/source/feathers/controls/LayoutGroup.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/List.as b/source/feathers/controls/List.as index 63fdbe03b6..67f1ffd89d 100644 --- a/source/feathers/controls/List.as +++ b/source/feathers/controls/List.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/NumericStepper.as b/source/feathers/controls/NumericStepper.as index a0053e7d86..f61550807c 100644 --- a/source/feathers/controls/NumericStepper.as +++ b/source/feathers/controls/NumericStepper.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/PageIndicator.as b/source/feathers/controls/PageIndicator.as index fd5f967f34..694c193862 100644 --- a/source/feathers/controls/PageIndicator.as +++ b/source/feathers/controls/PageIndicator.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Panel.as b/source/feathers/controls/Panel.as index a8b6596984..8f8198e062 100644 --- a/source/feathers/controls/Panel.as +++ b/source/feathers/controls/Panel.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/PanelScreen.as b/source/feathers/controls/PanelScreen.as index 0214ead947..3072b228ef 100644 --- a/source/feathers/controls/PanelScreen.as +++ b/source/feathers/controls/PanelScreen.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/PickerList.as b/source/feathers/controls/PickerList.as index a73ee9b83f..1c9cc7f3c0 100644 --- a/source/feathers/controls/PickerList.as +++ b/source/feathers/controls/PickerList.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ProgressBar.as b/source/feathers/controls/ProgressBar.as index 9af80213dd..86b2984039 100644 --- a/source/feathers/controls/ProgressBar.as +++ b/source/feathers/controls/ProgressBar.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Radio.as b/source/feathers/controls/Radio.as index 2095c9c129..d2cf62d629 100644 --- a/source/feathers/controls/Radio.as +++ b/source/feathers/controls/Radio.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Screen.as b/source/feathers/controls/Screen.as index 24bfe987cf..60cc99af78 100644 --- a/source/feathers/controls/Screen.as +++ b/source/feathers/controls/Screen.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ScreenNavigator.as b/source/feathers/controls/ScreenNavigator.as index e4195b6919..c247413aa8 100644 --- a/source/feathers/controls/ScreenNavigator.as +++ b/source/feathers/controls/ScreenNavigator.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ScreenNavigatorItem.as b/source/feathers/controls/ScreenNavigatorItem.as index c5f16aeddf..a216156a8e 100644 --- a/source/feathers/controls/ScreenNavigatorItem.as +++ b/source/feathers/controls/ScreenNavigatorItem.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ScrollBar.as b/source/feathers/controls/ScrollBar.as index a4197436fb..ac5d705c4b 100644 --- a/source/feathers/controls/ScrollBar.as +++ b/source/feathers/controls/ScrollBar.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ScrollContainer.as b/source/feathers/controls/ScrollContainer.as index 0139796335..df8fecce0f 100644 --- a/source/feathers/controls/ScrollContainer.as +++ b/source/feathers/controls/ScrollContainer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ScrollScreen.as b/source/feathers/controls/ScrollScreen.as index cd218dc35e..c76e29546c 100644 --- a/source/feathers/controls/ScrollScreen.as +++ b/source/feathers/controls/ScrollScreen.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ScrollText.as b/source/feathers/controls/ScrollText.as index d7213ee93d..eb1468889d 100644 --- a/source/feathers/controls/ScrollText.as +++ b/source/feathers/controls/ScrollText.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Scroller.as b/source/feathers/controls/Scroller.as index f831721e10..4edd368d2b 100644 --- a/source/feathers/controls/Scroller.as +++ b/source/feathers/controls/Scroller.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/SimpleScrollBar.as b/source/feathers/controls/SimpleScrollBar.as index acce98faf4..590d85a32c 100644 --- a/source/feathers/controls/SimpleScrollBar.as +++ b/source/feathers/controls/SimpleScrollBar.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/Slider.as b/source/feathers/controls/Slider.as index 0df46221e2..f77af4121b 100644 --- a/source/feathers/controls/Slider.as +++ b/source/feathers/controls/Slider.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/SpinnerList.as b/source/feathers/controls/SpinnerList.as index bf46cb3b24..359ec70e5b 100644 --- a/source/feathers/controls/SpinnerList.as +++ b/source/feathers/controls/SpinnerList.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/StackScreenNavigator.as b/source/feathers/controls/StackScreenNavigator.as index f6deb6b34b..a3334b8680 100644 --- a/source/feathers/controls/StackScreenNavigator.as +++ b/source/feathers/controls/StackScreenNavigator.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/StackScreenNavigatorItem.as b/source/feathers/controls/StackScreenNavigatorItem.as index 6781ca6e53..ecd8a50a0e 100644 --- a/source/feathers/controls/StackScreenNavigatorItem.as +++ b/source/feathers/controls/StackScreenNavigatorItem.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/TabBar.as b/source/feathers/controls/TabBar.as index 0ffbcf4185..c55224ab7d 100644 --- a/source/feathers/controls/TabBar.as +++ b/source/feathers/controls/TabBar.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/TextArea.as b/source/feathers/controls/TextArea.as index 715ebf664b..c1804d2f5d 100644 --- a/source/feathers/controls/TextArea.as +++ b/source/feathers/controls/TextArea.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/TextInput.as b/source/feathers/controls/TextInput.as index 6eea949394..07707ae700 100644 --- a/source/feathers/controls/TextInput.as +++ b/source/feathers/controls/TextInput.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ToggleButton.as b/source/feathers/controls/ToggleButton.as index 174b572a03..b915c41841 100644 --- a/source/feathers/controls/ToggleButton.as +++ b/source/feathers/controls/ToggleButton.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/ToggleSwitch.as b/source/feathers/controls/ToggleSwitch.as index b2e1f9d535..d554b5fedf 100644 --- a/source/feathers/controls/ToggleSwitch.as +++ b/source/feathers/controls/ToggleSwitch.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/WebView.as b/source/feathers/controls/WebView.as index 3470f9f9e6..c8d1a124f2 100644 --- a/source/feathers/controls/WebView.as +++ b/source/feathers/controls/WebView.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/popups/CalloutPopUpContentManager.as b/source/feathers/controls/popups/CalloutPopUpContentManager.as index 5b8c65fa65..974bcd2fa7 100644 --- a/source/feathers/controls/popups/CalloutPopUpContentManager.as +++ b/source/feathers/controls/popups/CalloutPopUpContentManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/popups/DropDownPopUpContentManager.as b/source/feathers/controls/popups/DropDownPopUpContentManager.as index d9e4cb8e2d..c8436f828e 100644 --- a/source/feathers/controls/popups/DropDownPopUpContentManager.as +++ b/source/feathers/controls/popups/DropDownPopUpContentManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/popups/IPopUpContentManager.as b/source/feathers/controls/popups/IPopUpContentManager.as index 5b034d78df..8fb7ff6878 100644 --- a/source/feathers/controls/popups/IPopUpContentManager.as +++ b/source/feathers/controls/popups/IPopUpContentManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/popups/VerticalCenteredPopUpContentManager.as b/source/feathers/controls/popups/VerticalCenteredPopUpContentManager.as index 6ebbc48e56..18a768cea3 100644 --- a/source/feathers/controls/popups/VerticalCenteredPopUpContentManager.as +++ b/source/feathers/controls/popups/VerticalCenteredPopUpContentManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/BaseDefaultItemRenderer.as b/source/feathers/controls/renderers/BaseDefaultItemRenderer.as index d2e4b0b83b..10aa268ff1 100644 --- a/source/feathers/controls/renderers/BaseDefaultItemRenderer.as +++ b/source/feathers/controls/renderers/BaseDefaultItemRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/DefaultGroupedListHeaderOrFooterRenderer.as b/source/feathers/controls/renderers/DefaultGroupedListHeaderOrFooterRenderer.as index f3b0e70616..d7f152d8b4 100644 --- a/source/feathers/controls/renderers/DefaultGroupedListHeaderOrFooterRenderer.as +++ b/source/feathers/controls/renderers/DefaultGroupedListHeaderOrFooterRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/DefaultGroupedListItemRenderer.as b/source/feathers/controls/renderers/DefaultGroupedListItemRenderer.as index a1e953c644..5cd54422fe 100644 --- a/source/feathers/controls/renderers/DefaultGroupedListItemRenderer.as +++ b/source/feathers/controls/renderers/DefaultGroupedListItemRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/DefaultListItemRenderer.as b/source/feathers/controls/renderers/DefaultListItemRenderer.as index 85473de213..b4b35db6ff 100644 --- a/source/feathers/controls/renderers/DefaultListItemRenderer.as +++ b/source/feathers/controls/renderers/DefaultListItemRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/IGroupedListHeaderOrFooterRenderer.as b/source/feathers/controls/renderers/IGroupedListHeaderOrFooterRenderer.as index 66c2a5b458..4fe6bc6ad5 100644 --- a/source/feathers/controls/renderers/IGroupedListHeaderOrFooterRenderer.as +++ b/source/feathers/controls/renderers/IGroupedListHeaderOrFooterRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/IGroupedListItemRenderer.as b/source/feathers/controls/renderers/IGroupedListItemRenderer.as index 9ffb519f53..7f618b4000 100644 --- a/source/feathers/controls/renderers/IGroupedListItemRenderer.as +++ b/source/feathers/controls/renderers/IGroupedListItemRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/IListItemRenderer.as b/source/feathers/controls/renderers/IListItemRenderer.as index d80e3cec37..5e5c4dcd36 100644 --- a/source/feathers/controls/renderers/IListItemRenderer.as +++ b/source/feathers/controls/renderers/IListItemRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/LayoutGroupGroupedListHeaderOrFooterRenderer.as b/source/feathers/controls/renderers/LayoutGroupGroupedListHeaderOrFooterRenderer.as index 386557e90a..4484f6df15 100644 --- a/source/feathers/controls/renderers/LayoutGroupGroupedListHeaderOrFooterRenderer.as +++ b/source/feathers/controls/renderers/LayoutGroupGroupedListHeaderOrFooterRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/LayoutGroupGroupedListItemRenderer.as b/source/feathers/controls/renderers/LayoutGroupGroupedListItemRenderer.as index b23421e6cb..5c9c0702b1 100644 --- a/source/feathers/controls/renderers/LayoutGroupGroupedListItemRenderer.as +++ b/source/feathers/controls/renderers/LayoutGroupGroupedListItemRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/renderers/LayoutGroupListItemRenderer.as b/source/feathers/controls/renderers/LayoutGroupListItemRenderer.as index 767a1b692c..52137ad88a 100644 --- a/source/feathers/controls/renderers/LayoutGroupListItemRenderer.as +++ b/source/feathers/controls/renderers/LayoutGroupListItemRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/supportClasses/BaseScreenNavigator.as b/source/feathers/controls/supportClasses/BaseScreenNavigator.as index ffd684e679..6cf280d842 100644 --- a/source/feathers/controls/supportClasses/BaseScreenNavigator.as +++ b/source/feathers/controls/supportClasses/BaseScreenNavigator.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/supportClasses/GroupedListDataViewPort.as b/source/feathers/controls/supportClasses/GroupedListDataViewPort.as index 8685978ab9..8f70e32053 100644 --- a/source/feathers/controls/supportClasses/GroupedListDataViewPort.as +++ b/source/feathers/controls/supportClasses/GroupedListDataViewPort.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/supportClasses/IScreenNavigatorItem.as b/source/feathers/controls/supportClasses/IScreenNavigatorItem.as index 1ea7a61c63..a43cc9ee5f 100644 --- a/source/feathers/controls/supportClasses/IScreenNavigatorItem.as +++ b/source/feathers/controls/supportClasses/IScreenNavigatorItem.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/supportClasses/IViewPort.as b/source/feathers/controls/supportClasses/IViewPort.as index 41e63e82c2..fd7f187b08 100644 --- a/source/feathers/controls/supportClasses/IViewPort.as +++ b/source/feathers/controls/supportClasses/IViewPort.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/supportClasses/LayoutViewPort.as b/source/feathers/controls/supportClasses/LayoutViewPort.as index bc2e0b4ba6..ac3cb7a749 100644 --- a/source/feathers/controls/supportClasses/LayoutViewPort.as +++ b/source/feathers/controls/supportClasses/LayoutViewPort.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/supportClasses/ListDataViewPort.as b/source/feathers/controls/supportClasses/ListDataViewPort.as index 77f0e233fc..8b272cfe5d 100644 --- a/source/feathers/controls/supportClasses/ListDataViewPort.as +++ b/source/feathers/controls/supportClasses/ListDataViewPort.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/supportClasses/TextFieldViewPort.as b/source/feathers/controls/supportClasses/TextFieldViewPort.as index 520416499d..3496491ad2 100644 --- a/source/feathers/controls/supportClasses/TextFieldViewPort.as +++ b/source/feathers/controls/supportClasses/TextFieldViewPort.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/BitmapFontTextEditor.as b/source/feathers/controls/text/BitmapFontTextEditor.as index 5e3f1b7857..e222617466 100644 --- a/source/feathers/controls/text/BitmapFontTextEditor.as +++ b/source/feathers/controls/text/BitmapFontTextEditor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/BitmapFontTextRenderer.as b/source/feathers/controls/text/BitmapFontTextRenderer.as index 782174e8ff..9f9bdaff30 100644 --- a/source/feathers/controls/text/BitmapFontTextRenderer.as +++ b/source/feathers/controls/text/BitmapFontTextRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/ITextEditorViewPort.as b/source/feathers/controls/text/ITextEditorViewPort.as index c9de7827da..acd366a16f 100644 --- a/source/feathers/controls/text/ITextEditorViewPort.as +++ b/source/feathers/controls/text/ITextEditorViewPort.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/StageTextTextEditor.as b/source/feathers/controls/text/StageTextTextEditor.as index 6898a1705d..9c5f4e8990 100644 --- a/source/feathers/controls/text/StageTextTextEditor.as +++ b/source/feathers/controls/text/StageTextTextEditor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/TextBlockTextEditor.as b/source/feathers/controls/text/TextBlockTextEditor.as index 8a6944d04c..5a888cbd84 100644 --- a/source/feathers/controls/text/TextBlockTextEditor.as +++ b/source/feathers/controls/text/TextBlockTextEditor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/TextBlockTextRenderer.as b/source/feathers/controls/text/TextBlockTextRenderer.as index c102d29940..b44e2bd981 100644 --- a/source/feathers/controls/text/TextBlockTextRenderer.as +++ b/source/feathers/controls/text/TextBlockTextRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/TextFieldTextEditor.as b/source/feathers/controls/text/TextFieldTextEditor.as index c87df9b423..15bef574c4 100644 --- a/source/feathers/controls/text/TextFieldTextEditor.as +++ b/source/feathers/controls/text/TextFieldTextEditor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/TextFieldTextEditorViewPort.as b/source/feathers/controls/text/TextFieldTextEditorViewPort.as index 3d1fc1efd6..cbb2f74b7d 100644 --- a/source/feathers/controls/text/TextFieldTextEditorViewPort.as +++ b/source/feathers/controls/text/TextFieldTextEditorViewPort.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/controls/text/TextFieldTextRenderer.as b/source/feathers/controls/text/TextFieldTextRenderer.as index 7b09c845ad..e6f2462310 100644 --- a/source/feathers/controls/text/TextFieldTextRenderer.as +++ b/source/feathers/controls/text/TextFieldTextRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/DefaultFocusManager.as b/source/feathers/core/DefaultFocusManager.as index 08f6225549..52bd71b86c 100644 --- a/source/feathers/core/DefaultFocusManager.as +++ b/source/feathers/core/DefaultFocusManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/DefaultPopUpManager.as b/source/feathers/core/DefaultPopUpManager.as index 3d8666dd7b..35335db84a 100644 --- a/source/feathers/core/DefaultPopUpManager.as +++ b/source/feathers/core/DefaultPopUpManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/DisplayListWatcher.as b/source/feathers/core/DisplayListWatcher.as index 2493cae65e..915fa7c6f1 100644 --- a/source/feathers/core/DisplayListWatcher.as +++ b/source/feathers/core/DisplayListWatcher.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/FeathersControl.as b/source/feathers/core/FeathersControl.as index fa4dc94d66..06f5253b13 100644 --- a/source/feathers/core/FeathersControl.as +++ b/source/feathers/core/FeathersControl.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/FocusManager.as b/source/feathers/core/FocusManager.as index 488574f376..b7dd9b53a6 100644 --- a/source/feathers/core/FocusManager.as +++ b/source/feathers/core/FocusManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IFeathersControl.as b/source/feathers/core/IFeathersControl.as index 8e8d015237..357d2c539b 100644 --- a/source/feathers/core/IFeathersControl.as +++ b/source/feathers/core/IFeathersControl.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IFeathersDisplayObject.as b/source/feathers/core/IFeathersDisplayObject.as index 8652ee18d9..6381c16eab 100644 --- a/source/feathers/core/IFeathersDisplayObject.as +++ b/source/feathers/core/IFeathersDisplayObject.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IFeathersEventDispatcher.as b/source/feathers/core/IFeathersEventDispatcher.as index 5fc53c6938..bb8d29fe77 100644 --- a/source/feathers/core/IFeathersEventDispatcher.as +++ b/source/feathers/core/IFeathersEventDispatcher.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IFocusContainer.as b/source/feathers/core/IFocusContainer.as index 710991ce59..1afce96712 100644 --- a/source/feathers/core/IFocusContainer.as +++ b/source/feathers/core/IFocusContainer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IFocusDisplayObject.as b/source/feathers/core/IFocusDisplayObject.as index e590c64ca5..32b26b66af 100644 --- a/source/feathers/core/IFocusDisplayObject.as +++ b/source/feathers/core/IFocusDisplayObject.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IFocusExtras.as b/source/feathers/core/IFocusExtras.as index bf64a93bd0..006a198d58 100644 --- a/source/feathers/core/IFocusExtras.as +++ b/source/feathers/core/IFocusExtras.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IFocusManager.as b/source/feathers/core/IFocusManager.as index cedb73159d..bba6f6ce13 100644 --- a/source/feathers/core/IFocusManager.as +++ b/source/feathers/core/IFocusManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IGroupedToggle.as b/source/feathers/core/IGroupedToggle.as index 38f9ded450..ba2dc35914 100644 --- a/source/feathers/core/IGroupedToggle.as +++ b/source/feathers/core/IGroupedToggle.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IMultilineTextEditor.as b/source/feathers/core/IMultilineTextEditor.as index dc838cb1e6..743d18687f 100644 --- a/source/feathers/core/IMultilineTextEditor.as +++ b/source/feathers/core/IMultilineTextEditor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/INativeFocusOwner.as b/source/feathers/core/INativeFocusOwner.as index 0431838e7d..0fd4378d6f 100644 --- a/source/feathers/core/INativeFocusOwner.as +++ b/source/feathers/core/INativeFocusOwner.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IPopUpManager.as b/source/feathers/core/IPopUpManager.as index df5240d309..7d1c588a45 100644 --- a/source/feathers/core/IPopUpManager.as +++ b/source/feathers/core/IPopUpManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/ITextBaselineControl.as b/source/feathers/core/ITextBaselineControl.as index 6b573ea890..7f6bc5116c 100644 --- a/source/feathers/core/ITextBaselineControl.as +++ b/source/feathers/core/ITextBaselineControl.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/ITextEditor.as b/source/feathers/core/ITextEditor.as index b1b14124c4..297dce31e7 100644 --- a/source/feathers/core/ITextEditor.as +++ b/source/feathers/core/ITextEditor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/ITextRenderer.as b/source/feathers/core/ITextRenderer.as index 212886413f..d315a899c4 100644 --- a/source/feathers/core/ITextRenderer.as +++ b/source/feathers/core/ITextRenderer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IToggle.as b/source/feathers/core/IToggle.as index a3bc4e2ef5..a6f5660857 100644 --- a/source/feathers/core/IToggle.as +++ b/source/feathers/core/IToggle.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/IValidating.as b/source/feathers/core/IValidating.as index 739c3e66b7..fc35c4073a 100644 --- a/source/feathers/core/IValidating.as +++ b/source/feathers/core/IValidating.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/PopUpManager.as b/source/feathers/core/PopUpManager.as index 9dbb038248..94a5c778b8 100644 --- a/source/feathers/core/PopUpManager.as +++ b/source/feathers/core/PopUpManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/PropertyProxy.as b/source/feathers/core/PropertyProxy.as index 64844ead42..8256a037f6 100644 --- a/source/feathers/core/PropertyProxy.as +++ b/source/feathers/core/PropertyProxy.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/ToggleGroup.as b/source/feathers/core/ToggleGroup.as index b748feabca..9fddb2d06b 100644 --- a/source/feathers/core/ToggleGroup.as +++ b/source/feathers/core/ToggleGroup.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/TokenList.as b/source/feathers/core/TokenList.as index 31517de96d..bc2e0e7880 100644 --- a/source/feathers/core/TokenList.as +++ b/source/feathers/core/TokenList.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/core/ValidationQueue.as b/source/feathers/core/ValidationQueue.as index 0574e05659..26faf8bce0 100644 --- a/source/feathers/core/ValidationQueue.as +++ b/source/feathers/core/ValidationQueue.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/ArrayChildrenHierarchicalCollectionDataDescriptor.as b/source/feathers/data/ArrayChildrenHierarchicalCollectionDataDescriptor.as index c8b1f74833..83bbf44f29 100644 --- a/source/feathers/data/ArrayChildrenHierarchicalCollectionDataDescriptor.as +++ b/source/feathers/data/ArrayChildrenHierarchicalCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/ArrayListCollectionDataDescriptor.as b/source/feathers/data/ArrayListCollectionDataDescriptor.as index d231992bf6..74fec79a9a 100644 --- a/source/feathers/data/ArrayListCollectionDataDescriptor.as +++ b/source/feathers/data/ArrayListCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/HierarchicalCollection.as b/source/feathers/data/HierarchicalCollection.as index dcb780c0c8..b731242874 100644 --- a/source/feathers/data/HierarchicalCollection.as +++ b/source/feathers/data/HierarchicalCollection.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/IAutoCompleteSource.as b/source/feathers/data/IAutoCompleteSource.as index c3508325ae..9d32e887a3 100644 --- a/source/feathers/data/IAutoCompleteSource.as +++ b/source/feathers/data/IAutoCompleteSource.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/IHierarchicalCollectionDataDescriptor.as b/source/feathers/data/IHierarchicalCollectionDataDescriptor.as index 9283408c4b..c5123c1ed3 100644 --- a/source/feathers/data/IHierarchicalCollectionDataDescriptor.as +++ b/source/feathers/data/IHierarchicalCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/IListCollectionDataDescriptor.as b/source/feathers/data/IListCollectionDataDescriptor.as index df6f34cef2..8d0c1c9fc1 100644 --- a/source/feathers/data/IListCollectionDataDescriptor.as +++ b/source/feathers/data/IListCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/ListCollection.as b/source/feathers/data/ListCollection.as index 876d91c941..845fb37ad6 100644 --- a/source/feathers/data/ListCollection.as +++ b/source/feathers/data/ListCollection.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/LocalAutoCompleteSource.as b/source/feathers/data/LocalAutoCompleteSource.as index b444992099..4d889e9603 100644 --- a/source/feathers/data/LocalAutoCompleteSource.as +++ b/source/feathers/data/LocalAutoCompleteSource.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/URLAutoCompleteSource.as b/source/feathers/data/URLAutoCompleteSource.as index d57f8a139e..f881a4d5cd 100644 --- a/source/feathers/data/URLAutoCompleteSource.as +++ b/source/feathers/data/URLAutoCompleteSource.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/VectorIntListCollectionDataDescriptor.as b/source/feathers/data/VectorIntListCollectionDataDescriptor.as index e80762c13c..dbec9d3718 100644 --- a/source/feathers/data/VectorIntListCollectionDataDescriptor.as +++ b/source/feathers/data/VectorIntListCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/VectorListCollectionDataDescriptor.as b/source/feathers/data/VectorListCollectionDataDescriptor.as index 5c43402c1d..53a10d21ad 100644 --- a/source/feathers/data/VectorListCollectionDataDescriptor.as +++ b/source/feathers/data/VectorListCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/VectorNumberListCollectionDataDescriptor.as b/source/feathers/data/VectorNumberListCollectionDataDescriptor.as index 0f754b139b..7d7736f424 100644 --- a/source/feathers/data/VectorNumberListCollectionDataDescriptor.as +++ b/source/feathers/data/VectorNumberListCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/VectorUintListCollectionDataDescriptor.as b/source/feathers/data/VectorUintListCollectionDataDescriptor.as index e7b8aeeea0..380686668b 100644 --- a/source/feathers/data/VectorUintListCollectionDataDescriptor.as +++ b/source/feathers/data/VectorUintListCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/data/XMLListListCollectionDataDescriptor.as b/source/feathers/data/XMLListListCollectionDataDescriptor.as index dd76385749..cc5f9c160b 100644 --- a/source/feathers/data/XMLListListCollectionDataDescriptor.as +++ b/source/feathers/data/XMLListListCollectionDataDescriptor.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/display/RenderDelegate.as b/source/feathers/display/RenderDelegate.as index 7188a73d86..dba9211d2b 100644 --- a/source/feathers/display/RenderDelegate.as +++ b/source/feathers/display/RenderDelegate.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/display/Scale3Image.as b/source/feathers/display/Scale3Image.as index d4817c3080..ec75f5e340 100644 --- a/source/feathers/display/Scale3Image.as +++ b/source/feathers/display/Scale3Image.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/display/Scale9Image.as b/source/feathers/display/Scale9Image.as index 1aec81d56f..bb28c13489 100644 --- a/source/feathers/display/Scale9Image.as +++ b/source/feathers/display/Scale9Image.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/display/TiledImage.as b/source/feathers/display/TiledImage.as index 33e4a1311b..da0892bea7 100644 --- a/source/feathers/display/TiledImage.as +++ b/source/feathers/display/TiledImage.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/dragDrop/DragData.as b/source/feathers/dragDrop/DragData.as index cbd6eb32ef..8c1db259b4 100644 --- a/source/feathers/dragDrop/DragData.as +++ b/source/feathers/dragDrop/DragData.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/dragDrop/DragDropManager.as b/source/feathers/dragDrop/DragDropManager.as index 9742af9308..50c9db6d55 100644 --- a/source/feathers/dragDrop/DragDropManager.as +++ b/source/feathers/dragDrop/DragDropManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/dragDrop/IDragSource.as b/source/feathers/dragDrop/IDragSource.as index 757b7edda2..a97adccf02 100644 --- a/source/feathers/dragDrop/IDragSource.as +++ b/source/feathers/dragDrop/IDragSource.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/dragDrop/IDropTarget.as b/source/feathers/dragDrop/IDropTarget.as index ed75621251..8da654fe09 100644 --- a/source/feathers/dragDrop/IDropTarget.as +++ b/source/feathers/dragDrop/IDropTarget.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/events/CollectionEventType.as b/source/feathers/events/CollectionEventType.as index 1fc5d32b41..4643963cc4 100644 --- a/source/feathers/events/CollectionEventType.as +++ b/source/feathers/events/CollectionEventType.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/events/DragDropEvent.as b/source/feathers/events/DragDropEvent.as index 103f329381..55efef7be8 100644 --- a/source/feathers/events/DragDropEvent.as +++ b/source/feathers/events/DragDropEvent.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/events/ExclusiveTouch.as b/source/feathers/events/ExclusiveTouch.as index 8c50542a7f..afd1e92006 100644 --- a/source/feathers/events/ExclusiveTouch.as +++ b/source/feathers/events/ExclusiveTouch.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/events/FeathersEventType.as b/source/feathers/events/FeathersEventType.as index 4e479181f1..031b902b38 100644 --- a/source/feathers/events/FeathersEventType.as +++ b/source/feathers/events/FeathersEventType.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/events/MediaPlayerEventType.as b/source/feathers/events/MediaPlayerEventType.as index fbd6a7ed6a..e2d7410777 100644 --- a/source/feathers/events/MediaPlayerEventType.as +++ b/source/feathers/events/MediaPlayerEventType.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/AnchorLayout.as b/source/feathers/layout/AnchorLayout.as index cd3eab2fae..95740a89d8 100644 --- a/source/feathers/layout/AnchorLayout.as +++ b/source/feathers/layout/AnchorLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/AnchorLayoutData.as b/source/feathers/layout/AnchorLayoutData.as index 8c6854ad33..f42f142e97 100644 --- a/source/feathers/layout/AnchorLayoutData.as +++ b/source/feathers/layout/AnchorLayoutData.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/FlowLayout.as b/source/feathers/layout/FlowLayout.as index 55fa03d6f6..73c2a36d32 100644 --- a/source/feathers/layout/FlowLayout.as +++ b/source/feathers/layout/FlowLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/HorizontalLayout.as b/source/feathers/layout/HorizontalLayout.as index efe49ffd14..4a34bdffa1 100644 --- a/source/feathers/layout/HorizontalLayout.as +++ b/source/feathers/layout/HorizontalLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/HorizontalLayoutData.as b/source/feathers/layout/HorizontalLayoutData.as index ca0551651d..d88ed9acbd 100644 --- a/source/feathers/layout/HorizontalLayoutData.as +++ b/source/feathers/layout/HorizontalLayoutData.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/HorizontalSpinnerLayout.as b/source/feathers/layout/HorizontalSpinnerLayout.as index d0d42f437e..e59aab917c 100644 --- a/source/feathers/layout/HorizontalSpinnerLayout.as +++ b/source/feathers/layout/HorizontalSpinnerLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/ILayout.as b/source/feathers/layout/ILayout.as index 488a813323..d6adf97a6f 100644 --- a/source/feathers/layout/ILayout.as +++ b/source/feathers/layout/ILayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/ILayoutData.as b/source/feathers/layout/ILayoutData.as index 426298d289..0f5aff2977 100644 --- a/source/feathers/layout/ILayoutData.as +++ b/source/feathers/layout/ILayoutData.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/ILayoutDisplayObject.as b/source/feathers/layout/ILayoutDisplayObject.as index 04e82da6ec..f8cee361e3 100644 --- a/source/feathers/layout/ILayoutDisplayObject.as +++ b/source/feathers/layout/ILayoutDisplayObject.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/ISpinnerLayout.as b/source/feathers/layout/ISpinnerLayout.as index 2196568607..97d5e062d5 100644 --- a/source/feathers/layout/ISpinnerLayout.as +++ b/source/feathers/layout/ISpinnerLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/ITrimmedVirtualLayout.as b/source/feathers/layout/ITrimmedVirtualLayout.as index a8bf6c69b2..ce0c428b75 100644 --- a/source/feathers/layout/ITrimmedVirtualLayout.as +++ b/source/feathers/layout/ITrimmedVirtualLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/IVariableVirtualLayout.as b/source/feathers/layout/IVariableVirtualLayout.as index fd8ab4488b..b6dc13cc6f 100644 --- a/source/feathers/layout/IVariableVirtualLayout.as +++ b/source/feathers/layout/IVariableVirtualLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/IVirtualLayout.as b/source/feathers/layout/IVirtualLayout.as index f0d3ad3744..bfd392862f 100644 --- a/source/feathers/layout/IVirtualLayout.as +++ b/source/feathers/layout/IVirtualLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/LayoutBoundsResult.as b/source/feathers/layout/LayoutBoundsResult.as index 9c4f8d9b78..c218c38d27 100644 --- a/source/feathers/layout/LayoutBoundsResult.as +++ b/source/feathers/layout/LayoutBoundsResult.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/TiledColumnsLayout.as b/source/feathers/layout/TiledColumnsLayout.as index 24f2653ead..30b691c04a 100644 --- a/source/feathers/layout/TiledColumnsLayout.as +++ b/source/feathers/layout/TiledColumnsLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/TiledRowsLayout.as b/source/feathers/layout/TiledRowsLayout.as index a79b44eef6..3be9e25704 100644 --- a/source/feathers/layout/TiledRowsLayout.as +++ b/source/feathers/layout/TiledRowsLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/VerticalLayout.as b/source/feathers/layout/VerticalLayout.as index 4eef16b81d..3126a63f46 100644 --- a/source/feathers/layout/VerticalLayout.as +++ b/source/feathers/layout/VerticalLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/VerticalLayoutData.as b/source/feathers/layout/VerticalLayoutData.as index 51b7351cdd..8683e741ee 100644 --- a/source/feathers/layout/VerticalLayoutData.as +++ b/source/feathers/layout/VerticalLayoutData.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/VerticalSpinnerLayout.as b/source/feathers/layout/VerticalSpinnerLayout.as index cfc53bbeb2..94b314ab72 100644 --- a/source/feathers/layout/VerticalSpinnerLayout.as +++ b/source/feathers/layout/VerticalSpinnerLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/ViewPortBounds.as b/source/feathers/layout/ViewPortBounds.as index 642e24e0e6..b40dcedbf6 100644 --- a/source/feathers/layout/ViewPortBounds.as +++ b/source/feathers/layout/ViewPortBounds.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/layout/WaterfallLayout.as b/source/feathers/layout/WaterfallLayout.as index 3ca0680542..7033ec3893 100644 --- a/source/feathers/layout/WaterfallLayout.as +++ b/source/feathers/layout/WaterfallLayout.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/BaseMediaPlayer.as b/source/feathers/media/BaseMediaPlayer.as index 2cfd3f4a0e..1fc3cdaef1 100644 --- a/source/feathers/media/BaseMediaPlayer.as +++ b/source/feathers/media/BaseMediaPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/BaseTimedMediaPlayer.as b/source/feathers/media/BaseTimedMediaPlayer.as index 8efd8901c1..a08122ea08 100644 --- a/source/feathers/media/BaseTimedMediaPlayer.as +++ b/source/feathers/media/BaseTimedMediaPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/FullScreenToggleButton.as b/source/feathers/media/FullScreenToggleButton.as index 77b849174f..92982a2414 100644 --- a/source/feathers/media/FullScreenToggleButton.as +++ b/source/feathers/media/FullScreenToggleButton.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/IAudioPlayer.as b/source/feathers/media/IAudioPlayer.as index 99b4ba3075..e75c3a0af9 100644 --- a/source/feathers/media/IAudioPlayer.as +++ b/source/feathers/media/IAudioPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/IMediaPlayer.as b/source/feathers/media/IMediaPlayer.as index c7f82731e4..8ad9bd56b1 100644 --- a/source/feathers/media/IMediaPlayer.as +++ b/source/feathers/media/IMediaPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/IMediaPlayerControl.as b/source/feathers/media/IMediaPlayerControl.as index 424f68bc7a..8b10cae8d6 100644 --- a/source/feathers/media/IMediaPlayerControl.as +++ b/source/feathers/media/IMediaPlayerControl.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/ITimedMediaPlayer.as b/source/feathers/media/ITimedMediaPlayer.as index cfbc2bdfe5..d421faf298 100644 --- a/source/feathers/media/ITimedMediaPlayer.as +++ b/source/feathers/media/ITimedMediaPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/IVideoPlayer.as b/source/feathers/media/IVideoPlayer.as index bd8cd7c460..f41d98f614 100644 --- a/source/feathers/media/IVideoPlayer.as +++ b/source/feathers/media/IVideoPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/MuteToggleButton.as b/source/feathers/media/MuteToggleButton.as index 630d5d2450..7747a52bdd 100644 --- a/source/feathers/media/MuteToggleButton.as +++ b/source/feathers/media/MuteToggleButton.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/PlayPauseToggleButton.as b/source/feathers/media/PlayPauseToggleButton.as index 4169629db1..de066ae821 100644 --- a/source/feathers/media/PlayPauseToggleButton.as +++ b/source/feathers/media/PlayPauseToggleButton.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/SeekSlider.as b/source/feathers/media/SeekSlider.as index 8548ba0ed1..2805d63dad 100644 --- a/source/feathers/media/SeekSlider.as +++ b/source/feathers/media/SeekSlider.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/SoundChannelPeakVisualizer.as b/source/feathers/media/SoundChannelPeakVisualizer.as index 370a1ad285..347ca97a5f 100644 --- a/source/feathers/media/SoundChannelPeakVisualizer.as +++ b/source/feathers/media/SoundChannelPeakVisualizer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/SoundPlayer.as b/source/feathers/media/SoundPlayer.as index 8268677141..18dfdae352 100644 --- a/source/feathers/media/SoundPlayer.as +++ b/source/feathers/media/SoundPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/SpectrumBarGraphVisualizer.as b/source/feathers/media/SpectrumBarGraphVisualizer.as index b178c41600..5e2e6c902a 100644 --- a/source/feathers/media/SpectrumBarGraphVisualizer.as +++ b/source/feathers/media/SpectrumBarGraphVisualizer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/TimeLabel.as b/source/feathers/media/TimeLabel.as index 98d3d85262..10bf035448 100644 --- a/source/feathers/media/TimeLabel.as +++ b/source/feathers/media/TimeLabel.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/VideoPlayer.as b/source/feathers/media/VideoPlayer.as index 9faad48896..fc60382b01 100644 --- a/source/feathers/media/VideoPlayer.as +++ b/source/feathers/media/VideoPlayer.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/media/VolumeSlider.as b/source/feathers/media/VolumeSlider.as index badf73b079..e4321b9c86 100644 --- a/source/feathers/media/VolumeSlider.as +++ b/source/feathers/media/VolumeSlider.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/ColorFade.as b/source/feathers/motion/ColorFade.as index 4cc32acd90..29c2b93f3f 100644 --- a/source/feathers/motion/ColorFade.as +++ b/source/feathers/motion/ColorFade.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Cover.as b/source/feathers/motion/Cover.as index e1918c16a8..d36456f30c 100644 --- a/source/feathers/motion/Cover.as +++ b/source/feathers/motion/Cover.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Cube.as b/source/feathers/motion/Cube.as index 021e406e46..010559c213 100644 --- a/source/feathers/motion/Cube.as +++ b/source/feathers/motion/Cube.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Fade.as b/source/feathers/motion/Fade.as index 57706aff73..2648d9d7ae 100644 --- a/source/feathers/motion/Fade.as +++ b/source/feathers/motion/Fade.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Flip.as b/source/feathers/motion/Flip.as index 30f9d83bcd..0affa3a2f9 100644 --- a/source/feathers/motion/Flip.as +++ b/source/feathers/motion/Flip.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Iris.as b/source/feathers/motion/Iris.as index 5753f95f41..9ab5cf9c49 100644 --- a/source/feathers/motion/Iris.as +++ b/source/feathers/motion/Iris.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Reveal.as b/source/feathers/motion/Reveal.as index 55fba1cb14..b56eab495d 100644 --- a/source/feathers/motion/Reveal.as +++ b/source/feathers/motion/Reveal.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Slide.as b/source/feathers/motion/Slide.as index 3ffd653aeb..dcea9a5505 100644 --- a/source/feathers/motion/Slide.as +++ b/source/feathers/motion/Slide.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/Wipe.as b/source/feathers/motion/Wipe.as index 87729c2652..1816fcfe31 100644 --- a/source/feathers/motion/Wipe.as +++ b/source/feathers/motion/Wipe.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/transitions/OldFadeNewSlideTransitionManager.as b/source/feathers/motion/transitions/OldFadeNewSlideTransitionManager.as index 3db488b119..1df3a55828 100644 --- a/source/feathers/motion/transitions/OldFadeNewSlideTransitionManager.as +++ b/source/feathers/motion/transitions/OldFadeNewSlideTransitionManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/transitions/ScreenFadeTransitionManager.as b/source/feathers/motion/transitions/ScreenFadeTransitionManager.as index 4adb5fb2aa..6d52161a14 100644 --- a/source/feathers/motion/transitions/ScreenFadeTransitionManager.as +++ b/source/feathers/motion/transitions/ScreenFadeTransitionManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/transitions/ScreenSlidingStackTransitionManager.as b/source/feathers/motion/transitions/ScreenSlidingStackTransitionManager.as index bd77613afd..08e38d9f7e 100644 --- a/source/feathers/motion/transitions/ScreenSlidingStackTransitionManager.as +++ b/source/feathers/motion/transitions/ScreenSlidingStackTransitionManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/motion/transitions/TabBarSlideTransitionManager.as b/source/feathers/motion/transitions/TabBarSlideTransitionManager.as index fdec55e55a..ca25dfedb4 100644 --- a/source/feathers/motion/transitions/TabBarSlideTransitionManager.as +++ b/source/feathers/motion/transitions/TabBarSlideTransitionManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/AddOnFunctionStyleProvider.as b/source/feathers/skins/AddOnFunctionStyleProvider.as index c265c60221..b1a786cc9e 100644 --- a/source/feathers/skins/AddOnFunctionStyleProvider.as +++ b/source/feathers/skins/AddOnFunctionStyleProvider.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/FunctionStyleProvider.as b/source/feathers/skins/FunctionStyleProvider.as index 9e21112326..521331f865 100644 --- a/source/feathers/skins/FunctionStyleProvider.as +++ b/source/feathers/skins/FunctionStyleProvider.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/IStyleProvider.as b/source/feathers/skins/IStyleProvider.as index 765562ba79..712aab3c49 100644 --- a/source/feathers/skins/IStyleProvider.as +++ b/source/feathers/skins/IStyleProvider.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/ImageStateValueSelector.as b/source/feathers/skins/ImageStateValueSelector.as index 51e7f587ee..dc477d1784 100644 --- a/source/feathers/skins/ImageStateValueSelector.as +++ b/source/feathers/skins/ImageStateValueSelector.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/Scale9ImageStateValueSelector.as b/source/feathers/skins/Scale9ImageStateValueSelector.as index b387386e7a..c6b88e4450 100644 --- a/source/feathers/skins/Scale9ImageStateValueSelector.as +++ b/source/feathers/skins/Scale9ImageStateValueSelector.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/SmartDisplayObjectStateValueSelector.as b/source/feathers/skins/SmartDisplayObjectStateValueSelector.as index 38d2cace19..41ad69fd7b 100644 --- a/source/feathers/skins/SmartDisplayObjectStateValueSelector.as +++ b/source/feathers/skins/SmartDisplayObjectStateValueSelector.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/StandardIcons.as b/source/feathers/skins/StandardIcons.as index dbe744d2c6..e324eaced9 100644 --- a/source/feathers/skins/StandardIcons.as +++ b/source/feathers/skins/StandardIcons.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/StateValueSelector.as b/source/feathers/skins/StateValueSelector.as index 731d21ee52..222f07a521 100644 --- a/source/feathers/skins/StateValueSelector.as +++ b/source/feathers/skins/StateValueSelector.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/StateWithToggleValueSelector.as b/source/feathers/skins/StateWithToggleValueSelector.as index f8488c5a06..aacaf59e47 100644 --- a/source/feathers/skins/StateWithToggleValueSelector.as +++ b/source/feathers/skins/StateWithToggleValueSelector.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/StyleNameFunctionStyleProvider.as b/source/feathers/skins/StyleNameFunctionStyleProvider.as index 0500db3cb3..f0095619d9 100644 --- a/source/feathers/skins/StyleNameFunctionStyleProvider.as +++ b/source/feathers/skins/StyleNameFunctionStyleProvider.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/skins/StyleProviderRegistry.as b/source/feathers/skins/StyleProviderRegistry.as index 68b6518644..89d3b509bd 100644 --- a/source/feathers/skins/StyleProviderRegistry.as +++ b/source/feathers/skins/StyleProviderRegistry.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/system/DeviceCapabilities.as b/source/feathers/system/DeviceCapabilities.as index 58cd300988..ff60ca5d1a 100644 --- a/source/feathers/system/DeviceCapabilities.as +++ b/source/feathers/system/DeviceCapabilities.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/text/BitmapFontTextFormat.as b/source/feathers/text/BitmapFontTextFormat.as index fe2ce235b9..b2515b6790 100644 --- a/source/feathers/text/BitmapFontTextFormat.as +++ b/source/feathers/text/BitmapFontTextFormat.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/text/StageTextField.as b/source/feathers/text/StageTextField.as index 05838dfaf8..83c77c78ca 100644 --- a/source/feathers/text/StageTextField.as +++ b/source/feathers/text/StageTextField.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/textures/Scale3Textures.as b/source/feathers/textures/Scale3Textures.as index 4b460b3e76..ed1c5174cd 100644 --- a/source/feathers/textures/Scale3Textures.as +++ b/source/feathers/textures/Scale3Textures.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/textures/Scale9Textures.as b/source/feathers/textures/Scale9Textures.as index 89cda0f750..d7389d1139 100644 --- a/source/feathers/textures/Scale9Textures.as +++ b/source/feathers/textures/Scale9Textures.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/themes/MultiStarlingStyleNameFunctionTheme.as b/source/feathers/themes/MultiStarlingStyleNameFunctionTheme.as index d57c678567..e0ff478049 100644 --- a/source/feathers/themes/MultiStarlingStyleNameFunctionTheme.as +++ b/source/feathers/themes/MultiStarlingStyleNameFunctionTheme.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/themes/StyleNameFunctionTheme.as b/source/feathers/themes/StyleNameFunctionTheme.as index c6b3feb2ae..8e1e63357e 100644 --- a/source/feathers/themes/StyleNameFunctionTheme.as +++ b/source/feathers/themes/StyleNameFunctionTheme.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/ScreenDensityScaleFactorManager.as b/source/feathers/utils/ScreenDensityScaleFactorManager.as index 5f88f97bfe..272d5c9c1f 100644 --- a/source/feathers/utils/ScreenDensityScaleFactorManager.as +++ b/source/feathers/utils/ScreenDensityScaleFactorManager.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/display/calculateScaleRatioToFill.as b/source/feathers/utils/display/calculateScaleRatioToFill.as index 961dd40e64..c8a167fe3b 100644 --- a/source/feathers/utils/display/calculateScaleRatioToFill.as +++ b/source/feathers/utils/display/calculateScaleRatioToFill.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/display/calculateScaleRatioToFit.as b/source/feathers/utils/display/calculateScaleRatioToFit.as index 0743223979..f009bcd82f 100644 --- a/source/feathers/utils/display/calculateScaleRatioToFit.as +++ b/source/feathers/utils/display/calculateScaleRatioToFit.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/display/getDisplayObjectDepthFromStage.as b/source/feathers/utils/display/getDisplayObjectDepthFromStage.as index 4f824c0d68..846398f3aa 100644 --- a/source/feathers/utils/display/getDisplayObjectDepthFromStage.as +++ b/source/feathers/utils/display/getDisplayObjectDepthFromStage.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/display/stageToStarling.as b/source/feathers/utils/display/stageToStarling.as index a0540baee3..eb870aab55 100644 --- a/source/feathers/utils/display/stageToStarling.as +++ b/source/feathers/utils/display/stageToStarling.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/geom/matrixToRotation.as b/source/feathers/utils/geom/matrixToRotation.as index b9d601560e..28ac4af8dc 100644 --- a/source/feathers/utils/geom/matrixToRotation.as +++ b/source/feathers/utils/geom/matrixToRotation.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/geom/matrixToScaleX.as b/source/feathers/utils/geom/matrixToScaleX.as index 86896e982c..c859e7c90f 100644 --- a/source/feathers/utils/geom/matrixToScaleX.as +++ b/source/feathers/utils/geom/matrixToScaleX.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/geom/matrixToScaleY.as b/source/feathers/utils/geom/matrixToScaleY.as index 106befabbf..7560015d8a 100644 --- a/source/feathers/utils/geom/matrixToScaleY.as +++ b/source/feathers/utils/geom/matrixToScaleY.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/math/clamp.as b/source/feathers/utils/math/clamp.as index 631e22023a..954cb18270 100644 --- a/source/feathers/utils/math/clamp.as +++ b/source/feathers/utils/math/clamp.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/math/roundDownToNearest.as b/source/feathers/utils/math/roundDownToNearest.as index a2a059b189..da372da6bb 100644 --- a/source/feathers/utils/math/roundDownToNearest.as +++ b/source/feathers/utils/math/roundDownToNearest.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/math/roundToNearest.as b/source/feathers/utils/math/roundToNearest.as index 0318686ef7..480217dc1b 100644 --- a/source/feathers/utils/math/roundToNearest.as +++ b/source/feathers/utils/math/roundToNearest.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/math/roundToPrecision.as b/source/feathers/utils/math/roundToPrecision.as index 1aeec13b83..3de5369c3e 100644 --- a/source/feathers/utils/math/roundToPrecision.as +++ b/source/feathers/utils/math/roundToPrecision.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/math/roundUpToNearest.as b/source/feathers/utils/math/roundUpToNearest.as index 0fe54b27b4..a58ea3aff6 100644 --- a/source/feathers/utils/math/roundUpToNearest.as +++ b/source/feathers/utils/math/roundUpToNearest.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/text/TextInputNavigation.as b/source/feathers/utils/text/TextInputNavigation.as index d26bf57b67..5b8cb0b4f6 100644 --- a/source/feathers/utils/text/TextInputNavigation.as +++ b/source/feathers/utils/text/TextInputNavigation.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/source/feathers/utils/text/TextInputRestrict.as b/source/feathers/utils/text/TextInputRestrict.as index 737717f73a..22884ff74e 100644 --- a/source/feathers/utils/text/TextInputRestrict.as +++ b/source/feathers/utils/text/TextInputRestrict.as @@ -1,6 +1,6 @@ /* Feathers -Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. +Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. diff --git a/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopTheme.as b/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopTheme.as index d95c84f755..dc662ecd35 100644 --- a/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopTheme.as +++ b/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import flash.display.Bitmap; diff --git a/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopThemeWithAssetManager.as b/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopThemeWithAssetManager.as index 2c889a4bf1..2837def05e 100644 --- a/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopThemeWithAssetManager.as +++ b/themes/AeonDesktopTheme/source/feathers/themes/AeonDesktopThemeWithAssetManager.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import starling.events.Event; diff --git a/themes/AeonDesktopTheme/source/feathers/themes/BaseAeonDesktopTheme.as b/themes/AeonDesktopTheme/source/feathers/themes/BaseAeonDesktopTheme.as index a8a3a68692..7e8092a42e 100644 --- a/themes/AeonDesktopTheme/source/feathers/themes/BaseAeonDesktopTheme.as +++ b/themes/AeonDesktopTheme/source/feathers/themes/BaseAeonDesktopTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala - - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +Copyright 2012-2015 Bowler Hat LLC + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import feathers.controls.Alert; diff --git a/themes/MetalWorksDesktopTheme/source/feathers/themes/BaseMetalWorksDesktopTheme.as b/themes/MetalWorksDesktopTheme/source/feathers/themes/BaseMetalWorksDesktopTheme.as index fa39eb5ac9..32ad585e2d 100644 --- a/themes/MetalWorksDesktopTheme/source/feathers/themes/BaseMetalWorksDesktopTheme.as +++ b/themes/MetalWorksDesktopTheme/source/feathers/themes/BaseMetalWorksDesktopTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala - - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +Copyright 2012-2015 Bowler Hat LLC + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import feathers.controls.Alert; diff --git a/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopTheme.as b/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopTheme.as index a07474b155..5fbe40aab2 100644 --- a/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopTheme.as +++ b/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopTheme.as @@ -1,28 +1,29 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ -package feathers.themes { +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ +package feathers.themes +{ import flash.display.Bitmap; import flash.display.BitmapData; diff --git a/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopThemeWithAssetManager.as b/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopThemeWithAssetManager.as index 4a47379170..03a00cc104 100644 --- a/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopThemeWithAssetManager.as +++ b/themes/MetalWorksDesktopTheme/source/feathers/themes/MetalWorksDesktopThemeWithAssetManager.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import starling.events.Event; diff --git a/themes/MetalWorksMobileTheme/source/feathers/themes/BaseMetalWorksMobileTheme.as b/themes/MetalWorksMobileTheme/source/feathers/themes/BaseMetalWorksMobileTheme.as index e4dc914791..b789572186 100644 --- a/themes/MetalWorksMobileTheme/source/feathers/themes/BaseMetalWorksMobileTheme.as +++ b/themes/MetalWorksMobileTheme/source/feathers/themes/BaseMetalWorksMobileTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala - - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +Copyright 2012-2015 Bowler Hat LLC + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import feathers.controls.Alert; diff --git a/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileTheme.as b/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileTheme.as index a6a8ada407..beccb40a0a 100644 --- a/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileTheme.as +++ b/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import flash.display.Bitmap; diff --git a/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileThemeWithAssetManager.as b/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileThemeWithAssetManager.as index d088413c9c..05932dd226 100644 --- a/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileThemeWithAssetManager.as +++ b/themes/MetalWorksMobileTheme/source/feathers/themes/MetalWorksMobileThemeWithAssetManager.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import starling.events.Event; diff --git a/themes/MinimalDesktopTheme/source/feathers/themes/BaseMinimalDesktopTheme.as b/themes/MinimalDesktopTheme/source/feathers/themes/BaseMinimalDesktopTheme.as index d5ba0692aa..29f29764f7 100644 --- a/themes/MinimalDesktopTheme/source/feathers/themes/BaseMinimalDesktopTheme.as +++ b/themes/MinimalDesktopTheme/source/feathers/themes/BaseMinimalDesktopTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala - - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +Copyright 2012-2015 Bowler Hat LLC + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import feathers.controls.Alert; diff --git a/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopTheme.as b/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopTheme.as index ad2d82be6d..a09a819d36 100644 --- a/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopTheme.as +++ b/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import flash.display.Bitmap; diff --git a/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopThemeWithAssetManager.as b/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopThemeWithAssetManager.as index e81ccf4317..d0e027615c 100644 --- a/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopThemeWithAssetManager.as +++ b/themes/MinimalDesktopTheme/source/feathers/themes/MinimalDesktopThemeWithAssetManager.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import starling.events.Event; diff --git a/themes/MinimalMobileTheme/source/feathers/themes/BaseMinimalMobileTheme.as b/themes/MinimalMobileTheme/source/feathers/themes/BaseMinimalMobileTheme.as index 0e1575f46c..efdf95611b 100644 --- a/themes/MinimalMobileTheme/source/feathers/themes/BaseMinimalMobileTheme.as +++ b/themes/MinimalMobileTheme/source/feathers/themes/BaseMinimalMobileTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala - - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +Copyright 2012-2015 Bowler Hat LLC + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import feathers.controls.Alert; diff --git a/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileTheme.as b/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileTheme.as index 70d1733a14..83bc9205a5 100644 --- a/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileTheme.as +++ b/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileTheme.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import flash.display.Bitmap; diff --git a/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileThemeWithAssetManager.as b/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileThemeWithAssetManager.as index 0a4b664641..58c7c575b3 100644 --- a/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileThemeWithAssetManager.as +++ b/themes/MinimalMobileTheme/source/feathers/themes/MinimalMobileThemeWithAssetManager.as @@ -1,27 +1,27 @@ /* - Copyright 2012-2015 Joshua Tynjala +Copyright 2012-2015 Bowler Hat LLC - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. - */ +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. +*/ package feathers.themes { import starling.events.Event;