Explorar el Código

Update copyright notices and some other improvements.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
1af4217b63
Se han modificado 6 ficheros con 6 adiciones y 6 borrados
  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 Ver fichero

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

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

earwigbot

+ 1
- 1
earwigbot/wiki/copyvios/__init__.py Ver fichero

@@ -1,6 +1,6 @@
# -*- 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
# of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/copyvios/markov.py Ver fichero

@@ -1,6 +1,6 @@
# -*- 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
# of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/copyvios/parsers.py Ver fichero

@@ -1,6 +1,6 @@
# -*- 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
# of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/copyvios/search.py Ver fichero

@@ -1,6 +1,6 @@
# -*- 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
# of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
earwigbot/wiki/page.py Ver fichero

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

__all__ = ["Page"]

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



Cargando…
Cancelar
Guardar