Skip to content

Commit

Permalink
adding license headers to files
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSolution committed May 14, 2010
1 parent 2ce6b22 commit ebad4cf
Show file tree
Hide file tree
Showing 51 changed files with 570 additions and 52 deletions.
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataModel+Processing.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 "DataModel.h"

Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataModel+Processing.m
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 "DataModel+Processing.h"
#import "EventOperation.h"
Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataModel+SetupCleanup.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 "DataModel.h"

Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataModel+SetupCleanup.m
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 "DataModel+SetupCleanup.h"
#import "DataOperation.h"
Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataModel.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 <Foundation/Foundation.h>
#import "DataModelDelegate.h"
Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataModel.m
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 "DataModel.h"
#import "DataOperationCodes.h"
Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataModelDelegate.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 <UIKit/UIKit.h>

Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataOperation.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 3/20/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 <Foundation/Foundation.h>
#import "Request.h"
Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/DataOperation.m
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 3/20/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 "DataOperation.h"
#import "DataOperationCodes.h"
Expand Down
1 change: 1 addition & 0 deletions KATG Big/Classes/EventOperation.h
Expand Up @@ -15,6 +15,7 @@
// 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.
//

@protocol EventOperationDelegate;

Expand Down
1 change: 1 addition & 0 deletions KATG Big/Classes/EventOperation.m
Expand Up @@ -15,6 +15,7 @@
// 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 "EventOperation.h"

Expand Down
1 change: 1 addition & 0 deletions KATG Big/Classes/EventTableCellView.h
Expand Up @@ -15,6 +15,7 @@
// 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 <UIKit/UIKit.h>

Expand Down
1 change: 1 addition & 0 deletions KATG Big/Classes/EventTableCellView.m
Expand Up @@ -15,6 +15,7 @@
// 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 "EventTableCellView.h"

Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/EventsDetailViewController.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 <UIKit/UIKit.h>

Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/EventsDetailViewController.m
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/5/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 "EventsDetailViewController.h"
#import "ModalWebViewController.h"
Expand Down
1 change: 1 addition & 0 deletions KATG Big/Classes/GrabXMLFeed.h
Expand Up @@ -15,6 +15,7 @@
// 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 <Foundation/Foundation.h>
//#import "NSString+ObjectForKey.h"
Expand Down
1 change: 1 addition & 0 deletions KATG Big/Classes/GrabXMLFeed.m
Expand Up @@ -15,6 +15,7 @@
// 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 "GrabXMLFeed.h"
#import "TouchXML.h"
Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/ImageAdditions.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 1/4/10.
// Copyright 2010 Paper Software. All rights reserved.
//
//
// 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.
//

#include <UIKit/UIKit.h>

Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/ImageAdditions.m
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 1/4/10.
// Copyright 2010 Paper Software. All rights reserved.
//
//
// 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 "ImageAdditions.h"

Expand Down
13 changes: 13 additions & 0 deletions KATG Big/Classes/KATG_BigAppDelegate.h
Expand Up @@ -5,6 +5,19 @@
// Created by Doug Russell on 4/26/10.
// Copyright Doug Russell 2010. All rights reserved.
//
//
// 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 <UIKit/UIKit.h>

Expand Down
15 changes: 14 additions & 1 deletion KATG Big/Classes/KATG_BigAppDelegate.m
Expand Up @@ -4,7 +4,20 @@
//
// Created by Doug Russell on 4/26/10.
// Copyright Doug Russell 2010. All rights reserved.
//
//
//
// 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 "KATG_BigAppDelegate.h"
#import "Reachability.h"
Expand Down
14 changes: 13 additions & 1 deletion KATG Big/Classes/ModalWebViewController.h
Expand Up @@ -4,7 +4,19 @@
//
// Created by Doug Russell on 5/6/10.
// Copyright 2010 Doug Russell. All rights reserved.
//
//
// 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 <UIKit/UIKit.h>

Expand Down

0 comments on commit ebad4cf

Please sign in to comment.