Browse Source

Update copyright notices and some other improvements.

tags/v0.1^2
Ben Kurtovic 12 years ago
parent
commit
1af4217b63
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      docs/api/modules.rst
  2. +1
    -1
      earwigbot/wiki/copyvios/__init__.py
  3. +1
    -1
      earwigbot/wiki/copyvios/markov.py
  4. +1
    -1
      earwigbot/wiki/copyvios/parsers.py
  5. +1
    -1
      earwigbot/wiki/copyvios/search.py
  6. +1
    -1
      earwigbot/wiki/page.py

+ 1
- 1
docs/api/modules.rst View File

@@ -2,6 +2,6 @@ earwigbot
========= =========


.. toctree:: .. toctree::
:maxdepth: 4
:maxdepth: 6


earwigbot earwigbot

+ 1
- 1
earwigbot/wiki/copyvios/__init__.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2009-2012 by Ben Kurtovic <ben.kurtovic@verizon.net>
# Copyright (C) 2009-2012 Ben Kurtovic <ben.kurtovic@verizon.net>
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/copyvios/markov.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2009-2012 by Ben Kurtovic <ben.kurtovic@verizon.net>
# Copyright (C) 2009-2012 Ben Kurtovic <ben.kurtovic@verizon.net>
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/copyvios/parsers.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2009-2012 by Ben Kurtovic <ben.kurtovic@verizon.net>
# Copyright (C) 2009-2012 Ben Kurtovic <ben.kurtovic@verizon.net>
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/copyvios/search.py View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2009-2012 by Ben Kurtovic <ben.kurtovic@verizon.net>
# Copyright (C) 2009-2012 Ben Kurtovic <ben.kurtovic@verizon.net>
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/page.py View File

@@ -35,7 +35,7 @@ from earwigbot.wiki.copyvios import CopyvioMixIn


__all__ = ["Page"] __all__ = ["Page"]


class Page(CopyvioMixin):
class Page(CopyvioMixIn):
""" """
**EarwigBot: Wiki Toolset: Page** **EarwigBot: Wiki Toolset: Page**




Loading…
Cancel
Save