Applying the OVLPL

Here's how to apply the OVLPL. Just put the following in your header.

// This software is licensed under the
// Open Vendor Lesser Public License,
// which may be found in the file LICENSE
// distributed with this software.
//
// More information about this license can be
// found at
// http://www.openvendor.org/ovlpl.html
//
// The Initial Developer of this software is:
// MyCompany Inc of 123 Somestreet, Sometown,
// Someland. The license is subject to the
// law of Someland, and subject to exclusive
// jurisdiction of the Someland courts.
//
// Copyright (c) 2005 My Company Inc
//
//
// etc

or if you want to use a static version of the license:

// This software is licensed under the
// Open Vendor Lesser Public License,
// which may be found in the file LICENSE
// Version 1.0, distributed with this software.
// Pursuant to Clause 4.2 of that license,
// distribution of this software under any
// subsequent version of the license without
// the prior permission of the Initial Developer
// is herby prohibited.
//
// More information about this license can be
// found at
// http://www.openvendor.org/ovlpl.html
//
// The Initial Developer of this software is:
// MyCompany Inc of 123 Somestreet, Sometown,
// Someland. The license is subject to the
// law of Someland, and subject to exclusive
// jurisdiction of the Someland courts.
//
// Copyright (c) 2005 My Company Inc
//
//
// etc



Copyright 2005 © OpenVendor.org
Legal Notice