Change the copyright on the gutenberg plugin since it was completely re-written

This commit is contained in:
Kovid Goyal 2020-10-23 11:13:36 +05:30
parent 62e9722478
commit 654097bdc6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,12 +1,9 @@
# -*- coding: utf-8 -*-
# License: GPLv3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import absolute_import, division, print_function, unicode_literals
store_version = 7 # Needed for dynamic plugin loading
__license__ = 'GPL 3'
__copyright__ = '2011, 2013, John Schember <john@nachtimwald.com>'
__docformat__ = 'restructuredtext en'
import mimetypes
try: