From 8860b419f94b55f16ebc03c6c5a300951e30ae89 Mon Sep 17 00:00:00 2001 From: phlrain Date: Fri, 22 Mar 2019 09:40:31 +0000 Subject: [PATCH] fix time; test=develop --- paddle/fluid/operators/elementwise/elementwise_mod_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/operators/elementwise/elementwise_mod_op.cc b/paddle/fluid/operators/elementwise/elementwise_mod_op.cc index 426b14dcd91..d63a7df03d0 100644 --- a/paddle/fluid/operators/elementwise/elementwise_mod_op.cc +++ b/paddle/fluid/operators/elementwise/elementwise_mod_op.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved. +/* Copyright (c) 2019 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