diff --git a/src/characters/Character.h b/src/characters/Character.h index 328393b37..b0875a022 100644 --- a/src/characters/Character.h +++ b/src/characters/Character.h @@ -1,23 +1,10 @@ /* This file is part of Konsole, KDE's terminal. - Copyright 2007-2008 by Robert Knight - Copyright 1997,1998 by Lars Doelle + SPDX-FileCopyrightText: 2007-2008 Robert Knight + SPDX-FileCopyrightText: 1997, 1998 Lars Doelle - 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-License-Identifier: GPL-2.0-or-later */ #ifndef CHARACTER_H diff --git a/src/characters/CharacterColor.h b/src/characters/CharacterColor.h index 58a317d13..d00a5ad8c 100644 --- a/src/characters/CharacterColor.h +++ b/src/characters/CharacterColor.h @@ -1,23 +1,10 @@ /* This file is part of Konsole, KDE's terminal. - Copyright 2007-2008 by Robert Knight - Copyright 1997,1998 by Lars Doelle + SPDX-FileCopyrightText: 2007-2008 Robert Knight + SPDX-FileCopyrightText: 1997, 1998 Lars Doelle - 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-License-Identifier: GPL-2.0-or-later */ #ifndef CHARACTERCOLOR_H diff --git a/src/characters/CharacterFormat.cpp b/src/characters/CharacterFormat.cpp index 9369ffcb9..3cf48c51f 100644 --- a/src/characters/CharacterFormat.cpp +++ b/src/characters/CharacterFormat.cpp @@ -1,21 +1,8 @@ /* This file is part of Konsole, an X terminal. - Copyright 1997,1998 by Lars Doelle + SPDX-FileCopyrightText: 1997, 1998 Lars Doelle - 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-License-Identifier: GPL-2.0-or-later */ #include "CharacterFormat.h" diff --git a/src/characters/CharacterFormat.h b/src/characters/CharacterFormat.h index 62e9fe75e..2a24cf94c 100644 --- a/src/characters/CharacterFormat.h +++ b/src/characters/CharacterFormat.h @@ -1,21 +1,8 @@ /* This file is part of Konsole, an X terminal. - Copyright 1997,1998 by Lars Doelle + SPDX-FileCopyrightText: 1997, 1998 Lars Doelle - 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-License-Identifier: GPL-2.0-or-later */ #ifndef CHARACTERFORMAT_H diff --git a/src/characters/CharacterWidth.cpp b/src/characters/CharacterWidth.cpp index fba2028cb..5628d43d9 100644 --- a/src/characters/CharacterWidth.cpp +++ b/src/characters/CharacterWidth.cpp @@ -1,22 +1,9 @@ /* This file is part of Konsole, a terminal emulator for KDE. - Copyright 2018 by Mariusz Glebocki + SPDX-FileCopyrightText: 2018 Mariusz Glebocki - 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-License-Identifier: GPL-2.0-or-later */ // diff --git a/src/characters/CharacterWidth.src.cpp b/src/characters/CharacterWidth.src.cpp index 97e80aa8d..dfad9bceb 100644 --- a/src/characters/CharacterWidth.src.cpp +++ b/src/characters/CharacterWidth.src.cpp @@ -1,22 +1,9 @@ /* This file is part of Konsole, a terminal emulator for KDE. - Copyright 2018 by Mariusz Glebocki + SPDX-FileCopyrightText: 2018 Mariusz Glebocki - 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-License-Identifier: GPL-2.0-or-later */ «*NOTE:-----------------------------------------------------------------------*» // Typing in "«" and "»" characters in some keyboard layouts (X11): diff --git a/src/characters/LineBlockCharacters.cpp b/src/characters/LineBlockCharacters.cpp index 596c9d5d2..8dc61982a 100644 --- a/src/characters/LineBlockCharacters.cpp +++ b/src/characters/LineBlockCharacters.cpp @@ -1,25 +1,12 @@ /* This file is part of Konsole, a terminal emulator for KDE. - Copyright 2018-2019 by Mariusz Glebocki - Copyright 2018 by Martin T. H. Sandsmark - Copyright 2015-2018 by Kurt Hindenburg - Copyright 2005 by Maksim Orlovich + SPDX-FileCopyrightText: 2018-2019 Mariusz Glebocki + SPDX-FileCopyrightText: 2018 Martin T. H. Sandsmark + SPDX-FileCopyrightText: 2015-2018 Kurt Hindenburg + SPDX-FileCopyrightText: 2005 Maksim Orlovich - 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-License-Identifier: GPL-2.0-or-later */ // Own diff --git a/src/characters/LineBlockCharacters.h b/src/characters/LineBlockCharacters.h index 2d4f2b6ed..fc9e716f6 100644 --- a/src/characters/LineBlockCharacters.h +++ b/src/characters/LineBlockCharacters.h @@ -1,22 +1,9 @@ /* This file is part of Konsole, a terminal emulator for KDE. - Copyright 2019 by Mariusz Glebocki + SPDX-FileCopyrightText: 2019 Mariusz Glebocki - 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-License-Identifier: GPL-2.0-or-later */ #ifndef LINEBLOCKCHARACTERS_H