Updating docs license year
This commit is contained in:
parent
53aecff93b
commit
6a6fc22ae0
|
|
@ -44,5 +44,5 @@ file_header:
|
|||
\/\/ ReCaptcha
|
||||
\/\/
|
||||
\/\/ Created by .*? on \d{1,2}\/\d{1,2}\/\d{2}\.
|
||||
\/\/ Copyright © \d{4} ReCaptcha\. All rights reserved\.
|
||||
\/\/ Copyright © 2018 ReCaptcha\. All rights reserved\.
|
||||
\/\/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
PODS:
|
||||
- AppSwizzle (1.2)
|
||||
- ReCaptcha/Core (1.0.2):
|
||||
- ReCaptcha/Core (1.1):
|
||||
- Result (~> 3.0)
|
||||
- ReCaptcha/RxSwift (1.0.2):
|
||||
- ReCaptcha/RxSwift (1.1):
|
||||
- ReCaptcha/Core
|
||||
- RxSwift (~> 4.0)
|
||||
- Result (3.2.4)
|
||||
|
|
@ -31,7 +31,7 @@ CHECKOUT OPTIONS:
|
|||
|
||||
SPEC CHECKSUMS:
|
||||
AppSwizzle: bbd3782652fc426ce59c045a92ec61d36f261984
|
||||
ReCaptcha: f1d10fd37e8f219c00521790aa9124ca12b65e16
|
||||
ReCaptcha: 7a130e2765cf13af3223683400252fe7ae30ca7b
|
||||
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
|
||||
RxCocoa: fd0862fd2df95fa55562ad28ffd2522c25eb4a85
|
||||
RxSwift: c6e3b1c7b325c7d121cd4327e9d98b7ed746b570
|
||||
|
|
@ -39,4 +39,4 @@ SPEC CHECKSUMS:
|
|||
|
||||
PODFILE CHECKSUM: 583c68236539bad71551001f4022b6f2e14d0438
|
||||
|
||||
COCOAPODS: 1.3.1
|
||||
COCOAPODS: 1.4.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 03/22/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="17A365" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
|
||||
<device id="retina4_7" orientation="portrait">
|
||||
<adaptation id="fullscreen"/>
|
||||
</device>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
|
||||
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
|
|
@ -16,7 +12,7 @@
|
|||
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2017 Flávio Caetano. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
|
||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2018 Flávio Caetano. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
|
||||
<rect key="frame" x="20" y="439" width="441" height="21"/>
|
||||
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 03/22/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import ReCaptcha
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 21/12/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
@testable import ReCaptcha
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 13/04/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
@testable import ReCaptcha
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 13/04/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
@testable import ReCaptcha
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 26/09/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import AppSwizzle
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 22/12/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 16/10/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 13/04/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 13/04/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Result
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 13/04/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
@testable import ReCaptcha
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 21/12/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 22/03/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 22/03/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 22/03/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 22/03/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 11/04/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import RxSwift
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// ReCaptcha
|
||||
//
|
||||
// Created by Flávio Caetano on 10/10/17.
|
||||
// Copyright © 2017 ReCaptcha. All rights reserved.
|
||||
// Copyright © 2018 ReCaptcha. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
Loading…
Reference in New Issue