Skip to content

Commit

Permalink
Update the headers of every file to accurately reflect the licensing …
Browse files Browse the repository at this point in the history
…situation.
  • Loading branch information
Jim Puls committed Jul 22, 2011
1 parent 820d770 commit e111f71
Show file tree
Hide file tree
Showing 35 changed files with 109 additions and 90 deletions.
5 changes: 3 additions & 2 deletions Additions/CGGeometry-KIFAdditions.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/22/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <CoreGraphics/CGGeometry.h>

Expand Down
5 changes: 3 additions & 2 deletions Additions/CGGeometry-KIFAdditions.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/22/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "CGGeometry-KIFAdditions.h"

26 changes: 5 additions & 21 deletions Additions/LoadableCategory.h
@@ -1,27 +1,11 @@
//
// LoadableCategory.h
// Objective-Gems
// KIF
//
// Copyright 2011 Karl Stenerud
//
// 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.
//
// Note: You are NOT required to make the license available from within your
// iOS application. Including it in your project is sufficient.
//
// Attribution is not required, but appreciated :)
//

// Created by Karl Stenerud on 7/16/11.
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

/** Make all categories in the current file loadable without using -load-all.
*
Expand Down
7 changes: 4 additions & 3 deletions Additions/NSFileManager-KIFAdditions.h
Expand Up @@ -2,9 +2,10 @@
// NSFileManager-KIFAdditions.h
// KIF
//
// Created by Michael Thole on 6/1/11
// Copyright 2011 Square, Inc. All rights reserved.
//
// Created by Michael Thole on 6/1/11.
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <Foundation/Foundation.h>

Expand Down
7 changes: 4 additions & 3 deletions Additions/NSFileManager-KIFAdditions.m
Expand Up @@ -2,9 +2,10 @@
// NSFileManager-KIFAdditions.m
// KIF
//
// Created by Michael Thole on 6/1/11
// Copyright 2011 Square, Inc. All rights reserved.
//
// Created by Michael Thole on 6/1/11.
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "NSFileManager-KIFAdditions.h"
#import "LoadableCategory.h"
Expand Down
5 changes: 3 additions & 2 deletions Additions/UIAccessibilityElement-KIFAdditions.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/23/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Additions/UIAccessibilityElement-KIFAdditions.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/23/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "UIAccessibilityElement-KIFAdditions.h"
#import "LoadableCategory.h"
Expand Down
5 changes: 3 additions & 2 deletions Additions/UIApplication-KIFAdditions.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Additions/UIApplication-KIFAdditions.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "UIApplication-KIFAdditions.h"
#import "LoadableCategory.h"
Expand Down
5 changes: 3 additions & 2 deletions Additions/UIScrollView-KIFAdditions.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/22/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Additions/UIScrollView-KIFAdditions.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/22/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "UIScrollView-KIFAdditions.h"
#import "LoadableCategory.h"
Expand Down
5 changes: 3 additions & 2 deletions Additions/UITouch-KIFAdditions.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Additions/UITouch-KIFAdditions.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "UITouch-KIFAdditions.h"
#import "LoadableCategory.h"
Expand Down
5 changes: 3 additions & 2 deletions Additions/UIView-KIFAdditions.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Additions/UIView-KIFAdditions.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "UIView-KIFAdditions.h"
#import "CGGeometry-KIFAdditions.h"
Expand Down
5 changes: 3 additions & 2 deletions Additions/UIWindow-KIFAdditions.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Additions/UIWindow-KIFAdditions.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Eric Firestone on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "UIWindow-KIFAdditions.h"

Expand Down
5 changes: 3 additions & 2 deletions Classes/KIFTestController.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Michael Thole on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <Foundation/Foundation.h>
#import "KIFTestScenario.h"
Expand Down
5 changes: 3 additions & 2 deletions Classes/KIFTestController.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Michael Thole on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "KIFTestController.h"
#import "KIFTestScenario.h"
Expand Down
5 changes: 3 additions & 2 deletions Classes/KIFTestScenario.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Michael Thole on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <Foundation/Foundation.h>

Expand Down
5 changes: 3 additions & 2 deletions Classes/KIFTestScenario.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Michael Thole on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "KIFTestScenario.h"
#import "KIFTestStep.h"
Expand Down
5 changes: 3 additions & 2 deletions Classes/KIFTestStep.h
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Michael Thole on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Classes/KIFTestStep.m
Expand Up @@ -3,8 +3,9 @@
// KIF
//
// Created by Michael Thole on 5/20/11.
// Copyright 2011 Square, Inc. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "KIFTestStep.h"
#import "CGGeometry-KIFAdditions.h"
Expand Down
5 changes: 3 additions & 2 deletions Documentation/Examples/Testable/Testable/RootViewController.h
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/2/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
5 changes: 3 additions & 2 deletions Documentation/Examples/Testable/Testable/RootViewController.m
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/2/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "RootViewController.h"

Expand Down
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/2/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <UIKit/UIKit.h>

Expand Down
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/2/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "TestableAppDelegate.h"
#import "EXTestController.h"
Expand Down
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/3/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <Foundation/Foundation.h>
#import "KIFTestController.h"
Expand Down
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/3/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "EXTestController.h"
#import "KIFTestScenario+EXAdditions.h"
Expand Down
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/12/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import <Foundation/Foundation.h>
#import "KIFTestScenario.h"
Expand Down
Expand Up @@ -3,8 +3,9 @@
// Testable
//
// Created by Eric Firestone on 6/12/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.

#import "KIFTestScenario+EXAdditions.h"
#import "KIFTestStep.h"
Expand Down

0 comments on commit e111f71

Please sign in to comment.