Skip to content

Commit

Permalink
Version 0.1.0rc. All rights reserved.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Aug 5, 2010
1 parent d98bb19 commit 09a0f36
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
A Brief History of Yeti
=======================

0.1.0rc / 2010-08-05
--------------------
Public release candidate.

* Added YUI favicon.
* Added additional cli tests.

0.1.0demo / 2010-08-03
---------------------
Public demo.

* Works with any standalone HTML document.
* Added Vows test scripts.
* Broke up app.js into modules to make testing easier.
* Cleaned up inject.js, app.js and cli.js.

0.0.6 / 2010-07-23
------------------

Expand Down
22 changes: 0 additions & 22 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,24 +1,2 @@
Copyright 2010 Yahoo! Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the Yahoo! Inc. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "yeti"
, "description" : "The YUI Easy Testing Interface"
, "version" : "0.0.6"
, "version" : "0.1.0rc"
, "author" : "Reid Burke <[email protected]>"
, "bugs" : { "mail" : "[email protected]" }
, "os" : [ "darwin" ]
Expand All @@ -12,9 +12,4 @@
, "class" : ">=0.3.0"
, "jade" : ">=0.2.2"
}
, "licenses" :
[ { "type" : "BSD"
, "url" : "http://developer.yahoo.com/yui/license.html"
}
]
}

0 comments on commit 09a0f36

Please sign in to comment.