Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Commit

Permalink
License info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Puls committed Jun 1, 2012
1 parent 9ff0d92 commit c52c2f3
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 19 deletions.
5 changes: 3 additions & 2 deletions BorderPatrol/BPPolygon.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 <CoreLocation/CoreLocation.h>
Expand Down
5 changes: 3 additions & 2 deletions BorderPatrol/BPPolygon.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 "BPPolygon.h"

Expand Down
5 changes: 3 additions & 2 deletions BorderPatrol/BPRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 <CoreLocation/CoreLocation.h>

Expand Down
5 changes: 3 additions & 2 deletions BorderPatrol/BPRegion.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 "BPRegion.h"
#import "BPPolygon.h"
Expand Down
1 change: 0 additions & 1 deletion BorderPatrol/BorderPatrol-Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>
#endif
5 changes: 3 additions & 2 deletions BorderPatrol/BorderPatrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/31/12.
// Copyright (c) 2012 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 "BPRegion.h"
#import "BPPolygon.h"
5 changes: 3 additions & 2 deletions BorderPatrolTests/BPPolygonTests.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 <SenTestingKit/SenTestingKit.h>

Expand Down
5 changes: 3 additions & 2 deletions BorderPatrolTests/BPPolygonTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 "BPPolygonTests.h"
#import "BPPolygon.h"
Expand Down
5 changes: 3 additions & 2 deletions BorderPatrolTests/BPRegionTests.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 <SenTestingKit/SenTestingKit.h>

Expand Down
5 changes: 3 additions & 2 deletions BorderPatrolTests/BPRegionTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// BorderPatrol
//
// Created by Jim Puls on 5/30/12.
// Copyright (c) 2012 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 "BPRegionTests.h"
#import "BPRegion.h"
Expand Down
15 changes: 15 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
BorderPatrol
Copyright 2012 Square, Inc.
A full list of contributors is available at https://github.com/square/objc-borderpatrol/contributors

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.

0 comments on commit c52c2f3

Please sign in to comment.