Update some copyright headers

This commit is contained in:
manuroe 2022-09-28 11:15:25 +02:00 committed by Stefan Ceriu
parent 9e16e2f729
commit e618d9b028
8 changed files with 99 additions and 31 deletions

View File

@ -1,9 +1,17 @@
//
// ElementAnimations.swift
// ElementX
// Copyright 2022 New Vector Ltd
//
// Created by Ismail on 8.07.2022.
// Copyright © 2022 Element. All rights reserved.
// 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

View File

@ -1,9 +1,17 @@
//
// Tests.swift
// ElementX
// Copyright 2022 New Vector Ltd
//
// Created by Ismail on 29.07.2022.
// Copyright © 2022 Element. All rights reserved.
// 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

View File

@ -1,9 +1,17 @@
//
// Application.swift
// IntegrationTests
// Copyright 2022 New Vector Ltd
//
// Created by Stefan Ceriu on 26/07/2022.
// Copyright © 2022 Element. All rights reserved.
// 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 XCTest

View File

@ -1,9 +1,17 @@
//
// ApplicationTests.swift
// IntegrationTests
// Copyright 2022 New Vector Ltd
//
// Created by Stefan Ceriu on 27/07/2022.
// Copyright © 2022 Element. All rights reserved.
// 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 XCTest

View File

@ -1,9 +1,17 @@
//
// LoginTest.swift
// IntegrationTests
// Copyright 2022 New Vector Ltd
//
// Created by Stefan Ceriu on 25/07/2022.
// Copyright © 2022 Element. All rights reserved.
// 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 XCTest

View File

@ -1,9 +1,17 @@
//
// TestMeasurementParser.swift
// IntegrationTests
// Copyright 2022 New Vector Ltd
//
// Created by Stefan Ceriu on 28/07/2022.
// Copyright © 2022 Element. All rights reserved.
// 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

View File

@ -1,9 +1,17 @@
//
// XCUElement.swift
// ElementX
// Copyright 2022 New Vector Ltd
//
// Created by Stefan Ceriu on 27/07/2022.
// Copyright © 2022 Element. All rights reserved.
// 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 XCTest

View File

@ -1,6 +1,18 @@
# Copyright 2020 New Vector Ltd - All Rights Reserved
# Unauthorized copying of this file, via any medium is strictly prohibited
# Proprietary and confidential
#
# Copyright 2020 New Vector Ltd
#
# 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.
#
# frozen_string_literal: true