diff --git a/.swiftlint.yml b/.swiftlint.yml index 94e6336..fc8b8ee 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -10,7 +10,12 @@ empty_count: file_header: required_pattern: | \/\/ - \/\/ {2}Copyright © \d{4} Tinder \(Match Group, LLC\) + \/\/ {2}All Contributions by Match Group + \/\/ + \/\/ {2}Copyright © \d{4}(-\d{4})? Tinder \(Match Group, LLC\) + \/\/ + \/\/ {2}Licensed under the Match Group Modified 3-Clause BSD License. + \/\/ {2}See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. \/\/ private_over_fileprivate: diff --git a/Example/Example/Sources/AppDelegate.swift b/Example/Example/Sources/AppDelegate.swift index 6a7058e..0b4c307 100644 --- a/Example/Example/Sources/AppDelegate.swift +++ b/Example/Example/Sources/AppDelegate.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Example/Example/Sources/Examples/ButtonExample.swift b/Example/Example/Sources/Examples/ButtonExample.swift index 0778939..51ac53f 100644 --- a/Example/Example/Sources/Examples/ButtonExample.swift +++ b/Example/Example/Sources/Examples/ButtonExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/ControlExample.swift b/Example/Example/Sources/Examples/ControlExample.swift index fc9249f..a3a92a2 100644 --- a/Example/Example/Sources/Examples/ControlExample.swift +++ b/Example/Example/Sources/Examples/ControlExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/DatePickerExample.swift b/Example/Example/Sources/Examples/DatePickerExample.swift index 63e1373..73dedfc 100644 --- a/Example/Example/Sources/Examples/DatePickerExample.swift +++ b/Example/Example/Sources/Examples/DatePickerExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/GestureRecognizerExample.swift b/Example/Example/Sources/Examples/GestureRecognizerExample.swift index c4cc3ca..59a34a1 100644 --- a/Example/Example/Sources/Examples/GestureRecognizerExample.swift +++ b/Example/Example/Sources/Examples/GestureRecognizerExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/PageControlExample.swift b/Example/Example/Sources/Examples/PageControlExample.swift index 3c9be13..10a0d99 100644 --- a/Example/Example/Sources/Examples/PageControlExample.swift +++ b/Example/Example/Sources/Examples/PageControlExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/RefreshControlExample.swift b/Example/Example/Sources/Examples/RefreshControlExample.swift index a3cb578..f18fc62 100644 --- a/Example/Example/Sources/Examples/RefreshControlExample.swift +++ b/Example/Example/Sources/Examples/RefreshControlExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/ScrollViewExample.swift b/Example/Example/Sources/Examples/ScrollViewExample.swift index e1ebe53..6d08f1c 100644 --- a/Example/Example/Sources/Examples/ScrollViewExample.swift +++ b/Example/Example/Sources/Examples/ScrollViewExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/SearchBarExample.swift b/Example/Example/Sources/Examples/SearchBarExample.swift index b154466..729a409 100644 --- a/Example/Example/Sources/Examples/SearchBarExample.swift +++ b/Example/Example/Sources/Examples/SearchBarExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/SegmentedControlExample.swift b/Example/Example/Sources/Examples/SegmentedControlExample.swift index 32511e0..cf44b71 100644 --- a/Example/Example/Sources/Examples/SegmentedControlExample.swift +++ b/Example/Example/Sources/Examples/SegmentedControlExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/SliderExample.swift b/Example/Example/Sources/Examples/SliderExample.swift index f74d36a..1d4e77a 100644 --- a/Example/Example/Sources/Examples/SliderExample.swift +++ b/Example/Example/Sources/Examples/SliderExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/StepperExample.swift b/Example/Example/Sources/Examples/StepperExample.swift index 4f6f09c..0522886 100644 --- a/Example/Example/Sources/Examples/StepperExample.swift +++ b/Example/Example/Sources/Examples/StepperExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/SwitchExample.swift b/Example/Example/Sources/Examples/SwitchExample.swift index 5a0b4ab..dc19e6d 100644 --- a/Example/Example/Sources/Examples/SwitchExample.swift +++ b/Example/Example/Sources/Examples/SwitchExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/TextFieldExample.swift b/Example/Example/Sources/Examples/TextFieldExample.swift index 6c1023e..4bfcf58 100644 --- a/Example/Example/Sources/Examples/TextFieldExample.swift +++ b/Example/Example/Sources/Examples/TextFieldExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/TextViewExample.swift b/Example/Example/Sources/Examples/TextViewExample.swift index b28ff94..c1f1ebf 100644 --- a/Example/Example/Sources/Examples/TextViewExample.swift +++ b/Example/Example/Sources/Examples/TextViewExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/Examples/ViewControllerExample.swift b/Example/Example/Sources/Examples/ViewControllerExample.swift index d4cf471..4bd6d61 100644 --- a/Example/Example/Sources/Examples/ViewControllerExample.swift +++ b/Example/Example/Sources/Examples/ViewControllerExample.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/MenuViewController.swift b/Example/Example/Sources/MenuViewController.swift index 63700d4..2cec974 100644 --- a/Example/Example/Sources/MenuViewController.swift +++ b/Example/Example/Sources/MenuViewController.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Example/Example/Sources/SceneDelegate.swift b/Example/Example/Sources/SceneDelegate.swift index f07ff75..257a386 100644 --- a/Example/Example/Sources/SceneDelegate.swift +++ b/Example/Example/Sources/SceneDelegate.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Example/ExampleTests/Tests/ExampleTests.swift b/Example/ExampleTests/Tests/ExampleTests.swift index a3654f3..43bd6b1 100644 --- a/Example/ExampleTests/Tests/ExampleTests.swift +++ b/Example/ExampleTests/Tests/ExampleTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import Example diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b2da94d --- /dev/null +++ b/LICENSE @@ -0,0 +1,46 @@ +Modified 3-Clause BSD License + +Copyright © 2025 Match Group, LLC + +This license is based on the 3-Clause BSD license, modified for +clarity and to add the following requirements: Modifications must +be identified in any redistributions, any implied warranty of non +infringement is disclaimed, implied licenses are disclaimed, and you +agree that you are responsible for any claims that may arise out of +your use of the software. + +The copyright holder grants you permission to and use or redistribute +this software in source and binary forms, with or without modification, +conditioned on your acceptance of, and adherence to, the following +conditions: + +1. Redistributions of source code, whether or not modified, must + retain the above copyright notice, this list of conditions, and the + following disclaimer. If modified, the source code must identify + the modifications (identification in general terms is acceptable). + +2. Redistributions in binary or application form must reproduce the + above copyright notice, this list of conditions, and the following + disclaimer in the documentation or other materials provided with + the binary or application. + +3. You may not use the name of the copyright holder nor the names of + the contributors to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE, AND NON INFRINGEMENT 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. YOU AGREE TO INDEMNIFY AND HOLD HARMLESS +THE COPYRIGHT HOLDER AND ALL CONTRIBUTORS AGAINST ANY CLAIMS THAT +ARISE BASED ON YOUR USE, MODIFICATION, OR REDISTRIBUTION OF THIS +SOFTWARE. NO ADDITIONAL LICENSE BEYOND THOSE EXPRESSLY GRANTED ABOVE +ARE IMPLIED. diff --git a/Makefile b/Makefile index 15aec6b..11b7c8b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ fix: @/usr/libexec/PlistBuddy -c \ "Delete :FILEHEADER" \ "$(XCSHAREDDATA)/IDETemplateMacros.plist" >/dev/null 2>&1 || true - @header=$$'\n// Copyright © ___YEAR___ Tinder \(Match Group, LLC\)\n//'; \ + @header=$$'\n// All Contributions by Match Group\n//\n// Copyright © ___YEAR___ Tinder \(Match Group, LLC\)\n//\n// Licensed under the Match Group Modified 3-Clause BSD License.\n// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information.\n//'; \ /usr/libexec/PlistBuddy -c \ "Add :FILEHEADER string $$header" \ "$(XCSHAREDDATA)/IDETemplateMacros.plist" >/dev/null 2>&1 diff --git a/README.md b/README.md index 9b98495..c6f651c 100644 --- a/README.md +++ b/README.md @@ -2092,3 +2092,17 @@ extension ExampleControl { ``` The CombineUI source code may be used as reference for additional examples. + +## Contributing + +While interest in contributing to this project is appreciated, it has been open +sourced solely for the purpose of sharing with the community. This means we are +unable to accept outside contributions at this time and pull requests will not +be reviewed or merged. To report a security concern or vulnerability, please +submit a GitHub issue. + +## License + +Licensed under the [Match Group Modified 3-Clause BSD License]( +https://github.com/Tinder/CombineUI/blob/main/LICENSE +). diff --git a/Sources/CombineUI/Bindable.swift b/Sources/CombineUI/Bindable.swift index 21b4000..88cee7e 100644 --- a/Sources/CombineUI/Bindable.swift +++ b/Sources/CombineUI/Bindable.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // public struct Bindable { diff --git a/Sources/CombineUI/Binding.swift b/Sources/CombineUI/Binding.swift index 6dea6cc..e77cf72 100644 --- a/Sources/CombineUI/Binding.swift +++ b/Sources/CombineUI/Binding.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/Support/Publisher.swift b/Sources/CombineUI/Support/Publisher.swift index 30035a2..6054f4d 100644 --- a/Sources/CombineUI/Support/Publisher.swift +++ b/Sources/CombineUI/Support/Publisher.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/Target.swift b/Sources/CombineUI/Target.swift index dbf5829..6895acc 100644 --- a/Sources/CombineUI/Target.swift +++ b/Sources/CombineUI/Target.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // public protocol Target: AnyObject {} diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift index 035c2a9..0e637f1 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift index 639cfe3..ce0374b 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift index a2043e9..4b976eb 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift index b345c24..7237c77 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift index e299690..2c55982 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift index 8a53843..806180b 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift index 417c1ce..5e7c35e 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift index 681db93..150761b 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift index 1496971..f2ae005 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift index 7c88f0a..432623f 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift index 9996e20..03558e8 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift index ae9b40d..e68c61b 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift index 113199a..50d7bda 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift index 70d7048..fd61076 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift index fa7d3ab..6414c98 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift index 4cdd78b..2f1c626 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift b/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift index 8e9004d..f49d7a7 100644 --- a/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift +++ b/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Control/Control.swift b/Sources/CombineUI/UIKit/Control/Control.swift index 0541d8b..9dfbd49 100644 --- a/Sources/CombineUI/UIKit/Control/Control.swift +++ b/Sources/CombineUI/UIKit/Control/Control.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Control/ControlInterface.swift b/Sources/CombineUI/UIKit/Control/ControlInterface.swift index 9ac9f32..108f6f4 100644 --- a/Sources/CombineUI/UIKit/Control/ControlInterface.swift +++ b/Sources/CombineUI/UIKit/Control/ControlInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Control/ControlPublisher.swift b/Sources/CombineUI/UIKit/Control/ControlPublisher.swift index d230acc..32d14b2 100644 --- a/Sources/CombineUI/UIKit/Control/ControlPublisher.swift +++ b/Sources/CombineUI/UIKit/Control/ControlPublisher.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Control/ControlSubscription.swift b/Sources/CombineUI/UIKit/Control/ControlSubscription.swift index 1765af2..d5d15b0 100644 --- a/Sources/CombineUI/UIKit/Control/ControlSubscription.swift +++ b/Sources/CombineUI/UIKit/Control/ControlSubscription.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/Button.swift b/Sources/CombineUI/UIKit/Controls/Button.swift index 0c4e0bc..368cd8e 100644 --- a/Sources/CombineUI/UIKit/Controls/Button.swift +++ b/Sources/CombineUI/UIKit/Controls/Button.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift b/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift index e014c32..39503fc 100644 --- a/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift +++ b/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift b/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift index 2896a56..04432e1 100644 --- a/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift +++ b/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/PageControl.swift b/Sources/CombineUI/UIKit/Controls/PageControl.swift index ce00761..6726f35 100644 --- a/Sources/CombineUI/UIKit/Controls/PageControl.swift +++ b/Sources/CombineUI/UIKit/Controls/PageControl.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/RefreshControl.swift b/Sources/CombineUI/UIKit/Controls/RefreshControl.swift index 4ccd361..0019209 100644 --- a/Sources/CombineUI/UIKit/Controls/RefreshControl.swift +++ b/Sources/CombineUI/UIKit/Controls/RefreshControl.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift b/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift index 91f33ac..4c1aa79 100644 --- a/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift +++ b/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/Slider.swift b/Sources/CombineUI/UIKit/Controls/Slider.swift index 639fcfe..11a5b84 100644 --- a/Sources/CombineUI/UIKit/Controls/Slider.swift +++ b/Sources/CombineUI/UIKit/Controls/Slider.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/Stepper.swift b/Sources/CombineUI/UIKit/Controls/Stepper.swift index 9b8dd53..d94f245 100644 --- a/Sources/CombineUI/UIKit/Controls/Stepper.swift +++ b/Sources/CombineUI/UIKit/Controls/Stepper.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/Switch.swift b/Sources/CombineUI/UIKit/Controls/Switch.swift index 9129c72..7f1903d 100644 --- a/Sources/CombineUI/UIKit/Controls/Switch.swift +++ b/Sources/CombineUI/UIKit/Controls/Switch.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift b/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift index d7e90d1..2023f36 100644 --- a/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift +++ b/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift b/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift index 16f5cab..0548dcb 100644 --- a/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift +++ b/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift b/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift index d521c1f..eb1efa5 100644 --- a/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift +++ b/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift index 83513b7..50f130c 100644 --- a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift +++ b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift index ea40d9e..9a560f9 100644 --- a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift +++ b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift index 1370597..4532076 100644 --- a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift +++ b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift index fab8331..f1252aa 100644 --- a/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift +++ b/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/UIKit+Target.swift b/Sources/CombineUI/UIKit/UIKit+Target.swift index c1f07c7..ef098af 100644 --- a/Sources/CombineUI/UIKit/UIKit+Target.swift +++ b/Sources/CombineUI/UIKit/UIKit+Target.swift @@ -1,6 +1,11 @@ // swiftlint:disable:this file_name // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift b/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift index b809b14..67db2a5 100644 --- a/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift +++ b/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/ViewController/UIViewController.swift b/Sources/CombineUI/UIKit/ViewController/UIViewController.swift index 216056f..a80b5e5 100644 --- a/Sources/CombineUI/UIKit/ViewController/UIViewController.swift +++ b/Sources/CombineUI/UIKit/ViewController/UIViewController.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/ViewController/ViewController.swift b/Sources/CombineUI/UIKit/ViewController/ViewController.swift index f2a3bde..a3b6998 100644 --- a/Sources/CombineUI/UIKit/ViewController/ViewController.swift +++ b/Sources/CombineUI/UIKit/ViewController/ViewController.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift b/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift index d5c359e..0876414 100644 --- a/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift +++ b/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift b/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift index 9330d9c..860856f 100644 --- a/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift +++ b/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift b/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift index 5e1ea16..895793d 100644 --- a/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift +++ b/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift b/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift index fca6600..770c3e8 100644 --- a/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift +++ b/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift b/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift index f4cb1bc..5e55c81 100644 --- a/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift +++ b/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift b/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift index 8314110..7413560 100644 --- a/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift +++ b/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift b/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift index 93ffd3a..192477a 100644 --- a/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift +++ b/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift b/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift index 59089e5..0ab8f5c 100644 --- a/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift +++ b/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift b/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift index aae4a75..1807b27 100644 --- a/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift +++ b/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Views/TextView/TextView.swift b/Sources/CombineUI/UIKit/Views/TextView/TextView.swift index eeeef4b..84548e0 100644 --- a/Sources/CombineUI/UIKit/Views/TextView/TextView.swift +++ b/Sources/CombineUI/UIKit/Views/TextView/TextView.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import UIKit diff --git a/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift b/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift index e9c3d34..63c79d1 100644 --- a/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift +++ b/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift b/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift index 139527d..19a7b3e 100644 --- a/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift +++ b/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/BindingTests.swift b/Tests/CombineUITests/BindingTests.swift index 5fb27df..a0eb237 100644 --- a/Tests/CombineUITests/BindingTests.swift +++ b/Tests/CombineUITests/BindingTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIActivityIndicatorViewTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIActivityIndicatorViewTests.swift index 3f562e8..3308237 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIActivityIndicatorViewTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIActivityIndicatorViewTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIButtonTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIButtonTests.swift index 10dccd6..ee5b38b 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIButtonTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIButtonTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIControlTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIControlTests.swift index d1c90e8..bdc4aeb 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIDatePickerTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIDatePickerTests.swift index 780bdb0..212f5ad 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIDatePickerTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIDatePickerTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIGestureRecognizerTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIGestureRecognizerTests.swift index aa63939..ef9f613 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIGestureRecognizerTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIGestureRecognizerTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIImageViewTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIImageViewTests.swift index d5a8b1c..bf25fdf 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIImageViewTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIImageViewTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UILabelTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UILabelTests.swift index adbbd1e..c137e2d 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UILabelTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UILabelTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIPageControlTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIPageControlTests.swift index 665e046..82bee02 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIPageControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIPageControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIProgressViewTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIProgressViewTests.swift index 4db3b50..23c1ae8 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIProgressViewTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIProgressViewTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIRefreshControlTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIRefreshControlTests.swift index bfe9410..cd011eb 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIRefreshControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIRefreshControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UISegmentedControlTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UISegmentedControlTests.swift index 4b25339..f475f93 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UISegmentedControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UISegmentedControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UISliderTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UISliderTests.swift index ed59b36..cb1f0e7 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UISliderTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UISliderTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIStepperTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIStepperTests.swift index 4a32749..d28d1e6 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIStepperTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIStepperTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UISwitchTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UISwitchTests.swift index e49c68f..49221fb 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UISwitchTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UISwitchTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UITextFieldTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UITextFieldTests.swift index 20d74d8..81ba556 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UITextFieldTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UITextFieldTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UITextViewTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UITextViewTests.swift index 62ae73b..8ee417a 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UITextViewTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UITextViewTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/BindingsTests/UIViewTests.swift b/Tests/CombineUITests/UIKitTests/BindingsTests/UIViewTests.swift index 49c11b4..b9547e6 100644 --- a/Tests/CombineUITests/UIKitTests/BindingsTests/UIViewTests.swift +++ b/Tests/CombineUITests/UIKitTests/BindingsTests/UIViewTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/ControlTests.swift b/Tests/CombineUITests/UIKitTests/ControlTests.swift index 5c426e4..b5dbe91 100644 --- a/Tests/CombineUITests/UIKitTests/ControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/ButtonTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/ButtonTests.swift index f8d665c..ff96b70 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/ButtonTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/ButtonTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/DatePickerTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/DatePickerTests.swift index 5b300d3..cf41f0a 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/DatePickerTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/DatePickerTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/PageControlTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/PageControlTests.swift index 95fdb08..4b95495 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/PageControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/PageControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/RefreshControlTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/RefreshControlTests.swift index 10b5105..fc965a4 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/RefreshControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/RefreshControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/SegmentedControlTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/SegmentedControlTests.swift index 397d215..da24dbf 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/SegmentedControlTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/SegmentedControlTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/SliderTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/SliderTests.swift index db219aa..af87a10 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/SliderTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/SliderTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/StepperTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/StepperTests.swift index d86b6d7..433a1e4 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/StepperTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/StepperTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/SwitchTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/SwitchTests.swift index 30c12f5..da950f9 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/SwitchTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/SwitchTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ControlsTests/TextFieldTests.swift b/Tests/CombineUITests/UIKitTests/ControlsTests/TextFieldTests.swift index 16ef556..865fff3 100644 --- a/Tests/CombineUITests/UIKitTests/ControlsTests/TextFieldTests.swift +++ b/Tests/CombineUITests/UIKitTests/ControlsTests/TextFieldTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/GestureRecognizerTests.swift b/Tests/CombineUITests/UIKitTests/GestureRecognizerTests.swift index 69137b6..2b7d1b9 100644 --- a/Tests/CombineUITests/UIKitTests/GestureRecognizerTests.swift +++ b/Tests/CombineUITests/UIKitTests/GestureRecognizerTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/Support/ControlTarget.swift b/Tests/CombineUITests/UIKitTests/Support/ControlTarget.swift index 14592c2..6d2f579 100644 --- a/Tests/CombineUITests/UIKitTests/Support/ControlTarget.swift +++ b/Tests/CombineUITests/UIKitTests/Support/ControlTarget.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/Support/GestureRecognizerTarget.swift b/Tests/CombineUITests/UIKitTests/Support/GestureRecognizerTarget.swift index a61d4c8..0d4b4cc 100644 --- a/Tests/CombineUITests/UIKitTests/Support/GestureRecognizerTarget.swift +++ b/Tests/CombineUITests/UIKitTests/Support/GestureRecognizerTarget.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // @testable import CombineUI diff --git a/Tests/CombineUITests/UIKitTests/ViewControllerTests.swift b/Tests/CombineUITests/UIKitTests/ViewControllerTests.swift index 5fab909..b17b85a 100644 --- a/Tests/CombineUITests/UIKitTests/ViewControllerTests.swift +++ b/Tests/CombineUITests/UIKitTests/ViewControllerTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ViewsTests/ScrollViewTests.swift b/Tests/CombineUITests/UIKitTests/ViewsTests/ScrollViewTests.swift index 998ee94..dc18bc0 100644 --- a/Tests/CombineUITests/UIKitTests/ViewsTests/ScrollViewTests.swift +++ b/Tests/CombineUITests/UIKitTests/ViewsTests/ScrollViewTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ViewsTests/SearchBarTests.swift b/Tests/CombineUITests/UIKitTests/ViewsTests/SearchBarTests.swift index 4232440..fcb6b6e 100644 --- a/Tests/CombineUITests/UIKitTests/ViewsTests/SearchBarTests.swift +++ b/Tests/CombineUITests/UIKitTests/ViewsTests/SearchBarTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2023 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine diff --git a/Tests/CombineUITests/UIKitTests/ViewsTests/TextViewTests.swift b/Tests/CombineUITests/UIKitTests/ViewsTests/TextViewTests.swift index 300955a..34b0f38 100644 --- a/Tests/CombineUITests/UIKitTests/ViewsTests/TextViewTests.swift +++ b/Tests/CombineUITests/UIKitTests/ViewsTests/TextViewTests.swift @@ -1,5 +1,10 @@ // -// Copyright © 2024 Tinder (Match Group, LLC) +// All Contributions by Match Group +// +// Copyright © 2025 Tinder (Match Group, LLC) +// +// Licensed under the Match Group Modified 3-Clause BSD License. +// See https://github.com/Tinder/CombineUI/blob/main/LICENSE for license information. // import Combine