Skip to content

Commit

Permalink
copyright notice updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 23, 2015
1 parent 34cd2ef commit 090cd8e
Show file tree
Hide file tree
Showing 243 changed files with 547 additions and 546 deletions.
2 changes: 1 addition & 1 deletion 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:
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,20 +1,20 @@
# 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)

---

**Warning:** This is a pre-release version of Feathers. It may contain bugs or unfinished features. It is not recommended for production apps because it is considered potentially *unstable*. Use at your own risk. To download a stable build, visit the [Feathers website](http://feathersui.com/).

---

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

* [Website](http://feathersui.com/)
* [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

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -20,4 +20,4 @@ swf.version = 18

feathers.version = 2.2.0-beta

footer.text = <a href='http://feathersui.com/' target='_top'>Feathers</a> | <a href='https://github.com/joshtynjala/feathers' target='_top'>Github Project</a> | <a href='http://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>
footer.text = <a href='http://feathersui.com/' target='_top'>Feathers</a> | <a href='https://github.com/BowlerHatLLC/feathers' target='_top'>Github Project</a> | <a href='http://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>
2 changes: 1 addition & 1 deletion documentation/help/template.html5
Expand Up @@ -74,7 +74,7 @@ $endfor$
<footer>
<div class="content">
<nav>$if(breadcrumb)$<a href="../index.html">$breadcrumb$</a> / $endif$<a href="index.html">$if(title-suffix)$$title-suffix$$else$Feathers Help$endif$</a></nav>
<p class="copyright">Copyright 2012-2015 Josh Tynjala. All rights reserved.</p>
<p class="copyright">Copyright 2012-2015 Bowler Hat LLC. All rights reserved.</p>
</div>
</footer>
</body>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<name>Components</name>
<versionNumber>2.2.0</versionNumber>
<description>Components Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>ComponentsExplorer.swf</content>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<name>Display Objects</name>
<versionNumber>2.2.0</versionNumber>
<description>Display Object Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>DisplayObjectExplorer.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/DrawersExplorer/source/DrawersExplorer-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Drawers</name>
<versionNumber>2.2.0</versionNumber>
<description>Drawers Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>DrawersExplorer.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/Gallery/source/Gallery-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Gallery</name>
<versionNumber>2.2.0</versionNumber>
<description>Gallery example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>Gallery.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/HelloWorld/source/HelloWorld-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Hello World</name>
<versionNumber>2.2.0</versionNumber>
<description>Hello World example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>HelloWorld.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/LayoutExplorer/source/LayoutExplorer-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Layouts</name>
<versionNumber>2.2.0</versionNumber>
<description>Layout Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>LayoutExplorer.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/TileList/source/TileList-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Tile List</name>
<versionNumber>2.2.0</versionNumber>
<description>TileList example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>TileList.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/Todos/source/Todos-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Todos</name>
<versionNumber>2.2.0</versionNumber>
<description>Todos example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>Todos.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/TrainTimes/source/TrainTimes-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Train Times</name>
<versionNumber>2.2.0</versionNumber>
<description>Train Times example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>TrainTimes.swf</content>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<name>Transitions</name>
<versionNumber>2.2.0</versionNumber>
<description>Transitions Explorer example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>TransitionsExplorer.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/Video/source/Video-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>Feathers Video</name>
<versionNumber>2.2.0</versionNumber>
<description>Video example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>Video.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion examples/YouTubeFeeds/source/YouTubeFeeds-app.xml
Expand Up @@ -5,7 +5,7 @@
<name>YouTube Feeds</name>
<versionNumber>2.2.0</versionNumber>
<description>YouTube Feeds example application built with Feathers UI controls for Starling</description>
<copyright>2015 Josh Tynjala</copyright>
<copyright>2015 Bowler Hat LLC</copyright>

<initialWindow>
<content>YouTubeFeeds.swf</content>
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 090cd8e

Please sign in to comment.