summaryrefslogtreecommitdiff
path: root/INSTALL/README-MELT-PLUGIN
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-10 09:22:47 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-10 09:22:47 +0000
commit30e242b588de02bf4647dec17f3e5abd2fba4b3a (patch)
tree9a9d5d9d353f8843c76760d68d5c3cb563251a66 /INSTALL/README-MELT-PLUGIN
parent937d2612af642ca8060eae3288bdf33126e1ff00 (diff)
downloadgcc-30e242b588de02bf4647dec17f3e5abd2fba4b3a.tar.gz
[.]
2014-06-10 Basile Starynkevitch <basile@starynkevitch.net> * INSTALL/README-MELT-PLUGIN: Mention use of http://sourceforge.net/projects/utfcpp/ with its copyright notice. [gcc/] 2014-06-10 Basile Starynkevitch <basile@starynkevitch.net> * utf8/: New directory, from http://utfcpp.sourceforge.net/ * utf8.h: new file, from http://utfcpp.sourceforge.net/ * utf8/core.h: Likewise. * utf8/checked.h: Likewise. * utf8/unchecked.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@211400 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'INSTALL/README-MELT-PLUGIN')
-rw-r--r--INSTALL/README-MELT-PLUGIN34
1 files changed, 33 insertions, 1 deletions
diff --git a/INSTALL/README-MELT-PLUGIN b/INSTALL/README-MELT-PLUGIN
index 30219be5b68..5340e8cedca 100644
--- a/INSTALL/README-MELT-PLUGIN
+++ b/INSTALL/README-MELT-PLUGIN
@@ -282,8 +282,40 @@ for example
***
Remove old option handling, REGISTER_OPTION is removed.
+
+
+ ***
+
+ Using UTF8 C++ include-only library from
+ http://utfcpp.sourceforge.net/ with the notice below (MIT like
+ license)
-
+ // Copyright 2006 Nemanja Trifunovic
+
+/*
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+*/
+
################################################################
NEWS for 1.0.2 MELT plugin for GCC 4.7 & 4.8 [and future 4.9?]
[[december 18th, 2013]]