From 8c5f403c0c534607298941b64197ee65edf26ba5 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 8 Jun 2011 21:51:51 +0200 Subject: Add missing about.html files to all shipped bundles Change-Id: I5a4ad9493da3816f21d9fdd0b5b977388d074500 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.console/about.html | 59 +++++++++++++++++++++++++++++++ org.eclipse.jgit.console/build.properties | 3 +- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 org.eclipse.jgit.console/about.html (limited to 'org.eclipse.jgit.console') diff --git a/org.eclipse.jgit.console/about.html b/org.eclipse.jgit.console/about.html new file mode 100644 index 0000000000..01a2671875 --- /dev/null +++ b/org.eclipse.jgit.console/about.html @@ -0,0 +1,59 @@ + + + + + + +Eclipse Distribution License - Version 1.0 + + + + + + +

Eclipse Distribution License - v 1.0

+ +

Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.

+ +

All rights reserved.

+

Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: +

+

+

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 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.

+ + + + diff --git a/org.eclipse.jgit.console/build.properties b/org.eclipse.jgit.console/build.properties index aa1a008269..b67aba1a41 100644 --- a/org.eclipse.jgit.console/build.properties +++ b/org.eclipse.jgit.console/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.properties + plugin.properties,\ + about.html -- cgit v1.2.3