Skip to content

Commit 42ccdd3

Browse files
authored
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
1 parent 919c786 commit 42ccdd3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description_file = README.md
2+
description_file = README.rst
33
license_file = LICENSE
44

55
[test]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2007-2013. The YARA Authors. All Rights Reserved.
2+
# Copyright (c) 2007-2022. The YARA Authors. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/local/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2007-2021. The YARA Authors. All Rights Reserved.
4+
# Copyright (c) 2007-2022. The YARA Authors. All Rights Reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

yara-python.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2007-2013. The YARA Authors. All Rights Reserved.
2+
Copyright (c) 2007-2022. The YARA Authors. All Rights Reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -74,7 +74,7 @@ static PyObject* YaraWarningError = NULL;
7474
This module allows you to apply YARA rules to files or strings.\n\
7575
\n\
7676
For complete documentation please visit:\n\
77-
https://plusvic.github.io/yara\n"
77+
https://yara.readthedocs.io/en/stable/yarapython.html\n"
7878

7979
#if defined(_WIN32) || defined(__CYGWIN__)
8080
#include <string.h>

0 commit comments

Comments
 (0)