From 876b32ae6a151534d5f09528a1460bb9e641370e Mon Sep 17 00:00:00 2001 From: dzhwinter Date: Thu, 25 Jan 2018 12:38:20 +0800 Subject: [PATCH] "fix typo" (#7846) --- .copyright.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copyright.hook b/.copyright.hook index dc1b096a0a..09afff2072 100644 --- a/.copyright.hook +++ b/.copyright.hook @@ -9,7 +9,7 @@ import subprocess import platform COPYRIGHT = ''' - Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve. + Copyright (c) 2016 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