[LinksOS CVS Commit]linksos/boot testfile,NONE,1.1 multiboot.h,1.1,1.2
Status: Inactive
Brought to you by:
terencevs
|
From: <smu...@us...> - 2003-02-06 00:24:47
|
Update of /cvsroot/linksos/linksos/boot
In directory sc8-pr-cvs1:/tmp/cvs-serv30421/boot
Modified Files:
multiboot.h
Added Files:
testfile
Log Message:
Title: Added BSD License
Changes: Added BSD Licence to one file muliboot.h to see if I have now write acces with the cvs
Effects: Makes it more clear what is bsd and what isn't. In the future we may add a thrid party lib.
a=smurf975 b= yui
CVS: ----------------------------------------------------------------------
CVS: required {
CVS: title: Short description of the changes, should be indexable.
CVS: changes: What you actually changed (code differences)
CVS: effects: What effect these changes will have.
CVS: a: Username of approving leader or admin. MUST be filled in.
CVS: } // required
CVS: b: Fill this in if there is a corresponding bugzilla entry.
CVS: Warning: Check your code and log carefully. Are you missing anything?
CVS: ----------------------------------------------------------------------
--- NEW FILE: testfile ---
Index: multiboot.h
===================================================================
RCS file: /cvsroot/linksos/linksos/boot/multiboot.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** multiboot.h 26 Jan 2003 11:31:50 -0000 1.1
--- multiboot.h 6 Feb 2003 00:24:45 -0000 1.2
***************
*** 2,5 ****
--- 2,35 ----
Copyright (c) 2003, LinksOS Developer Team
All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without modification
+ , are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ 3. Neither the name of the LinksOS Developer Team 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.
+ */
+
+ /*
+ Copyright (c) 2003, LinksOS Developer Team
+ All rights reserved.
*/
/* The magic number for the Multiboot header. */
|