aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2012-12-17 17:46:09 +0000
committerJeff Johnston <jjohnstn@redhat.com>2012-12-17 17:46:09 +0000
commit3c90302d41f972220f0fb404b7726f5981d12361 (patch)
tree9570ce7944a4bb5c61ca73571c26b4fc08108490
parent24fb7750f3d54c31fe9daf7a36df73fe40837025 (diff)
downloadnewlib-3c90302d41f972220f0fb404b7726f5981d12361.zip
newlib-3c90302d41f972220f0fb404b7726f5981d12361.tar.gz
newlib-3c90302d41f972220f0fb404b7726f5981d12361.tar.bz2
2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
* COPYING.LIBGLOSS: Add license for bfin libgloss.
-rw-r--r--COPYING.LIBGLOSS16
-rw-r--r--ChangeLog4
2 files changed, 20 insertions, 0 deletions
diff --git a/COPYING.LIBGLOSS b/COPYING.LIBGLOSS
index 0e1c65a..e393f91 100644
--- a/COPYING.LIBGLOSS
+++ b/COPYING.LIBGLOSS
@@ -348,3 +348,19 @@ 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.
+
+(18) - Analog Devices, Inc. (bfin-* targets)
+
+Copyright (C) 2006, 2008, 2009, 2011, 2012 Analog Devices, Inc.
+
+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 49ac2c3..6639783 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
+
+ * COPYING.LIBGLOSS: Add license for bfin libgloss.
+
2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.