One last modification to headers.
This commit is contained in:
parent
63539e8122
commit
5a744a6809
@ -1,9 +1,9 @@
|
|||||||
#!@PYTHON@
|
#!@PYTHON@
|
||||||
#
|
#
|
||||||
# Cthulhu
|
# Copyright (c) 2024 Stormux
|
||||||
#
|
# Copyright (c) 2010-2012 The Orca Team
|
||||||
# Copyright 2010-2012 The Cthulhu Team
|
# Copyright (c) 2012 Igalia, S.L.
|
||||||
# Copyright 2012 Igalia, S.L.
|
# Copyright (c) 2005-2010 Sun Microsystems Inc.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -19,13 +19,9 @@
|
|||||||
# License along with this library; if not, write to the
|
# License along with this library; if not, write to the
|
||||||
# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
|
# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
|
||||||
# Boston MA 02110-1301 USA.
|
# Boston MA 02110-1301 USA.
|
||||||
|
#
|
||||||
__id__ = "$Id$"
|
# Fork of Orca Screen Reader (GNOME)
|
||||||
__version__ = "$Revision$"
|
# Original source: https://gitlab.gnome.org/GNOME/orca
|
||||||
__date__ = "$Date$"
|
|
||||||
__copyright__ = "Copyright (c) 2010-2012 The Cthulhu Team" \
|
|
||||||
"Copyright (c) 2012 Igalia, S.L."
|
|
||||||
__license__ = "LGPL"
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import gi
|
import gi
|
||||||
|
Loading…
Reference in New Issue
Block a user