diff --git a/app/alternativeshelper.cpp b/app/alternativeshelper.cpp index be9f9a222..810463b2b 100644 --- a/app/alternativeshelper.cpp +++ b/app/alternativeshelper.cpp @@ -1,21 +1,8 @@ /* - * Copyright 2014 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2014 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ #include "alternativeshelper.h" diff --git a/app/alternativeshelper.h b/app/alternativeshelper.h index 2827557c1..d676590bd 100644 --- a/app/alternativeshelper.h +++ b/app/alternativeshelper.h @@ -1,21 +1,8 @@ /* - * Copyright 2014 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2014 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ #ifndef ALTERNATIVESHELPER_H #define ALTERNATIVESHELPER_H diff --git a/app/apptypes.cpp b/app/apptypes.cpp index 36643e003..979dc13b3 100644 --- a/app/apptypes.cpp +++ b/app/apptypes.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2020 Michail Vourlakos -* -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "apptypes.h" diff --git a/app/apptypes.h b/app/apptypes.h index 267ec865f..36d86adc2 100644 --- a/app/apptypes.h +++ b/app/apptypes.h @@ -1,21 +1,10 @@ /* -* Copyright 2020 Michail Vourlakos -* -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LATTEAPPLOCALTYPES_H diff --git a/app/data/activitydata.cpp b/app/data/activitydata.cpp index 2f12673f3..a6ca9d331 100644 --- a/app/data/activitydata.cpp +++ b/app/data/activitydata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "activitydata.h" diff --git a/app/data/activitydata.h b/app/data/activitydata.h index 38cc94ad2..358505c3a 100644 --- a/app/data/activitydata.h +++ b/app/data/activitydata.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef ACTIVITYDATA_H #define ACTIVITYDATA_H diff --git a/app/data/appletdata.cpp b/app/data/appletdata.cpp index dddd6b830..83b65af56 100644 --- a/app/data/appletdata.cpp +++ b/app/data/appletdata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "appletdata.h" diff --git a/app/data/appletdata.h b/app/data/appletdata.h index 99d294964..ecbe53824 100644 --- a/app/data/appletdata.h +++ b/app/data/appletdata.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef APPLETDATA_H #define APPLETDATA_H diff --git a/app/data/errordata.cpp b/app/data/errordata.cpp index 49e24c164..3198a2e74 100644 --- a/app/data/errordata.cpp +++ b/app/data/errordata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "errordata.h" diff --git a/app/data/errordata.h b/app/data/errordata.h index fac02da47..c04208857 100644 --- a/app/data/errordata.h +++ b/app/data/errordata.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef GENERICERRORDATA_H #define GENERICERRORDATA_H diff --git a/app/data/errorinformationdata.cpp b/app/data/errorinformationdata.cpp index 5e9c214c4..5c3bc04eb 100644 --- a/app/data/errorinformationdata.cpp +++ b/app/data/errorinformationdata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "errorinformationdata.h" diff --git a/app/data/errorinformationdata.h b/app/data/errorinformationdata.h index 7413c5fda..28cba44f4 100644 --- a/app/data/errorinformationdata.h +++ b/app/data/errorinformationdata.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef ERRORINFORMATIONDATA_H #define ERRORINFORMATIONDATA_H diff --git a/app/data/genericbasictable.cpp b/app/data/genericbasictable.cpp index 28a416ced..468a7ad4d 100644 --- a/app/data/genericbasictable.cpp +++ b/app/data/genericbasictable.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "genericbasictable.h" diff --git a/app/data/genericbasictable.h b/app/data/genericbasictable.h index 02a1855ce..03ef73b36 100644 --- a/app/data/genericbasictable.h +++ b/app/data/genericbasictable.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef GENERICBASICTABLE_H #define GENERICBASICTABLE_H diff --git a/app/data/genericdata.cpp b/app/data/genericdata.cpp index 7db390e53..0061ba543 100644 --- a/app/data/genericdata.cpp +++ b/app/data/genericdata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "genericdata.h" diff --git a/app/data/genericdata.h b/app/data/genericdata.h index 5774362c9..f57ea176b 100644 --- a/app/data/genericdata.h +++ b/app/data/genericdata.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef GENERICDATA_H #define GENERICDATA_H diff --git a/app/data/generictable.cpp b/app/data/generictable.cpp index c8210c3c3..b511c2a75 100644 --- a/app/data/generictable.cpp +++ b/app/data/generictable.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ // local #include "generictable.h" diff --git a/app/data/generictable.h b/app/data/generictable.h index 95f1aaaf8..204e03eff 100644 --- a/app/data/generictable.h +++ b/app/data/generictable.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef GENERICTABLEDATA_H #define GENERICTABLEDATA_H diff --git a/app/data/layoutcolordata.cpp b/app/data/layoutcolordata.cpp index 5adfa221a..955064d91 100644 --- a/app/data/layoutcolordata.cpp +++ b/app/data/layoutcolordata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "layoutcolordata.h" diff --git a/app/data/layoutcolordata.h b/app/data/layoutcolordata.h index c96f09868..12a9d75d6 100644 --- a/app/data/layoutcolordata.h +++ b/app/data/layoutcolordata.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef LAYOUTCOLORDATA_H #define LAYOUTCOLORDATA_H diff --git a/app/data/layoutdata.cpp b/app/data/layoutdata.cpp index 51d9df728..43a78ecc7 100644 --- a/app/data/layoutdata.cpp +++ b/app/data/layoutdata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "layoutdata.h" diff --git a/app/data/layoutdata.h b/app/data/layoutdata.h index 3f97b365c..3f377a0ac 100644 --- a/app/data/layoutdata.h +++ b/app/data/layoutdata.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSDATALAYOUT_H #define SETTINGSDATALAYOUT_H diff --git a/app/data/layouticondata.cpp b/app/data/layouticondata.cpp index f72ef080f..33558fbae 100644 --- a/app/data/layouticondata.cpp +++ b/app/data/layouticondata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "layouticondata.h" diff --git a/app/data/layouticondata.h b/app/data/layouticondata.h index 328766842..f822b8637 100644 --- a/app/data/layouticondata.h +++ b/app/data/layouticondata.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef LAYOUTICONDATA_H #define LAYOUTICONDATA_H diff --git a/app/data/layoutstable.cpp b/app/data/layoutstable.cpp index f446bcd1a..7674d2ec9 100644 --- a/app/data/layoutstable.cpp +++ b/app/data/layoutstable.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "layoutstable.h" diff --git a/app/data/layoutstable.h b/app/data/layoutstable.h index 258e527c4..79eea26e2 100644 --- a/app/data/layoutstable.h +++ b/app/data/layoutstable.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef LAYOUTSTABLEDATA_H #define LAYOUTSTABLEDATA_H diff --git a/app/data/preferencesdata.cpp b/app/data/preferencesdata.cpp index b550ddbab..cbb85dc69 100644 --- a/app/data/preferencesdata.cpp +++ b/app/data/preferencesdata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "preferencesdata.h" diff --git a/app/data/preferencesdata.h b/app/data/preferencesdata.h index 295527b93..1157a2f6f 100644 --- a/app/data/preferencesdata.h +++ b/app/data/preferencesdata.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef PREFERENCESDATA_H #define PREFERENCESDATA_H diff --git a/app/data/screendata.cpp b/app/data/screendata.cpp index a9af7236c..15d6c5e01 100644 --- a/app/data/screendata.cpp +++ b/app/data/screendata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "screendata.h" diff --git a/app/data/screendata.h b/app/data/screendata.h index 5c48afbeb..18b44d8d0 100644 --- a/app/data/screendata.h +++ b/app/data/screendata.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SCREENDATA_H #define SCREENDATA_H diff --git a/app/data/uniqueidinfo.cpp b/app/data/uniqueidinfo.cpp index d8e4c0a66..67d3aef3d 100644 --- a/app/data/uniqueidinfo.cpp +++ b/app/data/uniqueidinfo.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "uniqueidinfo.h" diff --git a/app/data/uniqueidinfo.h b/app/data/uniqueidinfo.h index b284093e1..bd2071353 100644 --- a/app/data/uniqueidinfo.h +++ b/app/data/uniqueidinfo.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef UNIQUEIDINFODATA_H #define UNIQUEIDINFODATA_H diff --git a/app/data/viewdata.cpp b/app/data/viewdata.cpp index ed9e6e7f8..10c9c97fa 100644 --- a/app/data/viewdata.cpp +++ b/app/data/viewdata.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "viewdata.h" diff --git a/app/data/viewdata.h b/app/data/viewdata.h index 18f435027..0816377bd 100644 --- a/app/data/viewdata.h +++ b/app/data/viewdata.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef VIEWDATA_H #define VIEWDATA_H diff --git a/app/data/viewstable.cpp b/app/data/viewstable.cpp index a5b610f4f..aea450098 100644 --- a/app/data/viewstable.cpp +++ b/app/data/viewstable.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "viewstable.h" diff --git a/app/data/viewstable.h b/app/data/viewstable.h index 213c5a8ec..5c5583fb2 100644 --- a/app/data/viewstable.h +++ b/app/data/viewstable.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef VIEWSTABLEDATA_H #define VIEWSTABLEDATA_H diff --git a/app/declarativeimports/interfaces.cpp b/app/declarativeimports/interfaces.cpp index 14e6c82a2..d932539a2 100644 --- a/app/declarativeimports/interfaces.cpp +++ b/app/declarativeimports/interfaces.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "interfaces.h" diff --git a/app/declarativeimports/interfaces.h b/app/declarativeimports/interfaces.h index b07812d98..47742bfb2 100644 --- a/app/declarativeimports/interfaces.h +++ b/app/declarativeimports/interfaces.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef APPINTERFACES_H #define APPINTERFACES_H diff --git a/app/indicator/factory.cpp b/app/indicator/factory.cpp index 3324be6a5..4d1d143e5 100644 --- a/app/indicator/factory.cpp +++ b/app/indicator/factory.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "factory.h" diff --git a/app/indicator/factory.h b/app/indicator/factory.h index 65fe59546..4914b1a09 100644 --- a/app/indicator/factory.h +++ b/app/indicator/factory.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef INDICATORFACTORY_H diff --git a/app/infoview.cpp b/app/infoview.cpp index 5a23d2a7a..e47c2272d 100644 --- a/app/infoview.cpp +++ b/app/infoview.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "infoview.h" diff --git a/app/infoview.h b/app/infoview.h index ac5e7ee51..29140fdde 100644 --- a/app/infoview.h +++ b/app/infoview.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef INFOVIEW_H diff --git a/app/lattecorona.cpp b/app/lattecorona.cpp index 6b963fc36..5eca8ff78 100644 --- a/app/lattecorona.cpp +++ b/app/lattecorona.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "lattecorona.h" diff --git a/app/lattecorona.h b/app/lattecorona.h index 93e7faf20..e9c7e2e0f 100644 --- a/app/lattecorona.h +++ b/app/lattecorona.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LATTECORONA_H diff --git a/app/layout/abstractlayout.cpp b/app/layout/abstractlayout.cpp index cf0ece0ca..b190d2329 100644 --- a/app/layout/abstractlayout.cpp +++ b/app/layout/abstractlayout.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "abstractlayout.h" diff --git a/app/layout/abstractlayout.h b/app/layout/abstractlayout.h index 740055176..3d951692e 100644 --- a/app/layout/abstractlayout.h +++ b/app/layout/abstractlayout.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef ABSTRACTLAYOUT_H diff --git a/app/layout/centrallayout.cpp b/app/layout/centrallayout.cpp index 75a2b9bfe..454fc915b 100644 --- a/app/layout/centrallayout.cpp +++ b/app/layout/centrallayout.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "centrallayout.h" diff --git a/app/layout/centrallayout.h b/app/layout/centrallayout.h index 4e455b215..b48040939 100644 --- a/app/layout/centrallayout.h +++ b/app/layout/centrallayout.h @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef CENTRALLAYOUT_H diff --git a/app/layout/genericlayout.cpp b/app/layout/genericlayout.cpp index 5c41c33dd..7ee18ccde 100644 --- a/app/layout/genericlayout.cpp +++ b/app/layout/genericlayout.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "genericlayout.h" diff --git a/app/layout/genericlayout.h b/app/layout/genericlayout.h index c98c1589f..0a9ac54c0 100644 --- a/app/layout/genericlayout.h +++ b/app/layout/genericlayout.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef GENERICLAYOUT_H diff --git a/app/layouts/importer.cpp b/app/layouts/importer.cpp index 8b8d05c65..6100c9683 100644 --- a/app/layouts/importer.cpp +++ b/app/layouts/importer.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "importer.h" diff --git a/app/layouts/importer.h b/app/layouts/importer.h index b4540a85b..f5e895332 100644 --- a/app/layouts/importer.h +++ b/app/layouts/importer.h @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef IMPORTER_H diff --git a/app/layouts/manager.cpp b/app/layouts/manager.cpp index 1040c938b..c7c8b3fb1 100644 --- a/app/layouts/manager.cpp +++ b/app/layouts/manager.cpp @@ -1,23 +1,12 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "manager.h" diff --git a/app/layouts/manager.h b/app/layouts/manager.h index 00b415346..3e8a61028 100644 --- a/app/layouts/manager.h +++ b/app/layouts/manager.h @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTSMANAGER_H diff --git a/app/layouts/storage.cpp b/app/layouts/storage.cpp index ab4df3153..10d3b7c7e 100644 --- a/app/layouts/storage.cpp +++ b/app/layouts/storage.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "storage.h" diff --git a/app/layouts/storage.h b/app/layouts/storage.h index a09e8d83b..e91f043df 100644 --- a/app/layouts/storage.h +++ b/app/layouts/storage.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTSSTORAGE_H diff --git a/app/layouts/syncedlaunchers.cpp b/app/layouts/syncedlaunchers.cpp index 30c78c84f..9485b8730 100644 --- a/app/layouts/syncedlaunchers.cpp +++ b/app/layouts/syncedlaunchers.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "syncedlaunchers.h" diff --git a/app/layouts/syncedlaunchers.h b/app/layouts/syncedlaunchers.h index 8b48b0226..7be80274e 100644 --- a/app/layouts/syncedlaunchers.h +++ b/app/layouts/syncedlaunchers.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SYNCEDLAUNCHERS_H diff --git a/app/layouts/synchronizer.cpp b/app/layouts/synchronizer.cpp index 28cb6ff1b..25e1ee496 100644 --- a/app/layouts/synchronizer.cpp +++ b/app/layouts/synchronizer.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "synchronizer.h" diff --git a/app/layouts/synchronizer.h b/app/layouts/synchronizer.h index 903fc6aa1..ff7e3a4cb 100644 --- a/app/layouts/synchronizer.h +++ b/app/layouts/synchronizer.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTSSYNCHRONIZER_H diff --git a/app/main.cpp b/app/main.cpp index 0497500d1..4e3079e89 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ // local diff --git a/app/package/lattepackage.cpp b/app/package/lattepackage.cpp index 2b350f21a..a0ed7866e 100644 --- a/app/package/lattepackage.cpp +++ b/app/package/lattepackage.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "lattepackage.h" diff --git a/app/package/lattepackage.h b/app/package/lattepackage.h index f633838f6..b1c989785 100644 --- a/app/package/lattepackage.h +++ b/app/package/lattepackage.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LATTEPACKAGE_H diff --git a/app/packageplugins/indicator/indicatorpackage.cpp b/app/packageplugins/indicator/indicatorpackage.cpp index ef76253c8..3966e8e79 100644 --- a/app/packageplugins/indicator/indicatorpackage.cpp +++ b/app/packageplugins/indicator/indicatorpackage.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "indicatorpackage.h" diff --git a/app/packageplugins/indicator/indicatorpackage.h b/app/packageplugins/indicator/indicatorpackage.h index be2f25773..5410f6895 100644 --- a/app/packageplugins/indicator/indicatorpackage.h +++ b/app/packageplugins/indicator/indicatorpackage.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef INDICATORPACKAGE_H diff --git a/app/plasma/extended/backgroundcache.cpp b/app/plasma/extended/backgroundcache.cpp index f7267c75f..200c12a67 100644 --- a/app/plasma/extended/backgroundcache.cpp +++ b/app/plasma/extended/backgroundcache.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "backgroundcache.h" diff --git a/app/plasma/extended/backgroundcache.h b/app/plasma/extended/backgroundcache.h index 7fbe36a05..4eaaeda3f 100644 --- a/app/plasma/extended/backgroundcache.h +++ b/app/plasma/extended/backgroundcache.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PLASMABACKGROUNDCACHE_H diff --git a/app/plasma/extended/backgroundtracker.cpp b/app/plasma/extended/backgroundtracker.cpp index d176ba3f3..60c479587 100644 --- a/app/plasma/extended/backgroundtracker.cpp +++ b/app/plasma/extended/backgroundtracker.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "backgroundtracker.h" diff --git a/app/plasma/extended/backgroundtracker.h b/app/plasma/extended/backgroundtracker.h index d0215826b..fd8b8771a 100644 --- a/app/plasma/extended/backgroundtracker.h +++ b/app/plasma/extended/backgroundtracker.h @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef BACKGROUNDTRACKER_H #define BACKGROUNDTRACKER_H diff --git a/app/plasma/extended/panelbackground.cpp b/app/plasma/extended/panelbackground.cpp index bba6c7b1a..0231fbe31 100644 --- a/app/plasma/extended/panelbackground.cpp +++ b/app/plasma/extended/panelbackground.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "panelbackground.h" diff --git a/app/plasma/extended/panelbackground.h b/app/plasma/extended/panelbackground.h index 1ee10e901..ae203e2b2 100644 --- a/app/plasma/extended/panelbackground.h +++ b/app/plasma/extended/panelbackground.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef PLASMATHEMEEXTENDEDPANELBACKGROUND_H #define PLASMATHEMEEXTENDEDPANELBACKGROUND_H diff --git a/app/plasma/extended/screengeometries.cpp b/app/plasma/extended/screengeometries.cpp index dcc39d24b..fc81417f5 100644 --- a/app/plasma/extended/screengeometries.cpp +++ b/app/plasma/extended/screengeometries.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "screengeometries.h" diff --git a/app/plasma/extended/screengeometries.h b/app/plasma/extended/screengeometries.h index d5eeca8ec..81cfe69fe 100644 --- a/app/plasma/extended/screengeometries.h +++ b/app/plasma/extended/screengeometries.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef PLASMASCREENGEOMETRIES_H #define PLASMASCREENGEOMETRIES_H diff --git a/app/plasma/extended/screenpool.cpp b/app/plasma/extended/screenpool.cpp index 8ae4b82a8..b23dfc2c5 100644 --- a/app/plasma/extended/screenpool.cpp +++ b/app/plasma/extended/screenpool.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "screenpool.h" diff --git a/app/plasma/extended/screenpool.h b/app/plasma/extended/screenpool.h index 87a6aaa6a..c5a68b433 100644 --- a/app/plasma/extended/screenpool.h +++ b/app/plasma/extended/screenpool.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PLASMASCREENPOOL_H diff --git a/app/plasma/extended/theme.cpp b/app/plasma/extended/theme.cpp index 2c87e3159..bf9f55817 100644 --- a/app/plasma/extended/theme.cpp +++ b/app/plasma/extended/theme.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "theme.h" diff --git a/app/plasma/extended/theme.h b/app/plasma/extended/theme.h index 345550df6..17a9e3a1d 100644 --- a/app/plasma/extended/theme.h +++ b/app/plasma/extended/theme.h @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef PLASMATHEMEEXTENDED_H #define PLASMATHEMEEXTENDED_H diff --git a/app/plasma/quick/configview.h b/app/plasma/quick/configview.h index 2dc9d9280..9db96924c 100644 --- a/app/plasma/quick/configview.h +++ b/app/plasma/quick/configview.h @@ -1,21 +1,8 @@ /* - * Copyright 2013 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2013 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ #ifndef CONFIGVIEW_H #define CONFIGVIEW_H diff --git a/app/plasma/quick/containmentview.h b/app/plasma/quick/containmentview.h index 0acc7a5d0..4cdc2707d 100644 --- a/app/plasma/quick/containmentview.h +++ b/app/plasma/quick/containmentview.h @@ -1,20 +1,8 @@ /* - * Copyright 2012 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2012 Marco Martin + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef PLASMAQUICKCONTAINMENTVIEW_H #define PLASMAQUICKCONTAINMENTVIEW_H diff --git a/app/plasma/quick/view.h b/app/plasma/quick/view.h index 66dd71076..656dc4d20 100644 --- a/app/plasma/quick/view.h +++ b/app/plasma/quick/view.h @@ -1,20 +1,8 @@ /* - * Copyright 2012 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2012 Marco Martin + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef PLASMAQUICKVIEW_H #define PLASMAQUICKVIEW_H diff --git a/app/screenpool.cpp b/app/screenpool.cpp index 49d3f9976..a8da78852 100644 --- a/app/screenpool.cpp +++ b/app/screenpool.cpp @@ -1,21 +1,8 @@ /* - * Copyright 2016 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ #include "screenpool.h" diff --git a/app/screenpool.h b/app/screenpool.h index e6df0f719..e6ad371d9 100644 --- a/app/screenpool.h +++ b/app/screenpool.h @@ -1,21 +1,8 @@ /* - * Copyright 2016 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ #ifndef SCREENPOOL_H #define SCREENPOOL_H diff --git a/app/settings/detailsdialog/colorsmodel.cpp b/app/settings/detailsdialog/colorsmodel.cpp index f17e5fa20..b849865b5 100644 --- a/app/settings/detailsdialog/colorsmodel.cpp +++ b/app/settings/detailsdialog/colorsmodel.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "colorsmodel.h" diff --git a/app/settings/detailsdialog/colorsmodel.h b/app/settings/detailsdialog/colorsmodel.h index b4f56b423..fea82ae9e 100644 --- a/app/settings/detailsdialog/colorsmodel.h +++ b/app/settings/detailsdialog/colorsmodel.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef COLORSMODEL_H #define COLROSMODEL_H diff --git a/app/settings/detailsdialog/delegates/colorcmbitemdelegate.cpp b/app/settings/detailsdialog/delegates/colorcmbitemdelegate.cpp index b6901800d..1cf1499a7 100644 --- a/app/settings/detailsdialog/delegates/colorcmbitemdelegate.cpp +++ b/app/settings/detailsdialog/delegates/colorcmbitemdelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "colorcmbitemdelegate.h" diff --git a/app/settings/detailsdialog/delegates/colorcmbitemdelegate.h b/app/settings/detailsdialog/delegates/colorcmbitemdelegate.h index f8e99cf4e..32fde98a2 100644 --- a/app/settings/detailsdialog/delegates/colorcmbitemdelegate.h +++ b/app/settings/detailsdialog/delegates/colorcmbitemdelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef COLORCMBBOXITEMDELEGATE_H diff --git a/app/settings/detailsdialog/detailsdialog.cpp b/app/settings/detailsdialog/detailsdialog.cpp index 05d26dae8..b49ace17a 100644 --- a/app/settings/detailsdialog/detailsdialog.cpp +++ b/app/settings/detailsdialog/detailsdialog.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "detailsdialog.h" diff --git a/app/settings/detailsdialog/detailsdialog.h b/app/settings/detailsdialog/detailsdialog.h index f5a69ae40..fe5df20d0 100644 --- a/app/settings/detailsdialog/detailsdialog.h +++ b/app/settings/detailsdialog/detailsdialog.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef DETAILSDIALOG_H #define DETAILSDIALOG_H diff --git a/app/settings/detailsdialog/detailshandler.cpp b/app/settings/detailsdialog/detailshandler.cpp index 989bc23c6..95d62d699 100644 --- a/app/settings/detailsdialog/detailshandler.cpp +++ b/app/settings/detailsdialog/detailshandler.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "detailshandler.h" diff --git a/app/settings/detailsdialog/detailshandler.h b/app/settings/detailsdialog/detailshandler.h index c11dad528..52a09fdb8 100644 --- a/app/settings/detailsdialog/detailshandler.h +++ b/app/settings/detailsdialog/detailshandler.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef DETAILSDIALOGHANDLER_H #define DETAILSDIALOGHANDLER_H diff --git a/app/settings/detailsdialog/patternwidget.cpp b/app/settings/detailsdialog/patternwidget.cpp index 2e3d38e73..7655b2fde 100644 --- a/app/settings/detailsdialog/patternwidget.cpp +++ b/app/settings/detailsdialog/patternwidget.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "patternwidget.h" diff --git a/app/settings/detailsdialog/patternwidget.h b/app/settings/detailsdialog/patternwidget.h index 796f3a33e..030d6dd70 100644 --- a/app/settings/detailsdialog/patternwidget.h +++ b/app/settings/detailsdialog/patternwidget.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSPATTERNWIDGET_H #define SETTINGSPATTERNWIDGET_H diff --git a/app/settings/exporttemplatedialog/appletsmodel.cpp b/app/settings/exporttemplatedialog/appletsmodel.cpp index 28c274506..097f354cb 100644 --- a/app/settings/exporttemplatedialog/appletsmodel.cpp +++ b/app/settings/exporttemplatedialog/appletsmodel.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "appletsmodel.h" diff --git a/app/settings/exporttemplatedialog/appletsmodel.h b/app/settings/exporttemplatedialog/appletsmodel.h index a96f4affc..6dd54e7e4 100644 --- a/app/settings/exporttemplatedialog/appletsmodel.h +++ b/app/settings/exporttemplatedialog/appletsmodel.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef APPLETSMODEL_H #define APPLETSMODEL_H diff --git a/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.cpp b/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.cpp index 505790495..4b9dacde0 100644 --- a/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.cpp +++ b/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "normalcheckboxdelegate.h" diff --git a/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.h b/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.h index 65268e715..abafbd6a2 100644 --- a/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.h +++ b/app/settings/exporttemplatedialog/delegates/normalcheckboxdelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef NORMALCHECKBOXDELEGATE_H diff --git a/app/settings/exporttemplatedialog/exporttemplatedialog.cpp b/app/settings/exporttemplatedialog/exporttemplatedialog.cpp index e0f3287a2..49f883381 100644 --- a/app/settings/exporttemplatedialog/exporttemplatedialog.cpp +++ b/app/settings/exporttemplatedialog/exporttemplatedialog.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "exporttemplatedialog.h" diff --git a/app/settings/exporttemplatedialog/exporttemplatedialog.h b/app/settings/exporttemplatedialog/exporttemplatedialog.h index 47b4b0ec0..196f39e1c 100644 --- a/app/settings/exporttemplatedialog/exporttemplatedialog.h +++ b/app/settings/exporttemplatedialog/exporttemplatedialog.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef EXPORTTEMPLATEDIALOG_H #define EXPORTTEMPLATEDIALOG_H diff --git a/app/settings/exporttemplatedialog/exporttemplatehandler.cpp b/app/settings/exporttemplatedialog/exporttemplatehandler.cpp index 1581cf481..e333993db 100644 --- a/app/settings/exporttemplatedialog/exporttemplatehandler.cpp +++ b/app/settings/exporttemplatedialog/exporttemplatehandler.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "exporttemplatehandler.h" diff --git a/app/settings/exporttemplatedialog/exporttemplatehandler.h b/app/settings/exporttemplatedialog/exporttemplatehandler.h index 090af2192..15d8e933f 100644 --- a/app/settings/exporttemplatedialog/exporttemplatehandler.h +++ b/app/settings/exporttemplatedialog/exporttemplatehandler.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef EXPORTTEMPLATEHANDLER_H #define EXPORTTEMPLATEHANDLER_H diff --git a/app/settings/generic/genericdialog.cpp b/app/settings/generic/genericdialog.cpp index bd2a334ca..2a6ae80f0 100644 --- a/app/settings/generic/genericdialog.cpp +++ b/app/settings/generic/genericdialog.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "genericdialog.h" diff --git a/app/settings/generic/genericdialog.h b/app/settings/generic/genericdialog.h index f9ba4d942..ffd2cbcb9 100644 --- a/app/settings/generic/genericdialog.h +++ b/app/settings/generic/genericdialog.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSGENERICDIALOG_H #define SETTINGSGENERICDIALOG_H diff --git a/app/settings/generic/generichandler.cpp b/app/settings/generic/generichandler.cpp index 8234b6d2a..5ae5b1363 100644 --- a/app/settings/generic/generichandler.cpp +++ b/app/settings/generic/generichandler.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "generichandler.h" diff --git a/app/settings/generic/generichandler.h b/app/settings/generic/generichandler.h index 83ec858d8..2622e5ead 100644 --- a/app/settings/generic/generichandler.h +++ b/app/settings/generic/generichandler.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSGENERICHANDLER_H #define SETTINGSGENERICHANDLER_H diff --git a/app/settings/generic/generictools.cpp b/app/settings/generic/generictools.cpp index fdb17cf4c..a518fa065 100644 --- a/app/settings/generic/generictools.cpp +++ b/app/settings/generic/generictools.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2019 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "generictools.h" diff --git a/app/settings/generic/generictools.h b/app/settings/generic/generictools.h index 47989b350..96a32f844 100644 --- a/app/settings/generic/generictools.h +++ b/app/settings/generic/generictools.h @@ -1,22 +1,11 @@ /* - * Copyright 2019 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef GENERICSETTINGSTOOLS_H #define GENERICSETTINGSTOOLS_H diff --git a/app/settings/generic/genericviewtools.cpp b/app/settings/generic/genericviewtools.cpp index 2329d77ed..8fcbd213f 100644 --- a/app/settings/generic/genericviewtools.cpp +++ b/app/settings/generic/genericviewtools.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "genericviewtools.h" diff --git a/app/settings/generic/genericviewtools.h b/app/settings/generic/genericviewtools.h index 4adbfa1b6..679343836 100644 --- a/app/settings/generic/genericviewtools.h +++ b/app/settings/generic/genericviewtools.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef GENERICVIEWTOOLS_H #define GENERICVIEWTOOLS_H diff --git a/app/settings/generic/layoutscombobox.cpp b/app/settings/generic/layoutscombobox.cpp index 6f754489c..91fe91f3f 100644 --- a/app/settings/generic/layoutscombobox.cpp +++ b/app/settings/generic/layoutscombobox.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "layoutscombobox.h" diff --git a/app/settings/generic/layoutscombobox.h b/app/settings/generic/layoutscombobox.h index e0a857dae..21bbb7db5 100644 --- a/app/settings/generic/layoutscombobox.h +++ b/app/settings/generic/layoutscombobox.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTSCOMBOBOX_H diff --git a/app/settings/generic/persistentmenu.cpp b/app/settings/generic/persistentmenu.cpp index 9a1cff7de..7a46fc6e0 100644 --- a/app/settings/generic/persistentmenu.cpp +++ b/app/settings/generic/persistentmenu.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "persistentmenu.h" diff --git a/app/settings/generic/persistentmenu.h b/app/settings/generic/persistentmenu.h index 0665f9f0f..38f2c2589 100644 --- a/app/settings/generic/persistentmenu.h +++ b/app/settings/generic/persistentmenu.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PERSISTENTMENU_H diff --git a/app/settings/settingsdialog/delegates/activitiesdelegate.cpp b/app/settings/settingsdialog/delegates/activitiesdelegate.cpp index 5bb67b54a..6b2191f0c 100644 --- a/app/settings/settingsdialog/delegates/activitiesdelegate.cpp +++ b/app/settings/settingsdialog/delegates/activitiesdelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "activitiesdelegate.h" diff --git a/app/settings/settingsdialog/delegates/activitiesdelegate.h b/app/settings/settingsdialog/delegates/activitiesdelegate.h index 91547a26a..d4787281b 100644 --- a/app/settings/settingsdialog/delegates/activitiesdelegate.h +++ b/app/settings/settingsdialog/delegates/activitiesdelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef ACTIVITIESDELEGATE_H diff --git a/app/settings/settingsdialog/delegates/backgrounddelegate.cpp b/app/settings/settingsdialog/delegates/backgrounddelegate.cpp index 646486d97..394bd0b37 100644 --- a/app/settings/settingsdialog/delegates/backgrounddelegate.cpp +++ b/app/settings/settingsdialog/delegates/backgrounddelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "backgrounddelegate.h" diff --git a/app/settings/settingsdialog/delegates/backgrounddelegate.h b/app/settings/settingsdialog/delegates/backgrounddelegate.h index 95be02b40..153f29a56 100644 --- a/app/settings/settingsdialog/delegates/backgrounddelegate.h +++ b/app/settings/settingsdialog/delegates/backgrounddelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTBACKGROUNDDELEGATE_H diff --git a/app/settings/settingsdialog/delegates/checkboxdelegate.cpp b/app/settings/settingsdialog/delegates/checkboxdelegate.cpp index 99e6fbb75..0e97e4012 100644 --- a/app/settings/settingsdialog/delegates/checkboxdelegate.cpp +++ b/app/settings/settingsdialog/delegates/checkboxdelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "checkboxdelegate.h" diff --git a/app/settings/settingsdialog/delegates/checkboxdelegate.h b/app/settings/settingsdialog/delegates/checkboxdelegate.h index 5510c137c..3d87bad65 100644 --- a/app/settings/settingsdialog/delegates/checkboxdelegate.h +++ b/app/settings/settingsdialog/delegates/checkboxdelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef CHECKBOXDELEGATE_H diff --git a/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.cpp b/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.cpp index 4f37702da..b78e9846a 100644 --- a/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.cpp +++ b/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "layoutcmbitemdelegate.h" diff --git a/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.h b/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.h index 3e7bbd73c..de5313a96 100644 --- a/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.h +++ b/app/settings/settingsdialog/delegates/layoutcmbitemdelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTCMBITEMDELEGATE_H diff --git a/app/settings/settingsdialog/delegates/layoutnamedelegate.cpp b/app/settings/settingsdialog/delegates/layoutnamedelegate.cpp index 4fe4efc12..f797d61bf 100644 --- a/app/settings/settingsdialog/delegates/layoutnamedelegate.cpp +++ b/app/settings/settingsdialog/delegates/layoutnamedelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "layoutnamedelegate.h" diff --git a/app/settings/settingsdialog/delegates/layoutnamedelegate.h b/app/settings/settingsdialog/delegates/layoutnamedelegate.h index 88709e37c..5b3d70102 100644 --- a/app/settings/settingsdialog/delegates/layoutnamedelegate.h +++ b/app/settings/settingsdialog/delegates/layoutnamedelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTNAMEDELEGATE_H diff --git a/app/settings/settingsdialog/layoutscontroller.cpp b/app/settings/settingsdialog/layoutscontroller.cpp index 6ac4cb315..00602ba05 100644 --- a/app/settings/settingsdialog/layoutscontroller.cpp +++ b/app/settings/settingsdialog/layoutscontroller.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "layoutscontroller.h" diff --git a/app/settings/settingsdialog/layoutscontroller.h b/app/settings/settingsdialog/layoutscontroller.h index 8fccad888..dedd04022 100644 --- a/app/settings/settingsdialog/layoutscontroller.h +++ b/app/settings/settingsdialog/layoutscontroller.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSLAYOUTSCONTROLLER_H #define SETTINGSLAYOUTSCONTROLLER_H diff --git a/app/settings/settingsdialog/layoutsheaderview.cpp b/app/settings/settingsdialog/layoutsheaderview.cpp index b1ce2da8a..8d2ca981c 100644 --- a/app/settings/settingsdialog/layoutsheaderview.cpp +++ b/app/settings/settingsdialog/layoutsheaderview.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "layoutsheaderview.h" diff --git a/app/settings/settingsdialog/layoutsheaderview.h b/app/settings/settingsdialog/layoutsheaderview.h index e086f8c30..2d55a1a44 100644 --- a/app/settings/settingsdialog/layoutsheaderview.h +++ b/app/settings/settingsdialog/layoutsheaderview.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTSHEADERVIEW_H diff --git a/app/settings/settingsdialog/layoutsmodel.cpp b/app/settings/settingsdialog/layoutsmodel.cpp index d4aa3ae86..c47e0ab49 100644 --- a/app/settings/settingsdialog/layoutsmodel.cpp +++ b/app/settings/settingsdialog/layoutsmodel.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "layoutsmodel.h" diff --git a/app/settings/settingsdialog/layoutsmodel.h b/app/settings/settingsdialog/layoutsmodel.h index d63a886d3..1e15ca7d5 100644 --- a/app/settings/settingsdialog/layoutsmodel.h +++ b/app/settings/settingsdialog/layoutsmodel.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSLAYOUTSMODEL_H #define SETTINGSLAYOUTSMODEL_H diff --git a/app/settings/settingsdialog/layoutstableview.cpp b/app/settings/settingsdialog/layoutstableview.cpp index 56be68282..88d526f12 100644 --- a/app/settings/settingsdialog/layoutstableview.cpp +++ b/app/settings/settingsdialog/layoutstableview.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "layoutstableview.h" diff --git a/app/settings/settingsdialog/layoutstableview.h b/app/settings/settingsdialog/layoutstableview.h index 524f8db3a..8031f5544 100644 --- a/app/settings/settingsdialog/layoutstableview.h +++ b/app/settings/settingsdialog/layoutstableview.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTSTABLEVIEW_H diff --git a/app/settings/settingsdialog/settingsdialog.cpp b/app/settings/settingsdialog/settingsdialog.cpp index db6818532..0c09084a7 100644 --- a/app/settings/settingsdialog/settingsdialog.cpp +++ b/app/settings/settingsdialog/settingsdialog.cpp @@ -1,23 +1,12 @@ /* - * Copyright 2017 Smith AR - * Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "settingsdialog.h" diff --git a/app/settings/settingsdialog/settingsdialog.h b/app/settings/settingsdialog/settingsdialog.h index 4946864bb..a66f5595b 100644 --- a/app/settings/settingsdialog/settingsdialog.h +++ b/app/settings/settingsdialog/settingsdialog.h @@ -1,23 +1,12 @@ /* - * Copyright 2017 Smith AR - * Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSDIALOG_H #define SETTINGSDIALOG_H diff --git a/app/settings/settingsdialog/tablayoutshandler.cpp b/app/settings/settingsdialog/tablayoutshandler.cpp index bef381777..9131b789b 100644 --- a/app/settings/settingsdialog/tablayoutshandler.cpp +++ b/app/settings/settingsdialog/tablayoutshandler.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "tablayoutshandler.h" diff --git a/app/settings/settingsdialog/tablayoutshandler.h b/app/settings/settingsdialog/tablayoutshandler.h index efbbc7cdc..496f393e9 100644 --- a/app/settings/settingsdialog/tablayoutshandler.h +++ b/app/settings/settingsdialog/tablayoutshandler.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSTABLAYOUTSHANDLER_H #define SETTINGSTABLAYOUTSHANDLER_H diff --git a/app/settings/settingsdialog/tabpreferenceshandler.cpp b/app/settings/settingsdialog/tabpreferenceshandler.cpp index 659ed8845..4ecbf07f8 100644 --- a/app/settings/settingsdialog/tabpreferenceshandler.cpp +++ b/app/settings/settingsdialog/tabpreferenceshandler.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "tabpreferenceshandler.h" diff --git a/app/settings/settingsdialog/tabpreferenceshandler.h b/app/settings/settingsdialog/tabpreferenceshandler.h index eb7ecdaf8..11ac863b2 100644 --- a/app/settings/settingsdialog/tabpreferenceshandler.h +++ b/app/settings/settingsdialog/tabpreferenceshandler.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSTABPREFERENCESHANDLER_H #define SETTINGSTABPREFERENCESHANDLER_H diff --git a/app/settings/settingsdialog/templateskeeper.cpp b/app/settings/settingsdialog/templateskeeper.cpp index b4f356c16..6940ef5f4 100644 --- a/app/settings/settingsdialog/templateskeeper.cpp +++ b/app/settings/settingsdialog/templateskeeper.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "templateskeeper.h" diff --git a/app/settings/settingsdialog/templateskeeper.h b/app/settings/settingsdialog/templateskeeper.h index 3674f2d98..bfa33712c 100644 --- a/app/settings/settingsdialog/templateskeeper.h +++ b/app/settings/settingsdialog/templateskeeper.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SETTINGSPARTTEMPLATESKEEPER_H #define SETTINGSPARTTEMPLATESKEEPER_H diff --git a/app/settings/universalsettings.cpp b/app/settings/universalsettings.cpp index 325ab305d..23f879389 100644 --- a/app/settings/universalsettings.cpp +++ b/app/settings/universalsettings.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "universalsettings.h" diff --git a/app/settings/universalsettings.h b/app/settings/universalsettings.h index cc9da5e66..9dd18b272 100644 --- a/app/settings/universalsettings.h +++ b/app/settings/universalsettings.h @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef UNIVERSALSETTINGS_H diff --git a/app/settings/viewsdialog/delegates/custommenuitemwidget.cpp b/app/settings/viewsdialog/delegates/custommenuitemwidget.cpp index 4113e6695..646a120ef 100644 --- a/app/settings/viewsdialog/delegates/custommenuitemwidget.cpp +++ b/app/settings/viewsdialog/delegates/custommenuitemwidget.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "custommenuitemwidget.h" diff --git a/app/settings/viewsdialog/delegates/custommenuitemwidget.h b/app/settings/viewsdialog/delegates/custommenuitemwidget.h index 83a0d7c74..9ff617bd7 100644 --- a/app/settings/viewsdialog/delegates/custommenuitemwidget.h +++ b/app/settings/viewsdialog/delegates/custommenuitemwidget.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef CUSTOMMENUITEMWIDGET_H diff --git a/app/settings/viewsdialog/delegates/namedelegate.cpp b/app/settings/viewsdialog/delegates/namedelegate.cpp index aec6df0d5..fa84ae01f 100644 --- a/app/settings/viewsdialog/delegates/namedelegate.cpp +++ b/app/settings/viewsdialog/delegates/namedelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "namedelegate.h" diff --git a/app/settings/viewsdialog/delegates/namedelegate.h b/app/settings/viewsdialog/delegates/namedelegate.h index c4b2229bd..8c9f9c8a7 100644 --- a/app/settings/viewsdialog/delegates/namedelegate.h +++ b/app/settings/viewsdialog/delegates/namedelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef NAMEDELEGATE_H diff --git a/app/settings/viewsdialog/delegates/singleoptiondelegate.cpp b/app/settings/viewsdialog/delegates/singleoptiondelegate.cpp index 1f7ed5733..53d0012b4 100644 --- a/app/settings/viewsdialog/delegates/singleoptiondelegate.cpp +++ b/app/settings/viewsdialog/delegates/singleoptiondelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "singleoptiondelegate.h" diff --git a/app/settings/viewsdialog/delegates/singleoptiondelegate.h b/app/settings/viewsdialog/delegates/singleoptiondelegate.h index acb38281b..36964bacf 100644 --- a/app/settings/viewsdialog/delegates/singleoptiondelegate.h +++ b/app/settings/viewsdialog/delegates/singleoptiondelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SINGLEOPTIONDELEGATE_H diff --git a/app/settings/viewsdialog/delegates/singletextdelegate.cpp b/app/settings/viewsdialog/delegates/singletextdelegate.cpp index 537dd23d2..e90b27856 100644 --- a/app/settings/viewsdialog/delegates/singletextdelegate.cpp +++ b/app/settings/viewsdialog/delegates/singletextdelegate.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "singletextdelegate.h" diff --git a/app/settings/viewsdialog/delegates/singletextdelegate.h b/app/settings/viewsdialog/delegates/singletextdelegate.h index 7756e0f9a..9e55b6ab6 100644 --- a/app/settings/viewsdialog/delegates/singletextdelegate.h +++ b/app/settings/viewsdialog/delegates/singletextdelegate.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SINGLETEXTDELEGATE_H diff --git a/app/settings/viewsdialog/viewscontroller.cpp b/app/settings/viewsdialog/viewscontroller.cpp index c8cbce36a..9a0fbcdc9 100644 --- a/app/settings/viewsdialog/viewscontroller.cpp +++ b/app/settings/viewsdialog/viewscontroller.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "viewscontroller.h" diff --git a/app/settings/viewsdialog/viewscontroller.h b/app/settings/viewsdialog/viewscontroller.h index 930860700..cde71a602 100644 --- a/app/settings/viewsdialog/viewscontroller.h +++ b/app/settings/viewsdialog/viewscontroller.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef VIEWSCONTROLLER_H #define VIEWSCONTROLLER_H diff --git a/app/settings/viewsdialog/viewsdialog.cpp b/app/settings/viewsdialog/viewsdialog.cpp index 580300cbf..834b314e2 100644 --- a/app/settings/viewsdialog/viewsdialog.cpp +++ b/app/settings/viewsdialog/viewsdialog.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "viewsdialog.h" diff --git a/app/settings/viewsdialog/viewsdialog.h b/app/settings/viewsdialog/viewsdialog.h index eb3a78cde..78fe694f4 100644 --- a/app/settings/viewsdialog/viewsdialog.h +++ b/app/settings/viewsdialog/viewsdialog.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef VIEWSDIALOG_H #define VIEWSDIALOG_H diff --git a/app/settings/viewsdialog/viewshandler.cpp b/app/settings/viewsdialog/viewshandler.cpp index 9b1a47da5..f58ce195c 100644 --- a/app/settings/viewsdialog/viewshandler.cpp +++ b/app/settings/viewsdialog/viewshandler.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "viewshandler.h" diff --git a/app/settings/viewsdialog/viewshandler.h b/app/settings/viewsdialog/viewshandler.h index ddfe4e1fc..77e8d773e 100644 --- a/app/settings/viewsdialog/viewshandler.h +++ b/app/settings/viewsdialog/viewshandler.h @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef VIEWSDIALOGHANDLER_H #define VIEWSDIALOGHANDLER_H diff --git a/app/settings/viewsdialog/viewsmodel.cpp b/app/settings/viewsdialog/viewsmodel.cpp index 3ccaacb63..e26567077 100644 --- a/app/settings/viewsdialog/viewsmodel.cpp +++ b/app/settings/viewsdialog/viewsmodel.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2021 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "viewsmodel.h" diff --git a/app/settings/viewsdialog/viewsmodel.h b/app/settings/viewsdialog/viewsmodel.h index 561628b33..755ae7242 100644 --- a/app/settings/viewsdialog/viewsmodel.h +++ b/app/settings/viewsdialog/viewsmodel.h @@ -1,21 +1,10 @@ /* - * Copyright 2021 Michail Vourlakos + * SPDX-FileCopyrightText: 2021 Michail Vourlakos * * This file is part of Latte-Dock * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * SPDX-License-Identifier: GPL-2.0-or-later * */ diff --git a/app/settings/viewsdialog/viewstableview.cpp b/app/settings/viewsdialog/viewstableview.cpp index 35c5f2e70..76efef837 100644 --- a/app/settings/viewsdialog/viewstableview.cpp +++ b/app/settings/viewsdialog/viewstableview.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "viewstableview.h" diff --git a/app/settings/viewsdialog/viewstableview.h b/app/settings/viewsdialog/viewstableview.h index 8c71609c0..8e3fab61d 100644 --- a/app/settings/viewsdialog/viewstableview.h +++ b/app/settings/viewsdialog/viewstableview.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWSTABLEVIEW_H diff --git a/app/shortcuts/globalshortcuts.cpp b/app/shortcuts/globalshortcuts.cpp index ed9d383ec..eea6a4163 100644 --- a/app/shortcuts/globalshortcuts.cpp +++ b/app/shortcuts/globalshortcuts.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "globalshortcuts.h" diff --git a/app/shortcuts/globalshortcuts.h b/app/shortcuts/globalshortcuts.h index e2ae50e6e..e5846b69a 100644 --- a/app/shortcuts/globalshortcuts.h +++ b/app/shortcuts/globalshortcuts.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef GLOBALSHORTCUTS_H diff --git a/app/shortcuts/modifiertracker.cpp b/app/shortcuts/modifiertracker.cpp index ed46b1ae8..c74f8e5ca 100644 --- a/app/shortcuts/modifiertracker.cpp +++ b/app/shortcuts/modifiertracker.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ // local diff --git a/app/shortcuts/modifiertracker.h b/app/shortcuts/modifiertracker.h index f5741813f..b08ba80d7 100644 --- a/app/shortcuts/modifiertracker.h +++ b/app/shortcuts/modifiertracker.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef MODIFIERTRACKER_H diff --git a/app/shortcuts/shortcutstracker.cpp b/app/shortcuts/shortcutstracker.cpp index ab944f9af..95750fe31 100644 --- a/app/shortcuts/shortcutstracker.cpp +++ b/app/shortcuts/shortcutstracker.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ // local diff --git a/app/shortcuts/shortcutstracker.h b/app/shortcuts/shortcutstracker.h index ae2601a7a..ef54a389d 100644 --- a/app/shortcuts/shortcutstracker.h +++ b/app/shortcuts/shortcutstracker.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SHORTCUTSTRACKER_H diff --git a/app/templates/templatesmanager.cpp b/app/templates/templatesmanager.cpp index 960b8a4c4..5f2ebb938 100644 --- a/app/templates/templatesmanager.cpp +++ b/app/templates/templatesmanager.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "templatesmanager.h" diff --git a/app/templates/templatesmanager.h b/app/templates/templatesmanager.h index 67eae3ffd..be449f5f9 100644 --- a/app/templates/templatesmanager.h +++ b/app/templates/templatesmanager.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef TEMPLATESMANAGER_H diff --git a/app/tools/commontools.cpp b/app/tools/commontools.cpp index 1f07c01b5..ffeb7bf7f 100644 --- a/app/tools/commontools.cpp +++ b/app/tools/commontools.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "commontools.h" diff --git a/app/tools/commontools.h b/app/tools/commontools.h index c0780fa7f..aa26c5d72 100644 --- a/app/tools/commontools.h +++ b/app/tools/commontools.h @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef COMMONTOOLS_H #define COMMONTOOLS_H diff --git a/app/view/containmentinterface.cpp b/app/view/containmentinterface.cpp index bd7468d5d..85a7c008a 100644 --- a/app/view/containmentinterface.cpp +++ b/app/view/containmentinterface.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "containmentinterface.h" diff --git a/app/view/containmentinterface.h b/app/view/containmentinterface.h index e0a4d843d..e94f2d612 100644 --- a/app/view/containmentinterface.h +++ b/app/view/containmentinterface.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWCONTAINMENTINTERFACE_H diff --git a/app/view/contextmenu.cpp b/app/view/contextmenu.cpp index a36a35da0..9790eb63b 100644 --- a/app/view/contextmenu.cpp +++ b/app/view/contextmenu.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "contextmenu.h" diff --git a/app/view/contextmenu.h b/app/view/contextmenu.h index 815598f51..7845f6358 100644 --- a/app/view/contextmenu.h +++ b/app/view/contextmenu.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef CONTEXTMENU_H diff --git a/app/view/effects.cpp b/app/view/effects.cpp index ab763568d..6ce40ffca 100644 --- a/app/view/effects.cpp +++ b/app/view/effects.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "effects.h" diff --git a/app/view/effects.h b/app/view/effects.h index 150baf618..7f91bf35f 100644 --- a/app/view/effects.h +++ b/app/view/effects.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef EFFECTS_H diff --git a/app/view/eventssink.cpp b/app/view/eventssink.cpp index bf4e9d52c..e2f8ebdd6 100644 --- a/app/view/eventssink.cpp +++ b/app/view/eventssink.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "eventssink.h" diff --git a/app/view/eventssink.h b/app/view/eventssink.h index 1000ec3ee..8b4cf023a 100644 --- a/app/view/eventssink.h +++ b/app/view/eventssink.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWEVENTSSINK_H diff --git a/app/view/helpers/floatinggapwindow.cpp b/app/view/helpers/floatinggapwindow.cpp index 9714f8a9b..b2a9e3897 100644 --- a/app/view/helpers/floatinggapwindow.cpp +++ b/app/view/helpers/floatinggapwindow.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "floatinggapwindow.h" diff --git a/app/view/helpers/floatinggapwindow.h b/app/view/helpers/floatinggapwindow.h index b8e84df06..2ceb9dd35 100644 --- a/app/view/helpers/floatinggapwindow.h +++ b/app/view/helpers/floatinggapwindow.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef FLOATINGGAPWINDOW_H diff --git a/app/view/helpers/screenedgeghostwindow.cpp b/app/view/helpers/screenedgeghostwindow.cpp index 6259cba42..f6049e263 100644 --- a/app/view/helpers/screenedgeghostwindow.cpp +++ b/app/view/helpers/screenedgeghostwindow.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "screenedgeghostwindow.h" diff --git a/app/view/helpers/screenedgeghostwindow.h b/app/view/helpers/screenedgeghostwindow.h index 078165d60..cef631ef3 100644 --- a/app/view/helpers/screenedgeghostwindow.h +++ b/app/view/helpers/screenedgeghostwindow.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SCREENEDGEGHOSTWINDOW_H diff --git a/app/view/helpers/subwindow.cpp b/app/view/helpers/subwindow.cpp index 53b2ddb78..02063e32f 100644 --- a/app/view/helpers/subwindow.cpp +++ b/app/view/helpers/subwindow.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "subwindow.h" diff --git a/app/view/helpers/subwindow.h b/app/view/helpers/subwindow.h index 5a81f5f45..ee6b1b2f2 100644 --- a/app/view/helpers/subwindow.h +++ b/app/view/helpers/subwindow.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWSUBWINDOW_H diff --git a/app/view/indicator/indicator.cpp b/app/view/indicator/indicator.cpp index 0a986d71c..76e7f9be3 100644 --- a/app/view/indicator/indicator.cpp +++ b/app/view/indicator/indicator.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "indicator.h" diff --git a/app/view/indicator/indicator.h b/app/view/indicator/indicator.h index 27bb1d4ba..bb4ee743d 100644 --- a/app/view/indicator/indicator.h +++ b/app/view/indicator/indicator.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWINDICATOR_H diff --git a/app/view/indicator/indicatorinfo.cpp b/app/view/indicator/indicatorinfo.cpp index 3a2887bae..c3628a388 100644 --- a/app/view/indicator/indicatorinfo.cpp +++ b/app/view/indicator/indicatorinfo.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "indicatorinfo.h" diff --git a/app/view/indicator/indicatorinfo.h b/app/view/indicator/indicatorinfo.h index 250a3bc63..0df83a994 100644 --- a/app/view/indicator/indicatorinfo.h +++ b/app/view/indicator/indicatorinfo.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWINDICATORINFO_H diff --git a/app/view/indicator/indicatorresources.cpp b/app/view/indicator/indicatorresources.cpp index 3f9d81733..3b39f8c0e 100644 --- a/app/view/indicator/indicatorresources.cpp +++ b/app/view/indicator/indicatorresources.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "indicatorresources.h" diff --git a/app/view/indicator/indicatorresources.h b/app/view/indicator/indicatorresources.h index ce31dc0fb..f3f3abab0 100644 --- a/app/view/indicator/indicatorresources.h +++ b/app/view/indicator/indicatorresources.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWINDICATORRESOURCES_H diff --git a/app/view/panelshadows.cpp b/app/view/panelshadows.cpp index 7221c8a2a..8671a864b 100644 --- a/app/view/panelshadows.cpp +++ b/app/view/panelshadows.cpp @@ -1,19 +1,7 @@ /* -* Copyright 2011 by Aaron Seigo -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU Library General Public License version 2, -* or (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details -* -* You should have received a copy of the GNU Library General Public -* License along with this program; if not, write to the -* Free Software Foundation, Inc., -* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + SPDX-FileCopyrightText: 2011 Aaron Seigo + + SPDX-License-Identifier: LGPL-2.0-or-later */ #include "panelshadows_p.h" diff --git a/app/view/panelshadows_p.h b/app/view/panelshadows_p.h index 1c10cdad8..ea9580557 100644 --- a/app/view/panelshadows_p.h +++ b/app/view/panelshadows_p.h @@ -1,19 +1,7 @@ /* -* Copyright 2011 by Aaron Seigo -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU Library General Public License version 2, -* or (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details -* -* You should have received a copy of the GNU Library General Public -* License along with this program; if not, write to the -* Free Software Foundation, Inc., -* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + SPDX-FileCopyrightText: 2011 Aaron Seigo + + SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef PANELSHADOWS_P_H diff --git a/app/view/parabolic.cpp b/app/view/parabolic.cpp index 48409460e..94c316a2f 100644 --- a/app/view/parabolic.cpp +++ b/app/view/parabolic.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "parabolic.h" diff --git a/app/view/parabolic.h b/app/view/parabolic.h index f907cc01d..8c52c6da8 100644 --- a/app/view/parabolic.h +++ b/app/view/parabolic.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWPARABOLIC_H diff --git a/app/view/positioner.cpp b/app/view/positioner.cpp index 01dc060a0..81c3b2b39 100644 --- a/app/view/positioner.cpp +++ b/app/view/positioner.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "positioner.h" diff --git a/app/view/positioner.h b/app/view/positioner.h index 3baa43627..e218ef272 100644 --- a/app/view/positioner.h +++ b/app/view/positioner.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef POSITIONER_H diff --git a/app/view/settings/canvasconfigview.cpp b/app/view/settings/canvasconfigview.cpp index 2299b87f1..392e25fac 100644 --- a/app/view/settings/canvasconfigview.cpp +++ b/app/view/settings/canvasconfigview.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "canvasconfigview.h" diff --git a/app/view/settings/canvasconfigview.h b/app/view/settings/canvasconfigview.h index 912163434..533c4925a 100644 --- a/app/view/settings/canvasconfigview.h +++ b/app/view/settings/canvasconfigview.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef CANVASCONFIGVIEW_H diff --git a/app/view/settings/indicatoruimanager.cpp b/app/view/settings/indicatoruimanager.cpp index dbc3adce7..5bfee9ecb 100644 --- a/app/view/settings/indicatoruimanager.cpp +++ b/app/view/settings/indicatoruimanager.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "indicatoruimanager.h" diff --git a/app/view/settings/indicatoruimanager.h b/app/view/settings/indicatoruimanager.h index bbdb37d35..3450e5342 100644 --- a/app/view/settings/indicatoruimanager.h +++ b/app/view/settings/indicatoruimanager.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef INDICATORUIMANAGER_H diff --git a/app/view/settings/primaryconfigview.cpp b/app/view/settings/primaryconfigview.cpp index 70b7688c8..15168286b 100644 --- a/app/view/settings/primaryconfigview.cpp +++ b/app/view/settings/primaryconfigview.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "primaryconfigview.h" diff --git a/app/view/settings/primaryconfigview.h b/app/view/settings/primaryconfigview.h index 9de712d7d..3e0a14c0b 100644 --- a/app/view/settings/primaryconfigview.h +++ b/app/view/settings/primaryconfigview.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PRIMARYCONFIGVIEW_H diff --git a/app/view/settings/secondaryconfigview.cpp b/app/view/settings/secondaryconfigview.cpp index fcc80bc51..3b1a0891f 100644 --- a/app/view/settings/secondaryconfigview.cpp +++ b/app/view/settings/secondaryconfigview.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "secondaryconfigview.h" diff --git a/app/view/settings/secondaryconfigview.h b/app/view/settings/secondaryconfigview.h index fd284bd2f..a45d635d5 100644 --- a/app/view/settings/secondaryconfigview.h +++ b/app/view/settings/secondaryconfigview.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SECONDARYCONFIGVIEW_H diff --git a/app/view/settings/subconfigview.cpp b/app/view/settings/subconfigview.cpp index 20da19dca..684be6f71 100644 --- a/app/view/settings/subconfigview.cpp +++ b/app/view/settings/subconfigview.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "subconfigview.h" diff --git a/app/view/settings/subconfigview.h b/app/view/settings/subconfigview.h index 8cd7ece6f..34989a386 100644 --- a/app/view/settings/subconfigview.h +++ b/app/view/settings/subconfigview.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SUBCONFIGVIEW_H diff --git a/app/view/settings/viewsettingsfactory.cpp b/app/view/settings/viewsettingsfactory.cpp index 4395c553d..03b1656b0 100644 --- a/app/view/settings/viewsettingsfactory.cpp +++ b/app/view/settings/viewsettingsfactory.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "viewsettingsfactory.h" diff --git a/app/view/settings/viewsettingsfactory.h b/app/view/settings/viewsettingsfactory.h index f4ae6f8c5..61a67e1e4 100644 --- a/app/view/settings/viewsettingsfactory.h +++ b/app/view/settings/viewsettingsfactory.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWSETTINGSFACTORY_H diff --git a/app/view/settings/widgetexplorerview.cpp b/app/view/settings/widgetexplorerview.cpp index b65acf58c..fe49b728a 100644 --- a/app/view/settings/widgetexplorerview.cpp +++ b/app/view/settings/widgetexplorerview.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "widgetexplorerview.h" diff --git a/app/view/settings/widgetexplorerview.h b/app/view/settings/widgetexplorerview.h index 31faebb0a..e4df04318 100644 --- a/app/view/settings/widgetexplorerview.h +++ b/app/view/settings/widgetexplorerview.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WIDGETEXPLORERVIEW_H diff --git a/app/view/tasksmodel.cpp b/app/view/tasksmodel.cpp index 15dc2bd7c..a090889e9 100644 --- a/app/view/tasksmodel.cpp +++ b/app/view/tasksmodel.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "tasksmodel.h" diff --git a/app/view/tasksmodel.h b/app/view/tasksmodel.h index d5c3d64c9..6e6050450 100644 --- a/app/view/tasksmodel.h +++ b/app/view/tasksmodel.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWTASKSMODEL_H diff --git a/app/view/view.cpp b/app/view/view.cpp index ae89d78c8..ad9c2c61b 100644 --- a/app/view/view.cpp +++ b/app/view/view.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "view.h" diff --git a/app/view/view.h b/app/view/view.h index 731f75ba2..7b3d6e3a6 100644 --- a/app/view/view.h +++ b/app/view/view.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEW_H diff --git a/app/view/visibilitymanager.cpp b/app/view/visibilitymanager.cpp index c50c1eafe..c9eb309ec 100644 --- a/app/view/visibilitymanager.cpp +++ b/app/view/visibilitymanager.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "visibilitymanager.h" diff --git a/app/view/visibilitymanager.h b/app/view/visibilitymanager.h index 42dc870b6..77e9fa4db 100644 --- a/app/view/visibilitymanager.h +++ b/app/view/visibilitymanager.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VISIBILITYMANAGER_H diff --git a/app/view/windowstracker/allscreenstracker.cpp b/app/view/windowstracker/allscreenstracker.cpp index 1cc7af8da..5040b6fe7 100644 --- a/app/view/windowstracker/allscreenstracker.cpp +++ b/app/view/windowstracker/allscreenstracker.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "allscreenstracker.h" diff --git a/app/view/windowstracker/allscreenstracker.h b/app/view/windowstracker/allscreenstracker.h index 2544c641f..9a7c75e3e 100644 --- a/app/view/windowstracker/allscreenstracker.h +++ b/app/view/windowstracker/allscreenstracker.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWSALLSCREENSTRACKER_H diff --git a/app/view/windowstracker/currentscreentracker.cpp b/app/view/windowstracker/currentscreentracker.cpp index 872f3a98e..c08c98921 100644 --- a/app/view/windowstracker/currentscreentracker.cpp +++ b/app/view/windowstracker/currentscreentracker.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "currentscreentracker.h" diff --git a/app/view/windowstracker/currentscreentracker.h b/app/view/windowstracker/currentscreentracker.h index afd6e01a8..264d5b47d 100644 --- a/app/view/windowstracker/currentscreentracker.h +++ b/app/view/windowstracker/currentscreentracker.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWSCURRENTSCREENTRACKER_H diff --git a/app/view/windowstracker/windowstracker.cpp b/app/view/windowstracker/windowstracker.cpp index 39854e281..ca7d5c98b 100644 --- a/app/view/windowstracker/windowstracker.cpp +++ b/app/view/windowstracker/windowstracker.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "windowstracker.h" diff --git a/app/view/windowstracker/windowstracker.h b/app/view/windowstracker/windowstracker.h index a969354ca..4912f45be 100644 --- a/app/view/windowstracker/windowstracker.h +++ b/app/view/windowstracker/windowstracker.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIEWWINDOWSTRACKER_H diff --git a/app/wm/abstractwindowinterface.cpp b/app/wm/abstractwindowinterface.cpp index 66f719fcb..74eb877cc 100644 --- a/app/wm/abstractwindowinterface.cpp +++ b/app/wm/abstractwindowinterface.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "abstractwindowinterface.h" diff --git a/app/wm/abstractwindowinterface.h b/app/wm/abstractwindowinterface.h index ab4c6d802..c0ba95443 100644 --- a/app/wm/abstractwindowinterface.h +++ b/app/wm/abstractwindowinterface.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef ABSTRACTWINDOWINTERFACE_H diff --git a/app/wm/schemecolors.cpp b/app/wm/schemecolors.cpp index 541fdd133..d561dfbaf 100644 --- a/app/wm/schemecolors.cpp +++ b/app/wm/schemecolors.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "schemecolors.h" diff --git a/app/wm/schemecolors.h b/app/wm/schemecolors.h index 1ad7cda1f..460b05aea 100644 --- a/app/wm/schemecolors.h +++ b/app/wm/schemecolors.h @@ -1,22 +1,11 @@ /* - * Copyright 2018 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef SCHEMECOLORS_H #define SCHEMECOLORS_H diff --git a/app/wm/tasktools.cpp b/app/wm/tasktools.cpp index 5f194ad58..e844cf132 100644 --- a/app/wm/tasktools.cpp +++ b/app/wm/tasktools.cpp @@ -1,5 +1,5 @@ -/******************************************************************** -Copyright 2016 Eike Hein +/* +SPDX-FileCopyrightText: 2016 Eike Hein This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . -*********************************************************************/ +*/ #include "tasktools.h" #include diff --git a/app/wm/tasktools.h b/app/wm/tasktools.h index dbef43eee..a4a6df58c 100644 --- a/app/wm/tasktools.h +++ b/app/wm/tasktools.h @@ -1,5 +1,5 @@ -/******************************************************************** -Copyright 2016 Eike Hein +/* +SPDX-FileCopyrightText: 2016 Eike Hein This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . -*********************************************************************/ +*/ #ifndef TASKTOOLS_H #define TASKTOOLS_H diff --git a/app/wm/tracker/lastactivewindow.cpp b/app/wm/tracker/lastactivewindow.cpp index bcd9411e6..674b72d03 100644 --- a/app/wm/tracker/lastactivewindow.cpp +++ b/app/wm/tracker/lastactivewindow.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "lastactivewindow.h" diff --git a/app/wm/tracker/lastactivewindow.h b/app/wm/tracker/lastactivewindow.h index 0a8397084..a4c07894d 100644 --- a/app/wm/tracker/lastactivewindow.h +++ b/app/wm/tracker/lastactivewindow.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWSYSTEMLASTACTIVEWINDOW_H diff --git a/app/wm/tracker/schemes.cpp b/app/wm/tracker/schemes.cpp index f15ea366a..76486fb1b 100644 --- a/app/wm/tracker/schemes.cpp +++ b/app/wm/tracker/schemes.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "schemes.h" diff --git a/app/wm/tracker/schemes.h b/app/wm/tracker/schemes.h index 1b3fadf4e..f519a4bb0 100644 --- a/app/wm/tracker/schemes.h +++ b/app/wm/tracker/schemes.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SCHEMESTRACKER_H diff --git a/app/wm/tracker/trackedgeneralinfo.cpp b/app/wm/tracker/trackedgeneralinfo.cpp index 00cff22bd..7db1d5b52 100644 --- a/app/wm/tracker/trackedgeneralinfo.cpp +++ b/app/wm/tracker/trackedgeneralinfo.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "trackedgeneralinfo.h" diff --git a/app/wm/tracker/trackedgeneralinfo.h b/app/wm/tracker/trackedgeneralinfo.h index dd2367c2d..26d60a16f 100644 --- a/app/wm/tracker/trackedgeneralinfo.h +++ b/app/wm/tracker/trackedgeneralinfo.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWSYSTEMTRACKEDGENERALINFO_H diff --git a/app/wm/tracker/trackedlayoutinfo.cpp b/app/wm/tracker/trackedlayoutinfo.cpp index ea53986c8..e8dcc826e 100644 --- a/app/wm/tracker/trackedlayoutinfo.cpp +++ b/app/wm/tracker/trackedlayoutinfo.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "trackedlayoutinfo.h" diff --git a/app/wm/tracker/trackedlayoutinfo.h b/app/wm/tracker/trackedlayoutinfo.h index 54c01df67..c62f32eea 100644 --- a/app/wm/tracker/trackedlayoutinfo.h +++ b/app/wm/tracker/trackedlayoutinfo.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWSYSTEMTRACKEDLAYOUTINFO_H diff --git a/app/wm/tracker/trackedviewinfo.cpp b/app/wm/tracker/trackedviewinfo.cpp index 290db7e48..0e4c281e7 100644 --- a/app/wm/tracker/trackedviewinfo.cpp +++ b/app/wm/tracker/trackedviewinfo.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "trackedviewinfo.h" diff --git a/app/wm/tracker/trackedviewinfo.h b/app/wm/tracker/trackedviewinfo.h index 0dde781f8..956780ab9 100644 --- a/app/wm/tracker/trackedviewinfo.h +++ b/app/wm/tracker/trackedviewinfo.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWSYSTEMTRACKEDVIEWINFO_H diff --git a/app/wm/tracker/windowstracker.cpp b/app/wm/tracker/windowstracker.cpp index 642d74714..d7169fd59 100644 --- a/app/wm/tracker/windowstracker.cpp +++ b/app/wm/tracker/windowstracker.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "windowstracker.h" diff --git a/app/wm/tracker/windowstracker.h b/app/wm/tracker/windowstracker.h index 62e2dbb58..9134a4800 100644 --- a/app/wm/tracker/windowstracker.h +++ b/app/wm/tracker/windowstracker.h @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWSYSTEMWINDOWSTRACKER_H diff --git a/app/wm/waylandinterface.cpp b/app/wm/waylandinterface.cpp index daff9b8da..4fd5bd4a6 100644 --- a/app/wm/waylandinterface.cpp +++ b/app/wm/waylandinterface.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "waylandinterface.h" diff --git a/app/wm/waylandinterface.h b/app/wm/waylandinterface.h index 4342bcbe9..d39bf1b83 100644 --- a/app/wm/waylandinterface.h +++ b/app/wm/waylandinterface.h @@ -1,21 +1,10 @@ -/* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . +/* + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WAYLANDINTERFACE_H diff --git a/app/wm/windowinfowrap.cpp b/app/wm/windowinfowrap.cpp index 79a40df5a..3ea8d01f3 100644 --- a/app/wm/windowinfowrap.cpp +++ b/app/wm/windowinfowrap.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "windowinfowrap.h" diff --git a/app/wm/windowinfowrap.h b/app/wm/windowinfowrap.h index 4fcb49fef..c154e95d6 100644 --- a/app/wm/windowinfowrap.h +++ b/app/wm/windowinfowrap.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef WINDOWINFOWRAP_H diff --git a/app/wm/xwindowinterface.cpp b/app/wm/xwindowinterface.cpp index cc66ff4bc..e9c5afc9f 100644 --- a/app/wm/xwindowinterface.cpp +++ b/app/wm/xwindowinterface.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "xwindowinterface.h" diff --git a/app/wm/xwindowinterface.h b/app/wm/xwindowinterface.h index 68e9efabe..f4681f9f4 100644 --- a/app/wm/xwindowinterface.h +++ b/app/wm/xwindowinterface.h @@ -1,21 +1,10 @@ -/* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . +/* + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef XWINDOWINTERFACE_H diff --git a/containment/package/contents/code/AppletIdentifier.js b/containment/package/contents/code/AppletIdentifier.js index 3b2ca5f88..de5fa2116 100644 --- a/containment/package/contents/code/AppletIdentifier.js +++ b/containment/package/contents/code/AppletIdentifier.js @@ -1,20 +1,9 @@ /* -* Copyright 2017-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ //! applets that haven't identified properly their Latte behavior and diff --git a/containment/package/contents/code/ColorizerTools.js b/containment/package/contents/code/ColorizerTools.js index dd6fab96c..5cae608ac 100644 --- a/containment/package/contents/code/ColorizerTools.js +++ b/containment/package/contents/code/ColorizerTools.js @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/containment/package/contents/code/MathTools.js b/containment/package/contents/code/MathTools.js index f1dfcda7f..42fcabd8d 100644 --- a/containment/package/contents/code/MathTools.js +++ b/containment/package/contents/code/MathTools.js @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/containment/package/contents/ui/BindingsExternal.qml b/containment/package/contents/ui/BindingsExternal.qml index 8eeb97dac..14a7a9c08 100644 --- a/containment/package/contents/ui/BindingsExternal.qml +++ b/containment/package/contents/ui/BindingsExternal.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/DragDropArea.qml b/containment/package/contents/ui/DragDropArea.qml index 395fcde0a..97ba6b5f1 100644 --- a/containment/package/contents/ui/DragDropArea.qml +++ b/containment/package/contents/ui/DragDropArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/Upgrader.qml b/containment/package/contents/ui/Upgrader.qml index 8927ae5ae..30b644bc2 100644 --- a/containment/package/contents/ui/Upgrader.qml +++ b/containment/package/contents/ui/Upgrader.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/VisibilityManager.qml b/containment/package/contents/ui/VisibilityManager.qml index 5ab2847ae..6a55fbb16 100644 --- a/containment/package/contents/ui/VisibilityManager.qml +++ b/containment/package/contents/ui/VisibilityManager.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/abilities/Animations.qml b/containment/package/contents/ui/abilities/Animations.qml index 8c5ba4010..7bde6d3a3 100644 --- a/containment/package/contents/ui/abilities/Animations.qml +++ b/containment/package/contents/ui/abilities/Animations.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/AutoSize.qml b/containment/package/contents/ui/abilities/AutoSize.qml index f12094311..13e3c0122 100644 --- a/containment/package/contents/ui/abilities/AutoSize.qml +++ b/containment/package/contents/ui/abilities/AutoSize.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/containment/package/contents/ui/abilities/Debug.qml b/containment/package/contents/ui/abilities/Debug.qml index cb08b5305..0016290bf 100644 --- a/containment/package/contents/ui/abilities/Debug.qml +++ b/containment/package/contents/ui/abilities/Debug.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/Indexer.qml b/containment/package/contents/ui/abilities/Indexer.qml index 0cdca5edc..00b431f58 100644 --- a/containment/package/contents/ui/abilities/Indexer.qml +++ b/containment/package/contents/ui/abilities/Indexer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/Indicators.qml b/containment/package/contents/ui/abilities/Indicators.qml index 004492897..44d650bec 100644 --- a/containment/package/contents/ui/abilities/Indicators.qml +++ b/containment/package/contents/ui/abilities/Indicators.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/Launchers.qml b/containment/package/contents/ui/abilities/Launchers.qml index feb56c0e8..1643ac0c2 100644 --- a/containment/package/contents/ui/abilities/Launchers.qml +++ b/containment/package/contents/ui/abilities/Launchers.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/Layouter.qml b/containment/package/contents/ui/abilities/Layouter.qml index b6f29ee61..271e57110 100644 --- a/containment/package/contents/ui/abilities/Layouter.qml +++ b/containment/package/contents/ui/abilities/Layouter.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/Metrics.qml b/containment/package/contents/ui/abilities/Metrics.qml index c15518c23..5123bc6b8 100644 --- a/containment/package/contents/ui/abilities/Metrics.qml +++ b/containment/package/contents/ui/abilities/Metrics.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/MyView.qml b/containment/package/contents/ui/abilities/MyView.qml index 7eaf3099a..fdfa4f4c3 100644 --- a/containment/package/contents/ui/abilities/MyView.qml +++ b/containment/package/contents/ui/abilities/MyView.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/ParabolicEffect.qml b/containment/package/contents/ui/abilities/ParabolicEffect.qml index 49865d911..6192dc640 100644 --- a/containment/package/contents/ui/abilities/ParabolicEffect.qml +++ b/containment/package/contents/ui/abilities/ParabolicEffect.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/PositionShortcuts.qml b/containment/package/contents/ui/abilities/PositionShortcuts.qml index 555716cae..20283de05 100644 --- a/containment/package/contents/ui/abilities/PositionShortcuts.qml +++ b/containment/package/contents/ui/abilities/PositionShortcuts.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/containment/package/contents/ui/abilities/ThinTooltip.qml b/containment/package/contents/ui/abilities/ThinTooltip.qml index d48012642..6fc1b4601 100644 --- a/containment/package/contents/ui/abilities/ThinTooltip.qml +++ b/containment/package/contents/ui/abilities/ThinTooltip.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/UserRequests.qml b/containment/package/contents/ui/abilities/UserRequests.qml index 3e814998c..3e504f01b 100644 --- a/containment/package/contents/ui/abilities/UserRequests.qml +++ b/containment/package/contents/ui/abilities/UserRequests.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/abilities/privates/AnimationsPrivate.qml b/containment/package/contents/ui/abilities/privates/AnimationsPrivate.qml index 92ea93b1f..0db5ae440 100644 --- a/containment/package/contents/ui/abilities/privates/AnimationsPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/AnimationsPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/IndexerPrivate.qml b/containment/package/contents/ui/abilities/privates/IndexerPrivate.qml index 6d23a2c09..af119e38d 100644 --- a/containment/package/contents/ui/abilities/privates/IndexerPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/IndexerPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/IndicatorsPrivate.qml b/containment/package/contents/ui/abilities/privates/IndicatorsPrivate.qml index 831b1d386..57db83202 100644 --- a/containment/package/contents/ui/abilities/privates/IndicatorsPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/IndicatorsPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/LaunchersPrivate.qml b/containment/package/contents/ui/abilities/privates/LaunchersPrivate.qml index e771696d9..745bbcc4b 100644 --- a/containment/package/contents/ui/abilities/privates/LaunchersPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/LaunchersPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/LayouterPrivate.qml b/containment/package/contents/ui/abilities/privates/LayouterPrivate.qml index 9c7b65680..300c63475 100644 --- a/containment/package/contents/ui/abilities/privates/LayouterPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/LayouterPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/MetricsPrivate.qml b/containment/package/contents/ui/abilities/privates/MetricsPrivate.qml index cc0c4ca7b..e52c1fc19 100644 --- a/containment/package/contents/ui/abilities/privates/MetricsPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/MetricsPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/MyViewPrivate.qml b/containment/package/contents/ui/abilities/privates/MyViewPrivate.qml index d5abd5428..cf2a86567 100644 --- a/containment/package/contents/ui/abilities/privates/MyViewPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/MyViewPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/ParabolicEffectPrivate.qml b/containment/package/contents/ui/abilities/privates/ParabolicEffectPrivate.qml index e07db04c4..ba16f3dfa 100644 --- a/containment/package/contents/ui/abilities/privates/ParabolicEffectPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/ParabolicEffectPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/PositionShortcutsPrivate.qml b/containment/package/contents/ui/abilities/privates/PositionShortcutsPrivate.qml index a3aff52ef..7fdbb25bf 100644 --- a/containment/package/contents/ui/abilities/privates/PositionShortcutsPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/PositionShortcutsPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/ThinTooltipPrivate.qml b/containment/package/contents/ui/abilities/privates/ThinTooltipPrivate.qml index 6e7b3e60a..76a5f2b20 100644 --- a/containment/package/contents/ui/abilities/privates/ThinTooltipPrivate.qml +++ b/containment/package/contents/ui/abilities/privates/ThinTooltipPrivate.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/layouter/AppletsContainer.qml b/containment/package/contents/ui/abilities/privates/layouter/AppletsContainer.qml index 9b1d81a1f..3d3cf27b5 100644 --- a/containment/package/contents/ui/abilities/privates/layouter/AppletsContainer.qml +++ b/containment/package/contents/ui/abilities/privates/layouter/AppletsContainer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/abilities/privates/metrics/Fraction.qml b/containment/package/contents/ui/abilities/privates/metrics/Fraction.qml index 432ff8166..76f0a9dbf 100644 --- a/containment/package/contents/ui/abilities/privates/metrics/Fraction.qml +++ b/containment/package/contents/ui/abilities/privates/metrics/Fraction.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/applet/AppletItem.qml b/containment/package/contents/ui/applet/AppletItem.qml index 47a75a95c..4314accbc 100644 --- a/containment/package/contents/ui/applet/AppletItem.qml +++ b/containment/package/contents/ui/applet/AppletItem.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/EventsSink.qml b/containment/package/contents/ui/applet/EventsSink.qml index eec2b2958..c74e3b35d 100644 --- a/containment/package/contents/ui/applet/EventsSink.qml +++ b/containment/package/contents/ui/applet/EventsSink.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/EventsSinkOriginArea.qml b/containment/package/contents/ui/applet/EventsSinkOriginArea.qml index 725f70ab1..f2913a55f 100644 --- a/containment/package/contents/ui/applet/EventsSinkOriginArea.qml +++ b/containment/package/contents/ui/applet/EventsSinkOriginArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/HiddenSpacer.qml b/containment/package/contents/ui/applet/HiddenSpacer.qml index 20f03ec04..bbe2fb4c0 100644 --- a/containment/package/contents/ui/applet/HiddenSpacer.qml +++ b/containment/package/contents/ui/applet/HiddenSpacer.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/applet/IndicatorLevel.qml b/containment/package/contents/ui/applet/IndicatorLevel.qml index 9ab6086e8..f42d2e5c6 100644 --- a/containment/package/contents/ui/applet/IndicatorLevel.qml +++ b/containment/package/contents/ui/applet/IndicatorLevel.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/ItemWrapper.qml b/containment/package/contents/ui/applet/ItemWrapper.qml index 254041cb2..49abcc2e6 100644 --- a/containment/package/contents/ui/applet/ItemWrapper.qml +++ b/containment/package/contents/ui/applet/ItemWrapper.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml b/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml index a7e94c992..060a9d040 100644 --- a/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml +++ b/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/ParabolicArea.qml b/containment/package/contents/ui/applet/ParabolicArea.qml index 3118f70de..606127a8d 100644 --- a/containment/package/contents/ui/applet/ParabolicArea.qml +++ b/containment/package/contents/ui/applet/ParabolicArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/ShortcutBadge.qml b/containment/package/contents/ui/applet/ShortcutBadge.qml index 84973001f..031714303 100644 --- a/containment/package/contents/ui/applet/ShortcutBadge.qml +++ b/containment/package/contents/ui/applet/ShortcutBadge.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/applet/TitleTooltipParent.qml b/containment/package/contents/ui/applet/TitleTooltipParent.qml index c849d554a..fa34d11d5 100644 --- a/containment/package/contents/ui/applet/TitleTooltipParent.qml +++ b/containment/package/contents/ui/applet/TitleTooltipParent.qml @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/applet/colorizer/Applet.qml b/containment/package/contents/ui/applet/colorizer/Applet.qml index 145822a95..49f106780 100644 --- a/containment/package/contents/ui/applet/colorizer/Applet.qml +++ b/containment/package/contents/ui/applet/colorizer/Applet.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/communicator/Actions.qml b/containment/package/contents/ui/applet/communicator/Actions.qml index 23eb7457f..7f1175d25 100644 --- a/containment/package/contents/ui/applet/communicator/Actions.qml +++ b/containment/package/contents/ui/applet/communicator/Actions.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/communicator/Engine.qml b/containment/package/contents/ui/applet/communicator/Engine.qml index 8c74d7c0e..bf9c1ef36 100644 --- a/containment/package/contents/ui/applet/communicator/Engine.qml +++ b/containment/package/contents/ui/applet/communicator/Engine.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/applet/communicator/LatteBridge.qml b/containment/package/contents/ui/applet/communicator/LatteBridge.qml index 894b5ec26..e02e21f87 100644 --- a/containment/package/contents/ui/applet/communicator/LatteBridge.qml +++ b/containment/package/contents/ui/applet/communicator/LatteBridge.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/background/BackgroundProperties.qml b/containment/package/contents/ui/background/BackgroundProperties.qml index f8a59298a..244968950 100644 --- a/containment/package/contents/ui/background/BackgroundProperties.qml +++ b/containment/package/contents/ui/background/BackgroundProperties.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/background/MultiLayered.qml b/containment/package/contents/ui/background/MultiLayered.qml index 753a946d5..c1072f2f7 100644 --- a/containment/package/contents/ui/background/MultiLayered.qml +++ b/containment/package/contents/ui/background/MultiLayered.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/background/types/Paddings.qml b/containment/package/contents/ui/background/types/Paddings.qml index c6500cd25..385f035a7 100644 --- a/containment/package/contents/ui/background/types/Paddings.qml +++ b/containment/package/contents/ui/background/types/Paddings.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/background/types/Shadows.qml b/containment/package/contents/ui/background/types/Shadows.qml index 2a1507255..df100f485 100644 --- a/containment/package/contents/ui/background/types/Shadows.qml +++ b/containment/package/contents/ui/background/types/Shadows.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/background/types/Totals.qml b/containment/package/contents/ui/background/types/Totals.qml index 9474f45d6..ce52f63ba 100644 --- a/containment/package/contents/ui/background/types/Totals.qml +++ b/containment/package/contents/ui/background/types/Totals.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/colorizer/CustomBackground.qml b/containment/package/contents/ui/colorizer/CustomBackground.qml index 122dfdc8f..7935b6361 100644 --- a/containment/package/contents/ui/colorizer/CustomBackground.qml +++ b/containment/package/contents/ui/colorizer/CustomBackground.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/colorizer/KirigamiShadowedRectangle.qml b/containment/package/contents/ui/colorizer/KirigamiShadowedRectangle.qml index 788857ee6..e23398299 100644 --- a/containment/package/contents/ui/colorizer/KirigamiShadowedRectangle.qml +++ b/containment/package/contents/ui/colorizer/KirigamiShadowedRectangle.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/colorizer/Manager.qml b/containment/package/contents/ui/colorizer/Manager.qml index 2ff5bbec1..8ecef1ad8 100644 --- a/containment/package/contents/ui/colorizer/Manager.qml +++ b/containment/package/contents/ui/colorizer/Manager.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/colorizer/NormalRectangle.qml b/containment/package/contents/ui/colorizer/NormalRectangle.qml index 1f8ee4c49..ceccd7f3e 100644 --- a/containment/package/contents/ui/colorizer/NormalRectangle.qml +++ b/containment/package/contents/ui/colorizer/NormalRectangle.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/debugger/DebugWindow.qml b/containment/package/contents/ui/debugger/DebugWindow.qml index 8679f23ee..ee930e3b2 100644 --- a/containment/package/contents/ui/debugger/DebugWindow.qml +++ b/containment/package/contents/ui/debugger/DebugWindow.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/debugger/Tag.qml b/containment/package/contents/ui/debugger/Tag.qml index 084112ed2..c8c4ea1d6 100644 --- a/containment/package/contents/ui/debugger/Tag.qml +++ b/containment/package/contents/ui/debugger/Tag.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/containment/package/contents/ui/editmode/ConfigOverlay.qml b/containment/package/contents/ui/editmode/ConfigOverlay.qml index e36c5d313..196472868 100644 --- a/containment/package/contents/ui/editmode/ConfigOverlay.qml +++ b/containment/package/contents/ui/editmode/ConfigOverlay.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/layouts/AppletsContainer.qml b/containment/package/contents/ui/layouts/AppletsContainer.qml index 40955ac1d..c1e793c0b 100644 --- a/containment/package/contents/ui/layouts/AppletsContainer.qml +++ b/containment/package/contents/ui/layouts/AppletsContainer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/layouts/EnvironmentActions.qml b/containment/package/contents/ui/layouts/EnvironmentActions.qml index 3a1f4b291..63750e6aa 100644 --- a/containment/package/contents/ui/layouts/EnvironmentActions.qml +++ b/containment/package/contents/ui/layouts/EnvironmentActions.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/layouts/LayoutsContainer.qml b/containment/package/contents/ui/layouts/LayoutsContainer.qml index 8556b071e..c2fe57bc6 100644 --- a/containment/package/contents/ui/layouts/LayoutsContainer.qml +++ b/containment/package/contents/ui/layouts/LayoutsContainer.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/containment/package/contents/ui/layouts/loaders/Tasks.qml b/containment/package/contents/ui/layouts/loaders/Tasks.qml index 06429a729..1e31ed69d 100644 --- a/containment/package/contents/ui/layouts/loaders/Tasks.qml +++ b/containment/package/contents/ui/layouts/loaders/Tasks.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/containment/package/contents/ui/main.qml b/containment/package/contents/ui/main.qml index cb7fce1aa..0f97dba14 100644 --- a/containment/package/contents/ui/main.qml +++ b/containment/package/contents/ui/main.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/containment/plugin/lattecontainmentplugin.cpp b/containment/plugin/lattecontainmentplugin.cpp index b339c9d07..c175d6b72 100644 --- a/containment/plugin/lattecontainmentplugin.cpp +++ b/containment/plugin/lattecontainmentplugin.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "lattecontainmentplugin.h" diff --git a/containment/plugin/lattecontainmentplugin.h b/containment/plugin/lattecontainmentplugin.h index 6afbe20e5..62079a6ad 100644 --- a/containment/plugin/lattecontainmentplugin.h +++ b/containment/plugin/lattecontainmentplugin.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LATTECONTAINMENTPLUGIN_H diff --git a/containment/plugin/layoutmanager.cpp b/containment/plugin/layoutmanager.cpp index 75c916e64..d82016d80 100644 --- a/containment/plugin/layoutmanager.cpp +++ b/containment/plugin/layoutmanager.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2021 Michail Vourlakos -* -* -* This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + + This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "layoutmanager.h" diff --git a/containment/plugin/layoutmanager.h b/containment/plugin/layoutmanager.h index d80dbb795..eaf4e7a8d 100644 --- a/containment/plugin/layoutmanager.h +++ b/containment/plugin/layoutmanager.h @@ -1,21 +1,10 @@ /* -* Copyright 2021 Michail Vourlakos -* -* -* This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + + This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef CONTAINMENTLAYOUTMANAGER_H diff --git a/containment/plugin/types.cpp b/containment/plugin/types.cpp index 136da062c..c591c6c01 100644 --- a/containment/plugin/types.cpp +++ b/containment/plugin/types.cpp @@ -1,20 +1,9 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "types.h" diff --git a/containment/plugin/types.h b/containment/plugin/types.h index cd2ff8db1..6a55eeae7 100644 --- a/containment/plugin/types.h +++ b/containment/plugin/types.h @@ -1,21 +1,10 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef LATTECONTAINMENTTYPES_H #define LATTECONTAINMENTTYPES_H diff --git a/containmentactions/contextmenu/layoutmenuitemwidget.cpp b/containmentactions/contextmenu/layoutmenuitemwidget.cpp index 1b4cfed9a..5aae36e1c 100644 --- a/containmentactions/contextmenu/layoutmenuitemwidget.cpp +++ b/containmentactions/contextmenu/layoutmenuitemwidget.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "layoutmenuitemwidget.h" diff --git a/containmentactions/contextmenu/layoutmenuitemwidget.h b/containmentactions/contextmenu/layoutmenuitemwidget.h index 4dca155eb..16e2bdfe6 100644 --- a/containmentactions/contextmenu/layoutmenuitemwidget.h +++ b/containmentactions/contextmenu/layoutmenuitemwidget.h @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LAYOUTMENUITEMWIDGET_H diff --git a/containmentactions/contextmenu/menu.cpp b/containmentactions/contextmenu/menu.cpp index 9dd256ebc..2d3496899 100644 --- a/containmentactions/contextmenu/menu.cpp +++ b/containmentactions/contextmenu/menu.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "menu.h" diff --git a/containmentactions/contextmenu/menu.h b/containmentactions/contextmenu/menu.h index a76ecbf05..21e3b7c1f 100644 --- a/containmentactions/contextmenu/menu.h +++ b/containmentactions/contextmenu/menu.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef MENU_H diff --git a/declarativeimports/abilities/bridge/Animations.qml b/declarativeimports/abilities/bridge/Animations.qml index 499cca21f..ed59fcc5f 100644 --- a/declarativeimports/abilities/bridge/Animations.qml +++ b/declarativeimports/abilities/bridge/Animations.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/bridge/BridgeItem.qml b/declarativeimports/abilities/bridge/BridgeItem.qml index 1bd4d44d8..1034ff95a 100644 --- a/declarativeimports/abilities/bridge/BridgeItem.qml +++ b/declarativeimports/abilities/bridge/BridgeItem.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/bridge/Indexer.qml b/declarativeimports/abilities/bridge/Indexer.qml index 7b3b7e18d..9a3d6502c 100644 --- a/declarativeimports/abilities/bridge/Indexer.qml +++ b/declarativeimports/abilities/bridge/Indexer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/bridge/Launchers.qml b/declarativeimports/abilities/bridge/Launchers.qml index f0198443c..7c3795731 100644 --- a/declarativeimports/abilities/bridge/Launchers.qml +++ b/declarativeimports/abilities/bridge/Launchers.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/bridge/MyView.qml b/declarativeimports/abilities/bridge/MyView.qml index 544e226d0..772dac342 100644 --- a/declarativeimports/abilities/bridge/MyView.qml +++ b/declarativeimports/abilities/bridge/MyView.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/bridge/ParabolicEffect.qml b/declarativeimports/abilities/bridge/ParabolicEffect.qml index 035caf809..ce1492ea8 100644 --- a/declarativeimports/abilities/bridge/ParabolicEffect.qml +++ b/declarativeimports/abilities/bridge/ParabolicEffect.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/bridge/PositionShortcuts.qml b/declarativeimports/abilities/bridge/PositionShortcuts.qml index dc43b0de6..c507cd9e8 100644 --- a/declarativeimports/abilities/bridge/PositionShortcuts.qml +++ b/declarativeimports/abilities/bridge/PositionShortcuts.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/bridge/ThinTooltip.qml b/declarativeimports/abilities/bridge/ThinTooltip.qml index 544e226d0..772dac342 100644 --- a/declarativeimports/abilities/bridge/ThinTooltip.qml +++ b/declarativeimports/abilities/bridge/ThinTooltip.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/Animations.qml b/declarativeimports/abilities/client/Animations.qml index 318b34cf6..2707e6569 100644 --- a/declarativeimports/abilities/client/Animations.qml +++ b/declarativeimports/abilities/client/Animations.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/AppletAbilities.qml b/declarativeimports/abilities/client/AppletAbilities.qml index b78696bbf..523db60ae 100644 --- a/declarativeimports/abilities/client/AppletAbilities.qml +++ b/declarativeimports/abilities/client/AppletAbilities.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/Containment.qml b/declarativeimports/abilities/client/Containment.qml index a0c3b6bc8..77cc409f3 100644 --- a/declarativeimports/abilities/client/Containment.qml +++ b/declarativeimports/abilities/client/Containment.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/Debug.qml b/declarativeimports/abilities/client/Debug.qml index 14d21cdf8..91a4250dd 100644 --- a/declarativeimports/abilities/client/Debug.qml +++ b/declarativeimports/abilities/client/Debug.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/Environment.qml b/declarativeimports/abilities/client/Environment.qml index 68167b7d1..d90871a17 100644 --- a/declarativeimports/abilities/client/Environment.qml +++ b/declarativeimports/abilities/client/Environment.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/declarativeimports/abilities/client/Indexer.qml b/declarativeimports/abilities/client/Indexer.qml index 316a12a66..0294db82f 100644 --- a/declarativeimports/abilities/client/Indexer.qml +++ b/declarativeimports/abilities/client/Indexer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/Indicators.qml b/declarativeimports/abilities/client/Indicators.qml index 8b7cd3c1e..c529ef545 100644 --- a/declarativeimports/abilities/client/Indicators.qml +++ b/declarativeimports/abilities/client/Indicators.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/Metrics.qml b/declarativeimports/abilities/client/Metrics.qml index a19f829b9..f7b4a72b7 100644 --- a/declarativeimports/abilities/client/Metrics.qml +++ b/declarativeimports/abilities/client/Metrics.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/MyView.qml b/declarativeimports/abilities/client/MyView.qml index ce2d55efe..a1e6a8408 100644 --- a/declarativeimports/abilities/client/MyView.qml +++ b/declarativeimports/abilities/client/MyView.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/ParabolicEffect.qml b/declarativeimports/abilities/client/ParabolicEffect.qml index 3a4f8a55c..24ef3e7f8 100644 --- a/declarativeimports/abilities/client/ParabolicEffect.qml +++ b/declarativeimports/abilities/client/ParabolicEffect.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/PositionShortcuts.qml b/declarativeimports/abilities/client/PositionShortcuts.qml index 5e44c10d0..dc1f3e0b1 100644 --- a/declarativeimports/abilities/client/PositionShortcuts.qml +++ b/declarativeimports/abilities/client/PositionShortcuts.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/Requirements.qml b/declarativeimports/abilities/client/Requirements.qml index 2bc528900..777c272c4 100644 --- a/declarativeimports/abilities/client/Requirements.qml +++ b/declarativeimports/abilities/client/Requirements.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/ThinTooltip.qml b/declarativeimports/abilities/client/ThinTooltip.qml index 6f3b09bf3..b23fdb2e2 100644 --- a/declarativeimports/abilities/client/ThinTooltip.qml +++ b/declarativeimports/abilities/client/ThinTooltip.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/UserRequests.qml b/declarativeimports/abilities/client/UserRequests.qml index 15b5fa365..f3bb742d1 100644 --- a/declarativeimports/abilities/client/UserRequests.qml +++ b/declarativeimports/abilities/client/UserRequests.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/client/appletabilities/ContainerAnchorBindings.qml b/declarativeimports/abilities/client/appletabilities/ContainerAnchorBindings.qml index af5a42e8d..f788a85e3 100644 --- a/declarativeimports/abilities/client/appletabilities/ContainerAnchorBindings.qml +++ b/declarativeimports/abilities/client/appletabilities/ContainerAnchorBindings.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/appletabilities/ContainerGridBindings.qml b/declarativeimports/abilities/client/appletabilities/ContainerGridBindings.qml index a87c27c1b..fde85daa9 100644 --- a/declarativeimports/abilities/client/appletabilities/ContainerGridBindings.qml +++ b/declarativeimports/abilities/client/appletabilities/ContainerGridBindings.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/appletabilities/ContainerListViewBindings.qml b/declarativeimports/abilities/client/appletabilities/ContainerListViewBindings.qml index ac79d78ee..054f65e28 100644 --- a/declarativeimports/abilities/client/appletabilities/ContainerListViewBindings.qml +++ b/declarativeimports/abilities/client/appletabilities/ContainerListViewBindings.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/indicators/LatteConfiguration.qml b/declarativeimports/abilities/client/indicators/LatteConfiguration.qml index ccef185cb..a17d06966 100644 --- a/declarativeimports/abilities/client/indicators/LatteConfiguration.qml +++ b/declarativeimports/abilities/client/indicators/LatteConfiguration.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/client/indicators/LatteIndicator.qml b/declarativeimports/abilities/client/indicators/LatteIndicator.qml index c2af12989..215855249 100644 --- a/declarativeimports/abilities/client/indicators/LatteIndicator.qml +++ b/declarativeimports/abilities/client/indicators/LatteIndicator.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/Animations.qml b/declarativeimports/abilities/definition/Animations.qml index 6644cb827..b36ec3878 100644 --- a/declarativeimports/abilities/definition/Animations.qml +++ b/declarativeimports/abilities/definition/Animations.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/AppletRequirements.qml b/declarativeimports/abilities/definition/AppletRequirements.qml index 79d6050a8..ccbe9c3ef 100644 --- a/declarativeimports/abilities/definition/AppletRequirements.qml +++ b/declarativeimports/abilities/definition/AppletRequirements.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/Containment.qml b/declarativeimports/abilities/definition/Containment.qml index 693a5ec63..05be5bd81 100644 --- a/declarativeimports/abilities/definition/Containment.qml +++ b/declarativeimports/abilities/definition/Containment.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/Debug.qml b/declarativeimports/abilities/definition/Debug.qml index 99c95f16b..0403087c9 100644 --- a/declarativeimports/abilities/definition/Debug.qml +++ b/declarativeimports/abilities/definition/Debug.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/Environment.qml b/declarativeimports/abilities/definition/Environment.qml index b5922aea6..11a1088bb 100644 --- a/declarativeimports/abilities/definition/Environment.qml +++ b/declarativeimports/abilities/definition/Environment.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/Indexer.qml b/declarativeimports/abilities/definition/Indexer.qml index 709d00036..26c0b01f6 100644 --- a/declarativeimports/abilities/definition/Indexer.qml +++ b/declarativeimports/abilities/definition/Indexer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/Indicators.qml b/declarativeimports/abilities/definition/Indicators.qml index 095bd8eb8..de532aedd 100644 --- a/declarativeimports/abilities/definition/Indicators.qml +++ b/declarativeimports/abilities/definition/Indicators.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/Metrics.qml b/declarativeimports/abilities/definition/Metrics.qml index 8f3d3a948..2943d841c 100644 --- a/declarativeimports/abilities/definition/Metrics.qml +++ b/declarativeimports/abilities/definition/Metrics.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/MyView.qml b/declarativeimports/abilities/definition/MyView.qml index 3aac51961..c1e9cf193 100644 --- a/declarativeimports/abilities/definition/MyView.qml +++ b/declarativeimports/abilities/definition/MyView.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/ParabolicEffect.qml b/declarativeimports/abilities/definition/ParabolicEffect.qml index dd4c60b95..4a6a64164 100644 --- a/declarativeimports/abilities/definition/ParabolicEffect.qml +++ b/declarativeimports/abilities/definition/ParabolicEffect.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/PositionShortcuts.qml b/declarativeimports/abilities/definition/PositionShortcuts.qml index b5ccfd03c..cd98449f4 100644 --- a/declarativeimports/abilities/definition/PositionShortcuts.qml +++ b/declarativeimports/abilities/definition/PositionShortcuts.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/ThinTooltip.qml b/declarativeimports/abilities/definition/ThinTooltip.qml index fe5fd9276..38951d810 100644 --- a/declarativeimports/abilities/definition/ThinTooltip.qml +++ b/declarativeimports/abilities/definition/ThinTooltip.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/UserRequests.qml b/declarativeimports/abilities/definition/UserRequests.qml index 2833b31ff..4951c32e3 100644 --- a/declarativeimports/abilities/definition/UserRequests.qml +++ b/declarativeimports/abilities/definition/UserRequests.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/animations/Duration.qml b/declarativeimports/abilities/definition/animations/Duration.qml index ff0a4627c..57220a6c9 100644 --- a/declarativeimports/abilities/definition/animations/Duration.qml +++ b/declarativeimports/abilities/definition/animations/Duration.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/animations/Requirements.qml b/declarativeimports/abilities/definition/animations/Requirements.qml index 72db2609f..3af180dfd 100644 --- a/declarativeimports/abilities/definition/animations/Requirements.qml +++ b/declarativeimports/abilities/definition/animations/Requirements.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/animations/SpeedFactor.qml b/declarativeimports/abilities/definition/animations/SpeedFactor.qml index af8adccdb..70b6713c6 100644 --- a/declarativeimports/abilities/definition/animations/SpeedFactor.qml +++ b/declarativeimports/abilities/definition/animations/SpeedFactor.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/animations/Tracker.qml b/declarativeimports/abilities/definition/animations/Tracker.qml index 9b45c457a..f705d85c2 100644 --- a/declarativeimports/abilities/definition/animations/Tracker.qml +++ b/declarativeimports/abilities/definition/animations/Tracker.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/indicators/IndicatorInfo.qml b/declarativeimports/abilities/definition/indicators/IndicatorInfo.qml index 9f3e5e7e9..246b8af2f 100644 --- a/declarativeimports/abilities/definition/indicators/IndicatorInfo.qml +++ b/declarativeimports/abilities/definition/indicators/IndicatorInfo.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/metrics/Margin.qml b/declarativeimports/abilities/definition/metrics/Margin.qml index f81fe4f85..bd8755f31 100644 --- a/declarativeimports/abilities/definition/metrics/Margin.qml +++ b/declarativeimports/abilities/definition/metrics/Margin.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/metrics/MarginsArea.qml b/declarativeimports/abilities/definition/metrics/MarginsArea.qml index 00c48a326..f4e2404a1 100644 --- a/declarativeimports/abilities/definition/metrics/MarginsArea.qml +++ b/declarativeimports/abilities/definition/metrics/MarginsArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/metrics/Mask.qml b/declarativeimports/abilities/definition/metrics/Mask.qml index 74e7df5a0..0729037d1 100644 --- a/declarativeimports/abilities/definition/metrics/Mask.qml +++ b/declarativeimports/abilities/definition/metrics/Mask.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/metrics/Padding.qml b/declarativeimports/abilities/definition/metrics/Padding.qml index d08773879..f31c361b9 100644 --- a/declarativeimports/abilities/definition/metrics/Padding.qml +++ b/declarativeimports/abilities/definition/metrics/Padding.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/metrics/Totals.qml b/declarativeimports/abilities/definition/metrics/Totals.qml index 9f19934bf..9a64e69f0 100644 --- a/declarativeimports/abilities/definition/metrics/Totals.qml +++ b/declarativeimports/abilities/definition/metrics/Totals.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/metrics/mask/Thickness.qml b/declarativeimports/abilities/definition/metrics/mask/Thickness.qml index ecd19eebf..4786d78a6 100644 --- a/declarativeimports/abilities/definition/metrics/mask/Thickness.qml +++ b/declarativeimports/abilities/definition/metrics/mask/Thickness.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/definition/myview/ItemShadow.qml b/declarativeimports/abilities/definition/myview/ItemShadow.qml index 2e9830e9b..c5431b820 100644 --- a/declarativeimports/abilities/definition/myview/ItemShadow.qml +++ b/declarativeimports/abilities/definition/myview/ItemShadow.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/paraboliceffect/Factor.qml b/declarativeimports/abilities/definition/paraboliceffect/Factor.qml index 0bfb4a233..c05da2f6f 100644 --- a/declarativeimports/abilities/definition/paraboliceffect/Factor.qml +++ b/declarativeimports/abilities/definition/paraboliceffect/Factor.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/definition/paraboliceffect/PrivateProperties.qml b/declarativeimports/abilities/definition/paraboliceffect/PrivateProperties.qml index 7531817b5..df46bef44 100644 --- a/declarativeimports/abilities/definition/paraboliceffect/PrivateProperties.qml +++ b/declarativeimports/abilities/definition/paraboliceffect/PrivateProperties.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/host/Animations.qml b/declarativeimports/abilities/host/Animations.qml index c1089c391..0a447fdea 100644 --- a/declarativeimports/abilities/host/Animations.qml +++ b/declarativeimports/abilities/host/Animations.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/host/Containment.qml b/declarativeimports/abilities/host/Containment.qml index d1f1827f8..9da5f830c 100644 --- a/declarativeimports/abilities/host/Containment.qml +++ b/declarativeimports/abilities/host/Containment.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/host/Debug.qml b/declarativeimports/abilities/host/Debug.qml index f84d3059f..9d6ee6909 100644 --- a/declarativeimports/abilities/host/Debug.qml +++ b/declarativeimports/abilities/host/Debug.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/host/Environment.qml b/declarativeimports/abilities/host/Environment.qml index 15d0642c5..bf52d58a0 100644 --- a/declarativeimports/abilities/host/Environment.qml +++ b/declarativeimports/abilities/host/Environment.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/declarativeimports/abilities/host/Indicators.qml b/declarativeimports/abilities/host/Indicators.qml index aa0732f2b..285ffff48 100644 --- a/declarativeimports/abilities/host/Indicators.qml +++ b/declarativeimports/abilities/host/Indicators.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/host/Metrics.qml b/declarativeimports/abilities/host/Metrics.qml index cd7340a1e..07c0bbf16 100644 --- a/declarativeimports/abilities/host/Metrics.qml +++ b/declarativeimports/abilities/host/Metrics.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/host/MyView.qml b/declarativeimports/abilities/host/MyView.qml index 01148692f..fc074b949 100644 --- a/declarativeimports/abilities/host/MyView.qml +++ b/declarativeimports/abilities/host/MyView.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/host/ParabolicEffect.qml b/declarativeimports/abilities/host/ParabolicEffect.qml index b4ae3b899..90dd00713 100644 --- a/declarativeimports/abilities/host/ParabolicEffect.qml +++ b/declarativeimports/abilities/host/ParabolicEffect.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/host/ThinTooltip.qml b/declarativeimports/abilities/host/ThinTooltip.qml index 9d9ea3cd0..7a8dfa5e4 100644 --- a/declarativeimports/abilities/host/ThinTooltip.qml +++ b/declarativeimports/abilities/host/ThinTooltip.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/items/BasicItem.qml b/declarativeimports/abilities/items/BasicItem.qml index 21fa018a5..0e520270d 100644 --- a/declarativeimports/abilities/items/BasicItem.qml +++ b/declarativeimports/abilities/items/BasicItem.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/declarativeimports/abilities/items/IndicatorLevel.qml b/declarativeimports/abilities/items/IndicatorLevel.qml index 44cb1acc7..90a5966c1 100644 --- a/declarativeimports/abilities/items/IndicatorLevel.qml +++ b/declarativeimports/abilities/items/IndicatorLevel.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/items/IndicatorObject.qml b/declarativeimports/abilities/items/IndicatorObject.qml index 5f1c670dc..bdfce6b30 100644 --- a/declarativeimports/abilities/items/IndicatorObject.qml +++ b/declarativeimports/abilities/items/IndicatorObject.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/items/basicitem/HiddenSpacer.qml b/declarativeimports/abilities/items/basicitem/HiddenSpacer.qml index 96deaaafb..35e6386c5 100644 --- a/declarativeimports/abilities/items/basicitem/HiddenSpacer.qml +++ b/declarativeimports/abilities/items/basicitem/HiddenSpacer.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/items/basicitem/IndicatorLevel.qml b/declarativeimports/abilities/items/basicitem/IndicatorLevel.qml index 77c9020c0..afe7162af 100644 --- a/declarativeimports/abilities/items/basicitem/IndicatorLevel.qml +++ b/declarativeimports/abilities/items/basicitem/IndicatorLevel.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/items/basicitem/ParabolicEventsArea.qml b/declarativeimports/abilities/items/basicitem/ParabolicEventsArea.qml index 8178cd743..82301f1e9 100644 --- a/declarativeimports/abilities/items/basicitem/ParabolicEventsArea.qml +++ b/declarativeimports/abilities/items/basicitem/ParabolicEventsArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/items/basicitem/ParabolicItem.qml b/declarativeimports/abilities/items/basicitem/ParabolicItem.qml index 2bef5fe62..28c8a38c9 100644 --- a/declarativeimports/abilities/items/basicitem/ParabolicItem.qml +++ b/declarativeimports/abilities/items/basicitem/ParabolicItem.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/items/basicitem/RestoreAnimation.qml b/declarativeimports/abilities/items/basicitem/RestoreAnimation.qml index bc28b5db3..ed7d1775b 100644 --- a/declarativeimports/abilities/items/basicitem/RestoreAnimation.qml +++ b/declarativeimports/abilities/items/basicitem/RestoreAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/items/basicitem/SeparatorItem.qml b/declarativeimports/abilities/items/basicitem/SeparatorItem.qml index 4a88a8740..2a35ee5e4 100644 --- a/declarativeimports/abilities/items/basicitem/SeparatorItem.qml +++ b/declarativeimports/abilities/items/basicitem/SeparatorItem.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/declarativeimports/abilities/items/basicitem/ShortcutBadge.qml b/declarativeimports/abilities/items/basicitem/ShortcutBadge.qml index 67d5f7513..61a08e47e 100644 --- a/declarativeimports/abilities/items/basicitem/ShortcutBadge.qml +++ b/declarativeimports/abilities/items/basicitem/ShortcutBadge.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/abilities/items/basicitem/TitleTooltipParent.qml b/declarativeimports/abilities/items/basicitem/TitleTooltipParent.qml index 08b08c037..a89d79280 100644 --- a/declarativeimports/abilities/items/basicitem/TitleTooltipParent.qml +++ b/declarativeimports/abilities/items/basicitem/TitleTooltipParent.qml @@ -1,21 +1,10 @@ /* -* Copyright 2017 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2017 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/abilities/items/indicators/LevelOptions.qml b/declarativeimports/abilities/items/indicators/LevelOptions.qml index bbfece444..f658267c2 100644 --- a/declarativeimports/abilities/items/indicators/LevelOptions.qml +++ b/declarativeimports/abilities/items/indicators/LevelOptions.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/components/AddItem.qml b/declarativeimports/components/AddItem.qml index a7a3c0ba0..e43e80b18 100644 --- a/declarativeimports/components/AddItem.qml +++ b/declarativeimports/components/AddItem.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/declarativeimports/components/AddingArea.qml b/declarativeimports/components/AddingArea.qml index 493d5709e..33c2d1931 100644 --- a/declarativeimports/components/AddingArea.qml +++ b/declarativeimports/components/AddingArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/components/BadgeText.qml b/declarativeimports/components/BadgeText.qml index 2a06b5bc1..b9f9dcfbe 100644 --- a/declarativeimports/components/BadgeText.qml +++ b/declarativeimports/components/BadgeText.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.2 diff --git a/declarativeimports/components/CheckBox.qml b/declarativeimports/components/CheckBox.qml index 938571a67..ec7334f0c 100644 --- a/declarativeimports/components/CheckBox.qml +++ b/declarativeimports/components/CheckBox.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import org.kde.plasma.components 2.0 as PlasmaComponents diff --git a/declarativeimports/components/CheckBoxesColumn.qml b/declarativeimports/components/CheckBoxesColumn.qml index 8631e8d1a..f7274616d 100644 --- a/declarativeimports/components/CheckBoxesColumn.qml +++ b/declarativeimports/components/CheckBoxesColumn.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/components/ComboBox.qml b/declarativeimports/components/ComboBox.qml index b0592d719..0861570e2 100644 --- a/declarativeimports/components/ComboBox.qml +++ b/declarativeimports/components/ComboBox.qml @@ -1,21 +1,8 @@ /* - * Copyright 2016 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.7 import QtQuick.Window 2.2 diff --git a/declarativeimports/components/ComboBoxButton.qml b/declarativeimports/components/ComboBoxButton.qml index 8e7b18827..539f69e49 100644 --- a/declarativeimports/components/ComboBoxButton.qml +++ b/declarativeimports/components/ComboBoxButton.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick.Controls 1.4 diff --git a/declarativeimports/components/ExternalShadow.qml b/declarativeimports/components/ExternalShadow.qml index 31712f3c0..d49fb3272 100644 --- a/declarativeimports/components/ExternalShadow.qml +++ b/declarativeimports/components/ExternalShadow.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/declarativeimports/components/GlowPoint.qml b/declarativeimports/components/GlowPoint.qml index bb3349c76..e2e5e0661 100644 --- a/declarativeimports/components/GlowPoint.qml +++ b/declarativeimports/components/GlowPoint.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/components/Header.qml b/declarativeimports/components/Header.qml index 47d02e0bd..6aefa767f 100644 --- a/declarativeimports/components/Header.qml +++ b/declarativeimports/components/Header.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/components/HeaderSwitch.qml b/declarativeimports/components/HeaderSwitch.qml index 4fb147fd0..895970be5 100644 --- a/declarativeimports/components/HeaderSwitch.qml +++ b/declarativeimports/components/HeaderSwitch.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/components/IndicatorItem.qml b/declarativeimports/components/IndicatorItem.qml index 11efc5caf..d7817f4a6 100644 --- a/declarativeimports/components/IndicatorItem.qml +++ b/declarativeimports/components/IndicatorItem.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/components/ItemDelegate.qml b/declarativeimports/components/ItemDelegate.qml index 6ab898683..1be6d5925 100644 --- a/declarativeimports/components/ItemDelegate.qml +++ b/declarativeimports/components/ItemDelegate.qml @@ -1,21 +1,8 @@ /* - * Copyright 2016 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.5 import QtQuick.Layouts 1.3 diff --git a/declarativeimports/components/Label.qml b/declarativeimports/components/Label.qml index 84ee139bd..0e6f0d1ef 100644 --- a/declarativeimports/components/Label.qml +++ b/declarativeimports/components/Label.qml @@ -1,21 +1,8 @@ /* - * Copyright 2016 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.1 import QtQuick.Window 2.2 diff --git a/declarativeimports/components/ScrollArea.qml b/declarativeimports/components/ScrollArea.qml index 974c29dd7..248a987e4 100644 --- a/declarativeimports/components/ScrollArea.qml +++ b/declarativeimports/components/ScrollArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/declarativeimports/components/Slider.qml b/declarativeimports/components/Slider.qml index 34bfdcaef..fa46ef2dd 100644 --- a/declarativeimports/components/Slider.qml +++ b/declarativeimports/components/Slider.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/components/SpinBox.qml b/declarativeimports/components/SpinBox.qml index 2bfca0836..594226210 100644 --- a/declarativeimports/components/SpinBox.qml +++ b/declarativeimports/components/SpinBox.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/components/SpriteRectangle.qml b/declarativeimports/components/SpriteRectangle.qml index a9aa131e3..3bce69903 100644 --- a/declarativeimports/components/SpriteRectangle.qml +++ b/declarativeimports/components/SpriteRectangle.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/declarativeimports/components/SubHeader.qml b/declarativeimports/components/SubHeader.qml index 3d693dade..0bd2b1106 100644 --- a/declarativeimports/components/SubHeader.qml +++ b/declarativeimports/components/SubHeader.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/components/Switch.qml b/declarativeimports/components/Switch.qml index 57e633d23..897f93640 100644 --- a/declarativeimports/components/Switch.qml +++ b/declarativeimports/components/Switch.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick.Controls 1.4 diff --git a/declarativeimports/components/TextField.qml b/declarativeimports/components/TextField.qml index b3d740310..55fa34b70 100644 --- a/declarativeimports/components/TextField.qml +++ b/declarativeimports/components/TextField.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 import QtQuick.Layouts 1.3 diff --git a/declarativeimports/components/ToolTip.qml b/declarativeimports/components/ToolTip.qml index e06b11490..b4abbdd08 100644 --- a/declarativeimports/components/ToolTip.qml +++ b/declarativeimports/components/ToolTip.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.6 diff --git a/declarativeimports/components/code/ColorizerTools.js b/declarativeimports/components/code/ColorizerTools.js index dd6fab96c..5cae608ac 100644 --- a/declarativeimports/components/code/ColorizerTools.js +++ b/declarativeimports/components/code/ColorizerTools.js @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/declarativeimports/components/private/ButtonShadow.qml b/declarativeimports/components/private/ButtonShadow.qml index b65720818..97f1af6ee 100644 --- a/declarativeimports/components/private/ButtonShadow.qml +++ b/declarativeimports/components/private/ButtonShadow.qml @@ -1,22 +1,9 @@ /* - * Copyright (C) 2011 by Daker Fernandes Pinheiro - * Copyright (C) 2011 by Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. - */ + SPDX-FileCopyrightText: 2011 Daker Fernandes Pinheiro + SPDX-FileCopyrightText: 2011 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ /**Documented API Inherits: diff --git a/declarativeimports/components/private/CheckBoxStyle.qml b/declarativeimports/components/private/CheckBoxStyle.qml index 3033a26a7..0f2fd1c50 100644 --- a/declarativeimports/components/private/CheckBoxStyle.qml +++ b/declarativeimports/components/private/CheckBoxStyle.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/declarativeimports/components/private/DefaultListItemBackground.qml b/declarativeimports/components/private/DefaultListItemBackground.qml index 81bda7762..f6a78e3fe 100644 --- a/declarativeimports/components/private/DefaultListItemBackground.qml +++ b/declarativeimports/components/private/DefaultListItemBackground.qml @@ -1,21 +1,8 @@ /* - * Copyright 2016 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.1 //for Settings diff --git a/declarativeimports/components/private/MobileCursor.qml b/declarativeimports/components/private/MobileCursor.qml index 56ca22aa5..3d4337f42 100644 --- a/declarativeimports/components/private/MobileCursor.qml +++ b/declarativeimports/components/private/MobileCursor.qml @@ -1,21 +1,8 @@ /* - * Copyright (C) 2018 by Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. - */ + SPDX-FileCopyrightText: 2018 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.1 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/declarativeimports/components/private/MobileTextActionsToolBar.qml b/declarativeimports/components/private/MobileTextActionsToolBar.qml index a72dc8402..3d97198ce 100644 --- a/declarativeimports/components/private/MobileTextActionsToolBar.qml +++ b/declarativeimports/components/private/MobileTextActionsToolBar.qml @@ -1,21 +1,8 @@ /* - * Copyright (C) 2018 by Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. - */ + SPDX-FileCopyrightText: 2018 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ pragma Singleton diff --git a/declarativeimports/components/private/RoundShadow.qml b/declarativeimports/components/private/RoundShadow.qml index 37965565f..c285b37e4 100644 --- a/declarativeimports/components/private/RoundShadow.qml +++ b/declarativeimports/components/private/RoundShadow.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ /**Documented API diff --git a/declarativeimports/components/private/SwitchStyle.qml b/declarativeimports/components/private/SwitchStyle.qml index ccb326de1..2812dbf0b 100644 --- a/declarativeimports/components/private/SwitchStyle.qml +++ b/declarativeimports/components/private/SwitchStyle.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.2 diff --git a/declarativeimports/components/private/TextFieldFocus.qml b/declarativeimports/components/private/TextFieldFocus.qml index 26a9c7426..5fb2ec3f1 100644 --- a/declarativeimports/components/private/TextFieldFocus.qml +++ b/declarativeimports/components/private/TextFieldFocus.qml @@ -1,22 +1,9 @@ /* - * Copyright (C) 2011 by Daker Fernandes Pinheiro - * Copyright (C) 2011 by Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. - */ + SPDX-FileCopyrightText: 2011 Daker Fernandes Pinheiro + SPDX-FileCopyrightText: 2011 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.1 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/declarativeimports/core/dialog.cpp b/declarativeimports/core/dialog.cpp index 1d3874b8b..5cd249e82 100644 --- a/declarativeimports/core/dialog.cpp +++ b/declarativeimports/core/dialog.cpp @@ -1,21 +1,10 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "dialog.h" diff --git a/declarativeimports/core/dialog.h b/declarativeimports/core/dialog.h index 68ab5e30d..0f16c9a64 100644 --- a/declarativeimports/core/dialog.h +++ b/declarativeimports/core/dialog.h @@ -1,21 +1,10 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef LATTEDIALOG_H #define LATTEDIALOG_H diff --git a/declarativeimports/core/environment.cpp b/declarativeimports/core/environment.cpp index f92f1ba74..96ab693c7 100644 --- a/declarativeimports/core/environment.cpp +++ b/declarativeimports/core/environment.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "environment.h" diff --git a/declarativeimports/core/environment.h b/declarativeimports/core/environment.h index 58a6e803a..c9fbc5119 100644 --- a/declarativeimports/core/environment.h +++ b/declarativeimports/core/environment.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef LATTEENVIRONMENT_H #define LATTEENVIRONMENT_H diff --git a/declarativeimports/core/extras.h b/declarativeimports/core/extras.h index a768e6fb9..a5cbfe4bf 100644 --- a/declarativeimports/core/extras.h +++ b/declarativeimports/core/extras.h @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef EXTRAS_H diff --git a/declarativeimports/core/iconitem.cpp b/declarativeimports/core/iconitem.cpp index 5d0c3b90f..64de23fe6 100644 --- a/declarativeimports/core/iconitem.cpp +++ b/declarativeimports/core/iconitem.cpp @@ -1,23 +1,12 @@ /* -* Copyright 2012 Marco Martin -* Copyright 2014 David Edmundson -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2012 Marco Martin + SPDX-FileCopyrightText: 2014 David Edmundson + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "iconitem.h" diff --git a/declarativeimports/core/iconitem.h b/declarativeimports/core/iconitem.h index 89677957b..b2e1631af 100644 --- a/declarativeimports/core/iconitem.h +++ b/declarativeimports/core/iconitem.h @@ -1,23 +1,12 @@ /* -* Copyright 2012 Marco Martin -* Copyright 2014 David Edmundson -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2012 Marco Martin + SPDX-FileCopyrightText: 2014 David Edmundson + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef ICONITEM_H diff --git a/declarativeimports/core/lattecoreplugin.cpp b/declarativeimports/core/lattecoreplugin.cpp index caa447a7d..fe92733a4 100644 --- a/declarativeimports/core/lattecoreplugin.cpp +++ b/declarativeimports/core/lattecoreplugin.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "lattecoreplugin.h" diff --git a/declarativeimports/core/lattecoreplugin.h b/declarativeimports/core/lattecoreplugin.h index df34f8d10..f04f95dd5 100644 --- a/declarativeimports/core/lattecoreplugin.h +++ b/declarativeimports/core/lattecoreplugin.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LATTECOREPLUGIN_H diff --git a/declarativeimports/core/quickwindowsystem.cpp b/declarativeimports/core/quickwindowsystem.cpp index 804db7ba9..2be55edf5 100644 --- a/declarativeimports/core/quickwindowsystem.cpp +++ b/declarativeimports/core/quickwindowsystem.cpp @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "quickwindowsystem.h" diff --git a/declarativeimports/core/quickwindowsystem.h b/declarativeimports/core/quickwindowsystem.h index 1d2e1fc1b..5d43516a7 100644 --- a/declarativeimports/core/quickwindowsystem.h +++ b/declarativeimports/core/quickwindowsystem.h @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef QUICKWINDOWSYSTEM_H diff --git a/declarativeimports/core/tools.cpp b/declarativeimports/core/tools.cpp index 74113ceed..612dc6d77 100644 --- a/declarativeimports/core/tools.cpp +++ b/declarativeimports/core/tools.cpp @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #include "tools.h" diff --git a/declarativeimports/core/tools.h b/declarativeimports/core/tools.h index 31f12f178..2212101b6 100644 --- a/declarativeimports/core/tools.h +++ b/declarativeimports/core/tools.h @@ -1,22 +1,11 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later + +*/ #ifndef LATTECORETOOLS_H #define LATTECORETOOLS_H diff --git a/declarativeimports/coretypes.h.in b/declarativeimports/coretypes.h.in index d60235414..59ad77521 100644 --- a/declarativeimports/coretypes.h.in +++ b/declarativeimports/coretypes.h.in @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef @CORETYPESHEADER@ diff --git a/indicators/default/package/config/config.qml b/indicators/default/package/config/config.qml index 8ce06f4fb..85b307279 100644 --- a/indicators/default/package/config/config.qml +++ b/indicators/default/package/config/config.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/indicators/default/package/ui/main.qml b/indicators/default/package/ui/main.qml index 900b50d9b..6388b7f85 100644 --- a/indicators/default/package/ui/main.qml +++ b/indicators/default/package/ui/main.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/indicators/org.kde.latte.plasma/package/config/config.qml b/indicators/org.kde.latte.plasma/package/config/config.qml index d62266db2..ea63d37a3 100644 --- a/indicators/org.kde.latte.plasma/package/config/config.qml +++ b/indicators/org.kde.latte.plasma/package/config/config.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/indicators/org.kde.latte.plasma/package/ui/BackLayer.qml b/indicators/org.kde.latte.plasma/package/ui/BackLayer.qml index cebb3ee75..57d8af9e8 100644 --- a/indicators/org.kde.latte.plasma/package/ui/BackLayer.qml +++ b/indicators/org.kde.latte.plasma/package/ui/BackLayer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/indicators/org.kde.latte.plasma/package/ui/FrontLayer.qml b/indicators/org.kde.latte.plasma/package/ui/FrontLayer.qml index 2614dfc32..a066e4378 100644 --- a/indicators/org.kde.latte.plasma/package/ui/FrontLayer.qml +++ b/indicators/org.kde.latte.plasma/package/ui/FrontLayer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/indicators/org.kde.latte.plasma/package/ui/main.qml b/indicators/org.kde.latte.plasma/package/ui/main.qml index 47e63d159..555ababea 100644 --- a/indicators/org.kde.latte.plasma/package/ui/main.qml +++ b/indicators/org.kde.latte.plasma/package/ui/main.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/indicators/org.kde.latte.plasmatabstyle/package/ui/BackLayer.qml b/indicators/org.kde.latte.plasmatabstyle/package/ui/BackLayer.qml index 1c5de6ded..a0970e8f1 100644 --- a/indicators/org.kde.latte.plasmatabstyle/package/ui/BackLayer.qml +++ b/indicators/org.kde.latte.plasmatabstyle/package/ui/BackLayer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/indicators/org.kde.latte.plasmatabstyle/package/ui/main.qml b/indicators/org.kde.latte.plasmatabstyle/package/ui/main.qml index 21730c924..1a19dbfec 100644 --- a/indicators/org.kde.latte.plasmatabstyle/package/ui/main.qml +++ b/indicators/org.kde.latte.plasmatabstyle/package/ui/main.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/code/ColorizerTools.js b/plasmoid/package/contents/code/ColorizerTools.js index f409bffac..ed5adc75b 100644 --- a/plasmoid/package/contents/code/ColorizerTools.js +++ b/plasmoid/package/contents/code/ColorizerTools.js @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ function colorBrightness(color) { diff --git a/plasmoid/package/contents/code/activitiesTools.js b/plasmoid/package/contents/code/activitiesTools.js index 4dab9dbb2..67b2fff10 100644 --- a/plasmoid/package/contents/code/activitiesTools.js +++ b/plasmoid/package/contents/code/activitiesTools.js @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* 2016-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + 2016-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ var currentActivity; diff --git a/plasmoid/package/contents/code/layout.js b/plasmoid/package/contents/code/layout.js index 48dcf0d1a..e9e40d6da 100644 --- a/plasmoid/package/contents/code/layout.js +++ b/plasmoid/package/contents/code/layout.js @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* 2016-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + 2016-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ function horizontalMargins() { diff --git a/plasmoid/package/contents/code/tools.js b/plasmoid/package/contents/code/tools.js index 81f2a6435..84783604d 100644 --- a/plasmoid/package/contents/code/tools.js +++ b/plasmoid/package/contents/code/tools.js @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* 2016-2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + 2016-2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ function wheelActivateNextPrevTask(wheelDelta, eventDelta) { diff --git a/plasmoid/package/contents/config/config.qml b/plasmoid/package/contents/config/config.qml index d50af2689..b03742964 100644 --- a/plasmoid/package/contents/config/config.qml +++ b/plasmoid/package/contents/config/config.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/AppletAbilities.qml b/plasmoid/package/contents/ui/AppletAbilities.qml index e14b69d51..43716e9b9 100644 --- a/plasmoid/package/contents/ui/AppletAbilities.qml +++ b/plasmoid/package/contents/ui/AppletAbilities.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/plasmoid/package/contents/ui/ContextMenu.qml b/plasmoid/package/contents/ui/ContextMenu.qml index bd8000f53..742883bcf 100644 --- a/plasmoid/package/contents/ui/ContextMenu.qml +++ b/plasmoid/package/contents/ui/ContextMenu.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/PulseAudio.qml b/plasmoid/package/contents/ui/PulseAudio.qml index cea7a3c82..b963dea57 100644 --- a/plasmoid/package/contents/ui/PulseAudio.qml +++ b/plasmoid/package/contents/ui/PulseAudio.qml @@ -1,21 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2017 by Kai Uwe Broulik * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2017 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ import QtQuick 2.2 diff --git a/plasmoid/package/contents/ui/TasksExtendedManager.qml b/plasmoid/package/contents/ui/TasksExtendedManager.qml index 8aaa8f668..5ccde71f4 100644 --- a/plasmoid/package/contents/ui/TasksExtendedManager.qml +++ b/plasmoid/package/contents/ui/TasksExtendedManager.qml @@ -1,21 +1,10 @@ /* -* Copyright 2019 Michail Vourlakos -* -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/abilities/Launchers.qml b/plasmoid/package/contents/ui/abilities/Launchers.qml index 8be996c35..038305cff 100644 --- a/plasmoid/package/contents/ui/abilities/Launchers.qml +++ b/plasmoid/package/contents/ui/abilities/Launchers.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/abilities/launchers/Syncer.qml b/plasmoid/package/contents/ui/abilities/launchers/Syncer.qml index ed0fdb95d..03d51867a 100644 --- a/plasmoid/package/contents/ui/abilities/launchers/Syncer.qml +++ b/plasmoid/package/contents/ui/abilities/launchers/Syncer.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/abilities/launchers/Validator.qml b/plasmoid/package/contents/ui/abilities/launchers/Validator.qml index fe466ebb6..0a8deaee6 100644 --- a/plasmoid/package/contents/ui/abilities/launchers/Validator.qml +++ b/plasmoid/package/contents/ui/abilities/launchers/Validator.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/config/ConfigAppearance.qml b/plasmoid/package/contents/ui/config/ConfigAppearance.qml index 7caa772b7..fe81ba045 100644 --- a/plasmoid/package/contents/ui/config/ConfigAppearance.qml +++ b/plasmoid/package/contents/ui/config/ConfigAppearance.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/config/ConfigInteraction.qml b/plasmoid/package/contents/ui/config/ConfigInteraction.qml index 76d38f14d..9bd276dae 100644 --- a/plasmoid/package/contents/ui/config/ConfigInteraction.qml +++ b/plasmoid/package/contents/ui/config/ConfigInteraction.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/config/ConfigPanel.qml b/plasmoid/package/contents/ui/config/ConfigPanel.qml index 5951fe7d0..f66bcd417 100644 --- a/plasmoid/package/contents/ui/config/ConfigPanel.qml +++ b/plasmoid/package/contents/ui/config/ConfigPanel.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml index 2512f97fd..6f9bf72a4 100644 --- a/plasmoid/package/contents/ui/main.qml +++ b/plasmoid/package/contents/ui/main.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/plasmoid/package/contents/ui/previews/PipeWireThumbnail.qml b/plasmoid/package/contents/ui/previews/PipeWireThumbnail.qml index 3057653f1..36163d02c 100644 --- a/plasmoid/package/contents/ui/previews/PipeWireThumbnail.qml +++ b/plasmoid/package/contents/ui/previews/PipeWireThumbnail.qml @@ -1,21 +1,8 @@ /* - * Copyright 2020 Aleix Pol Gonzalez - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. - */ + SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick.Window 2.6 import org.kde.taskmanager 0.1 as TaskManager diff --git a/plasmoid/package/contents/ui/previews/PlasmaCoreThumbnail.qml b/plasmoid/package/contents/ui/previews/PlasmaCoreThumbnail.qml index efea184af..fa1dc8bc6 100644 --- a/plasmoid/package/contents/ui/previews/PlasmaCoreThumbnail.qml +++ b/plasmoid/package/contents/ui/previews/PlasmaCoreThumbnail.qml @@ -1,21 +1,10 @@ /* -* Copyright 2020 Michail Vourlakos -* -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.6 diff --git a/plasmoid/package/contents/ui/previews/ToolTipDelegate2.qml b/plasmoid/package/contents/ui/previews/ToolTipDelegate2.qml index 71e9b4797..51baddcca 100644 --- a/plasmoid/package/contents/ui/previews/ToolTipDelegate2.qml +++ b/plasmoid/package/contents/ui/previews/ToolTipDelegate2.qml @@ -1,23 +1,10 @@ /* -* Copyright 2013 by Sebastian Kügler -* Copyright 2014 by Martin Gräßlin -* Copyright 2016 by Kai Uwe Broulik -* Copyright 2017 by Roman Gilg -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU Library General Public License as -* published by the Free Software Foundation; either version 2, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Library General Public License for more details -* -* You should have received a copy of the GNU Library General Public -* License along with this program; if not, write to the -* Free Software Foundation, Inc., -* 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. + SPDX-FileCopyrightText: 2013 Sebastian Kügler + SPDX-FileCopyrightText: 2014 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + SPDX-FileCopyrightText: 2017 Roman Gilg + + SPDX-License-Identifier: LGPL-2.0-or-later */ import QtQuick 2.6 diff --git a/plasmoid/package/contents/ui/previews/ToolTipInstance.qml b/plasmoid/package/contents/ui/previews/ToolTipInstance.qml index b07cfd3c3..f698f0b60 100644 --- a/plasmoid/package/contents/ui/previews/ToolTipInstance.qml +++ b/plasmoid/package/contents/ui/previews/ToolTipInstance.qml @@ -1,23 +1,10 @@ /* -* Copyright 2013 by Sebastian Kügler -* Copyright 2014 by Martin Gräßlin -* Copyright 2016 by Kai Uwe Broulik -* Copyright 2017 by Roman Gilg -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU Library General Public License as -* published by the Free Software Foundation; either version 2, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Library General Public License for more details -* -* You should have received a copy of the GNU Library General Public -* License along with this program; if not, write to the -* Free Software Foundation, Inc., -* 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. + SPDX-FileCopyrightText: 2013 Sebastian Kügler + SPDX-FileCopyrightText: 2014 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + SPDX-FileCopyrightText: 2017 Roman Gilg + + SPDX-License-Identifier: LGPL-2.0-or-later */ import QtQuick 2.6 diff --git a/plasmoid/package/contents/ui/previews/ToolTipWindowMouseArea.qml b/plasmoid/package/contents/ui/previews/ToolTipWindowMouseArea.qml index 01fc8a793..01dc17f6d 100644 --- a/plasmoid/package/contents/ui/previews/ToolTipWindowMouseArea.qml +++ b/plasmoid/package/contents/ui/previews/ToolTipWindowMouseArea.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/AudioStream.qml b/plasmoid/package/contents/ui/task/AudioStream.qml index d70b9ef71..6f9a24dbc 100644 --- a/plasmoid/package/contents/ui/task/AudioStream.qml +++ b/plasmoid/package/contents/ui/task/AudioStream.qml @@ -1,21 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2017 Kai Uwe Broulik * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2017 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/ProgressOverlay.qml b/plasmoid/package/contents/ui/task/ProgressOverlay.qml index be273b60a..d4ff23599 100644 --- a/plasmoid/package/contents/ui/task/ProgressOverlay.qml +++ b/plasmoid/package/contents/ui/task/ProgressOverlay.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/SubWindows.qml b/plasmoid/package/contents/ui/task/SubWindows.qml index 25d7ad129..5fd58d4a6 100644 --- a/plasmoid/package/contents/ui/task/SubWindows.qml +++ b/plasmoid/package/contents/ui/task/SubWindows.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/TaskIcon.qml b/plasmoid/package/contents/ui/task/TaskIcon.qml index a619d8126..ea4f1ebf4 100644 --- a/plasmoid/package/contents/ui/task/TaskIcon.qml +++ b/plasmoid/package/contents/ui/task/TaskIcon.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/plasmoid/package/contents/ui/task/TaskItem.qml b/plasmoid/package/contents/ui/task/TaskItem.qml index 6229bea6a..f0fb1344d 100644 --- a/plasmoid/package/contents/ui/task/TaskItem.qml +++ b/plasmoid/package/contents/ui/task/TaskItem.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/TaskMouseArea.qml b/plasmoid/package/contents/ui/task/TaskMouseArea.qml index df2ecb582..150787a5f 100644 --- a/plasmoid/package/contents/ui/task/TaskMouseArea.qml +++ b/plasmoid/package/contents/ui/task/TaskMouseArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/ClickedAnimation.qml b/plasmoid/package/contents/ui/task/animations/ClickedAnimation.qml index 54175ba2a..64ca7cf62 100644 --- a/plasmoid/package/contents/ui/task/animations/ClickedAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/ClickedAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/FastRestoreAnimation.qml b/plasmoid/package/contents/ui/task/animations/FastRestoreAnimation.qml index 85078ea69..62752c81a 100644 --- a/plasmoid/package/contents/ui/task/animations/FastRestoreAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/FastRestoreAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/LauncherAnimation.qml b/plasmoid/package/contents/ui/task/animations/LauncherAnimation.qml index 17a4e0ab7..c62e03712 100644 --- a/plasmoid/package/contents/ui/task/animations/LauncherAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/LauncherAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/NewWindowAnimation.qml b/plasmoid/package/contents/ui/task/animations/NewWindowAnimation.qml index 9674f7cce..8ba05ef98 100644 --- a/plasmoid/package/contents/ui/task/animations/NewWindowAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/NewWindowAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/RealRemovalAnimation.qml b/plasmoid/package/contents/ui/task/animations/RealRemovalAnimation.qml index 60f90b6f7..e7f911e13 100644 --- a/plasmoid/package/contents/ui/task/animations/RealRemovalAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/RealRemovalAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/RemoveWindowFromGroupAnimation.qml b/plasmoid/package/contents/ui/task/animations/RemoveWindowFromGroupAnimation.qml index 9968034b5..66249e679 100644 --- a/plasmoid/package/contents/ui/task/animations/RemoveWindowFromGroupAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/RemoveWindowFromGroupAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/ShowWindowAnimation.qml b/plasmoid/package/contents/ui/task/animations/ShowWindowAnimation.qml index a901c226c..924db588c 100644 --- a/plasmoid/package/contents/ui/task/animations/ShowWindowAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/ShowWindowAnimation.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/launcher/BounceAnimation.qml b/plasmoid/package/contents/ui/task/animations/launcher/BounceAnimation.qml index 0d71f4b68..d993f8a24 100644 --- a/plasmoid/package/contents/ui/task/animations/launcher/BounceAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/launcher/BounceAnimation.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/task/animations/newwindow/BounceAnimation.qml b/plasmoid/package/contents/ui/task/animations/newwindow/BounceAnimation.qml index 900dc154f..a75fd3882 100644 --- a/plasmoid/package/contents/ui/task/animations/newwindow/BounceAnimation.qml +++ b/plasmoid/package/contents/ui/task/animations/newwindow/BounceAnimation.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/plasmoid/package/contents/ui/taskslayout/MouseHandler.qml b/plasmoid/package/contents/ui/taskslayout/MouseHandler.qml index 551344e09..1f26e830e 100644 --- a/plasmoid/package/contents/ui/taskslayout/MouseHandler.qml +++ b/plasmoid/package/contents/ui/taskslayout/MouseHandler.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/plasmoid/package/contents/ui/taskslayout/ScrollEdgeShadows.qml b/plasmoid/package/contents/ui/taskslayout/ScrollEdgeShadows.qml index 76c2d3f07..9bf147ca4 100644 --- a/plasmoid/package/contents/ui/taskslayout/ScrollEdgeShadows.qml +++ b/plasmoid/package/contents/ui/taskslayout/ScrollEdgeShadows.qml @@ -1,19 +1,8 @@ /* - * Copyright 2019 Michail Vourlakos - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + SPDX-License-Identifier: GPL-2.0-or-later +*/ import QtQuick 2.7 import QtQuick.Controls 1.4 diff --git a/plasmoid/package/contents/ui/taskslayout/ScrollOpacityMask.qml b/plasmoid/package/contents/ui/taskslayout/ScrollOpacityMask.qml index 45b67ab54..ee354e6bc 100644 --- a/plasmoid/package/contents/ui/taskslayout/ScrollOpacityMask.qml +++ b/plasmoid/package/contents/ui/taskslayout/ScrollOpacityMask.qml @@ -1,19 +1,8 @@ /* - * Copyright 2019 Michail Vourlakos - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + SPDX-License-Identifier: GPL-2.0-or-later +*/ import QtQuick 2.7 import QtQuick.Controls 1.4 diff --git a/plasmoid/package/contents/ui/taskslayout/ScrollPositioner.qml b/plasmoid/package/contents/ui/taskslayout/ScrollPositioner.qml index ec1f6cef6..2ef302f48 100644 --- a/plasmoid/package/contents/ui/taskslayout/ScrollPositioner.qml +++ b/plasmoid/package/contents/ui/taskslayout/ScrollPositioner.qml @@ -1,19 +1,8 @@ /* - * Copyright 2019 Michail Vourlakos - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + SPDX-License-Identifier: GPL-2.0-or-later +*/ import QtQuick 2.7 diff --git a/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml b/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml index eea6129bc..73f521acc 100644 --- a/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml +++ b/plasmoid/package/contents/ui/taskslayout/ScrollableList.qml @@ -1,19 +1,8 @@ /* - * Copyright 2019 Michail Vourlakos - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + SPDX-License-Identifier: GPL-2.0-or-later +*/ import QtQuick 2.7 import QtQuick.Controls 1.4 diff --git a/plasmoid/plugin/lattetasksplugin.cpp b/plasmoid/plugin/lattetasksplugin.cpp index c0b59f716..2bdd909da 100644 --- a/plasmoid/plugin/lattetasksplugin.cpp +++ b/plasmoid/plugin/lattetasksplugin.cpp @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #include "lattetasksplugin.h" diff --git a/plasmoid/plugin/lattetasksplugin.h b/plasmoid/plugin/lattetasksplugin.h index b7cf58c28..86b531cdd 100644 --- a/plasmoid/plugin/lattetasksplugin.h +++ b/plasmoid/plugin/lattetasksplugin.h @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LATTETASKSPLUGIN_H diff --git a/plasmoid/plugin/types.cpp b/plasmoid/plugin/types.cpp index 136da062c..c591c6c01 100644 --- a/plasmoid/plugin/types.cpp +++ b/plasmoid/plugin/types.cpp @@ -1,20 +1,9 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "types.h" diff --git a/plasmoid/plugin/types.h b/plasmoid/plugin/types.h index 16f915756..fac9d3b0c 100644 --- a/plasmoid/plugin/types.h +++ b/plasmoid/plugin/types.h @@ -1,21 +1,10 @@ /* - * Copyright 2020 Michail Vourlakos - * - * This file is part of Latte-Dock - * - * Latte-Dock is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * Latte-Dock is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef LATTETASKSTYPES_H #define LATTETASKSTYPES_H diff --git a/shell/package/contents/applet/CompactApplet.qml b/shell/package/contents/applet/CompactApplet.qml index ca6cc73f0..bdf5f7773 100644 --- a/shell/package/contents/applet/CompactApplet.qml +++ b/shell/package/contents/applet/CompactApplet.qml @@ -1,20 +1,8 @@ /* - * Copyright 2013 Marco Martin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 2.010-1301, USA. - */ + SPDX-FileCopyrightText: 2013 Marco Martin + + SPDX-License-Identifier: GPL-2.0-or-later +*/ import QtQuick 2.0 import QtQuick.Layouts 1.1 import QtQuick.Window 2.0 diff --git a/shell/package/contents/configuration/CanvasConfiguration.qml b/shell/package/contents/configuration/CanvasConfiguration.qml index 557b74b9b..7c868eeb1 100644 --- a/shell/package/contents/configuration/CanvasConfiguration.qml +++ b/shell/package/contents/configuration/CanvasConfiguration.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.8 diff --git a/shell/package/contents/configuration/LatteDockConfiguration.qml b/shell/package/contents/configuration/LatteDockConfiguration.qml index be64cf385..c131383c4 100644 --- a/shell/package/contents/configuration/LatteDockConfiguration.qml +++ b/shell/package/contents/configuration/LatteDockConfiguration.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/LatteDockSecondaryConfiguration.qml b/shell/package/contents/configuration/LatteDockSecondaryConfiguration.qml index 3468fa9cd..e3ef54916 100644 --- a/shell/package/contents/configuration/LatteDockSecondaryConfiguration.qml +++ b/shell/package/contents/configuration/LatteDockSecondaryConfiguration.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/HeaderSettings.qml b/shell/package/contents/configuration/canvas/HeaderSettings.qml index 1bf36ccac..0761fae79 100644 --- a/shell/package/contents/configuration/canvas/HeaderSettings.qml +++ b/shell/package/contents/configuration/canvas/HeaderSettings.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/SettingsOverlay.qml b/shell/package/contents/configuration/canvas/SettingsOverlay.qml index d7ad6eb62..94eea0a61 100644 --- a/shell/package/contents/configuration/canvas/SettingsOverlay.qml +++ b/shell/package/contents/configuration/canvas/SettingsOverlay.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/controls/Button.qml b/shell/package/contents/configuration/canvas/controls/Button.qml index 548078f28..57aeba005 100644 --- a/shell/package/contents/configuration/canvas/controls/Button.qml +++ b/shell/package/contents/configuration/canvas/controls/Button.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/controls/GraphicIcon.qml b/shell/package/contents/configuration/canvas/controls/GraphicIcon.qml index 2449cbf94..5c52eb2ba 100644 --- a/shell/package/contents/configuration/canvas/controls/GraphicIcon.qml +++ b/shell/package/contents/configuration/canvas/controls/GraphicIcon.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/controls/RearrangeIcon.qml b/shell/package/contents/configuration/canvas/controls/RearrangeIcon.qml index 4a209880a..c4686a638 100644 --- a/shell/package/contents/configuration/canvas/controls/RearrangeIcon.qml +++ b/shell/package/contents/configuration/canvas/controls/RearrangeIcon.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/controls/StickIcon.qml b/shell/package/contents/configuration/canvas/controls/StickIcon.qml index 39799398a..68ec17327 100644 --- a/shell/package/contents/configuration/canvas/controls/StickIcon.qml +++ b/shell/package/contents/configuration/canvas/controls/StickIcon.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/maxlength/Ruler.qml b/shell/package/contents/configuration/canvas/maxlength/Ruler.qml index 0f2dbc7e9..4f861bad8 100644 --- a/shell/package/contents/configuration/canvas/maxlength/Ruler.qml +++ b/shell/package/contents/configuration/canvas/maxlength/Ruler.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/canvas/maxlength/RulerMouseArea.qml b/shell/package/contents/configuration/canvas/maxlength/RulerMouseArea.qml index 6a2cba33e..d49f5deeb 100644 --- a/shell/package/contents/configuration/canvas/maxlength/RulerMouseArea.qml +++ b/shell/package/contents/configuration/canvas/maxlength/RulerMouseArea.qml @@ -1,20 +1,9 @@ /* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/config.qml b/shell/package/contents/configuration/config.qml index 22e451cde..a5a5c5a52 100644 --- a/shell/package/contents/configuration/config.qml +++ b/shell/package/contents/configuration/config.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/shell/package/contents/configuration/pages/AppearanceConfig.qml b/shell/package/contents/configuration/pages/AppearanceConfig.qml index a3ffce272..c460fa418 100644 --- a/shell/package/contents/configuration/pages/AppearanceConfig.qml +++ b/shell/package/contents/configuration/pages/AppearanceConfig.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/shell/package/contents/configuration/pages/BehaviorConfig.qml b/shell/package/contents/configuration/pages/BehaviorConfig.qml index 2a770e2ac..9f5cd6a80 100644 --- a/shell/package/contents/configuration/pages/BehaviorConfig.qml +++ b/shell/package/contents/configuration/pages/BehaviorConfig.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/shell/package/contents/configuration/pages/EffectsConfig.qml b/shell/package/contents/configuration/pages/EffectsConfig.qml index c0f0f5ba3..66a89d1e7 100644 --- a/shell/package/contents/configuration/pages/EffectsConfig.qml +++ b/shell/package/contents/configuration/pages/EffectsConfig.qml @@ -1,20 +1,9 @@ -/* -* Copyright 2018 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . +/* + SPDX-FileCopyrightText: 2018 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/configuration/pages/TasksConfig.qml b/shell/package/contents/configuration/pages/TasksConfig.qml index 749fdd169..847145ea7 100644 --- a/shell/package/contents/configuration/pages/TasksConfig.qml +++ b/shell/package/contents/configuration/pages/TasksConfig.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 import QtQuick.Controls 1.4 diff --git a/shell/package/contents/controls/CustomIndicatorButton.qml b/shell/package/contents/controls/CustomIndicatorButton.qml index a31c2d815..5b1daa6cf 100644 --- a/shell/package/contents/controls/CustomIndicatorButton.qml +++ b/shell/package/contents/controls/CustomIndicatorButton.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/shell/package/contents/controls/CustomVisibilityModeButton.qml b/shell/package/contents/controls/CustomVisibilityModeButton.qml index dfe8413a7..379cbcdb0 100644 --- a/shell/package/contents/controls/CustomVisibilityModeButton.qml +++ b/shell/package/contents/controls/CustomVisibilityModeButton.qml @@ -1,20 +1,9 @@ /* -* Copyright 2020 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2020 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/shell/package/contents/controls/DragCorner.qml b/shell/package/contents/controls/DragCorner.qml index eebfbad48..9f77638b0 100644 --- a/shell/package/contents/controls/DragCorner.qml +++ b/shell/package/contents/controls/DragCorner.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/controls/IndicatorConfigUiManager.qml b/shell/package/contents/controls/IndicatorConfigUiManager.qml index bc38148e5..e4a8e13c1 100644 --- a/shell/package/contents/controls/IndicatorConfigUiManager.qml +++ b/shell/package/contents/controls/IndicatorConfigUiManager.qml @@ -1,20 +1,9 @@ /* -* Copyright 2021 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/controls/InnerShadow.qml b/shell/package/contents/controls/InnerShadow.qml index 0cadb9454..597cc228c 100644 --- a/shell/package/contents/controls/InnerShadow.qml +++ b/shell/package/contents/controls/InnerShadow.qml @@ -1,20 +1,9 @@ /* -* Copyright 2019 Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2019 Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.1 diff --git a/shell/package/contents/controls/TypeSelection.qml b/shell/package/contents/controls/TypeSelection.qml index d0cd4498a..368c5764d 100644 --- a/shell/package/contents/controls/TypeSelection.qml +++ b/shell/package/contents/controls/TypeSelection.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 diff --git a/shell/package/contents/views/AppletDelegate.qml b/shell/package/contents/views/AppletDelegate.qml index cd1484a34..90e6ef141 100644 --- a/shell/package/contents/views/AppletDelegate.qml +++ b/shell/package/contents/views/AppletDelegate.qml @@ -1,23 +1,10 @@ /* - * Copyright 2011 Marco Martin - * Copyright 2015 Kai Uwe Broulik - * Copyright 2021 Michail Vourlakos - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2011 Marco Martin + SPDX-FileCopyrightText: 2015 Kai Uwe Broulik + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.4 import QtQuick.Layouts 1.1 diff --git a/shell/package/contents/views/InfoView.qml b/shell/package/contents/views/InfoView.qml index 54674d1c7..4ee224450 100644 --- a/shell/package/contents/views/InfoView.qml +++ b/shell/package/contents/views/InfoView.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/shell/package/contents/views/Panel.qml b/shell/package/contents/views/Panel.qml index 8ae331bc2..39c8bfa36 100644 --- a/shell/package/contents/views/Panel.qml +++ b/shell/package/contents/views/Panel.qml @@ -1,21 +1,10 @@ /* -* Copyright 2016 Smith AR -* Michail Vourlakos -* -* This file is part of Latte-Dock -* -* Latte-Dock is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License as -* published by the Free Software Foundation; either version 2 of -* the License, or (at your option) any later version. -* -* Latte-Dock is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . + SPDX-FileCopyrightText: 2016 Smith AR + Michail Vourlakos + + This file is part of Latte-Dock + + SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 diff --git a/shell/package/contents/views/WidgetExplorer.qml b/shell/package/contents/views/WidgetExplorer.qml index 23e1f1684..af80a0fb5 100644 --- a/shell/package/contents/views/WidgetExplorer.qml +++ b/shell/package/contents/views/WidgetExplorer.qml @@ -1,22 +1,9 @@ /* - * Copyright 2011 Marco Martin - * Copyright 2021 Michail Vourlakos - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ + SPDX-FileCopyrightText: 2011 Marco Martin + SPDX-FileCopyrightText: 2021 Michail Vourlakos + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ import QtQuick 2.7 import QtQuick.Controls 2.5 as QQC2