Issue #271: Update the license of all files

This commit is contained in:
Jakub Melka
2025-04-27 12:39:06 +02:00
parent 81bf102f8d
commit 88030d1085
409 changed files with 6925 additions and 4942 deletions

View File

@ -1,19 +1,24 @@
# Copyright (C) 2023 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022-2023 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_executable(CodeGenerator add_executable(CodeGenerator
codegenerator.cpp codegenerator.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "codegenerator.h" #include "codegenerator.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef CODEGENERATOR_H #ifndef CODEGENERATOR_H
#define CODEGENERATOR_H #define CODEGENERATOR_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "generatormainwindow.h" #include "generatormainwindow.h"
#include "ui_generatormainwindow.h" #include "ui_generatormainwindow.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef GENERATORMAINWINDOW_H #ifndef GENERATORMAINWINDOW_H
#define GENERATORMAINWINDOW_H #define GENERATORMAINWINDOW_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "generatormainwindow.h" #include "generatormainwindow.h"

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022-2023 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_executable(JBIG2_VIEWER add_executable(JBIG2_VIEWER
mainwindow.ui mainwindow.ui

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "mainwindow.h" #include "mainwindow.h"

View File

@ -1,3 +1,25 @@
// MIT License
//
// Copyright (c) 2018-2025 Jakub Melka and Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "mainwindow.h" #include "mainwindow.h"
#include "ui_mainwindow.h" #include "ui_mainwindow.h"

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018-2025 Jakub Melka Copyright (c) 2018-2025 Jakub Melka and Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022-2024 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_executable(Pdf4QtDiff add_executable(Pdf4QtDiff
aboutdialog.cpp aboutdialog.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "aboutdialog.h" #include "aboutdialog.h"
#include "ui_aboutdialog.h" #include "ui_aboutdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFDIFF_PDFABOUTDIALOG_H #ifndef PDFDIFF_PDFABOUTDIALOG_H
#define PDFDIFF_PDFABOUTDIALOG_H #define PDFDIFF_PDFABOUTDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "differencesdockwidget.h" #include "differencesdockwidget.h"
#include "ui_differencesdockwidget.h" #include "ui_differencesdockwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFDIFF_DIFFERENCESDOCKWIDGET_H #ifndef PDFDIFF_DIFFERENCESDOCKWIDGET_H
#define PDFDIFF_DIFFERENCESDOCKWIDGET_H #define PDFDIFF_DIFFERENCESDOCKWIDGET_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021-2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfconstants.h" #include "pdfconstants.h"
#include "pdfdocumentreader.h" #include "pdfdocumentreader.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "mainwindow.h" #include "mainwindow.h"
#include "ui_mainwindow.h" #include "ui_mainwindow.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFDIFF_MAINWINDOW_H #ifndef PDFDIFF_MAINWINDOW_H
#define PDFDIFF_MAINWINDOW_H #define PDFDIFF_MAINWINDOW_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFDIFF_SETTINGS_H #ifndef PDFDIFF_SETTINGS_H
#define PDFDIFF_SETTINGS_H #define PDFDIFF_SETTINGS_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "settingsdockwidget.h" #include "settingsdockwidget.h"
#include "ui_settingsdockwidget.h" #include "ui_settingsdockwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFDIFF_SETTINGSDOCKWIDGET_H #ifndef PDFDIFF_SETTINGSDOCKWIDGET_H
#define PDFDIFF_SETTINGSDOCKWIDGET_H #define PDFDIFF_SETTINGSDOCKWIDGET_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "utils.h" #include "utils.h"
#include "pdfutils.h" #include "pdfutils.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021-2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFDIFF_UTILS_H #ifndef PDFDIFF_UTILS_H
#define PDFDIFF_UTILS_H #define PDFDIFF_UTILS_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022-2024 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_executable(Pdf4QtEditor add_executable(Pdf4QtEditor
main.cpp main.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021-2025 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfeditormainwindow.h" #include "pdfeditormainwindow.h"
#include "pdfconstants.h" #include "pdfconstants.h"

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(AudioBookPlugin SHARED add_library(AudioBookPlugin SHARED
audiobookcreator.cpp audiobookcreator.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "audiobookcreator.h" #include "audiobookcreator.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef AUDIOBOOKCREATOR_H #ifndef AUDIOBOOKCREATOR_H
#define AUDIOBOOKCREATOR_H #define AUDIOBOOKCREATOR_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "audiobookplugin.h" #include "audiobookplugin.h"
#include "pdfdrawwidget.h" #include "pdfdrawwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef AUDIOBOOKPLUGIN_H #ifndef AUDIOBOOKPLUGIN_H
#define AUDIOBOOKPLUGIN_H #define AUDIOBOOKPLUGIN_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "audiotextstreameditordockwidget.h" #include "audiotextstreameditordockwidget.h"
#include "ui_audiotextstreameditordockwidget.h" #include "ui_audiotextstreameditordockwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef AUDIOTEXTSTREAMEDITORDOCKWIDGET_H #ifndef AUDIOTEXTSTREAMEDITORDOCKWIDGET_H
#define AUDIOTEXTSTREAMEDITORDOCKWIDGET_H #define AUDIOTEXTSTREAMEDITORDOCKWIDGET_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022-2023 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
if(PDF4QT_LINUX) if(PDF4QT_LINUX)
set(PDF4QT_PLUGINS_DIR ${PDF4QT_INSTALL_LIB_DIR}/pdf4qt) set(PDF4QT_PLUGINS_DIR ${PDF4QT_INSTALL_LIB_DIR}/pdf4qt)

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(DimensionsPlugin SHARED add_library(DimensionsPlugin SHARED
dimensionsplugin.cpp dimensionsplugin.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "dimensionsplugin.h" #include "dimensionsplugin.h"
#include "pdfdrawwidget.h" #include "pdfdrawwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef DIMENSIONSPLUGIN_H #ifndef DIMENSIONSPLUGIN_H
#define DIMENSIONSPLUGIN_H #define DIMENSIONSPLUGIN_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "dimensiontool.h" #include "dimensiontool.h"
#include "pdfwidgetutils.h" #include "pdfwidgetutils.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef DIMENSIONTOOL_H #ifndef DIMENSIONTOOL_H
#define DIMENSIONTOOL_H #define DIMENSIONTOOL_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2025 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "settingsdialog.h" #include "settingsdialog.h"
#include "ui_settingsdialog.h" #include "ui_settingsdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef SETTINGSDIALOG_H #ifndef SETTINGSDIALOG_H
#define SETTINGSDIALOG_H #define SETTINGSDIALOG_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2023 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(EditorPlugin SHARED add_library(EditorPlugin SHARED
editorplugin.cpp editorplugin.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2023-2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "editorplugin.h" #include "editorplugin.h"
#include "pdfdrawwidget.h" #include "pdfdrawwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2023 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef EDITORSPLUGIN_H #ifndef EDITORSPLUGIN_H
#define EDITORSPLUGIN_H #define EDITORSPLUGIN_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(ObjectInspectorPlugin SHARED add_library(ObjectInspectorPlugin SHARED
objectinspectordialog.cpp objectinspectordialog.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "objectinspectordialog.h" #include "objectinspectordialog.h"
#include "ui_objectinspectordialog.h" #include "ui_objectinspectordialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef OBJECTINSPECTORDIALOG_H #ifndef OBJECTINSPECTORDIALOG_H
#define OBJECTINSPECTORDIALOG_H #define OBJECTINSPECTORDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "objectinspectorplugin.h" #include "objectinspectorplugin.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef OBJECTINSPECTORPLUGIN_H #ifndef OBJECTINSPECTORPLUGIN_H
#define OBJECTINSPECTORPLUGIN_H #define OBJECTINSPECTORPLUGIN_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "objectstatisticsdialog.h" #include "objectstatisticsdialog.h"
#include "ui_objectstatisticsdialog.h" #include "ui_objectstatisticsdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef OBJECTSTATISTICSDIALOG_H #ifndef OBJECTSTATISTICSDIALOG_H
#define OBJECTSTATISTICSDIALOG_H #define OBJECTSTATISTICSDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "objectviewerwidget.h" #include "objectviewerwidget.h"
#include "ui_objectviewerwidget.h" #include "ui_objectviewerwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef OBJECTVIEWERWIDGET_H #ifndef OBJECTVIEWERWIDGET_H
#define OBJECTVIEWERWIDGET_H #define OBJECTVIEWERWIDGET_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfobjectinspectortreeitemmodel.h" #include "pdfobjectinspectortreeitemmodel.h"
#include "pdfdocument.h" #include "pdfdocument.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFOBJECTINSPECTORTREEITEMMODEL_H #ifndef PDFOBJECTINSPECTORTREEITEMMODEL_H
#define PDFOBJECTINSPECTORTREEITEMMODEL_H #define PDFOBJECTINSPECTORTREEITEMMODEL_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "statisticsgraphwidget.h" #include "statisticsgraphwidget.h"
#include "ui_statisticsgraphwidget.h" #include "ui_statisticsgraphwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef STATISTICSGRAPHWIDGET_H #ifndef STATISTICSGRAPHWIDGET_H
#define STATISTICSGRAPHWIDGET_H #define STATISTICSGRAPHWIDGET_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(OutputPreviewPlugin SHARED add_library(OutputPreviewPlugin SHARED
inkcoveragedialog.cpp inkcoveragedialog.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "inkcoveragedialog.h" #include "inkcoveragedialog.h"
#include "ui_inkcoveragedialog.h" #include "ui_inkcoveragedialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef INKCOVERAGEDIALOG_H #ifndef INKCOVERAGEDIALOG_H
#define INKCOVERAGEDIALOG_H #define INKCOVERAGEDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "outputpreviewdialog.h" #include "outputpreviewdialog.h"
#include "ui_outputpreviewdialog.h" #include "ui_outputpreviewdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef OUTPUTPREVIEWDIALOG_H #ifndef OUTPUTPREVIEWDIALOG_H
#define OUTPUTPREVIEWDIALOG_H #define OUTPUTPREVIEWDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "outputpreviewplugin.h" #include "outputpreviewplugin.h"
#include "outputpreviewdialog.h" #include "outputpreviewdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef OUTPUTPREVIEWPLUGIN_H #ifndef OUTPUTPREVIEWPLUGIN_H
#define OUTPUTPREVIEWPLUGIN_H #define OUTPUTPREVIEWPLUGIN_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "outputpreviewwidget.h" #include "outputpreviewwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef OUTPUTPREVIEWWIDGET_H #ifndef OUTPUTPREVIEWWIDGET_H
#define OUTPUTPREVIEWWIDGET_H #define OUTPUTPREVIEWWIDGET_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(RedactPlugin SHARED add_library(RedactPlugin SHARED
createredacteddocumentdialog.cpp createredacteddocumentdialog.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "createredacteddocumentdialog.h" #include "createredacteddocumentdialog.h"
#include "ui_createredacteddocumentdialog.h" #include "ui_createredacteddocumentdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef CREATEREDACTEDDOCUMENTDIALOG_H #ifndef CREATEREDACTEDDOCUMENTDIALOG_H
#define CREATEREDACTEDDOCUMENTDIALOG_H #define CREATEREDACTEDDOCUMENTDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "redactplugin.h" #include "redactplugin.h"
#include "createredacteddocumentdialog.h" #include "createredacteddocumentdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef REDACTPLUGIN_H #ifndef REDACTPLUGIN_H
#define REDACTPLUGIN_H #define REDACTPLUGIN_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(SignaturePlugin SHARED add_library(SignaturePlugin SHARED
signatureplugin.cpp signatureplugin.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "signatureplugin.h" #include "signatureplugin.h"
#include "pdfdrawwidget.h" #include "pdfdrawwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef SIGNATURESPLUGIN_H #ifndef SIGNATURESPLUGIN_H
#define SIGNATURESPLUGIN_H #define SIGNATURESPLUGIN_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "signdialog.h" #include "signdialog.h"
#include "ui_signdialog.h" #include "ui_signdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef SIGNDIALOG_H #ifndef SIGNDIALOG_H
#define SIGNDIALOG_H #define SIGNDIALOG_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(SoftProofingPlugin SHARED add_library(SoftProofingPlugin SHARED
softproofingplugin.cpp softproofingplugin.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "settingsdialog.h" #include "settingsdialog.h"
#include "ui_settingsdialog.h" #include "ui_settingsdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef SETTINGSDIALOG_H #ifndef SETTINGSDIALOG_H
#define SETTINGSDIALOG_H #define SETTINGSDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "softproofingplugin.h" #include "softproofingplugin.h"
#include "settingsdialog.h" #include "settingsdialog.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef SOFTPROOFINGPLUGIN_H #ifndef SOFTPROOFINGPLUGIN_H
#define SOFTPROOFINGPLUGIN_H #define SOFTPROOFINGPLUGIN_H

View File

@ -1,19 +1,24 @@
# Copyright (C) 2024 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_executable(Pdf4QtLaunchPad add_executable(Pdf4QtLaunchPad
main.cpp main.cpp

View File

@ -1,19 +1,24 @@
// Copyright (C) 2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "launchapplicationwidget.h" #include "launchapplicationwidget.h"
#include "ui_launchapplicationwidget.h" #include "ui_launchapplicationwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef LAUNCHAPPLICATIONWIDGET_H #ifndef LAUNCHAPPLICATIONWIDGET_H
#define LAUNCHAPPLICATIONWIDGET_H #define LAUNCHAPPLICATIONWIDGET_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "launchdialog.h" #include "launchdialog.h"
#include "launchapplicationwidget.h" #include "launchapplicationwidget.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef LAUNCHDIALOG_H #ifndef LAUNCHDIALOG_H
#define LAUNCHDIALOG_H #define LAUNCHDIALOG_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "launchdialog.h" #include "launchdialog.h"

View File

@ -1,19 +1,24 @@
# Copyright (C) 2022-2023 Jakub Melka # MIT License
# #
# This file is part of PDF4QT. # Copyright (c) 2018-2025 Jakub Melka and Contributors
# #
# PDF4QT is free software: you can redistribute it and/or modify # Permission is hereby granted, free of charge, to any person obtaining a copy
# it under the terms of the GNU Lesser General Public License as published by # of this software and associated documentation files (the "Software"), to deal
# the Free Software Foundation, either version 3 of the License, or # in the Software without restriction, including without limitation the rights
# with the written consent of the copyright owner, any later version. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# #
# PDF4QT is distributed in the hope that it will be useful, # The above copyright notice and this permission notice shall be included in all
# but WITHOUT ANY WARRANTY; without even the implied warranty of # copies or substantial portions of the Software.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public License # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(Pdf4QtLibCore SHARED add_library(Pdf4QtLibCore SHARED
sources/pdfglobal.h sources/pdfglobal.h

View File

@ -1,19 +1,24 @@
// Copyright (C) 2019-2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfaction.h" #include "pdfaction.h"
#include "pdfdocument.h" #include "pdfdocument.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2019-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFACTION_H #ifndef PDFACTION_H
#define PDFACTION_H #define PDFACTION_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021-2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfalgorithmlcs.h" #include "pdfalgorithmlcs.h"
#include "pdfdbgheap.h" #include "pdfdbgheap.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFALGORITHMLCS_H #ifndef PDFALGORITHMLCS_H
#define PDFALGORITHMLCS_H #define PDFALGORITHMLCS_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfannotation.h" #include "pdfannotation.h"
#include "pdfdocument.h" #include "pdfdocument.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2020-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFANNOTATION_H #ifndef PDFANNOTATION_H
#define PDFANNOTATION_H #define PDFANNOTATION_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2025-2025 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfapplicationtranslator.h" #include "pdfapplicationtranslator.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2025-2025 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFAPPLICATIONTRANSLATOR_H #ifndef PDFAPPLICATIONTRANSLATOR_H
#define PDFAPPLICATIONTRANSLATOR_H #define PDFAPPLICATIONTRANSLATOR_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2019-2022 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfblendfunction.h" #include "pdfblendfunction.h"
#include "pdfdbgheap.h" #include "pdfdbgheap.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2019-2021 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFBLENDFUNCTION_H #ifndef PDFBLENDFUNCTION_H
#define PDFBLENDFUNCTION_H #define PDFBLENDFUNCTION_H

View File

@ -1,19 +1,24 @@
// Copyright (C) 2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include "pdfblpainter.h" #include "pdfblpainter.h"
#include "pdffont.h" #include "pdffont.h"

View File

@ -1,19 +1,24 @@
// Copyright (C) 2024 Jakub Melka // MIT License
// //
// This file is part of PDF4QT. // Copyright (c) 2018-2025 Jakub Melka and Contributors
// //
// PDF4QT is free software: you can redistribute it and/or modify // Permission is hereby granted, free of charge, to any person obtaining a copy
// it under the terms of the GNU Lesser General Public License as published by // of this software and associated documentation files (the "Software"), to deal
// the Free Software Foundation, either version 3 of the License, or // in the Software without restriction, including without limitation the rights
// with the written consent of the copyright owner, any later version. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// //
// PDF4QT is distributed in the hope that it will be useful, // The above copyright notice and this permission notice shall be included in all
// but WITHOUT ANY WARRANTY; without even the implied warranty of // copies or substantial portions of the Software.
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public License // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// along with PDF4QT. If not, see <https://www.gnu.org/licenses/>. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#ifndef PDFBLPAINTER_H #ifndef PDFBLPAINTER_H
#define PDFBLPAINTER_H #define PDFBLPAINTER_H

Some files were not shown because too many files have changed in this diff Show More