Skip to content

Commit 1cb49d4

Browse files
musicinmybrainreturn42
authored andcommitted
Update license info in docstrings
1 parent fd2f8ef commit 1cb49d4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

linuxdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
:copyright: Copyright (C) 2018 Markus Heiser
99
:e-mail: markus.heiser@darmarIT.de
10-
:license: GPL Version 2, June 1991 see Linux/COPYING for details.
10+
:license: AGPL-3.0-or-later; see LICENSE for details.
1111
:docs: http://return42.github.io/linuxdoc
1212
:repository: `github return42/linuxdoc <https://github.com/return42/linuxdoc>`_
1313
"""

linuxdoc/autodoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Implementation of the ``kernel-autodoc`` command.
88
99
:copyright: Copyright (C) 2018 Markus Heiser
10-
:license: GPL Version 2, June 1991 see Linux/COPYING for details.
10+
:license: AGPL-3.0-or-later; see LICENSE for details.
1111
1212
The ``kernel-autodoc`` command extracts documentation from Linux kernel's
1313
source code comments, see ``--help``::

linuxdoc/cdomainv3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Replacement for the sphinx c-domain.
77
88
:copyright: Copyright (C) 2020 Markus Heiser
9-
:license: GPL Version 2, June 1991 see Linux/COPYING for details.
9+
:license: AGPL-3.0-or-later; see LICENSE for details.
1010
1111
For user documentation see :ref:`customized-c-domain`.
1212
"""

linuxdoc/grep_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Implementation of the ``kernel-grepdoc`` command.
88
99
:copyright: Copyright (C) 2018 Markus Heiser
10-
:license: GPL Version 2, June 1991 see Linux/COPYING for details.
10+
:license: AGPL-3.0-or-later; see LICENSE for details.
1111
1212
The ``kernel-grepdoc`` command *greps* informations from Linux kernel's
1313
(reST) documentation, see ``--help``::

linuxdoc/kernel_include.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Implementation of the ``kernel-include`` reST-directive.
88
99
:copyright: Copyright (C) 2018 Markus Heiser
10-
:license: GPL Version 2, June 1991 see linux/COPYING for details.
10+
:license: AGPL-3.0-or-later; see LICENSE for details.
1111
1212
For user documentation see :ref:`kernel-include-directive`.
1313
"""

linuxdoc/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Implementation of the :ref:`kernel-lintdoc` command.
88
99
:copyright: Copyright (C) 2018 Markus Heiser
10-
:license: GPL Version 2, June 1991 see Linux/COPYING for details.
10+
:license: AGPL-3.0-or-later; see LICENSE for details.
1111
"""
1212

1313
# ------------------------------------------------------------------------------

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
~~~~~~~~~~~~~~~~~~~~~~~~~
66
77
:copyright: Copyright (C) 2017 Markus Heiser
8-
:license: GPL Version 2, June 1991 see linux/COPYING for details.
8+
:license: AGPL-3.0-or-later; see LICENSE for details.
99
"""
1010

1111
try:

0 commit comments

Comments
 (0)