Kaynağa Gözat

Update copyright notices and some other improvements.

tags/v0.1^2
Ben Kurtovic 12 yıl önce
ebeveyn
işleme
1af4217b63
6 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  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 Dosyayı Görüntüle

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

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

earwigbot

+ 1
- 1
earwigbot/wiki/copyvios/__init__.py Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

__all__ = ["Page"]

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



Yükleniyor…
İptal
Kaydet