forked from sopel-irc/sopel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Huge cleanup of copyright headers and docstrings
They're still super inconsistent and probably a lot are out of date, but at least there won't be random copyright info showing up in the docs anymore. Oh, and my domain and name are correct now, too…
- Loading branch information
Showing
23 changed files
with
87 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ def read_reqs(path): | |
name='sopel', | ||
version=__version__, | ||
description='Simple and extendible IRC bot', | ||
author='Edward Powell', | ||
author='Elsie Powell', | ||
author_email='[email protected]', | ||
url='http://sopel.chat/', | ||
long_description=( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
# coding=utf-8 | ||
""" | ||
__init__.py - Sopel Init Module | ||
Copyright 2008, Sean B. Palmer, inamidst.com | ||
Copyright 2012, Edward Powell, http://embolalia.net | ||
Copyright © 2012, Elad Alfassa <[email protected]> | ||
# Copyright 2008, Sean B. Palmer, inamidst.com | ||
# Copyright 2012, Elsie Powell, http://embolalia.com | ||
# Copyright © 2012, Elad Alfassa <[email protected]> | ||
# | ||
# Licensed under the Eiffel Forum License 2. | ||
|
||
Licensed under the Eiffel Forum License 2. | ||
http://sopel.chat/ | ||
""" | ||
from __future__ import unicode_literals, absolute_import, print_function, division | ||
|
||
from collections import namedtuple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
# coding=utf-8 | ||
""" | ||
bot.py - Sopel IRC Bot | ||
Copyright 2008, Sean B. Palmer, inamidst.com | ||
Copyright 2012, Edward Powell, http://embolalia.net | ||
Copyright © 2012, Elad Alfassa <[email protected]> | ||
# Copyright 2008, Sean B. Palmer, inamidst.com | ||
# Copyright © 2012, Elad Alfassa <[email protected]> | ||
# Copyright 2012-2015, Elsie Powell, http://embolalia.com | ||
# | ||
# Licensed under the Eiffel Forum License 2. | ||
|
||
Licensed under the Eiffel Forum License 2. | ||
http://sopel.chat/ | ||
""" | ||
from __future__ import unicode_literals, absolute_import, print_function, division | ||
|
||
import collections | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
definition. The ``[core]`` section is defined with ``CoreSection`` when the | ||
object is initialized. | ||
""" | ||
# Copyright 2012-2015, Edward Powell, embolalia.net | ||
# Copyright 2012-2015, Elsie Powell, embolalia.com | ||
# Copyright © 2012, Elad Alfassa <[email protected]> | ||
# Licensed under the Eiffel Forum License 2. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
# coding=utf-8 | ||
""" | ||
coretasks.py - Sopel Routine Core tasks | ||
Copyright 2008-2011, Sean B. Palmer (inamidst.com) and Michael Yanovich | ||
(yanovich.net) | ||
Copyright © 2012, Elad Alfassa <[email protected]> | ||
Copyright 2012, Edward Powell (embolalia.net) | ||
Licensed under the Eiffel Forum License 2. | ||
Sopel: http://sopel.chat/ | ||
"""Tasks that allow the bot to run, but aren't user-facing functionality | ||
This is written as a module to make it easier to extend to support more | ||
responses to standard IRC codes without having to shove them all into the | ||
dispatch function in bot.py and making it easier to maintain. | ||
""" | ||
# Copyright 2008-2011, Sean B. Palmer (inamidst.com) and Michael Yanovich | ||
# (yanovich.net) | ||
# Copyright © 2012, Elad Alfassa <[email protected]> | ||
# Copyright 2012-2015, Elsie Powell embolalia.com | ||
# Licensed under the Eiffel Forum License 2. | ||
from __future__ import unicode_literals, absolute_import, print_function, division | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
# coding=utf-8 | ||
""" | ||
irc.py - An Utility IRC Bot | ||
Copyright 2008, Sean B. Palmer, inamidst.com | ||
Copyright 2012, Edward Powell, http://embolalia.net | ||
Copyright © 2012, Elad Alfassa <[email protected]> | ||
Licensed under the Eiffel Forum License 2. | ||
Sopel: http://sopel.chat/ | ||
When working on core IRC protocol related features, consult protocol | ||
documentation at http://www.irchelp.org/irchelp/rfc/ | ||
""" | ||
# irc.py - An Utility IRC Bot | ||
# Copyright 2008, Sean B. Palmer, inamidst.com | ||
# Copyright 2012, Elsie Powell, http://embolalia.com | ||
# Copyright © 2012, Elad Alfassa <[email protected]> | ||
# | ||
# Licensed under the Eiffel Forum License 2. | ||
# | ||
# When working on core IRC protocol related features, consult protocol | ||
# documentation at http://www.irchelp.org/irchelp/rfc/ | ||
from __future__ import unicode_literals, absolute_import, print_function, division | ||
|
||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
# coding=utf-8 | ||
""" | ||
admin.py - Sopel Admin Module | ||
Copyright 2010-2011, Michael Yanovich, Alek Rollyson, and Edward Powell | ||
Copyright © 2012, Elad Alfassa <[email protected]> | ||
Licensed under the Eiffel Forum License 2. | ||
http://sopel.chat/ | ||
""" | ||
# Copyright 2010-2011, Michael Yanovich, Alek Rollyson, and Elsie Powell | ||
# Copyright © 2012, Elad Alfassa <[email protected]> | ||
# Licensed under the Eiffel Forum License 2. | ||
from __future__ import unicode_literals, absolute_import, print_function, division | ||
|
||
import re | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
# coding=utf-8 | ||
""" | ||
url.py - Sopel URL title module | ||
Copyright 2010-2011, Michael Yanovich, yanovich.net, Kenneth Sham | ||
Copyright 2012-2013 Edward Powell | ||
Copyright 2013 Lior Ramati ([email protected]) | ||
Copyright © 2014 Elad Alfassa <[email protected]> | ||
Licensed under the Eiffel Forum License 2. | ||
http://sopel.chat | ||
""" | ||
"""URL title module""" | ||
# Copyright 2010-2011, Michael Yanovich, yanovich.net, Kenneth Sham | ||
# Copyright 2012-2013 Elsie Powell | ||
# Copyright 2013 Lior Ramati ([email protected]) | ||
# Copyright © 2014 Elad Alfassa <[email protected]> | ||
# Licensed under the Eiffel Forum License 2. | ||
from __future__ import unicode_literals, absolute_import, print_function, division | ||
|
||
import re | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.