File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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"""
Original file line number Diff line number Diff line change 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``::
Original file line number Diff line number Diff line change 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"""
Original file line number Diff line number Diff line change 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``::
Original file line number Diff line number Diff line change 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"""
Original file line number Diff line number Diff line change 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# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 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
1111try :
You can’t perform that action at this time.
0 commit comments