This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 0c869bb Fix path. (#4416)
0c869bb is described below
commit 0c869bb4d6b82b28d2fcf9325c2dc51207ce3a95
Author: rodric rabbah <[email protected]>
AuthorDate: Fri Mar 29 23:38:16 2019 -0400
Fix path. (#4416)
---
LICENSE.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index d749569..e7bab63 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -208,7 +208,7 @@ Apache License 2.0
This distribution bundles the following components, which are available under
an Apache License 2.0 (https://opensource.org/licenses/Apache-2.0).
Spray Caching 1.3.4 (io.spray:spray-caching_2.11:1.3.4 -
http://spray.io/documentation/1.2.4/spray-caching/)
- ConcurrentMapBackedCache.scala under
common/scala/src/main/scala/whisk/core/database contains implementation
+ ConcurrentMapBackedCache.scala under
common/scala/src/main/scala/org/apache/openwhisk/core/database/ contains
implementation
from Spray's [[spray.caching.Cache]] and [[spray.caching.SimpleLruCache]]
respectively.
License included at licenses/LICENSE-spray.txt, or
https://github.com/spray/spray/blob/master/LICENSE
Copyright (C) 2011-2015 the spray project <http://spray.io>