From ae59781ea7a4e1226173be23c430871c5a30c962 Mon Sep 17 00:00:00 2001 From: liutuo Date: Thu, 28 Jun 2018 10:20:08 +0800 Subject: [PATCH] corect cory right in file --- mace/kernels/opencl/reduce_mean_opencl.cc | 12 +++++++++++- mace/kernels/reduce_mean.h | 12 +++++++++++- mace/ops/reduce_mean.cc | 12 +++++++++++- mace/ops/reduce_mean.h | 12 +++++++++++- mace/ops/reduce_mean_benchmark.cc | 12 +++++++++++- mace/ops/reduce_mean_test.cc | 12 +++++++++++- 6 files changed, 66 insertions(+), 6 deletions(-) diff --git a/mace/kernels/opencl/reduce_mean_opencl.cc b/mace/kernels/opencl/reduce_mean_opencl.cc index 7930cc60..cd27ad1c 100644 --- a/mace/kernels/opencl/reduce_mean_opencl.cc +++ b/mace/kernels/opencl/reduce_mean_opencl.cc @@ -1,6 +1,16 @@ +// Copyright 2018 Xiaomi, Inc. All rights reserved. // -// Copyright (c) 2017 XiaoMi 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 "mace/kernels/reduce_mean.h" #include "mace/core/runtime/opencl/cl2_header.h" diff --git a/mace/kernels/reduce_mean.h b/mace/kernels/reduce_mean.h index 81fc3d9c..65dc67d9 100644 --- a/mace/kernels/reduce_mean.h +++ b/mace/kernels/reduce_mean.h @@ -1,6 +1,16 @@ +// Copyright 2018 Xiaomi, Inc. All rights reserved. // -// Copyright (c) 2017 XiaoMi 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. #ifndef MACE_KERNELS_REDUCE_MEAN_H_ #define MACE_KERNELS_REDUCE_MEAN_H_ diff --git a/mace/ops/reduce_mean.cc b/mace/ops/reduce_mean.cc index d940077c..4f181a77 100644 --- a/mace/ops/reduce_mean.cc +++ b/mace/ops/reduce_mean.cc @@ -1,6 +1,16 @@ +// Copyright 2018 Xiaomi, Inc. All rights reserved. // -// Copyright (c) 2017 XiaoMi 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 "mace/ops/reduce_mean.h" diff --git a/mace/ops/reduce_mean.h b/mace/ops/reduce_mean.h index d099f04a..7cdaff86 100644 --- a/mace/ops/reduce_mean.h +++ b/mace/ops/reduce_mean.h @@ -1,6 +1,16 @@ +// Copyright 2018 Xiaomi, Inc. All rights reserved. // -// Copyright (c) 2017 XiaoMi 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. #ifndef MACE_OPS_REDUCE_MEAN_H_ #define MACE_OPS_REDUCE_MEAN_H_ diff --git a/mace/ops/reduce_mean_benchmark.cc b/mace/ops/reduce_mean_benchmark.cc index 272df97d..21bf06f5 100644 --- a/mace/ops/reduce_mean_benchmark.cc +++ b/mace/ops/reduce_mean_benchmark.cc @@ -1,6 +1,16 @@ +// Copyright 2018 Xiaomi, Inc. All rights reserved. // -// Copyright (c) 2017 XiaoMi 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 "mace/core/operator.h" #include "mace/core/runtime/opencl/opencl_runtime.h" diff --git a/mace/ops/reduce_mean_test.cc b/mace/ops/reduce_mean_test.cc index 06686f4b..4f5a029e 100644 --- a/mace/ops/reduce_mean_test.cc +++ b/mace/ops/reduce_mean_test.cc @@ -1,6 +1,16 @@ +// Copyright 2018 Xiaomi, Inc. All rights reserved. // -// Copyright (c) 2017 XiaoMi 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 "mace/core/operator.h" #include "mace/ops/ops_test_util.h" -- GitLab