This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

[newlib-cygwin] Add FTDI license for newlib and libgloss.


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=48f78185f58507d1e6afcab5f2c73706ff8de41c

commit 48f78185f58507d1e6afcab5f2c73706ff8de41c
Author: Jeff Johnston <jjohnstn@redhat.com>
Date:   Fri Sep 4 14:41:45 2015 -0400

    Add FTDI license for newlib and libgloss.

Diff:
---
 COPYING.LIBGLOSS | 15 +++++++++++++++
 COPYING.NEWLIB   | 15 +++++++++++++++
 ChangeLog        |  5 +++++
 3 files changed, 35 insertions(+)

diff --git a/COPYING.LIBGLOSS b/COPYING.LIBGLOSS
index 833cc41..a74d25d 100644
--- a/COPYING.LIBGLOSS
+++ b/COPYING.LIBGLOSS
@@ -380,3 +380,18 @@ 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.
+
+(19) - FTDI (ft32-* targets)
+
+Copyright (C) 2014 FTDI (support@ftdichip.com)
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
diff --git a/COPYING.NEWLIB b/COPYING.NEWLIB
index b4e4e94..254b704 100644
--- a/COPYING.NEWLIB
+++ b/COPYING.NEWLIB
@@ -978,3 +978,18 @@ 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.
+
+(43) - FTDI (ft32-* targets)
+
+Copyright (C) 2014 FTDI (support@ftdichip.com)
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
diff --git a/ChangeLog b/ChangeLog
index a1a12ca..17ac5bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-04  James Bowman  <james.bowman@ftdichip.com>
+
+	* COPYING.LIBGLOSS: Add FTDI license.
+	* COPYING.NEWLIB: Likewise.
+
 2015-01-21  Eric Botcazou  <ebotcazou@adacore.com>
 
 	* COPYING.LIBGLOSS: Add Controls and Data Services copyright.


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