Skip to content

Commit 559f364

Browse files
committed
Add missing header to const/defaults.py
Copied from const/__init__.py where most entries were before
1 parent ce5ed9d commit 559f364

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

picard/const/defaults.py

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# Picard, the next-generation MusicBrainz tagger
4+
#
5+
# Copyright (C) 2007, 2014, 2016 Lukáš Lalinský
6+
# Copyright (C) 2014, 2019-2022 Philipp Wolfer
7+
# Copyright (C) 2014-2016, 2018-2021, 2024 Laurent Monin
8+
# Copyright (C) 2015 Ohm Patel
9+
# Copyright (C) 2016 Rahul Raturi
10+
# Copyright (C) 2016 Wieland Hoffmann
11+
# Copyright (C) 2016-2017 Frederik “Freso” S. Olesen
12+
# Copyright (C) 2017 Antonio Larrosa
13+
# Copyright (C) 2017 Sambhav Kothari
14+
# Copyright (C) 2018 Vishal Choudhary
15+
# Copyright (C) 2018, 2021, 2023 Bob Swift
16+
# Copyright (C) 2020 RomFouq
17+
# Copyright (C) 2021 Gabriel Ferreira
18+
# Copyright (C) 2021 Vladislav Karbovskii
19+
#
20+
# This program is free software; you can redistribute it and/or
21+
# modify it under the terms of the GNU General Public License
22+
# as published by the Free Software Foundation; either version 2
23+
# of the License, or (at your option) any later version.
24+
#
25+
# This program is distributed in the hope that it will be useful,
26+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
27+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28+
# GNU General Public License for more details.
29+
#
30+
# You should have received a copy of the GNU General Public License
31+
# along with this program; if not, write to the Free Software
32+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
33+
134
import os
235

336
from PyQt6 import QtCore

0 commit comments

Comments
 (0)