diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-30 15:01:22 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-30 15:01:22 +0100 |
commit | 8213b2ba3071c2426cfcc506bafc6e45e23c9925 (patch) | |
tree | 74ed134f56c6aa9b61e8f47bef817d0c8930439e /build/gobind-pinecone/platform_ios.go | |
parent | 49dc49b232432d52c082646cc6f778593f4cb8b4 (diff) |
Update Pinecone P2P demo
Diffstat (limited to 'build/gobind-pinecone/platform_ios.go')
-rw-r--r-- | build/gobind-pinecone/platform_ios.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/gobind-pinecone/platform_ios.go b/build/gobind-pinecone/platform_ios.go index 802d7fac..a89ebfcd 100644 --- a/build/gobind-pinecone/platform_ios.go +++ b/build/gobind-pinecone/platform_ios.go @@ -1,3 +1,17 @@ +// Copyright 2022 The Matrix.org Foundation C.I.C. +// +// 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. + //go:build ios // +build ios |