Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release the code of the modules I own under GNU GPL v2.0
  • Loading branch information
sfan5 committed Feb 17, 2015
1 parent 06b6a43 commit 2779210
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions antiabuse.py
Expand Up @@ -2,6 +2,7 @@
"""
antiabuse.py - Phenny AntiAbuse Module
Copyright 2012, sfan5
Licensed under GNU General Public License v2.0
"""
import time, sqlite3

Expand Down
1 change: 1 addition & 0 deletions calc.py
Expand Up @@ -3,6 +3,7 @@
"""
calc.py - Phenny Calculator Module
Copyright 2014, sfan5
Licensed under GNU General Public License v2.0
"""

import math
Expand Down
1 change: 1 addition & 0 deletions chop.py
Expand Up @@ -2,6 +2,7 @@
"""
chop.py - Phenny Channel Administration Module
Copyright 2013, sfan5
Licensed under GNU General Public License v2.0
"""

chop = {}
Expand Down
1 change: 1 addition & 0 deletions devwiki.py
Expand Up @@ -2,6 +2,7 @@
"""
wiki.py - Phenny Wiki Module
Copyright 2014, sfan5
Licensed under GNU General Public License v2.0
"""

import re
Expand Down
1 change: 1 addition & 0 deletions log.py
Expand Up @@ -2,6 +2,7 @@
"""
log.py - Phenny Logging Module
Copyright 2014, sfan5
Licensed under GNU General Public License v2.0
"""

import time
Expand Down
1 change: 1 addition & 0 deletions rainbow.py
Expand Up @@ -2,6 +2,7 @@
"""
rainbow.py - Rainbows
Copyright 2013, sfan5
Licensed under GNU General Public License v2.0
"""
import random

Expand Down
1 change: 1 addition & 0 deletions rssnotify.py
Expand Up @@ -2,6 +2,7 @@
"""
rssnotify.py - Phenny RssNotify Module
Copyright 2013, sfan5
Licensed under GNU General Public License v2.0
"""
import time
import re
Expand Down
1 change: 1 addition & 0 deletions rutils.py
Expand Up @@ -2,6 +2,7 @@
"""
rutils.py - Phenny Utility Module
Copyright 2012, sfan5
Licensed under GNU General Public License v2.0
"""
import base64, binascii, re, random, time, multiprocessing, hashlib

Expand Down
1 change: 1 addition & 0 deletions server.py
Expand Up @@ -2,6 +2,7 @@
"""
server.py - Phenny Minetest Server Module
Copyright 2013, sfan5
Licensed under GNU General Public License v2.0
"""

import web, random
Expand Down
3 changes: 2 additions & 1 deletion serverup.py
@@ -1,7 +1,8 @@
#!/usr/bin/env python
"""
serverup.py - Minetest server ping Module
serverup.py - Minetest server ping module
Copyright 2014, sfan5
Licensed under GNU General Public License v2.0
"""

import socket, time
Expand Down

0 comments on commit 2779210

Please sign in to comment.