This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-openshift.git
The following commit(s) were added to refs/heads/master by this push:
new 35887ee Adjust LICENSE to remove copied references.
35887ee is described below
commit 35887eef58e626bcb5f76f0b8674447b64249f56
Author: Matt Rutkowski <[email protected]>
AuthorDate: Tue Jul 10 14:36:35 2018 -0500
Adjust LICENSE to remove copied references.
---
LICENSE.txt | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index 027a172..0040af4 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -200,15 +200,3 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
-
-========================================================================
-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
- 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>