One last modification to headers.

This commit is contained in:
Storm Dragon 2024-12-18 10:20:50 -05:00
parent 63539e8122
commit 5a744a6809

View File

@ -1,9 +1,9 @@
#!@PYTHON@
#
# Cthulhu
#
# Copyright 2010-2012 The Cthulhu Team
# Copyright 2012 Igalia, S.L.
# Copyright (c) 2024 Stormux
# Copyright (c) 2010-2012 The Orca Team
# Copyright (c) 2012 Igalia, S.L.
# Copyright (c) 2005-2010 Sun Microsystems Inc.
#
# This library is free software; you can redistribute it and/or
# 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
# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
# Boston MA 02110-1301 USA.
__id__ = "$Id$"
__version__ = "$Revision$"
__date__ = "$Date$"
__copyright__ = "Copyright (c) 2010-2012 The Cthulhu Team" \
"Copyright (c) 2012 Igalia, S.L."
__license__ = "LGPL"
#
# Fork of Orca Screen Reader (GNOME)
# Original source: https://gitlab.gnome.org/GNOME/orca
import argparse
import gi