From d882b830b03f489ef5e662c4d9ac9635fafeab29 Mon Sep 17 00:00:00 2001 From: Guilherme Rambo Date: Wed, 28 Aug 2019 11:51:52 -0300 Subject: [PATCH] Fixed copyright, added license --- LICENSE | 22 +++++++++++++++++++ Sheet/Animation/FluidTimingCurve.swift | 2 +- .../Chrome/SheetViewController.swift | 2 +- .../SheetContainerViewController.swift | 2 +- .../SheetPresentationWindow.swift | 2 +- .../Presentation/SheetPresenter.swift | 2 +- 6 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..961d41c --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2019 Guilherme Rambo + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/Sheet/Animation/FluidTimingCurve.swift b/Sheet/Animation/FluidTimingCurve.swift index df61af2..99f975e 100644 --- a/Sheet/Animation/FluidTimingCurve.swift +++ b/Sheet/Animation/FluidTimingCurve.swift @@ -3,7 +3,7 @@ // Sheet // // Created by Guilherme Rambo on 05/08/19. -// Copyright © 2019 Peixe Urbano. All rights reserved. +// Copyright © 2019 Guilherme Rambo. All rights reserved. // import UIKit diff --git a/Sheet/Bottom Sheet/Chrome/SheetViewController.swift b/Sheet/Bottom Sheet/Chrome/SheetViewController.swift index b0171e0..8ae4eee 100644 --- a/Sheet/Bottom Sheet/Chrome/SheetViewController.swift +++ b/Sheet/Bottom Sheet/Chrome/SheetViewController.swift @@ -3,7 +3,7 @@ // Sheet // // Created by Guilherme Rambo on 05/08/19. -// Copyright © 2019 Peixe Urbano. All rights reserved. +// Copyright © 2019 Guilherme Rambo. All rights reserved. // import UIKit diff --git a/Sheet/Bottom Sheet/Presentation/SheetContainerViewController.swift b/Sheet/Bottom Sheet/Presentation/SheetContainerViewController.swift index 671ce52..98aa112 100644 --- a/Sheet/Bottom Sheet/Presentation/SheetContainerViewController.swift +++ b/Sheet/Bottom Sheet/Presentation/SheetContainerViewController.swift @@ -3,7 +3,7 @@ // Sheet // // Created by Guilherme Rambo on 05/08/19. -// Copyright © 2019 Peixe Urbano. All rights reserved. +// Copyright © 2019 Guilherme Rambo. All rights reserved. // import UIKit diff --git a/Sheet/Bottom Sheet/Presentation/SheetPresentationWindow.swift b/Sheet/Bottom Sheet/Presentation/SheetPresentationWindow.swift index 74a91b3..b8ae968 100644 --- a/Sheet/Bottom Sheet/Presentation/SheetPresentationWindow.swift +++ b/Sheet/Bottom Sheet/Presentation/SheetPresentationWindow.swift @@ -3,7 +3,7 @@ // Sheet // // Created by Guilherme Rambo on 05/08/19. -// Copyright © 2019 Peixe Urbano. All rights reserved. +// Copyright © 2019 Guilherme Rambo. All rights reserved. // import UIKit diff --git a/Sheet/Bottom Sheet/Presentation/SheetPresenter.swift b/Sheet/Bottom Sheet/Presentation/SheetPresenter.swift index 3ee6b2b..9f3335e 100644 --- a/Sheet/Bottom Sheet/Presentation/SheetPresenter.swift +++ b/Sheet/Bottom Sheet/Presentation/SheetPresenter.swift @@ -3,7 +3,7 @@ // Sheet // // Created by Guilherme Rambo on 05/08/19. -// Copyright © 2019 Peixe Urbano. All rights reserved. +// Copyright © 2019 Guilherme Rambo. All rights reserved. // import UIKit