From bb7209b8940c816a8fff8101f532dd27a31f5b70 Mon Sep 17 00:00:00 2001 From: psyomn Date: Thu, 17 Apr 2014 02:25:07 -0400 Subject: [PATCH] mem-helper.cpp: add license information --- src/core/MemoryHelper.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/core/MemoryHelper.cpp b/src/core/MemoryHelper.cpp index 86a03061e..28a97abe4 100644 --- a/src/core/MemoryHelper.cpp +++ b/src/core/MemoryHelper.cpp @@ -1,3 +1,26 @@ +/* + * Copyright (c) 2014 Simon Symeonidis + * Copyright (c) 2008-2014 Tobias Doerffel + * + * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * + * 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 the Free Software Foundation; either + * version 2 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 + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program (see COPYING); if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. + * + */ + #include #include "lmms_basics.h"