FELIX-4671: Provide an expression parser
This new commit use a different syntax which should be compatible with the existing one.
It now uses %(xxx) to evaluate expressions.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1654761 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/NOTICE b/gogo/runtime/NOTICE
index 6447d3e..cb48c52 100644
--- a/gogo/runtime/NOTICE
+++ b/gogo/runtime/NOTICE
@@ -4,3 +4,7 @@
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
+
+This product includes software developped by
+Udo Klimaschewski (http://UdoJava.com/).
+Licensed under the MIT License.