Skip to content

Commit

Permalink
Merge pull request #34 from Flinesoft/work/#31-file-headers
Browse files Browse the repository at this point in the history
File Headers
  • Loading branch information
Jeehut authored May 13, 2019
2 parents 246ece3 + 7176af5 commit 46cf615
Show file tree
Hide file tree
Showing 32 changed files with 33 additions and 138 deletions.
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Extensions/ArrayExtension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 26.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

import Foundation

Expand Down
8 changes: 1 addition & 7 deletions Frameworks/HandySwift/Extensions/CollectionExtension.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
//
// ColletionExtension.swift
// HandySwift iOS
//
// Created by Stepanov Pavel on 08/07/2018.
// Copyright © 2018 Flinesoft. All rights reserved.
//
// Copyright © 2018 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Extensions/ComparableExtension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Frederick Pietschmann on 07.05.19.
// Copyright © 2019 Flinesoft. All rights reserved.
//
// Copyright © 2019 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Extensions/DictionaryExtension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 16.01.16.
// Copyright © 2016 Flinesoft. All rights reserved.
//
// Copyright © 2016 Flinesoft. All rights reserved.

import Foundation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 28.01.17.
// Copyright © 2017 Flinesoft. All rights reserved.
//
// Copyright © 2017 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Extensions/IntExtension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 18.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Extensions/NSRangeExtension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 11.02.19.
// Copyright © 2019 Flinesoft. All rights reserved.
//
// Copyright © 2019 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Extensions/StringExtension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 26.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Extensions/TimeIntervalExtension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 18.02.17.
// Copyright © 2017 Flinesoft. All rights reserved.
//
// Copyright © 2017 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Globals.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 07.06.16.
// Copyright © 2016 Flinesoft. All rights reserved.
//
// Copyright © 2016 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Protocols/Withable.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 30.04.19.
// Copyright © 2019 Flinesoft. All rights reserved.
//
// Copyright © 2019 Flinesoft. All rights reserved.

/// Simple protocol to make constructing and modifying objects with multiple properties more pleasant (functional, chainable, point-free).
public protocol Withable {
Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Structs/FrequencyTable.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 03.01.16.
// Copyright © 2016 Flinesoft. All rights reserved.
//
// Copyright © 2016 Flinesoft. All rights reserved.

import Foundation

Expand Down
8 changes: 1 addition & 7 deletions Frameworks/HandySwift/Structs/Regex.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
//
// Regex.swift
// HandySwift
//
// Created by Frederick Pietschmann on 19.03.18.
// Copyright © 2018 Flinesoft. All rights reserved.
//
// Copyright © 2018 Flinesoft. All rights reserved.
// Originally from: https://github.com/sharplet/Regex (modified to remove some weight).

import Foundation
Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Structs/SortedArray.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 26.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

import Foundation

Expand Down
8 changes: 1 addition & 7 deletions Frameworks/HandySwift/Structs/Unowned.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
//
// Unowned.swift
// HandySwift
//
// Created by Murat Yilmaz on 19.05.18.
// Copyright © 2018 Flinesoft. All rights reserved.
//
// Copyright © 2018 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/HandySwift/Structs/Weak.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Murat Yilmaz on 19.05.18.
// Copyright © 2018 Flinesoft. All rights reserved.
//
// Copyright © 2018 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Frameworks/SupportingFiles/HandySwift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 18.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

#import <Foundation/Foundation.h>

Expand Down
7 changes: 2 additions & 5 deletions HandySwift.xcodeproj/xcshareddata/IDETemplateMacros.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FILEHEADER</key>
<string>
// Created by ___FULLUSERNAME___ on ___DATE___.
// ___COPYRIGHT___
//</string>
<key>FILEHEADER</key>
<string> ___COPYRIGHT___</string>
</dict>
</plist>
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Extensions/ArrayExtensionTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 26.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Stepanov Pavel on 08/07/2018.
// Copyright © 2018 Flinesoft. All rights reserved.
//
// Copyright © 2018 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Frederick Pietschmann on 07.05.19.
// Copyright © 2019 Flinesoft. All rights reserved.
//
// Copyright © 2019 Flinesoft. All rights reserved.

import Foundation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 16.01.16.
// Copyright © 2016 Flinesoft. All rights reserved.
//
// Copyright © 2016 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 13.02.17.
// Copyright © 2017 Flinesoft. All rights reserved.
//
// Copyright © 2017 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Extensions/IntExtensionTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 18.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Extensions/NSRangeExtensionTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 11.02.19.
// Copyright © 2019 Flinesoft. All rights reserved.
//
// Copyright © 2019 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Extensions/StringExtensionTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 26.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 18.02.17.
// Copyright © 2017 Flinesoft. All rights reserved.
//
// Copyright © 2017 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/GlobalsTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 07.06.16.
// Copyright © 2016 Flinesoft. All rights reserved.
//
// Copyright © 2016 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Protocols/WithableTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 30.04.19.
// Copyright © 2019 Flinesoft. All rights reserved.
//
// Copyright © 2019 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Structs/FrequencyTableTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 03.01.16.
// Copyright © 2016 Flinesoft. All rights reserved.
//
// Copyright © 2016 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Structs/RegexTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Frederick Pietschmann on 18.04.18.
// Copyright © 2018 Flinesoft. All rights reserved.
//
// Copyright © 2018 Flinesoft. All rights reserved.

import Foundation

Expand Down
5 changes: 1 addition & 4 deletions Tests/HandySwiftTests/Structs/SortedArrayTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Created by Cihat Gündüz on 26.12.15.
// Copyright © 2015 Flinesoft. All rights reserved.
//
// Copyright © 2015 Flinesoft. All rights reserved.

@testable import HandySwift
import XCTest
Expand Down

0 comments on commit 46cf615

Please sign in to comment.