diff --git a/src/core/PrinterDriverFactory.cpp b/src/core/PrinterDriverFactory.cpp index 29cd109..766c718 100644 --- a/src/core/PrinterDriverFactory.cpp +++ b/src/core/PrinterDriverFactory.cpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2024-2025 Moritz Martinius + Copyright (C) 2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/core/PrinterDriverFactory.hpp b/src/core/PrinterDriverFactory.hpp index 9cec0eb..e37edd2 100644 --- a/src/core/PrinterDriverFactory.hpp +++ b/src/core/PrinterDriverFactory.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2024-2025 Moritz Martinius + Copyright (C) 2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/graphics/Label.cpp b/src/graphics/Label.cpp index c4d112f..22e4515 100644 --- a/src/graphics/Label.cpp +++ b/src/graphics/Label.cpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2025 Moritz Martinius + Copyright (C) 2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/graphics/Label.hpp b/src/graphics/Label.hpp index cee53e3..524ab92 100644 --- a/src/graphics/Label.hpp +++ b/src/graphics/Label.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2025 Moritz Martinius + Copyright (C) 2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/graphics/interface/ILabel.hpp b/src/graphics/interface/ILabel.hpp index 5c5c059..b25cc5a 100644 --- a/src/graphics/interface/ILabel.hpp +++ b/src/graphics/interface/ILabel.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2024-2025 Moritz Martinius + Copyright (C) 2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/libusbwrap/LibUsbTypes.hpp b/src/libusbwrap/LibUsbTypes.hpp index f11c79b..6ed01d5 100644 --- a/src/libusbwrap/LibUsbTypes.hpp +++ b/src/libusbwrap/LibUsbTypes.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2024 Moritz Martinius + Copyright (C) 2023-2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/libusbwrap/UsbDevice.cpp b/src/libusbwrap/UsbDevice.cpp index dd22aee..c480947 100644 --- a/src/libusbwrap/UsbDevice.cpp +++ b/src/libusbwrap/UsbDevice.cpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2024 Moritz Martinius + Copyright (C) 2023-2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/libusbwrap/UsbDevice.hpp b/src/libusbwrap/UsbDevice.hpp index 475b1a3..c89aadf 100644 --- a/src/libusbwrap/UsbDevice.hpp +++ b/src/libusbwrap/UsbDevice.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2024 Moritz Martinius + Copyright (C) 2023-2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/libusbwrap/UsbDeviceFactory.hpp b/src/libusbwrap/UsbDeviceFactory.hpp index 558a077..d8f7efa 100644 --- a/src/libusbwrap/UsbDeviceFactory.hpp +++ b/src/libusbwrap/UsbDeviceFactory.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023 Moritz Martinius + Copyright (C) 2023-2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/libusbwrap/interface/IUsbDevice.hpp b/src/libusbwrap/interface/IUsbDevice.hpp index c72d949..5b1572c 100644 --- a/src/libusbwrap/interface/IUsbDevice.hpp +++ b/src/libusbwrap/interface/IUsbDevice.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2024 Moritz Martinius + Copyright (C) 2023-2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/libusbwrap/interface/IUsbDeviceFactory.hpp b/src/libusbwrap/interface/IUsbDeviceFactory.hpp index 725edad..a4d6ea0 100644 --- a/src/libusbwrap/interface/IUsbDeviceFactory.hpp +++ b/src/libusbwrap/interface/IUsbDeviceFactory.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023 Moritz Martinius + Copyright (C) 2023-2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 8c6cd55..0367062 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2022-2023 Moritz Martinius + Copyright (C) 2022-2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/printers/interface/IPrinterDriver.hpp b/src/printers/interface/IPrinterDriver.hpp index 1e0f386..daae31b 100644 --- a/src/printers/interface/IPrinterDriver.hpp +++ b/src/printers/interface/IPrinterDriver.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2025 Moritz Martinius + Copyright (C) 2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/printers/interface/IPrinterTypes.hpp b/src/printers/interface/IPrinterTypes.hpp index 434498f..061bcf9 100644 --- a/src/printers/interface/IPrinterTypes.hpp +++ b/src/printers/interface/IPrinterTypes.hpp @@ -1,6 +1,6 @@ /* ptrnt - print labels on linux - Copyright (C) 2023-2024 Moritz Martinius + Copyright (C) 2025 Moritz Martinius This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by