Unverified Commit 42ccdd39 by 0x08 Committed by GitHub

chore(update): Update documentation URL (#214)

* chore(update): Update documentation URL

- Update documentation URL
- Update copyright year

* chore(update): Change copyright year

* chore(update): Change copyright year

* fix: README.md doesn't exist
parent 919c7860
[metadata]
description_file = README.md
description_file = README.rst
license_file = LICENSE
[test]
......
#
# 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.
......
#!/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.
......
/*
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment