Skip to content

Commit

Permalink
Licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
escoz committed Aug 17, 2011
1 parent e124028 commit e314bfd
Show file tree
Hide file tree
Showing 79 changed files with 980 additions and 318 deletions.
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright 2011 ESCOZ Inc - http://escoz.com

--------

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied. See the License for the specific language governing
permissions and limitations under the License.

17 changes: 12 additions & 5 deletions quickdialog/QBadgeElement.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/13/11.
//
// To change this template use File | Settings | File Templates.
//


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
15 changes: 12 additions & 3 deletions quickdialog/QBadgeElement.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/13/11.
//

#import "QBadgeTableCell.h"
#import "QuickDialogTableView.h"

Expand Down
15 changes: 12 additions & 3 deletions quickdialog/QBadgeTableCell.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/13/11.
//


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
14 changes: 12 additions & 2 deletions quickdialog/QBadgeTableCell.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
//
// Created by escoz on 7/13/11.
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//

#import "QBadgeTableCell.h"
Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QBooleanElement.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/8/11.
//
// To change this template use File | Settings | File Templates.
//


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QBooleanElement.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/8/11.
//
// To change this template use File | Settings | File Templates.
//


#import "QElement.h"
#import "QLabelElement.h"
Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QButtonElement.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/11/11.
//
// To change this template use File | Settings | File Templates.
//


#import <Foundation/Foundation.h>

Expand Down
16 changes: 12 additions & 4 deletions quickdialog/QButtonElement.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
//
// Created by escoz on 7/11/11.
//
// To change this template use File | Settings | File Templates.
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//


Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QDateEntryTableViewCell.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/15/11.
//
// To change this template use File | Settings | File Templates.
//


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QDateEntryTableViewCell.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/15/11.
//
// To change this template use File | Settings | File Templates.
//


#import <UIKit/UIKit.h>
#import "QEntryTableViewCell.h"
Expand Down
16 changes: 12 additions & 4 deletions quickdialog/QDateTimeElement.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
//
// Created by escoz on 7/19/11.
//
// To change this template use File | Settings | File Templates.
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//


Expand Down
15 changes: 12 additions & 3 deletions quickdialog/QDateTimeElement.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/19/11.
//


// TODO: Needs to be rewritten to use a custom UIViewController with the elements in it.
// the animation is not smooth when using the dateselector as a keyboard
Expand Down
15 changes: 12 additions & 3 deletions quickdialog/QDateTimeInlineElement.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/15/11.
//


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
16 changes: 14 additions & 2 deletions quickdialog/QDateTimeInlineElement.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 7/15/11.
//


#import "QRootElement.h"
#import "QElement.h"
#import "QLabelElement.h"
Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QDecimalElement.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 8/8/11.
//
// To change this template use File | Settings | File Templates.
//


#import <Foundation/Foundation.h>

Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QDecimalElement.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 8/8/11.
//
// To change this template use File | Settings | File Templates.
//


#import "QDecimalElement.h"
#import "QEntryTableViewCell.h"
Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QDecimalTableViewCell.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 8/8/11.
//
// To change this template use File | Settings | File Templates.
//


#import <Foundation/Foundation.h>

Expand Down
17 changes: 12 additions & 5 deletions quickdialog/QDecimalTableViewCell.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
//
// Copyright 2011 ESCOZ Inc - http://escoz.com
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under
// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
// ANY KIND, either express or implied. See the License for the specific language governing
// permissions and limitations under the License.
//
// Created by escoz on 8/8/11.
//
// To change this template use File | Settings | File Templates.
//


#import "QEntryTableViewCell.h"
#import "QDecimalTableViewCell.h"
Expand Down
Loading

0 comments on commit e314bfd

Please sign in to comment.