File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[metadata]
2- description_file = README.md
2+ description_file = README.rst
33license_file = LICENSE
44
55[test]
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11/*
2- Copyright (c) 2007-2013 . The YARA Authors. All Rights Reserved.
2+ Copyright (c) 2007-2022 . The YARA Authors. All Rights Reserved.
33
44Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
@@ -74,7 +74,7 @@ static PyObject* YaraWarningError = NULL;
7474This module allows you to apply YARA rules to files or strings.\n\
7575\n\
7676For 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>
You can’t perform that action at this time.
0 commit comments