This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SPARC Leon baremetal layer


> 
> Therefore my advice would be you to choose a liberal licence (E.g. 2-clause BSD) instead, which would be legally less controversial.
> 
> 
> Ralf
> 
> 

I have updated the patch, this time it is a  BSD style license as appended below.

Here is is (i cannot sent it because it is 500k:
ftp://gaisler.com/gaisler.com/linux/patches/0003-sparc-leon-libleonbare-baremetal-layer.patch

Does this mean I can skip the FSF assignment? They didnt
reply up till now.
It seems that everybody has an different opinion on this matter.

The code I am submitting is a boilerplate simple code, no
rocket science. There must be a concept of proportionality in
law too, kind of "if the file contains "int my_global_var;" only
you don't need a copyright statement.


-- Konrad

ps. The "THIS SOFTWARE IS NOT COPYRIGHTED" statement is already present in existing
libgloss/sparc/sparc-stub.c  (it seems it is from Hewlett Packard).



/*
 * Copyright (c) 2011 Aeroflex Gaisler
 *
 * BSD license:
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]