From 44cf2bde19fbfca169a1b3d121b6881d4ebadb83 Mon Sep 17 00:00:00 2001 From: mustiikhalil Date: Sat, 2 Jan 2021 11:46:46 +0300 Subject: [PATCH] Updates license date to 2021 (#6378) --- samples/sample_binary.swift | 2 +- swift/Sources/FlatBuffers/ByteBuffer.swift | 2 +- swift/Sources/FlatBuffers/Constants.swift | 2 +- swift/Sources/FlatBuffers/FlatBufferBuilder.swift | 2 +- swift/Sources/FlatBuffers/FlatBufferObject.swift | 2 +- swift/Sources/FlatBuffers/FlatBuffersUtils.swift | 2 +- swift/Sources/FlatBuffers/Int+extension.swift | 2 +- swift/Sources/FlatBuffers/Message.swift | 2 +- swift/Sources/FlatBuffers/Mutable.swift | 2 +- swift/Sources/FlatBuffers/Offset.swift | 2 +- swift/Sources/FlatBuffers/Struct.swift | 2 +- swift/Sources/FlatBuffers/Table.swift | 2 +- swift/Sources/FlatBuffers/UnionObject.swift | 2 +- .../Sources/FlatBuffers.Benchmarks.swift/main.swift | 2 +- tests/FlatBuffers.GRPC.Swift/Sources/client/main.swift | 2 +- tests/FlatBuffers.GRPC.Swift/Sources/server/main.swift | 2 +- .../FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/main.swift | 2 +- .../FlatBuffersMonsterWriterTests.swift | 2 +- .../FlatBuffers.Test.SwiftTests/FlatBuffersStructsTests.swift | 2 +- .../Tests/FlatBuffers.Test.SwiftTests/FlatBuffersTests.swift | 2 +- .../FlatBuffers.Test.SwiftTests/FlatBuffersUnionTests.swift | 2 +- .../FlatBuffers.Test.SwiftTests/FlatBuffersVectorsTests.swift | 2 +- .../FlatBuffers.Test.SwiftTests/FlatbuffersDoubleTests.swift | 2 +- .../Tests/FlatBuffers.Test.SwiftTests/XCTestManifests.swift | 2 +- tests/FlatBuffers.Test.Swift/Tests/LinuxMain.swift | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/samples/sample_binary.swift b/samples/sample_binary.swift index 88d2578fc..bd9b5c0da 100644 --- a/samples/sample_binary.swift +++ b/samples/sample_binary.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/ByteBuffer.swift b/swift/Sources/FlatBuffers/ByteBuffer.swift index 17c1a8748..4d32d78e8 100644 --- a/swift/Sources/FlatBuffers/ByteBuffer.swift +++ b/swift/Sources/FlatBuffers/ByteBuffer.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/Constants.swift b/swift/Sources/FlatBuffers/Constants.swift index ac541d9cc..44021e91e 100644 --- a/swift/Sources/FlatBuffers/Constants.swift +++ b/swift/Sources/FlatBuffers/Constants.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/FlatBufferBuilder.swift b/swift/Sources/FlatBuffers/FlatBufferBuilder.swift index 64f267b80..a868ce10e 100644 --- a/swift/Sources/FlatBuffers/FlatBufferBuilder.swift +++ b/swift/Sources/FlatBuffers/FlatBufferBuilder.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/FlatBufferObject.swift b/swift/Sources/FlatBuffers/FlatBufferObject.swift index fb7408be1..14ab3ccd4 100644 --- a/swift/Sources/FlatBuffers/FlatBufferObject.swift +++ b/swift/Sources/FlatBuffers/FlatBufferObject.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/FlatBuffersUtils.swift b/swift/Sources/FlatBuffers/FlatBuffersUtils.swift index 507ef67cf..f0a96dbda 100644 --- a/swift/Sources/FlatBuffers/FlatBuffersUtils.swift +++ b/swift/Sources/FlatBuffers/FlatBuffersUtils.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/Int+extension.swift b/swift/Sources/FlatBuffers/Int+extension.swift index ed68ca08b..76977ba45 100644 --- a/swift/Sources/FlatBuffers/Int+extension.swift +++ b/swift/Sources/FlatBuffers/Int+extension.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/Message.swift b/swift/Sources/FlatBuffers/Message.swift index d1db35765..b8bba0323 100644 --- a/swift/Sources/FlatBuffers/Message.swift +++ b/swift/Sources/FlatBuffers/Message.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/Mutable.swift b/swift/Sources/FlatBuffers/Mutable.swift index adcaa1f44..60f0f1223 100644 --- a/swift/Sources/FlatBuffers/Mutable.swift +++ b/swift/Sources/FlatBuffers/Mutable.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/Offset.swift b/swift/Sources/FlatBuffers/Offset.swift index 4b42b0433..abf489b1b 100644 --- a/swift/Sources/FlatBuffers/Offset.swift +++ b/swift/Sources/FlatBuffers/Offset.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/Struct.swift b/swift/Sources/FlatBuffers/Struct.swift index 73b3295d7..75e5f9771 100644 --- a/swift/Sources/FlatBuffers/Struct.swift +++ b/swift/Sources/FlatBuffers/Struct.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/Table.swift b/swift/Sources/FlatBuffers/Table.swift index 44bbe38f7..dc711be48 100644 --- a/swift/Sources/FlatBuffers/Table.swift +++ b/swift/Sources/FlatBuffers/Table.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/swift/Sources/FlatBuffers/UnionObject.swift b/swift/Sources/FlatBuffers/UnionObject.swift index fa45e9121..4d99ea9b8 100644 --- a/swift/Sources/FlatBuffers/UnionObject.swift +++ b/swift/Sources/FlatBuffers/UnionObject.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/main.swift b/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/main.swift index 1ec5bb4ab..40562f9a5 100644 --- a/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/main.swift +++ b/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/main.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.GRPC.Swift/Sources/client/main.swift b/tests/FlatBuffers.GRPC.Swift/Sources/client/main.swift index db3206c38..dac26a32b 100644 --- a/tests/FlatBuffers.GRPC.Swift/Sources/client/main.swift +++ b/tests/FlatBuffers.GRPC.Swift/Sources/client/main.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.GRPC.Swift/Sources/server/main.swift b/tests/FlatBuffers.GRPC.Swift/Sources/server/main.swift index d7aa2b939..53c02230c 100644 --- a/tests/FlatBuffers.GRPC.Swift/Sources/server/main.swift +++ b/tests/FlatBuffers.GRPC.Swift/Sources/server/main.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/main.swift b/tests/FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/main.swift index 7a3ff66eb..a5a23a670 100644 --- a/tests/FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/main.swift +++ b/tests/FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/main.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersMonsterWriterTests.swift b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersMonsterWriterTests.swift index fb49e480b..16c74aca3 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersMonsterWriterTests.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersMonsterWriterTests.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersStructsTests.swift b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersStructsTests.swift index cdde3646c..9b80bf3cc 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersStructsTests.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersStructsTests.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersTests.swift b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersTests.swift index a60560029..480098256 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersTests.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersTests.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersUnionTests.swift b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersUnionTests.swift index e401d4ef3..608a07cde 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersUnionTests.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersUnionTests.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersVectorsTests.swift b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersVectorsTests.swift index f095eef86..f569fa44c 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersVectorsTests.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersVectorsTests.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersDoubleTests.swift b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersDoubleTests.swift index 4d6d724fe..63ac1ecba 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersDoubleTests.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersDoubleTests.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/XCTestManifests.swift b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/XCTestManifests.swift index e869acbe1..4e6b63bee 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/XCTestManifests.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/XCTestManifests.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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. diff --git a/tests/FlatBuffers.Test.Swift/Tests/LinuxMain.swift b/tests/FlatBuffers.Test.Swift/Tests/LinuxMain.swift index 68d7891fa..d909d0793 100644 --- a/tests/FlatBuffers.Test.Swift/Tests/LinuxMain.swift +++ b/tests/FlatBuffers.Test.Swift/Tests/LinuxMain.swift @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google Inc. All rights reserved. + * Copyright 2021 Google Inc. 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.