diff --git a/dnn/include/megdnn/dtype/bfloat16.hpp b/dnn/include/megdnn/dtype/bfloat16.hpp index 5342290b..c6691035 100644 --- a/dnn/include/megdnn/dtype/bfloat16.hpp +++ b/dnn/include/megdnn/dtype/bfloat16.hpp @@ -31,7 +31,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/include/megdnn/dtype/half.hpp b/dnn/include/megdnn/dtype/half.hpp index 317b6c19..d982018b 100644 --- a/dnn/include/megdnn/dtype/half.hpp +++ b/dnn/include/megdnn/dtype/half.hpp @@ -31,7 +31,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/include/megdnn/dtype/half_common_epilogue.h b/dnn/include/megdnn/dtype/half_common_epilogue.h index 27f2e99f..5f15b4dc 100644 --- a/dnn/include/megdnn/dtype/half_common_epilogue.h +++ b/dnn/include/megdnn/dtype/half_common_epilogue.h @@ -31,7 +31,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/include/megdnn/dtype/half_common_prologue.h b/dnn/include/megdnn/dtype/half_common_prologue.h index 72c949dc..14fc79b1 100644 --- a/dnn/include/megdnn/dtype/half_common_prologue.h +++ b/dnn/include/megdnn/dtype/half_common_prologue.h @@ -31,7 +31,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/src/arm_common/cvt_color/opr_impl.cpp b/dnn/src/arm_common/cvt_color/opr_impl.cpp index d4238394..99cd4020 100644 --- a/dnn/src/arm_common/cvt_color/opr_impl.cpp +++ b/dnn/src/arm_common/cvt_color/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/arm_common/elemwise/neon_mathfun.cpp b/dnn/src/arm_common/elemwise/neon_mathfun.cpp index d7439cea..e53189bc 100644 --- a/dnn/src/arm_common/elemwise/neon_mathfun.cpp +++ b/dnn/src/arm_common/elemwise/neon_mathfun.cpp @@ -11,7 +11,7 @@ * implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights * reserved. * */ diff --git a/dnn/src/arm_common/resize/resize_cv.cpp b/dnn/src/arm_common/resize/resize_cv.cpp index 1c8314af..ea05818d 100644 --- a/dnn/src/arm_common/resize/resize_cv.cpp +++ b/dnn/src/arm_common/resize/resize_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/arm_common/separable_filter/filter.h b/dnn/src/arm_common/separable_filter/filter.h index a133b8bd..109703ff 100644 --- a/dnn/src/arm_common/separable_filter/filter.h +++ b/dnn/src/arm_common/separable_filter/filter.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/arm_common/separable_filter/opr_impl.cpp b/dnn/src/arm_common/separable_filter/opr_impl.cpp index e5bad9b0..bb7ac329 100644 --- a/dnn/src/arm_common/separable_filter/opr_impl.cpp +++ b/dnn/src/arm_common/separable_filter/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/arm_common/warp_affine/warp_affine_cv.cpp b/dnn/src/arm_common/warp_affine/warp_affine_cv.cpp index b17116cb..8f442f3e 100644 --- a/dnn/src/arm_common/warp_affine/warp_affine_cv.cpp +++ b/dnn/src/arm_common/warp_affine/warp_affine_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/arm_common/warp_perspective/warp_perspective_cv.cpp b/dnn/src/arm_common/warp_perspective/warp_perspective_cv.cpp index 11a069f0..a67e25d2 100644 --- a/dnn/src/arm_common/warp_perspective/warp_perspective_cv.cpp +++ b/dnn/src/arm_common/warp_perspective/warp_perspective_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/cv/bordermode-inl.h b/dnn/src/common/cv/bordermode-inl.h index 69a0bafd..326a0c91 100644 --- a/dnn/src/common/cv/bordermode-inl.h +++ b/dnn/src/common/cv/bordermode-inl.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/cv/common.h b/dnn/src/common/cv/common.h index d695ae7f..43461354 100644 --- a/dnn/src/common/cv/common.h +++ b/dnn/src/common/cv/common.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/cv/filter.cpp b/dnn/src/common/cv/filter.cpp index add96823..81e0d113 100644 --- a/dnn/src/common/cv/filter.cpp +++ b/dnn/src/common/cv/filter.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/cv/filter.h b/dnn/src/common/cv/filter.h index 02902098..6e0e618d 100644 --- a/dnn/src/common/cv/filter.h +++ b/dnn/src/common/cv/filter.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/cv/helper.h b/dnn/src/common/cv/helper.h index cd1af717..d4f7ca13 100644 --- a/dnn/src/common/cv/helper.h +++ b/dnn/src/common/cv/helper.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/cv/interp_helper.cpp b/dnn/src/common/cv/interp_helper.cpp index ae0a408e..9506a3f6 100644 --- a/dnn/src/common/cv/interp_helper.cpp +++ b/dnn/src/common/cv/interp_helper.cpp @@ -52,7 +52,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/cv/interp_helper.h b/dnn/src/common/cv/interp_helper.h index 7d64c11c..c1cf68f0 100644 --- a/dnn/src/common/cv/interp_helper.h +++ b/dnn/src/common/cv/interp_helper.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/elemwise/erfinv.h b/dnn/src/common/elemwise/erfinv.h index faafba29..00078fc0 100644 --- a/dnn/src/common/elemwise/erfinv.h +++ b/dnn/src/common/elemwise/erfinv.h @@ -35,7 +35,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/src/common/hash_ct.h b/dnn/src/common/hash_ct.h index b8d2ca03..679686fa 100644 --- a/dnn/src/common/hash_ct.h +++ b/dnn/src/common/hash_ct.h @@ -34,7 +34,7 @@ * implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights * reserved. * * --------------------------------------------------------------------------- diff --git a/dnn/src/common/warp_common.h b/dnn/src/common/warp_common.h index 989c5ff7..6db4642b 100644 --- a/dnn/src/common/warp_common.h +++ b/dnn/src/common/warp_common.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/common/winograd/winograd_generator.cpp b/dnn/src/common/winograd/winograd_generator.cpp index a05f9b22..3db76e2d 100644 --- a/dnn/src/common/winograd/winograd_generator.cpp +++ b/dnn/src/common/winograd/winograd_generator.cpp @@ -26,7 +26,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * ---------------------------------------------------------------- */ diff --git a/dnn/src/common/winograd/winograd_generator.h b/dnn/src/common/winograd/winograd_generator.h index f986d3c5..c6486b4c 100644 --- a/dnn/src/common/winograd/winograd_generator.h +++ b/dnn/src/common/winograd/winograd_generator.h @@ -26,7 +26,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * ---------------------------------------------------------------- */ diff --git a/dnn/src/cuda/conv_bias/quint4x4x32_wmma/activation_u4.cpp b/dnn/src/cuda/conv_bias/quint4x4x32_wmma/activation_u4.cpp index 80a66e1b..4886406d 100644 --- a/dnn/src/cuda/conv_bias/quint4x4x32_wmma/activation_u4.cpp +++ b/dnn/src/cuda/conv_bias/quint4x4x32_wmma/activation_u4.cpp @@ -9,7 +9,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. */ /* Copyright 2017 The TensorFlow Authors. All Rights Reserved. diff --git a/dnn/src/cuda/convolution/chanwise/bwd_small.cu b/dnn/src/cuda/convolution/chanwise/bwd_small.cu index 8184d986..17ce9447 100644 --- a/dnn/src/cuda/convolution/chanwise/bwd_small.cu +++ b/dnn/src/cuda/convolution/chanwise/bwd_small.cu @@ -25,7 +25,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/convolution/forward/algos.cpp b/dnn/src/cuda/convolution/forward/algos.cpp index 161a8df1..203dd63b 100644 --- a/dnn/src/cuda/convolution/forward/algos.cpp +++ b/dnn/src/cuda/convolution/forward/algos.cpp @@ -2,7 +2,7 @@ * \file dnn/src/cuda/convolution/forward/algos.cpp * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * - * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. + * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an diff --git a/dnn/src/cuda/convolution/forward/algos.h b/dnn/src/cuda/convolution/forward/algos.h index b06b6ee8..aefcc5de 100644 --- a/dnn/src/cuda/convolution/forward/algos.h +++ b/dnn/src/cuda/convolution/forward/algos.h @@ -2,7 +2,7 @@ * \file dnn/src/cuda/convolution/forward/algos.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * - * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. + * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an diff --git a/dnn/src/cuda/cvt_color/cvt_color.cu b/dnn/src/cuda/cvt_color/cvt_color.cu index 529e9534..9bb1de7e 100644 --- a/dnn/src/cuda/cvt_color/cvt_color.cu +++ b/dnn/src/cuda/cvt_color/cvt_color.cu @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/cvt_color/cvt_color.cuh b/dnn/src/cuda/cvt_color/cvt_color.cuh index a177251f..8b61180b 100644 --- a/dnn/src/cuda/cvt_color/cvt_color.cuh +++ b/dnn/src/cuda/cvt_color/cvt_color.cuh @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/gaussian_blur/gaussian_blur.cu b/dnn/src/cuda/gaussian_blur/gaussian_blur.cu index 234000fc..5f934105 100644 --- a/dnn/src/cuda/gaussian_blur/gaussian_blur.cu +++ b/dnn/src/cuda/gaussian_blur/gaussian_blur.cu @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/local/cuda-convnet2/cudaconv2.cuh b/dnn/src/cuda/local/cuda-convnet2/cudaconv2.cuh index b9054380..3019506d 100644 --- a/dnn/src/cuda/local/cuda-convnet2/cudaconv2.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/cudaconv2.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts.cu index 7a272dc1..d650cd03 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color.cuh b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color.cuh index a55bb2b0..69ad2ee7 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg0.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg0.cu index 886c7f87..540e3626 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg0.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg0.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_color.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg1.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg1.cu index 2ce15504..fb64b2e1 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg1.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg1.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_color.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg0.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg0.cu index d57f1d1e..402ccd1e 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg0.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg0.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_color.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg1.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg1.cu index e64f9a08..4c3edc9c 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg1.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg1.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_color.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2.cuh b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2.cuh index a2ac21d6..5d708568 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg0.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg0.cu index b8b0e0fd..7776823f 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg0.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg0.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_sparse2.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg1.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg1.cu index 8c680121..8aed4de9 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg1.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg1.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_sparse2.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg0.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg0.cu index 6639ce52..5f979d15 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg0.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg0.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_sparse2.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg1.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg1.cu index 22267a72..a69bd797 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg1.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg1.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_sparse2.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_y4x32i4f16c4_tex.cu b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_y4x32i4f16c4_tex.cu index 6463d00a..3e49d026 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_y4x32i4f16c4_tex.cu +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_y4x32i4f16c4_tex.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "filter_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_templates.cuh b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_templates.cuh index 5bcbd35b..88f76bc7 100644 --- a/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_templates.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_templates.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "../nvmatrix.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts.cu b/dnn/src/cuda/local/cuda-convnet2/img_acts.cu index 43ff6d96..f6ca4257 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts.cu +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color.cuh b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color.cuh index 5426455f..f6c00cc3 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ff.cu b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ff.cu index dee1bacf..514026a5 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ff.cu +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ff.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_color.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ft.cu b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ft.cu index 9f826f7b..20846ad5 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ft.cu +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ft.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_color.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor.cuh b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor.cuh index d7f4f8a9..ee2b0af8 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler.cuh b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler.cuh index b247c0ed..48c3c716 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_fff.cu b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_fff.cu index 4c7ff1fc..e9d330dc 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_fff.cu +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_fff.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_manycolor_kepler.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_ftf.cu b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_ftf.cu index eef84880..365947ba 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_ftf.cu +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_ftf.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_manycolor_kepler.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cu b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cu index 3110d147..c6ab1e03 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cu +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_medium_color.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cuh b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cuh index 14d512f9..2cce459f 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "img_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_templates.cuh b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_templates.cuh index e73c163e..88ee9410 100644 --- a/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_templates.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_templates.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "../nvmatrix.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/nvmatrix.cuh b/dnn/src/cuda/local/cuda-convnet2/nvmatrix.cuh index 98e61b64..9846ca95 100644 --- a/dnn/src/cuda/local/cuda-convnet2/nvmatrix.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/nvmatrix.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts.cu index 45b51d43..ecd67d7d 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ff.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ff.cu index 3b7d31e7..0b1f80de 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ff.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ff.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ft.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ft.cu index 1862e476..4764a67a 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ft.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ft.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ff.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ff.cu index 05c8c07c..0dfb712e 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ff.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ff.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ft.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ft.cu index 62b589ae..a12d2275 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ft.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ft.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_3_ff.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_3_ff.cu index 4ed6d12c..eb841c36 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_3_ff.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_3_ff.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_f4.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_f4.cu index 9a03ee30..a260aa87 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_f4.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_f4.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_pt_4.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_pt_4.cu index 16d15216..0125b3a1 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_pt_4.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_pt_4.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_8.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_8.cu index 1239757b..9a7f9b67 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_8.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_8.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_c_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler.cuh b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler.cuh index 679c76cb..28987e91 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler_sw.cuh b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler_sw.cuh index 327c6690..493d9b27 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler_sw.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler_sw.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler.cuh b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler.cuh index 629a9c47..b06094e1 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw.cuh b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw.cuh index f5644c7b..f46f1bd8 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_templates.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_A_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_A_scale_f.cu index cf349182..1cc4e1d3 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_A_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_A_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_B_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_B_scale_f.cu index 0dac2a75..e0b11913 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_B_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_B_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_C_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_C_scale_f.cu index 94f47dbf..e412bf35 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_C_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_C_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_D_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_D_scale_f.cu index 4359f303..f0b9f65f 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_D_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_D_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_A_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_A_scale_f.cu index a768af5b..544a43e9 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_A_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_A_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_B_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_B_scale_f.cu index 8095edaf..520e38e2 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_B_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_B_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_C_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_C_scale_f.cu index 52f35089..19add712 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_C_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_C_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_D_scale_f.cu b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_D_scale_f.cu index bdcb08af..879e9801 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_D_scale_f.cu +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_D_scale_f.cu @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "wet_act_mc_mf_kepler_sw.cuh" diff --git a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_templates.cuh b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_templates.cuh index ae2f7b71..6b80bb78 100644 --- a/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_templates.cuh +++ b/dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_templates.cuh @@ -25,7 +25,7 @@ * * -------------------------------------------------------------------------- * * This file has been modified by Megvii ("Megvii Modifications"). - * * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * -------------------------------------------------------------------------- */ #include "../nvmatrix.cuh" diff --git a/dnn/src/cuda/resize/resize_cv.cu b/dnn/src/cuda/resize/resize_cv.cu index 01575b5f..d3a7bdd2 100644 --- a/dnn/src/cuda/resize/resize_cv.cu +++ b/dnn/src/cuda/resize/resize_cv.cu @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/warp_affine/warp_affine_cv.cu b/dnn/src/cuda/warp_affine/warp_affine_cv.cu index 2370cc50..0b446840 100644 --- a/dnn/src/cuda/warp_affine/warp_affine_cv.cu +++ b/dnn/src/cuda/warp_affine/warp_affine_cv.cu @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/cuda/warp_perspective/warp_perspective_cv.cu b/dnn/src/cuda/warp_perspective/warp_perspective_cv.cu index 5d52bfe6..d669ef7a 100644 --- a/dnn/src/cuda/warp_perspective/warp_perspective_cv.cu +++ b/dnn/src/cuda/warp_perspective/warp_perspective_cv.cu @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/fallback/gaussian_blur/filter.h b/dnn/src/fallback/gaussian_blur/filter.h index 90d2d4e0..7561df65 100644 --- a/dnn/src/fallback/gaussian_blur/filter.h +++ b/dnn/src/fallback/gaussian_blur/filter.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/fallback/gaussian_blur/opr_impl.cpp b/dnn/src/fallback/gaussian_blur/opr_impl.cpp index 841cb6b8..dea1ae9d 100644 --- a/dnn/src/fallback/gaussian_blur/opr_impl.cpp +++ b/dnn/src/fallback/gaussian_blur/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/naive/cvt_color/opr_impl.cpp b/dnn/src/naive/cvt_color/opr_impl.cpp index 4e49f006..c676ca51 100644 --- a/dnn/src/naive/cvt_color/opr_impl.cpp +++ b/dnn/src/naive/cvt_color/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/naive/gaussian_blur/opr_impl.cpp b/dnn/src/naive/gaussian_blur/opr_impl.cpp index 757134d3..91f4bdea 100644 --- a/dnn/src/naive/gaussian_blur/opr_impl.cpp +++ b/dnn/src/naive/gaussian_blur/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/naive/matrix_mul/algorithms.h b/dnn/src/naive/matrix_mul/algorithms.h index 88fed235..84de5cbd 100644 --- a/dnn/src/naive/matrix_mul/algorithms.h +++ b/dnn/src/naive/matrix_mul/algorithms.h @@ -2,7 +2,7 @@ * \file dnn/src/naive/matrix_mul/algorithms.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * - * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. + * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an diff --git a/dnn/src/naive/resize/resize_cv.cpp b/dnn/src/naive/resize/resize_cv.cpp index ab5aa701..7bb06b70 100644 --- a/dnn/src/naive/resize/resize_cv.cpp +++ b/dnn/src/naive/resize/resize_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/naive/separable_conv/opr_impl.cpp b/dnn/src/naive/separable_conv/opr_impl.cpp index aa095611..fc028693 100644 --- a/dnn/src/naive/separable_conv/opr_impl.cpp +++ b/dnn/src/naive/separable_conv/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/naive/separable_filter/opr_impl.cpp b/dnn/src/naive/separable_filter/opr_impl.cpp index 69e387ec..1e74b67f 100644 --- a/dnn/src/naive/separable_filter/opr_impl.cpp +++ b/dnn/src/naive/separable_filter/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/naive/warp_affine/warp_affine_cv.cpp b/dnn/src/naive/warp_affine/warp_affine_cv.cpp index 3fec2883..3ab1f4e4 100644 --- a/dnn/src/naive/warp_affine/warp_affine_cv.cpp +++ b/dnn/src/naive/warp_affine/warp_affine_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/naive/warp_perspective/warp_perspective_cv.cpp b/dnn/src/naive/warp_perspective/warp_perspective_cv.cpp index 3bda03f4..eae9af10 100644 --- a/dnn/src/naive/warp_perspective/warp_perspective_cv.cpp +++ b/dnn/src/naive/warp_perspective/warp_perspective_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/cvt_color/opr_impl.cpp b/dnn/src/x86/cvt_color/opr_impl.cpp index 7077306d..36ffba84 100644 --- a/dnn/src/x86/cvt_color/opr_impl.cpp +++ b/dnn/src/x86/cvt_color/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/elemwise/avx_util/avx_mathfun.cpp b/dnn/src/x86/elemwise/avx_util/avx_mathfun.cpp index 95e17043..4016cf5d 100644 --- a/dnn/src/x86/elemwise/avx_util/avx_mathfun.cpp +++ b/dnn/src/x86/elemwise/avx_util/avx_mathfun.cpp @@ -40,7 +40,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/elemwise/sse_util/sse_mathfun.cpp b/dnn/src/x86/elemwise/sse_util/sse_mathfun.cpp index 33b46da4..9f47fa1b 100644 --- a/dnn/src/x86/elemwise/sse_util/sse_mathfun.cpp +++ b/dnn/src/x86/elemwise/sse_util/sse_mathfun.cpp @@ -41,7 +41,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/gaussian_blur/filter.h b/dnn/src/x86/gaussian_blur/filter.h index 446490a6..bd827f7f 100644 --- a/dnn/src/x86/gaussian_blur/filter.h +++ b/dnn/src/x86/gaussian_blur/filter.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/gaussian_blur/opr_impl.cpp b/dnn/src/x86/gaussian_blur/opr_impl.cpp index eeeb0115..078571f6 100644 --- a/dnn/src/x86/gaussian_blur/opr_impl.cpp +++ b/dnn/src/x86/gaussian_blur/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/resize/resize_cv.cpp b/dnn/src/x86/resize/resize_cv.cpp index 5ed3fc4a..e18770a1 100644 --- a/dnn/src/x86/resize/resize_cv.cpp +++ b/dnn/src/x86/resize/resize_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/separable_conv/opr_impl.cpp b/dnn/src/x86/separable_conv/opr_impl.cpp index 17f99e57..c6fbe843 100644 --- a/dnn/src/x86/separable_conv/opr_impl.cpp +++ b/dnn/src/x86/separable_conv/opr_impl.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/separable_conv/sep_conv_common.h b/dnn/src/x86/separable_conv/sep_conv_common.h index bf8c118c..c0385c92 100644 --- a/dnn/src/x86/separable_conv/sep_conv_common.h +++ b/dnn/src/x86/separable_conv/sep_conv_common.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/separable_conv/sep_conv_filter.h b/dnn/src/x86/separable_conv/sep_conv_filter.h index ab6b29f5..1828b64f 100644 --- a/dnn/src/x86/separable_conv/sep_conv_filter.h +++ b/dnn/src/x86/separable_conv/sep_conv_filter.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/separable_conv/sep_conv_filter_engine.cpp b/dnn/src/x86/separable_conv/sep_conv_filter_engine.cpp index ff6773ea..c7bda94f 100644 --- a/dnn/src/x86/separable_conv/sep_conv_filter_engine.cpp +++ b/dnn/src/x86/separable_conv/sep_conv_filter_engine.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/separable_filter/filter.h b/dnn/src/x86/separable_filter/filter.h index f35d21bc..78dd82d4 100644 --- a/dnn/src/x86/separable_filter/filter.h +++ b/dnn/src/x86/separable_filter/filter.h @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/simd_macro/sse_helper_typedef.h b/dnn/src/x86/simd_macro/sse_helper_typedef.h index f1ae863a..3ae74021 100644 --- a/dnn/src/x86/simd_macro/sse_helper_typedef.h +++ b/dnn/src/x86/simd_macro/sse_helper_typedef.h @@ -37,7 +37,7 @@ * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * ------------------------------------------------------------------------------ */ #pragma once diff --git a/dnn/src/x86/warp_affine/warp_affine_cv.cpp b/dnn/src/x86/warp_affine/warp_affine_cv.cpp index a5c30493..f60d12a4 100644 --- a/dnn/src/x86/warp_affine/warp_affine_cv.cpp +++ b/dnn/src/x86/warp_affine/warp_affine_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/src/x86/warp_perspective/warp_perspective_cv.cpp b/dnn/src/x86/warp_perspective/warp_perspective_cv.cpp index 5234bbff..9e032ad0 100644 --- a/dnn/src/x86/warp_perspective/warp_perspective_cv.cpp +++ b/dnn/src/x86/warp_perspective/warp_perspective_cv.cpp @@ -54,7 +54,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- */ diff --git a/dnn/test/common/fast_run_cache.cpp b/dnn/test/common/fast_run_cache.cpp index dd11e274..bd60b002 100644 --- a/dnn/test/common/fast_run_cache.cpp +++ b/dnn/test/common/fast_run_cache.cpp @@ -2,7 +2,7 @@ * \file dnn/test/common/fast_run_cache.cpp * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * - * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. + * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an diff --git a/dnn/test/common/fast_run_cache.h b/dnn/test/common/fast_run_cache.h index 23c173a5..56c4867c 100644 --- a/dnn/test/common/fast_run_cache.h +++ b/dnn/test/common/fast_run_cache.h @@ -2,7 +2,7 @@ * \file dnn/test/common/fast_run_cache.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * - * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. + * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an diff --git a/src/core/impl/utils/xxhash/xxhash.cpp b/src/core/impl/utils/xxhash/xxhash.cpp index 6afeced8..66034b02 100644 --- a/src/core/impl/utils/xxhash/xxhash.cpp +++ b/src/core/impl/utils/xxhash/xxhash.cpp @@ -43,7 +43,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * --------------------------------------------------------------------------- * */ diff --git a/src/core/impl/utils/xxhash/xxhash.h b/src/core/impl/utils/xxhash/xxhash.h index 2dab8c14..f4116bf6 100644 --- a/src/core/impl/utils/xxhash/xxhash.h +++ b/src/core/impl/utils/xxhash/xxhash.h @@ -43,7 +43,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- * diff --git a/src/core/include/megbrain/utils/hash_ct.h b/src/core/include/megbrain/utils/hash_ct.h index 7e605264..7d606989 100644 --- a/src/core/include/megbrain/utils/hash_ct.h +++ b/src/core/include/megbrain/utils/hash_ct.h @@ -33,7 +33,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * --------------------------------------------------------------------------- * diff --git a/src/opr/test/basic_arith/erfinv.h b/src/opr/test/basic_arith/erfinv.h index 3a6d53ec..f2ce72f4 100644 --- a/src/opr/test/basic_arith/erfinv.h +++ b/src/opr/test/basic_arith/erfinv.h @@ -35,7 +35,7 @@ * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * This file has been modified by Megvii ("Megvii Modifications"). - * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved. + * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved. * * -------------------------------------------------------------------------- */