reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 899af33ea69b79e0abfd641ac1ddf1fc5223d8cb
parent daa3346cee146d5eeca806452d26b70e623d5aa7
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun,  1 Jan 2023 00:06:13 -0500

happy new year 2023! :fireworks: [ci skip]

Diffstat:
MABOUT.md | 2+-
Mindex.xml | 2+-
Mprepare.rb | 2+-
Msrc/about.cpp | 2+-
Msrc/about.hpp | 2+-
Msrc/action.cpp | 2+-
Msrc/action.hpp | 2+-
Msrc/api.cpp | 2+-
Msrc/api.hpp | 2+-
Msrc/api_helper.hpp | 2+-
Msrc/api_misc.cpp | 2+-
Msrc/api_package.cpp | 2+-
Msrc/api_repo.cpp | 2+-
Msrc/archive.cpp | 2+-
Msrc/archive.hpp | 2+-
Msrc/archive_tasks.cpp | 2+-
Msrc/browser.cpp | 2+-
Msrc/browser.hpp | 2+-
Msrc/browser_entry.cpp | 2+-
Msrc/browser_entry.hpp | 2+-
Msrc/config.cpp | 2+-
Msrc/config.hpp | 2+-
Msrc/control.cpp | 2+-
Msrc/control.hpp | 2+-
Msrc/database.cpp | 2+-
Msrc/database.hpp | 2+-
Msrc/dialog.cpp | 2+-
Msrc/dialog.hpp | 2+-
Msrc/dialog.mm | 2+-
Msrc/dllimport.hpp | 2+-
Msrc/download.cpp | 2+-
Msrc/download.hpp | 2+-
Msrc/errors.hpp | 2+-
Msrc/event.cpp | 2+-
Msrc/event.hpp | 2+-
Msrc/filedialog.cpp | 2+-
Msrc/filedialog.hpp | 2+-
Msrc/filesystem.cpp | 2+-
Msrc/filesystem.hpp | 2+-
Msrc/filter.cpp | 2+-
Msrc/filter.hpp | 2+-
Msrc/hash.cpp | 2+-
Msrc/hash.hpp | 2+-
Msrc/iconlist.cpp | 2+-
Msrc/iconlist.hpp | 2+-
Msrc/import.cpp | 2+-
Msrc/import.hpp | 2+-
Msrc/index.cpp | 2+-
Msrc/index.hpp | 2+-
Msrc/index_v1.cpp | 2+-
Msrc/install.cpp | 2+-
Msrc/listview.cpp | 2+-
Msrc/listview.hpp | 2+-
Msrc/main.cpp | 2+-
Msrc/manager.cpp | 2+-
Msrc/manager.hpp | 2+-
Msrc/menu.cpp | 2+-
Msrc/menu.hpp | 2+-
Msrc/metadata.cpp | 2+-
Msrc/metadata.hpp | 2+-
Msrc/obsquery.cpp | 2+-
Msrc/obsquery.hpp | 2+-
Msrc/package.cpp | 2+-
Msrc/package.hpp | 2+-
Msrc/path.cpp | 2+-
Msrc/path.hpp | 2+-
Msrc/platform.cpp | 2+-
Msrc/platform.hpp | 2+-
Msrc/progress.cpp | 2+-
Msrc/progress.hpp | 2+-
Msrc/reapack.cpp | 2+-
Msrc/reapack.hpp | 2+-
Msrc/receipt.cpp | 2+-
Msrc/receipt.hpp | 2+-
Msrc/registry.cpp | 2+-
Msrc/registry.hpp | 2+-
Msrc/remote.cpp | 2+-
Msrc/remote.hpp | 2+-
Msrc/report.cpp | 2+-
Msrc/report.hpp | 2+-
Msrc/resource.hpp | 2+-
Msrc/richedit-generic.cpp | 2+-
Msrc/richedit-win32.cpp | 2+-
Msrc/richedit.hpp | 2+-
Msrc/richedit.mm | 2+-
Msrc/serializer.cpp | 2+-
Msrc/serializer.hpp | 2+-
Msrc/source.cpp | 2+-
Msrc/source.hpp | 2+-
Msrc/string.cpp | 2+-
Msrc/string.hpp | 2+-
Msrc/synchronize.cpp | 2+-
Msrc/tabbar.cpp | 2+-
Msrc/tabbar.hpp | 2+-
Msrc/task.cpp | 2+-
Msrc/task.hpp | 2+-
Msrc/thread.cpp | 2+-
Msrc/thread.hpp | 2+-
Msrc/time.cpp | 2+-
Msrc/time.hpp | 2+-
Msrc/transaction.cpp | 2+-
Msrc/transaction.hpp | 2+-
Msrc/version.cpp | 2+-
Msrc/version.hpp | 2+-
Msrc/win32.cpp | 2+-
Msrc/win32.hpp | 2+-
Msrc/xml.hpp | 2+-
Msrc/xml_libxml2.cpp | 2+-
Msrc/xml_tinyxml2.cpp | 2+-
109 files changed, 109 insertions(+), 109 deletions(-)

diff --git a/ABOUT.md b/ABOUT.md @@ -3,7 +3,7 @@ This is **ReaPack v[[REAPACK_VERSION]]** [[REAPACK_REVISION]] built on [[REAPACK_BUILDTIME]] ``` -Copyright (C) 2015-2022 Christian Fillion +Copyright (C) 2015-2023 Christian Fillion This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/index.xml b/index.xml @@ -853,7 +853,7 @@ Changed: {\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel0 \b \fs36 ReaPack: Package Manager for REAPER\par} {\pard \ql \f0 \sa180 \li0 \fi0 This is {\b ReaPack v[[REAPACK_VERSION]]} [[REAPACK_REVISION]] built on [[REAPACK_BUILDTIME]]\par} -{\pard \ql \f0 \sa180 \li0 \fi0 \f1 Copyright (C) 2015-2022 Christian Fillion\line +{\pard \ql \f0 \sa180 \li0 \fi0 \f1 Copyright (C) 2015-2023 Christian Fillion\line \line This program is free software: you can redistribute it and/or modify\line it under the terms of the GNU Lesser General Public License as published by\line diff --git a/prepare.rb b/prepare.rb @@ -28,7 +28,7 @@ end __END__ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/about.cpp b/src/about.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/about.hpp b/src/about.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/action.cpp b/src/action.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/action.hpp b/src/action.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/api.cpp b/src/api.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/api.hpp b/src/api.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/api_helper.hpp b/src/api_helper.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/api_misc.cpp b/src/api_misc.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/api_package.cpp b/src/api_package.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/api_repo.cpp b/src/api_repo.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/archive.cpp b/src/archive.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/archive.hpp b/src/archive.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/archive_tasks.cpp b/src/archive_tasks.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/browser.cpp b/src/browser.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/browser.hpp b/src/browser.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/browser_entry.cpp b/src/browser_entry.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/browser_entry.hpp b/src/browser_entry.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/config.cpp b/src/config.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/config.hpp b/src/config.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/control.cpp b/src/control.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/control.hpp b/src/control.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/database.cpp b/src/database.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/database.hpp b/src/database.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/dialog.cpp b/src/dialog.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/dialog.hpp b/src/dialog.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/dialog.mm b/src/dialog.mm @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/dllimport.hpp b/src/dllimport.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/download.cpp b/src/download.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/download.hpp b/src/download.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/errors.hpp b/src/errors.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/event.cpp b/src/event.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/event.hpp b/src/event.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/filedialog.cpp b/src/filedialog.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/filedialog.hpp b/src/filedialog.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem.cpp b/src/filesystem.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/filesystem.hpp b/src/filesystem.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/filter.cpp b/src/filter.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/filter.hpp b/src/filter.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/hash.cpp b/src/hash.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/hash.hpp b/src/hash.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/iconlist.cpp b/src/iconlist.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/iconlist.hpp b/src/iconlist.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/import.cpp b/src/import.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/import.hpp b/src/import.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/index.cpp b/src/index.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/index.hpp b/src/index.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/index_v1.cpp b/src/index_v1.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/install.cpp b/src/install.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/listview.cpp b/src/listview.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/listview.hpp b/src/listview.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/main.cpp b/src/main.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/manager.cpp b/src/manager.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/manager.hpp b/src/manager.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/menu.cpp b/src/menu.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/menu.hpp b/src/menu.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/metadata.cpp b/src/metadata.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/metadata.hpp b/src/metadata.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/obsquery.cpp b/src/obsquery.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/obsquery.hpp b/src/obsquery.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/package.cpp b/src/package.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/package.hpp b/src/package.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/path.cpp b/src/path.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/path.hpp b/src/path.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platform.cpp b/src/platform.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platform.hpp b/src/platform.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/progress.cpp b/src/progress.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/progress.hpp b/src/progress.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/reapack.hpp b/src/reapack.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/receipt.cpp b/src/receipt.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/receipt.hpp b/src/receipt.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/registry.cpp b/src/registry.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/registry.hpp b/src/registry.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/remote.cpp b/src/remote.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/remote.hpp b/src/remote.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/report.cpp b/src/report.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/report.hpp b/src/report.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/resource.hpp b/src/resource.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/richedit-generic.cpp b/src/richedit-generic.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/richedit-win32.cpp b/src/richedit-win32.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/richedit.hpp b/src/richedit.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/richedit.mm b/src/richedit.mm @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/serializer.cpp b/src/serializer.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/serializer.hpp b/src/serializer.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/source.cpp b/src/source.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/source.hpp b/src/source.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/string.cpp b/src/string.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/string.hpp b/src/string.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/synchronize.cpp b/src/synchronize.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/tabbar.cpp b/src/tabbar.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/tabbar.hpp b/src/tabbar.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/task.cpp b/src/task.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/task.hpp b/src/task.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/thread.cpp b/src/thread.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/thread.hpp b/src/thread.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/time.cpp b/src/time.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/time.hpp b/src/time.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/transaction.cpp b/src/transaction.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/transaction.hpp b/src/transaction.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/version.cpp b/src/version.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/version.hpp b/src/version.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/win32.cpp b/src/win32.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/win32.hpp b/src/win32.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/xml.hpp b/src/xml.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/xml_libxml2.cpp b/src/xml_libxml2.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/xml_tinyxml2.cpp b/src/xml_tinyxml2.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015-2022 Christian Fillion + * Copyright (C) 2015-2023 Christian Fillion * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by