Using the OSCL Licenses
From Syncleus Wiki
You will need to put a header at the top of every file you want to be by the license. You must also include a copy of the license itself in plain text and, at your option, other formats. Since this license is specific to source code it will only be included with the files used during compilation and scripts. For example: Source, Makefiles, compile-specific configuration files, etc. Also make certain that you own anything you apply this license to. If the source was written by multiple authors beside yourself then make sure all authors agree to the use of this license.
Important: You must replace "Type X" in the examples below with the type of license you used. Also replace "[Your Name Here]" with your name or your company's name.
Put this at the top of every file you want to be a part of this license:
Copyright: (c) [Your Name Here]
You may redistribute and modify this source code under the terms and conditions of the Open Source Community License - Type X version 1.0 or any later version as published by Syncleus at http://www.syncleus.com. There should be a copy of the license included with this file. If a copy of the license is not included you are granted no right to distribute or otherwise use this file except through a legal and valid license. You should also contact Syncleus at the information below if you cannot find a license: Syncleus, Inc, 2604 South 12th Street Philadelphia, PA 19148
This is what you would put at the top of C/C++ source code files:
/****************************************************************************** * * * Copyright: (c) [Your Name Here] * * * * You may redistribute and modify this source code under the terms and * * conditions of the Open Source Community License - Type X version 1.0 * * or any later version as published by Syncleus at http://www.syncleus.com. * * There should be a copy of the license included with this file. If a copy * * of the license is not included you are granted no right to distribute or * * otherwise use this file except through a legal and valid license. You * * should also contact Syncleus at the information below if you cannot find * * a license: * * * * Syncleus, Inc. * * 2604 South 12th Street * * Philadelphia, PA 19148 * * * ******************************************************************************/














