diff --git a/setup.cfg b/setup.cfg index ae0d046..8616118 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description_file = README.md +description_file = README.rst license_file = LICENSE [test] diff --git a/setup.py b/setup.py index d1f0a46..cee1cbd 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2007-2013. The YARA Authors. All Rights Reserved. +# Copyright (c) 2007-2022. The YARA 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/tests.py b/tests.py index feae88c..754dae7 100644 --- a/tests.py +++ b/tests.py @@ -1,7 +1,7 @@ #!/usr/local/bin/python # -*- coding: utf-8 -*- # -# Copyright (c) 2007-2021. The YARA Authors. All Rights Reserved. +# Copyright (c) 2007-2022. The YARA 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/yara-python.c b/yara-python.c index 6c4fa1d..c4daec5 100644 --- a/yara-python.c +++ b/yara-python.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2007-2013. The YARA Authors. All Rights Reserved. +Copyright (c) 2007-2022. The YARA 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. @@ -74,7 +74,7 @@ static PyObject* YaraWarningError = NULL; This module allows you to apply YARA rules to files or strings.\n\ \n\ For complete documentation please visit:\n\ -https://plusvic.github.io/yara\n" +https://yara.readthedocs.io/en/stable/yarapython.html\n" #if defined(_WIN32) || defined(__CYGWIN__) #include <string.h>