From: <jc...@us...> - 2006-11-02 22:13:49
|
Revision: 18 http://svn.sourceforge.net/omc/?rev=18&view=rev Author: jcarey Date: 2006-11-02 14:13:39 -0800 (Thu, 02 Nov 2006) Log Message: ----------- Removing so I can put the old omc repository in place Removed Paths: ------------- LICENSE base/ clp/ cmpibase/ schema/ smash/ tools/ Deleted: LICENSE =================================================================== --- LICENSE 2006-11-02 21:50:53 UTC (rev 17) +++ LICENSE 2006-11-02 22:13:39 UTC (rev 18) @@ -1,93 +0,0 @@ -OMC is a project with many modules / sub-projects. As such it is constrained by various open-source licenses. -Primarily, license differences will occur at the sub-project level. -However, even within a project, some files may have a more restrictive license than the primary license for the project, for various reasons. -For example, within the SMASH sub-project, which is primarily BSD license, the composite-device provider code is constrained by the GPL license. -Likewise, in the BASE sub-project, the syslogng provider is necessarily constrained by the GPL license, as it uses GPL code from syslogng. -This is not meant to be a complete list of license 'abnormalities', but rather just a few examples. -If your use of the code requires such, please pay attention to the license for each file. - -Below are some of the license notices you will encounter throughout the OMC project: - -Notice for Projects/Files Released Under the GPL - -/**************************************************************************** - | - | Copyright (c) [YEARS] Novell, Inc. - | All Rights Reserved. - | - | This program is free software; you can redistribute it and/or - | modify it under the terms of version 2 of the GNU General Public License as - | published by the Free Software Foundation. - | - | 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; if not, contact Novell, Inc. - | - | To contact Novell about this file by physical or electronic mail, - | you may find current contact information at www.novell.com - | - |*************************************************************************** - - -Notice for Projects/Files Released Under the LGPL - -/**************************************************************************** - | - | Copyright (c) [YEARS] Novell, Inc. - | All Rights Reserved. - | - | This library 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; version 2.1 of the license. - | - | This library 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 library; if not, contact Novell, Inc. - | - | To contact Novell about this file by physical or electronic mail, - | you may find current contact information at www.novell.com - | - |*************************************************************************** - - -Notice for Projects/Files Released Under the BSD License - -/****************************************************************************** -* Copyright (c) [YEARS], Novell, Inc. All rights reserved. -* -* Redistribution and use in source and binary forms, with or without -* modification, are permitted provided that the following conditions -* are met: -* -* - Redistributions of source code must retain the above copyright notice, -* this list of conditions and the following disclaimer. -* -* - Redistributions in binary form must reproduce the above copyright notice, -* this list of conditions and the following disclaimer in the documentation -* and/or other materials provided with the distribution. -* -* - Neither the name of the Novell nor the names of its contributors may be -* used to endorse or promote products derived from this software without -* specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -* POSSIBILITY OF SUCH DAMAGE. -******************************************************************************/ - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |