summaryrefslogtreecommitdiff
path: root/native/annotator/experimental/experimental.fbs
diff options
context:
space:
mode:
authorTony Mak <tonymak@google.com>2020-05-28 15:25:17 +0100
committerTony Mak <tonymak@google.com>2020-05-28 16:20:31 +0100
commitc121edde42813cdda735d226c51d5fd6538ca039 (patch)
tree923ac7a59ecb6513948acb04c55e982dc6f4da47 /native/annotator/experimental/experimental.fbs
parent9d2d90eaf67374f07f7dbad9e415fd82db29664d (diff)
downloadlibtextclassifier-c121edde42813cdda735d226c51d5fd6538ca039.tar.gz
Export libtextclassifier
Bug: 157134682 Test: atest TextClassifierServiceTest Change-Id: I008e36d4af9bb27e889c68a6b881f87f9878b77d
Diffstat (limited to 'native/annotator/experimental/experimental.fbs')
-rwxr-xr-xnative/annotator/experimental/experimental.fbs16
1 files changed, 16 insertions, 0 deletions
diff --git a/native/annotator/experimental/experimental.fbs b/native/annotator/experimental/experimental.fbs
index fff2d9e..6e15d04 100755
--- a/native/annotator/experimental/experimental.fbs
+++ b/native/annotator/experimental/experimental.fbs
@@ -1,3 +1,19 @@
+//
+// Copyright (C) 2018 The Android Open Source Project
+//
+// 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.
+//
+
namespace libtextclassifier3;
table ExperimentalModel {
}