commit d13a607cb6bc8fd4d8d872f94753874f389ff91c parent 815ce6be3045497d2b5a4679dbb38e99e6fc54d4 Author: cfillion <cfillion@users.noreply.github.com> Date: Thu, 20 Feb 2020 10:47:21 -0500 add license header to dialog.mm Diffstat:
M | src/dialog.mm | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/dialog.mm b/src/dialog.mm @@ -1,3 +1,20 @@ +/* ReaPack: Package manager for REAPER + * Copyright (C) 2015-2020 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include "dialog.hpp" #include <AppKit/NSTextView.h>