Skip to content

Commit

Permalink
Added Readme and License
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortwin Gentz committed Mar 11, 2010
1 parent f8ef35e commit 434d5b6
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
14 changes: 12 additions & 2 deletions InAppSettingsKit/Views/IASKPSTitleValueSpecifierViewCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
// IASKPSTitleValueSpecifierViewCell.h
// InAppSettingsKitSampleApp
//
// Created by Ortwin Gentz on 04.03.10.
// Copyright 2010 FutureTap. All rights reserved.
// http://www.inappsettingskit.com
//
// Copyright (c) 2009-2010:
// Luc Vandal, Edovia Inc., http://www.edovia.com
// Ortwin Gentz, FutureTap GmbH, http://www.futuretap.com
// All rights reserved.
//
// It is appreciated but not required that you give credit to Luc Vandal and Ortwin Gentz,
// as the original authors of this code. You can give credit in a blog post, a tweet or on
// a info page of your app. Also, the original authors appreciate letting them know if you use this code.
//
// This code is licensed under the BSD license that is available at: http://www.opensource.org/licenses/bsd-license.php
//

#import <UIKit/UIKit.h>
Expand Down
14 changes: 12 additions & 2 deletions InAppSettingsKit/Views/IASKPSTitleValueSpecifierViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
// IASKPSTitleValueSpecifierViewCell.m
// InAppSettingsKitSampleApp
//
// Created by Ortwin Gentz on 04.03.10.
// Copyright 2010 FutureTap. All rights reserved.
// http://www.inappsettingskit.com
//
// Copyright (c) 2009-2010:
// Luc Vandal, Edovia Inc., http://www.edovia.com
// Ortwin Gentz, FutureTap GmbH, http://www.futuretap.com
// All rights reserved.
//
// It is appreciated but not required that you give credit to Luc Vandal and Ortwin Gentz,
// as the original authors of this code. You can give credit in a blog post, a tweet or on
// a info page of your app. Also, the original authors appreciate letting them know if you use this code.
//
// This code is licensed under the BSD license that is available at: http://www.opensource.org/licenses/bsd-license.php
//

#import "IASKPSTitleValueSpecifierViewCell.h"
Expand Down
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright (c) 2009-2010:
Luc Vandal, Edovia Inc., http://www.edovia.com
Ortwin Gentz, FutureTap GmbH, http://www.futuretap.com
All rights reserved.

It is appreciated but not required that you give credit to Luc Vandal and Ortwin Gentz,
as the original authors of this code. You can give credit in a blog post, a tweet or on
a info page of your app. Also, the original authors appreciate letting them know if you
use this code.

The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.

This code is licensed under the BSD license that is available at: <http://www.opensource.org/licenses/bsd-license.php>
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= InAppSettingsKit

Check out <http://www.inappsettingskit.com> for more info.

0 comments on commit 434d5b6

Please sign in to comment.