Skip to content

Commit f88c481

Browse files
author
Dan Federman
committed
Update LICENSE and copyright in anticipation of open sourcing
1 parent 8fac6fe commit f88c481

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+931
-69
lines changed

Aardvark/Aardvark.h

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Dan Federman on 10/4/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <Aardvark/ARKBugReporter.h>

Aardvark/Aardvark.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Dan Federman on 10/4/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import "Aardvark.h"

AardvarkSample/AardvarkSample/Base.lproj/LaunchScreen.xib

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6751" systemVersion="14C1514" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6736"/>
55
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
66
</dependencies>
77
<objects>
@@ -11,18 +11,18 @@
1111
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1212
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1313
<subviews>
14-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2014 Square, Inc. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
15-
<rect key="frame" x="20" y="439" width="441" height="21"/>
16-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
17-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
18-
<nil key="highlightedColor"/>
19-
</label>
2014
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="AardvarkSample" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
2115
<rect key="frame" x="20" y="140" width="441" height="43"/>
2216
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
2317
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
2418
<nil key="highlightedColor"/>
2519
</label>
20+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Licensed to Square, Inc. under one or more contributor license agreements." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
21+
<rect key="frame" x="20" y="419" width="440" height="41"/>
22+
<fontDescription key="fontDescription" type="system" pointSize="17"/>
23+
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
24+
<nil key="highlightedColor"/>
25+
</label>
2626
</subviews>
2727
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
2828
<constraints>

AardvarkSample/AardvarkSample/SampleAppDelegate.h

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/8/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
@interface SampleAppDelegate : UIResponder <UIApplicationDelegate>

AardvarkSample/AardvarkSample/SampleAppDelegate.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/8/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import "SampleAppDelegate.h"

AardvarkSample/AardvarkSample/SampleCrashlyticsLogObserver.h

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/16/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <Aardvark/ARKLogObserver.h>

AardvarkSample/AardvarkSample/SampleCrashlyticsLogObserver.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/16/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <Aardvark/ARKLogMessage.h>

AardvarkSample/AardvarkSample/SampleViewController.h

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/11/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
@interface SampleViewController : UIViewController

AardvarkSample/AardvarkSample/SampleViewController.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/11/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <Aardvark/ARKDefaultLogFormatter.h>

AardvarkSample/AardvarkSample/main.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/8/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <UIKit/UIKit.h>

AardvarkSample/AardvarkSampleTests/AardvarkSampleTests.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSampleTests
44
//
55
// Created by Dan Federman on 10/8/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <UIKit/UIKit.h>

AardvarkSample/Other/AardvarkSample-Prefix.pch

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// AardvarkSample
44
//
55
// Created by Dan Federman on 10/8/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#ifdef __cplusplus

AardvarkTests/ARKDataArchiveTests.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Peter Westen on 3/17/15.
6-
// Copyright (c) 2015 Square, Inc. All rights reserved.
6+
// Copyright 2015 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <XCTest/XCTest.h>

AardvarkTests/ARKDefaultLogFormatterTests.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Dan Federman on 10/6/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <XCTest/XCTest.h>

AardvarkTests/ARKDefineTests.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Dan Federman on 12/2/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <XCTest/XCTest.h>

AardvarkTests/ARKEmailBugReporterTests.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Dan Federman on 10/20/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <XCTest/XCTest.h>

AardvarkTests/ARKFileHandleAdditionsTests.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Peter Westen on 3/17/15.
6-
// Copyright (c) 2015 Square, Inc. All rights reserved.
6+
// Copyright 2015 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <XCTest/XCTest.h>

AardvarkTests/ARKLogDistributorTests.m

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
// Aardvark
44
//
55
// Created by Dan Federman on 10/5/14.
6-
// Copyright (c) 2014 Square, Inc. All rights reserved.
6+
// Copyright 2014 Square, Inc.
7+
//
8+
// Licensed under the Apache License, Version 2.0 (the "License");
9+
// you may not use this file except in compliance with the License.
10+
// You may obtain a copy of the License at
11+
//
12+
//    http://www.apache.org/licenses/LICENSE-2.0
13+
//
14+
// Unless required by applicable law or agreed to in writing, software
15+
// distributed under the License is distributed on an "AS IS" BASIS,
16+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
// See the License for the specific language governing permissions and
18+
// limitations under the License.
719
//
820

921
#import <XCTest/XCTest.h>

0 commit comments

Comments
 (0)