From abbad07c05c72322914ef34625ddf772d6e8289a Mon Sep 17 00:00:00 2001 From: Geoffrey Martin-Noble Date: Wed, 6 Nov 2019 14:20:47 -0800 Subject: [PATCH] Add missing license headers to flatbuffer schema files PiperOrigin-RevId: 278939213 Change-Id: I0f3dfd707b94d77edfaa413a144c7f329124abe1 --- .../delegates/gpu/cl/compiled_program_cache.fbs | 14 ++++++++++++++ tensorflow/lite/delegates/gpu/gl/common.fbs | 14 ++++++++++++++ .../lite/delegates/gpu/gl/compiled_model.fbs | 14 ++++++++++++++ tensorflow/lite/delegates/gpu/gl/metadata.fbs | 14 ++++++++++++++ tensorflow/lite/delegates/gpu/gl/workgroups.fbs | 14 ++++++++++++++ 5 files changed, 70 insertions(+) diff --git a/tensorflow/lite/delegates/gpu/cl/compiled_program_cache.fbs b/tensorflow/lite/delegates/gpu/cl/compiled_program_cache.fbs index 8498059426c..b771162edfa 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 b07123455ac..7d7e3feaed3 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 1b47bf4d20b..f25f9026629 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 088d824a8ea..41d5deb562b 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 6609afef494..5a8c4964186 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;