From 7bcba47e41f67036e76b52b7042aacf4c4b2eca6 Mon Sep 17 00:00:00 2001 From: JiabinYang Date: Thu, 25 Oct 2018 11:02:25 +0000 Subject: [PATCH] test=develop --- paddle/fluid/operators/space_to_depth_op.cc | 2 +- paddle/fluid/operators/space_to_depth_op.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/fluid/operators/space_to_depth_op.cc b/paddle/fluid/operators/space_to_depth_op.cc index a9a266a3f77..1cc169bf107 100644 --- a/paddle/fluid/operators/space_to_depth_op.cc +++ b/paddle/fluid/operators/space_to_depth_op.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved. +/* Copyright (c) 2018 PaddlePaddle 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. diff --git a/paddle/fluid/operators/space_to_depth_op.h b/paddle/fluid/operators/space_to_depth_op.h index a236c1d5b7a..4fc24138e64 100644 --- a/paddle/fluid/operators/space_to_depth_op.h +++ b/paddle/fluid/operators/space_to_depth_op.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved. +/* Copyright (c) 2018 PaddlePaddle 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. -- GitLab