diff --git a/src/app/main.cpp b/src/app/main.cpp index 6fb6a43e..9db23102 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/searchtoolbar.cpp b/src/libs/browser/searchtoolbar.cpp index 9a966e26..0edc2a57 100644 --- a/src/libs/browser/searchtoolbar.cpp +++ b/src/libs/browser/searchtoolbar.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2018 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/searchtoolbar.h b/src/libs/browser/searchtoolbar.h index 917b88a8..9a73d4d1 100644 --- a/src/libs/browser/searchtoolbar.h +++ b/src/libs/browser/searchtoolbar.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2018 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/settings.cpp b/src/libs/browser/settings.cpp index 7b94a7c1..0f85d1e6 100644 --- a/src/libs/browser/settings.cpp +++ b/src/libs/browser/settings.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/settings.h b/src/libs/browser/settings.h index 1810d261..c3caae56 100644 --- a/src/libs/browser/settings.h +++ b/src/libs/browser/settings.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/urlrequestinterceptor.cpp b/src/libs/browser/urlrequestinterceptor.cpp index 96fa198f..019c53a7 100644 --- a/src/libs/browser/urlrequestinterceptor.cpp +++ b/src/libs/browser/urlrequestinterceptor.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2019 Kay Gawlik ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/urlrequestinterceptor.h b/src/libs/browser/urlrequestinterceptor.h index 72be71c0..8e661132 100644 --- a/src/libs/browser/urlrequestinterceptor.h +++ b/src/libs/browser/urlrequestinterceptor.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2019 Kay Gawlik ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webbridge.cpp b/src/libs/browser/webbridge.cpp index 895c417b..6e9498d7 100644 --- a/src/libs/browser/webbridge.cpp +++ b/src/libs/browser/webbridge.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2018 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webbridge.h b/src/libs/browser/webbridge.h index b6f5d8e9..727bc46c 100644 --- a/src/libs/browser/webbridge.h +++ b/src/libs/browser/webbridge.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2018 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webcontrol.cpp b/src/libs/browser/webcontrol.cpp index 2b1b6e7b..f5d5e77d 100644 --- a/src/libs/browser/webcontrol.cpp +++ b/src/libs/browser/webcontrol.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webcontrol.h b/src/libs/browser/webcontrol.h index 87a211a0..39af8d7c 100644 --- a/src/libs/browser/webcontrol.h +++ b/src/libs/browser/webcontrol.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webpage.cpp b/src/libs/browser/webpage.cpp index 6b0a579b..79640943 100644 --- a/src/libs/browser/webpage.cpp +++ b/src/libs/browser/webpage.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2019 Kay Gawlik ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webpage.h b/src/libs/browser/webpage.h index d7535d0d..45ab7721 100644 --- a/src/libs/browser/webpage.h +++ b/src/libs/browser/webpage.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2019 Kay Gawlik ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webview.cpp b/src/libs/browser/webview.cpp index f0c76d28..0a43f73e 100644 --- a/src/libs/browser/webview.cpp +++ b/src/libs/browser/webview.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/browser/webview.h b/src/libs/browser/webview.h index 862fc723..5a96279f 100644 --- a/src/libs/browser/webview.h +++ b/src/libs/browser/webview.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/application.cpp b/src/libs/core/application.cpp index 820d0ffe..08fac1c3 100644 --- a/src/libs/core/application.cpp +++ b/src/libs/core/application.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/application.h b/src/libs/core/application.h index 14f0759d..b3798097 100644 --- a/src/libs/core/application.h +++ b/src/libs/core/application.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/applicationsingleton.cpp b/src/libs/core/applicationsingleton.cpp index 16b40989..4aea1673 100644 --- a/src/libs/core/applicationsingleton.cpp +++ b/src/libs/core/applicationsingleton.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2017 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/applicationsingleton.h b/src/libs/core/applicationsingleton.h index a35b2621..be515342 100644 --- a/src/libs/core/applicationsingleton.h +++ b/src/libs/core/applicationsingleton.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2017 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/extractor.cpp b/src/libs/core/extractor.cpp index b19d145a..a058f790 100644 --- a/src/libs/core/extractor.cpp +++ b/src/libs/core/extractor.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/extractor.h b/src/libs/core/extractor.h index 8b2503cd..7c81c9a5 100644 --- a/src/libs/core/extractor.h +++ b/src/libs/core/extractor.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/filemanager.cpp b/src/libs/core/filemanager.cpp index 36413184..8da749ba 100644 --- a/src/libs/core/filemanager.cpp +++ b/src/libs/core/filemanager.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2017 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/filemanager.h b/src/libs/core/filemanager.h index 889f4c61..d13011cc 100644 --- a/src/libs/core/filemanager.h +++ b/src/libs/core/filemanager.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2017 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/httpserver.cpp b/src/libs/core/httpserver.cpp index bd86d952..603a45bb 100644 --- a/src/libs/core/httpserver.cpp +++ b/src/libs/core/httpserver.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/httpserver.h b/src/libs/core/httpserver.h index b48f6927..ecd733e6 100644 --- a/src/libs/core/httpserver.h +++ b/src/libs/core/httpserver.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2020 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/networkaccessmanager.cpp b/src/libs/core/networkaccessmanager.cpp index 26b88eda..7704175d 100644 --- a/src/libs/core/networkaccessmanager.cpp +++ b/src/libs/core/networkaccessmanager.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/networkaccessmanager.h b/src/libs/core/networkaccessmanager.h index fd4771fb..3cb673a2 100644 --- a/src/libs/core/networkaccessmanager.h +++ b/src/libs/core/networkaccessmanager.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/settings.cpp b/src/libs/core/settings.cpp index 38873388..c54a08af 100644 --- a/src/libs/core/settings.cpp +++ b/src/libs/core/settings.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/core/settings.h b/src/libs/core/settings.h index be755d47..23ffdc72 100644 --- a/src/libs/core/settings.h +++ b/src/libs/core/settings.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/cancellationtoken.h b/src/libs/registry/cancellationtoken.h index 09076204..f3255342 100644 --- a/src/libs/registry/cancellationtoken.h +++ b/src/libs/registry/cancellationtoken.h @@ -1,22 +1,12 @@ /**************************************************************************** ** +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2015 Artur Spychaj ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/docset.cpp b/src/libs/registry/docset.cpp index e82c9c9b..8c924640 100644 --- a/src/libs/registry/docset.cpp +++ b/src/libs/registry/docset.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/docset.h b/src/libs/registry/docset.h index 6456fc73..f405f5f8 100644 --- a/src/libs/registry/docset.h +++ b/src/libs/registry/docset.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/docsetmetadata.cpp b/src/libs/registry/docsetmetadata.cpp index 5144e2fe..6a235812 100644 --- a/src/libs/registry/docsetmetadata.cpp +++ b/src/libs/registry/docsetmetadata.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/docsetmetadata.h b/src/libs/registry/docsetmetadata.h index a9adadd2..d55011e9 100644 --- a/src/libs/registry/docsetmetadata.h +++ b/src/libs/registry/docsetmetadata.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/docsetregistry.cpp b/src/libs/registry/docsetregistry.cpp index 17be79ea..38fb2c2d 100644 --- a/src/libs/registry/docsetregistry.cpp +++ b/src/libs/registry/docsetregistry.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/docsetregistry.h b/src/libs/registry/docsetregistry.h index bdb5a3ab..c05e8894 100644 --- a/src/libs/registry/docsetregistry.h +++ b/src/libs/registry/docsetregistry.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/listmodel.cpp b/src/libs/registry/listmodel.cpp index 99febba9..04ce430a 100644 --- a/src/libs/registry/listmodel.cpp +++ b/src/libs/registry/listmodel.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/listmodel.h b/src/libs/registry/listmodel.h index 8117e7ee..8ba4675a 100644 --- a/src/libs/registry/listmodel.h +++ b/src/libs/registry/listmodel.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/searchmodel.cpp b/src/libs/registry/searchmodel.cpp index 0ccaf5c7..42a1e216 100644 --- a/src/libs/registry/searchmodel.cpp +++ b/src/libs/registry/searchmodel.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/searchmodel.h b/src/libs/registry/searchmodel.h index 884dc106..d14a7ec9 100644 --- a/src/libs/registry/searchmodel.h +++ b/src/libs/registry/searchmodel.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/searchquery.cpp b/src/libs/registry/searchquery.cpp index 5975c06f..9d02523d 100644 --- a/src/libs/registry/searchquery.cpp +++ b/src/libs/registry/searchquery.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/searchquery.h b/src/libs/registry/searchquery.h index a6e3501c..4aa59fbc 100644 --- a/src/libs/registry/searchquery.h +++ b/src/libs/registry/searchquery.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/registry/searchresult.h b/src/libs/registry/searchresult.h index f4c516b3..576a4539 100644 --- a/src/libs/registry/searchresult.h +++ b/src/libs/registry/searchresult.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/container.cpp b/src/libs/sidebar/container.cpp index b6d0961c..ae9a6742 100644 --- a/src/libs/sidebar/container.cpp +++ b/src/libs/sidebar/container.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/container.h b/src/libs/sidebar/container.h index cd394439..9f01e80d 100644 --- a/src/libs/sidebar/container.h +++ b/src/libs/sidebar/container.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/proxyview.cpp b/src/libs/sidebar/proxyview.cpp index 0fe29b3d..cbcc4db4 100644 --- a/src/libs/sidebar/proxyview.cpp +++ b/src/libs/sidebar/proxyview.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/proxyview.h b/src/libs/sidebar/proxyview.h index 536d5c1d..7a7262b9 100644 --- a/src/libs/sidebar/proxyview.h +++ b/src/libs/sidebar/proxyview.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/view.cpp b/src/libs/sidebar/view.cpp index b6ad0652..b0b80d0d 100644 --- a/src/libs/sidebar/view.cpp +++ b/src/libs/sidebar/view.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/view.h b/src/libs/sidebar/view.h index 892a9dea..b10ee2e4 100644 --- a/src/libs/sidebar/view.h +++ b/src/libs/sidebar/view.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/viewprovider.cpp b/src/libs/sidebar/viewprovider.cpp index 7ec528a5..d38eee13 100644 --- a/src/libs/sidebar/viewprovider.cpp +++ b/src/libs/sidebar/viewprovider.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/sidebar/viewprovider.h b/src/libs/sidebar/viewprovider.h index 1bff697b..38db6372 100644 --- a/src/libs/sidebar/viewprovider.h +++ b/src/libs/sidebar/viewprovider.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/aboutdialog.cpp b/src/libs/ui/aboutdialog.cpp index cf78f593..ccf7154f 100644 --- a/src/libs/ui/aboutdialog.cpp +++ b/src/libs/ui/aboutdialog.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/aboutdialog.h b/src/libs/ui/aboutdialog.h index 4c6e3887..6bbb40c0 100644 --- a/src/libs/ui/aboutdialog.h +++ b/src/libs/ui/aboutdialog.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/browsertab.cpp b/src/libs/ui/browsertab.cpp index 9f618151..96ab49b9 100644 --- a/src/libs/ui/browsertab.cpp +++ b/src/libs/ui/browsertab.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/browsertab.h b/src/libs/ui/browsertab.h index 540af041..405c8946 100644 --- a/src/libs/ui/browsertab.h +++ b/src/libs/ui/browsertab.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/docsetlistitemdelegate.cpp b/src/libs/ui/docsetlistitemdelegate.cpp index 10f47d04..2d0a8ca4 100644 --- a/src/libs/ui/docsetlistitemdelegate.cpp +++ b/src/libs/ui/docsetlistitemdelegate.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/docsetlistitemdelegate.h b/src/libs/ui/docsetlistitemdelegate.h index 4f7073be..661a6cdd 100644 --- a/src/libs/ui/docsetlistitemdelegate.h +++ b/src/libs/ui/docsetlistitemdelegate.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/docsetsdialog.cpp b/src/libs/ui/docsetsdialog.cpp index 8c9fe633..7b916cc7 100644 --- a/src/libs/ui/docsetsdialog.cpp +++ b/src/libs/ui/docsetsdialog.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/docsetsdialog.h b/src/libs/ui/docsetsdialog.h index f6557f82..dd4cc5aa 100644 --- a/src/libs/ui/docsetsdialog.h +++ b/src/libs/ui/docsetsdialog.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/mainwindow.cpp b/src/libs/ui/mainwindow.cpp index 440aaf67..e3ef9c1b 100644 --- a/src/libs/ui/mainwindow.cpp +++ b/src/libs/ui/mainwindow.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/mainwindow.h b/src/libs/ui/mainwindow.h index 1b5e3c5c..b909ab71 100644 --- a/src/libs/ui/mainwindow.h +++ b/src/libs/ui/mainwindow.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.cpp b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.cpp index d9a998da..220884aa 100644 --- a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.cpp +++ b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.cpp @@ -1,23 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber -** Copyright (C) 2013-2014 Jerzy Kozera +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ /**************************************************************************** diff --git a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.h b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.h index a547017a..0a59e264 100644 --- a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.h +++ b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut.h @@ -1,23 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber -** Copyright (C) 2013-2014 Jerzy Kozera +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ /**************************************************************************** diff --git a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_mac.cpp b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_mac.cpp index b46912b4..58a0f7f0 100644 --- a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_mac.cpp +++ b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_mac.cpp @@ -1,23 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber -** Copyright (C) 2013-2014 Jerzy Kozera +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ /**************************************************************************** diff --git a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_noop.cpp b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_noop.cpp index bbfa3592..a0afb2e0 100644 --- a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_noop.cpp +++ b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_noop.cpp @@ -1,53 +1,13 @@ /**************************************************************************** ** -** Copyright (C) 2024 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ -/**************************************************************************** -** Copyright (c) 2006 - 2011, the LibQxt project. -** See the Qxt AUTHORS file for a list of authors and copyright holders. -** All rights reserved. -** -** Redistribution and use in source and binary forms, with or without -** modification, are permitted provided that the following conditions are met: -** * Redistributions of source code must retain the above copyright -** notice, this list of conditions and the following disclaimer. -** * Redistributions in binary form must reproduce the above copyright -** notice, this list of conditions and the following disclaimer in the -** documentation and/or other materials provided with the distribution. -** * Neither the name of the LibQxt project nor the -** names of its contributors may be used to endorse or promote products -** derived from this software without specific prior written permission. -** -** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -** DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY -** DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -** -** -*****************************************************************************/ #include "qxtglobalshortcut_p.h" diff --git a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_p.h b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_p.h index 17b687e6..5125d8b3 100644 --- a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_p.h +++ b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_p.h @@ -1,23 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber -** Copyright (C) 2013-2014 Jerzy Kozera +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ /**************************************************************************** diff --git a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_win.cpp b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_win.cpp index fad7ab5e..26bfc2fa 100644 --- a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_win.cpp +++ b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_win.cpp @@ -1,23 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber -** Copyright (C) 2013-2014 Jerzy Kozera +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ /**************************************************************************** diff --git a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_x11.cpp b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_x11.cpp index b5aea8b1..87c53b89 100644 --- a/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_x11.cpp +++ b/src/libs/ui/qxtglobalshortcut/qxtglobalshortcut_x11.cpp @@ -1,23 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber -** Copyright (C) 2013-2014 Jerzy Kozera +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ /**************************************************************************** diff --git a/src/libs/ui/searchitemdelegate.cpp b/src/libs/ui/searchitemdelegate.cpp index 43aa2b1b..83322bc1 100644 --- a/src/libs/ui/searchitemdelegate.cpp +++ b/src/libs/ui/searchitemdelegate.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/searchitemdelegate.h b/src/libs/ui/searchitemdelegate.h index a890333f..b4bd25d6 100644 --- a/src/libs/ui/searchitemdelegate.h +++ b/src/libs/ui/searchitemdelegate.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/searchsidebar.cpp b/src/libs/ui/searchsidebar.cpp index a7d59706..41fa210f 100644 --- a/src/libs/ui/searchsidebar.cpp +++ b/src/libs/ui/searchsidebar.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/searchsidebar.h b/src/libs/ui/searchsidebar.h index 0ef4fe9d..d3cb9d75 100644 --- a/src/libs/ui/searchsidebar.h +++ b/src/libs/ui/searchsidebar.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/settingsdialog.cpp b/src/libs/ui/settingsdialog.cpp index 110ea308..cd413063 100644 --- a/src/libs/ui/settingsdialog.cpp +++ b/src/libs/ui/settingsdialog.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/settingsdialog.h b/src/libs/ui/settingsdialog.h index 7009f7fd..6c61236e 100644 --- a/src/libs/ui/settingsdialog.h +++ b/src/libs/ui/settingsdialog.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/sidebarviewprovider.cpp b/src/libs/ui/sidebarviewprovider.cpp index ed6b67ec..6081ed30 100644 --- a/src/libs/ui/sidebarviewprovider.cpp +++ b/src/libs/ui/sidebarviewprovider.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/sidebarviewprovider.h b/src/libs/ui/sidebarviewprovider.h index 7c15f466..721db62d 100644 --- a/src/libs/ui/sidebarviewprovider.h +++ b/src/libs/ui/sidebarviewprovider.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/widgets/layouthelper.cpp b/src/libs/ui/widgets/layouthelper.cpp index 495d816e..c1af92e7 100644 --- a/src/libs/ui/widgets/layouthelper.cpp +++ b/src/libs/ui/widgets/layouthelper.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/widgets/layouthelper.h b/src/libs/ui/widgets/layouthelper.h index 50978011..86a285b7 100644 --- a/src/libs/ui/widgets/layouthelper.h +++ b/src/libs/ui/widgets/layouthelper.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2019 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/widgets/searchedit.cpp b/src/libs/ui/widgets/searchedit.cpp index 19134db8..7d03da8d 100644 --- a/src/libs/ui/widgets/searchedit.cpp +++ b/src/libs/ui/widgets/searchedit.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/widgets/searchedit.h b/src/libs/ui/widgets/searchedit.h index 901d04b9..e7bfc073 100644 --- a/src/libs/ui/widgets/searchedit.h +++ b/src/libs/ui/widgets/searchedit.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/widgets/shortcutedit.cpp b/src/libs/ui/widgets/shortcutedit.cpp index fec9a3c7..2f59271a 100644 --- a/src/libs/ui/widgets/shortcutedit.cpp +++ b/src/libs/ui/widgets/shortcutedit.cpp @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/ui/widgets/shortcutedit.h b/src/libs/ui/widgets/shortcutedit.h index 1d45a552..dc9d1c8d 100644 --- a/src/libs/ui/widgets/shortcutedit.h +++ b/src/libs/ui/widgets/shortcutedit.h @@ -1,23 +1,12 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2013-2014 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/util/caseinsensitivemap.h b/src/libs/util/caseinsensitivemap.h index 998689e3..56d7be21 100644 --- a/src/libs/util/caseinsensitivemap.h +++ b/src/libs/util/caseinsensitivemap.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2018 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/util/plist.cpp b/src/libs/util/plist.cpp index fb58be2d..111782b7 100644 --- a/src/libs/util/plist.cpp +++ b/src/libs/util/plist.cpp @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/util/plist.h b/src/libs/util/plist.h index a37e5ab3..ae271f22 100644 --- a/src/libs/util/plist.h +++ b/src/libs/util/plist.h @@ -1,22 +1,11 @@ /**************************************************************************** ** -** Copyright (C) 2015-2016 Oleg Shparber +** Copyright (C) Oleg Shparber, et al. ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/util/sqlitedatabase.cpp b/src/libs/util/sqlitedatabase.cpp index 3c83a7d4..410ea5fc 100644 --- a/src/libs/util/sqlitedatabase.cpp +++ b/src/libs/util/sqlitedatabase.cpp @@ -1,22 +1,12 @@ /**************************************************************************** ** +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2016 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/ diff --git a/src/libs/util/sqlitedatabase.h b/src/libs/util/sqlitedatabase.h index 3277f022..dc2d3501 100644 --- a/src/libs/util/sqlitedatabase.h +++ b/src/libs/util/sqlitedatabase.h @@ -1,22 +1,12 @@ /**************************************************************************** ** +** Copyright (C) Oleg Shparber, et al. ** Copyright (C) 2016 Jerzy Kozera ** Contact: https://go.zealdocs.org/l/contact ** ** This file is part of Zeal. ** -** Zeal is free software: you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation, either version 3 of the License, or -** (at your option) any later version. -** -** Zeal is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with Zeal. If not, see . +** SPDX-License-Identifier: GPL-3.0-or-later ** ****************************************************************************/