Add missing license headers to flatbuffer schema files

PiperOrigin-RevId: 278939213
Change-Id: I0f3dfd707b94d77edfaa413a144c7f329124abe1
diff --git a/tensorflow/lite/delegates/gpu/cl/compiled_program_cache.fbs b/tensorflow/lite/delegates/gpu/cl/compiled_program_cache.fbs
index 8498059..b771162 100644
--- a/tensorflow/lite/delegates/gpu/cl/compiled_program_cache.fbs
+++ b/tensorflow/lite/delegates/gpu/cl/compiled_program_cache.fbs
@@ -1,3 +1,17 @@
+// Copyright 2019 The TensorFlow Authors. 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.
+
 namespace tflite.gpu.cl.data;
 
 file_identifier "AFCM";
diff --git a/tensorflow/lite/delegates/gpu/gl/common.fbs b/tensorflow/lite/delegates/gpu/gl/common.fbs
index b071234..7d7e3fe 100644
--- a/tensorflow/lite/delegates/gpu/gl/common.fbs
+++ b/tensorflow/lite/delegates/gpu/gl/common.fbs
@@ -1,3 +1,17 @@
+// Copyright 2019 The TensorFlow Authors. 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.
+
 namespace tflite.gpu.gl.data;
 
 table Uint3 {
diff --git a/tensorflow/lite/delegates/gpu/gl/compiled_model.fbs b/tensorflow/lite/delegates/gpu/gl/compiled_model.fbs
index 1b47bf4..f25f902 100644
--- a/tensorflow/lite/delegates/gpu/gl/compiled_model.fbs
+++ b/tensorflow/lite/delegates/gpu/gl/compiled_model.fbs
@@ -1,3 +1,17 @@
+// Copyright 2019 The TensorFlow Authors. 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.
+
 include "common.fbs";
 
 namespace tflite.gpu.gl.data;
diff --git a/tensorflow/lite/delegates/gpu/gl/metadata.fbs b/tensorflow/lite/delegates/gpu/gl/metadata.fbs
index 088d824..41d5deb 100644
--- a/tensorflow/lite/delegates/gpu/gl/metadata.fbs
+++ b/tensorflow/lite/delegates/gpu/gl/metadata.fbs
@@ -1,3 +1,17 @@
+// Copyright 2019 The TensorFlow Authors. 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.
+
 include "workgroups.fbs";
 
 namespace tflite.gpu.gl.data;
diff --git a/tensorflow/lite/delegates/gpu/gl/workgroups.fbs b/tensorflow/lite/delegates/gpu/gl/workgroups.fbs
index 6609afe..5a8c496 100644
--- a/tensorflow/lite/delegates/gpu/gl/workgroups.fbs
+++ b/tensorflow/lite/delegates/gpu/gl/workgroups.fbs
@@ -1,3 +1,17 @@
+// Copyright 2019 The TensorFlow Authors. 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.
+
 include "common.fbs";
 
 namespace tflite.gpu.gl.data;