License

DSG is released under the Lesser GNU Public License (LGPL). More information on the LGPL can be found at http://www.gnu.org/licenses/.

A copy of the LGPL as well as the GNU Public License (GPL) should be included with the DSG distrobution in the files:

Each source file in the DSG project should contain a copy of the following license notification:

//
//  FILENAME.extension
//  DSG
//
//  Created by DEVELOPER NAME on CREATION DATE>
//  Copyright (c) YEAR DEVELOPER NAME. All rights reserved.
//
/*
 This file is part of the Digital Signal Generation Project or “DSG”.

 DSG 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.

 DSG 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 DSG.  If not, see http://www.gnu.org/licenses/.
*/