Skip to content

Commit 1a45f43

Browse files
committed
Update the file license headers
I reconsidered the author part because it's better to make the ownership obvious to get rid of problems according to the unclearness.
1 parent 99c922b commit 1a45f43

17 files changed

+18
-18
lines changed

.swiftformat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
--header "// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license."
1+
--header "// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license."
22
--disable andOperator,anyObjectProtocol,blankLinesAroundMark,blankLinesAtEndOfScope,blankLinesAtStartOfScope,blankLinesBetweenScopes,braces,consecutiveBlankLines,consecutiveSpaces,duplicateImports,elseOnSameLine,emptyBraces,hoistPatternLet,indent,isEmpty,leadingDelimiters,linebreakAtEndOfFile,linebreaks,numberFormatting,ranges,redundantBackticks,redundantBreak,redundantExtensionACL,redundantFileprivate,redundantGet,redundantInit,redundantLet,redundantLetError,redundantNilInit,redundantObjc,redundantParens,redundantPattern,redundantRawValues,redundantReturn,redundantSelf,redundantVoidReturnType,semicolons,sortedImports,spaceAroundBraces,spaceAroundBrackets,spaceAroundComments,spaceAroundGenerics,spaceAroundOperators,spaceAroundParens,spaceInsideBraces,spaceInsideBrackets,spaceInsideComments,spaceInsideGenerics,spaceInsideParens,specifiers,strongOutlets,strongifiedSelf,todos,trailingClosures,trailingCommas,trailingSpace,typeSugar,unusedArguments,void,wrapArguments,yodaConditions
33

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Shin Yamamoto
3+
Copyright (c) 2018-Present Shin Yamamoto
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

Sources/BackdropView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/Behavior.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/Controller.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/Core.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/GrabberView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/Layout.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/LayoutAnchoring.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/LayoutReferences.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/Logger.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import Foundation
44
import os.log

Sources/PassThroughView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/Position.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/State.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import Foundation
44

Sources/SurfaceView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/Transitioning.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

Sources/UIExtensions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
1+
// Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
22

33
import UIKit
44

0 commit comments

Comments
 (0)