Skip to content

Commit

Permalink
updated licenses, very sparse README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfischer committed Apr 8, 2010
1 parent f38b1df commit d6384b9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Place your change log text here. This file will be incorporated with your app at package time.
= Changelog

== 2010-04-08

* first release
21 changes: 20 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
Place your license text here. This file will be incorporated with your app at package time.
Copyright (c) 2010 Jens-Christian Fischer, http://invisible.ch/

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.
23 changes: 11 additions & 12 deletions README
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Welcome to your Appcelerator Titanium Mobile Project
Welcome to the Ti Store project

This is a blank project. Start by editing your application's app.js to
make your first mobile project using Titanium.
This sample application demonstrates and includes an "ActiveRecord" look-alike (in a very
general sense) ORM (Object Relation Mapper) that allows for easier handling of basic CRUD
operations on JavaScript objects.

The documentation is sparse (i.e. non-existing) at the moment, but I will get around to do more
as time permits.

The code should be simple enough to follow.

----------------------------------
Stuff our legal folk make us say:
Happy coding

Appcelerator, Appcelerator Titanium and associated marks and logos are
trademarks of Appcelerator, Inc.

Titanium is Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved.

Titanium is licensed under the Apache Public License (Version 2). Please
see the LICENSE file for the full license.
Jens-Christian Fischer
http://invisible.ch
http://twitter.com/jcfischer

0 comments on commit d6384b9

Please sign in to comment.