aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/swift
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-03-11 03:43:55 +0300
committerlevlam <levlam@telegram.org>2018-03-11 03:43:55 +0300
commite3d0534318469f29f16379fb5e15e7f70127463b (patch)
tree137c3e4e4190a353fc0b180e111c8e26873bf429 /example/swift
parentca0b876c62ad1f42235fad99c0ced983804b6335 (diff)
Add license to examples.
GitOrigin-RevId: 08a9ab881773d660229e5e5941ac9462156570b4
Diffstat (limited to 'example/swift')
-rw-r--r--example/swift/src/main.swift7
-rw-r--r--example/swift/src/td-Bridging-Header.h5
2 files changed, 11 insertions, 1 deletions
diff --git a/example/swift/src/main.swift b/example/swift/src/main.swift
index 10b075dc8..ac81c632b 100644
--- a/example/swift/src/main.swift
+++ b/example/swift/src/main.swift
@@ -1,3 +1,10 @@
+//
+// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2018
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
import Foundation
// TDLib Client Swift binding
diff --git a/example/swift/src/td-Bridging-Header.h b/example/swift/src/td-Bridging-Header.h
index 278d19a66..434ab2e4a 100644
--- a/example/swift/src/td-Bridging-Header.h
+++ b/example/swift/src/td-Bridging-Header.h
@@ -5,7 +5,10 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
//
-// Use this file to import your target's public headers that you would like to expose to Swift.
+// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2018
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "td/telegram/td_json_client.h"