reapack

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

commit cf85ea92a2375c7b6c40c2a45ce368b0fd73ab48
parent e47e6d2ead57a7a739cc58dca530cdd74d74a4ff
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Fri,  1 Jan 2016 03:36:12 -0500

happy new year 2016! :fireworks:

Diffstat:
Mprepare.rb | 2+-
Msrc/config.cpp | 2+-
Msrc/config.hpp | 2+-
Msrc/database.cpp | 2+-
Msrc/database.hpp | 2+-
Msrc/database_v1.cpp | 2+-
Msrc/dialog.cpp | 2+-
Msrc/dialog.hpp | 2+-
Msrc/download.cpp | 2+-
Msrc/download.hpp | 2+-
Msrc/encoding.cpp | 2+-
Msrc/encoding.hpp | 2+-
Msrc/errors.hpp | 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/package.cpp | 2+-
Msrc/package.hpp | 2+-
Msrc/path.cpp | 2+-
Msrc/path.hpp | 2+-
Msrc/progress.cpp | 2+-
Msrc/progress.hpp | 2+-
Msrc/reapack.cpp | 2+-
Msrc/reapack.hpp | 2+-
Msrc/registry.cpp | 2+-
Msrc/registry.hpp | 2+-
Msrc/remote.hpp | 2+-
Msrc/report.cpp | 2+-
Msrc/report.hpp | 2+-
Msrc/resource.hpp | 2+-
Msrc/source.cpp | 2+-
Msrc/source.hpp | 2+-
Msrc/task.cpp | 2+-
Msrc/task.hpp | 2+-
Msrc/transaction.cpp | 2+-
Msrc/transaction.hpp | 2+-
Msrc/version.cpp | 2+-
Msrc/version.hpp | 2+-
42 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/prepare.rb b/prepare.rb @@ -28,7 +28,7 @@ end __END__ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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_v1.cpp b/src/database_v1.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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/encoding.cpp b/src/encoding.cpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015 Christian Fillion + * Copyright (C) 2015-2016 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/encoding.hpp b/src/encoding.hpp @@ -1,5 +1,5 @@ /* ReaPack: Package manager for REAPER - * Copyright (C) 2015 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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 Christian Fillion + * Copyright (C) 2015-2016 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