Skip to content

Commit

Permalink
add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Aug 24, 2024
1 parent b171f53 commit 29e40a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gen-toc-based-on-docbook5.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Copyright © 2019 Shlomi Fish <[email protected]>
#
# Distributed under terms of the MIT license.
#
# Based in part on "topic.py" ,(c) Xavier Combelle here made in public domain
# ( https://github.com/shlomif/Freenode-programming-channel-FAQ/blob/
# b171f5367a5f54a430c4f727c757106107793e59/topic.py )
# ( https://is.gd/7TJun3 )

import re

Expand Down
3 changes: 3 additions & 0 deletions topic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env python3
# (c) Xavier Combelle here made in public domain

# NOTE: we now use gen-toc-based-on-docbook5.py instead, but this program
# may have other use-cases.

import argparse
import subprocess
import sys
Expand Down

0 comments on commit 29e40a9

Please sign in to comment.