From 45b8fc9c9d15b71cd6d4718ec360c705122b5cd1 Mon Sep 17 00:00:00 2001 From: Frank Rotermund Date: Wed, 5 Oct 2022 13:17:14 +0200 Subject: [PATCH] MESSENGER-3675 corrected licence message for rolls and rights --- bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.h | 16 ++++++++++++++++ bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.m | 17 +++++++++++++++++ .../RoomRollsAndRightsCoordinator.swift | 16 ++++++++++++++++ .../RoomRollsAndRightsCoordinatorType.swift | 17 +++++++++++++++++ ...RoomRollsAndRightsPickerViewController.swift | 17 +++++++++++++++++ .../RoomRollsAndRightsService.swift | 17 +++++++++++++++++ .../RoomRollsAndRightsServiceType.swift | 17 +++++++++++++++++ .../RoomRollsAndRightsState.swift | 17 +++++++++++++++++ .../RoomRollsAndRightsViewAction.swift | 17 +++++++++++++++++ .../RoomRollsAndRightsViewController.swift | 17 +++++++++++++++++ .../RoomRollsAndRightsViewModel.swift | 16 ++++++++++++++++ .../RoomRollsAndRightsViewModelType.swift | 16 ++++++++++++++++ .../RoomRollsAndRightsViewState.swift | 17 +++++++++++++++++ 13 files changed, 217 insertions(+) diff --git a/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.h b/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.h index 7227c1019..c83df54e2 100644 --- a/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.h +++ b/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.h @@ -1,3 +1,19 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #import diff --git a/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.m b/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.m index 5658ba6c3..d13aaab59 100644 --- a/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.m +++ b/bwi/RollsAndRights/MXRoom+sendRoomPowerLevels.m @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #import "MXRoom+sendRoomPowerLevels.h" @implementation MXRoom (BWI) diff --git a/bwi/RollsAndRights/RoomRollsAndRightsCoordinator.swift b/bwi/RollsAndRights/RoomRollsAndRightsCoordinator.swift index 2c0e6bcf5..18bcdeaa0 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsCoordinator.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsCoordinator.swift @@ -1,3 +1,19 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import Foundation import UIKit diff --git a/bwi/RollsAndRights/RoomRollsAndRightsCoordinatorType.swift b/bwi/RollsAndRights/RoomRollsAndRightsCoordinatorType.swift index 2dbce1cb2..5e014e6d9 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsCoordinatorType.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsCoordinatorType.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import Foundation protocol RoomRollsAndRightsCoordinatorDelegate: AnyObject { diff --git a/bwi/RollsAndRights/RoomRollsAndRightsPickerViewController.swift b/bwi/RollsAndRights/RoomRollsAndRightsPickerViewController.swift index b3e409e5e..c5135ab0e 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsPickerViewController.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsPickerViewController.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import UIKit protocol RoomRollsAndRightsPickerViewControllerDelegate: AnyObject { diff --git a/bwi/RollsAndRights/RoomRollsAndRightsService.swift b/bwi/RollsAndRights/RoomRollsAndRightsService.swift index 463490350..392dc64c7 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsService.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsService.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import Foundation final class RoomRollsAndRightsService: RoomRollsAndRightsServiceType { diff --git a/bwi/RollsAndRights/RoomRollsAndRightsServiceType.swift b/bwi/RollsAndRights/RoomRollsAndRightsServiceType.swift index e1262e940..176254567 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsServiceType.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsServiceType.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import Foundation protocol RoomRollsAndRightsServiceType { diff --git a/bwi/RollsAndRights/RoomRollsAndRightsState.swift b/bwi/RollsAndRights/RoomRollsAndRightsState.swift index 7dfc34bde..8c17928b8 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsState.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsState.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import Foundation enum RoomRollsAndRightState: CaseIterable { diff --git a/bwi/RollsAndRights/RoomRollsAndRightsViewAction.swift b/bwi/RollsAndRights/RoomRollsAndRightsViewAction.swift index 462063012..2c769ba23 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsViewAction.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsViewAction.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import Foundation enum RoomRollsAndRightsViewAction { diff --git a/bwi/RollsAndRights/RoomRollsAndRightsViewController.swift b/bwi/RollsAndRights/RoomRollsAndRightsViewController.swift index 40ca5ecec..0694ee959 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsViewController.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsViewController.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import UIKit final class RoomRollsAndRightsViewController: UITableViewController { diff --git a/bwi/RollsAndRights/RoomRollsAndRightsViewModel.swift b/bwi/RollsAndRights/RoomRollsAndRightsViewModel.swift index 3393a083d..e6cacc7ed 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsViewModel.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsViewModel.swift @@ -1,3 +1,19 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import Foundation diff --git a/bwi/RollsAndRights/RoomRollsAndRightsViewModelType.swift b/bwi/RollsAndRights/RoomRollsAndRightsViewModelType.swift index 9534cf7c6..a6eee0112 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsViewModelType.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsViewModelType.swift @@ -1,3 +1,19 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import Foundation diff --git a/bwi/RollsAndRights/RoomRollsAndRightsViewState.swift b/bwi/RollsAndRights/RoomRollsAndRightsViewState.swift index 3ccfb4366..3c63c5716 100644 --- a/bwi/RollsAndRights/RoomRollsAndRightsViewState.swift +++ b/bwi/RollsAndRights/RoomRollsAndRightsViewState.swift @@ -1,3 +1,20 @@ +// +/* + * Copyright (c) 2021 BWI GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import Foundation /// RoomNotificationSettingsViewController view state