| author | Michael Fiedler | 2011-10-19 11:38:08 (EDT) |
|---|---|---|
| committer | Steve Speicher | 2011-10-19 11:38:08 (EDT) |
| commit | 2bb95c3f8d4fcca73e52718c93bdb34c9b70d32c (patch) (side-by-side diff) | |
| tree | 161f218fa8d0ba737c7e8fc41b7781f4eeeca593 | |
| parent | efab30bcad0190d16566fb3f6cb8975890061335 (diff) | |
| download | org.eclipse.lyo.rio-2bb95c3f8d4fcca73e52718c93bdb34c9b70d32c.zip org.eclipse.lyo.rio-2bb95c3f8d4fcca73e52718c93bdb34c9b70d32c.tar.gz org.eclipse.lyo.rio-2bb95c3f8d4fcca73e52718c93bdb34c9b70d32c.tar.bz2 | |
Bug 357694 - add links to EPL and EDL
| -rw-r--r-- | org.eclipse.lyo.rio.am/src/main/webapp/about.jsp | 2 | ||||
| -rw-r--r-- | org.eclipse.lyo.rio.cm/src/main/webapp/about.jsp | 2 | ||||
| -rw-r--r-- | org.eclipse.lyo.rio.rm/src/main/webapp/about.jsp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.lyo.rio.am/src/main/webapp/about.jsp b/org.eclipse.lyo.rio.am/src/main/webapp/about.jsp index 192e787..992ae6c 100644 --- a/org.eclipse.lyo.rio.am/src/main/webapp/about.jsp +++ b/org.eclipse.lyo.rio.am/src/main/webapp/about.jsp @@ -33,7 +33,7 @@ String uriBase = store.getUriBase(); Lifecycle Connectivity (OSLC) Architecture Management specification. The official specification is available on the <a href="http://open-services.net/bin/view/Main/AmSpecV2">OSLC AM Wiki</a></p> -<p>This application is distributed under a <a href="license/rio.jsp">Eclipse Distribution License Version 1.0 and the Eclipse Public License 1.0</a>. </p> +<p>This application is distributed under a <a href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse Distribution License Version 1.0</a> and <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a>.</p> <h3>Powered by:</h3> <blockquote> diff --git a/org.eclipse.lyo.rio.cm/src/main/webapp/about.jsp b/org.eclipse.lyo.rio.cm/src/main/webapp/about.jsp index 43314e3..1d42fb0 100644 --- a/org.eclipse.lyo.rio.cm/src/main/webapp/about.jsp +++ b/org.eclipse.lyo.rio.cm/src/main/webapp/about.jsp @@ -33,7 +33,7 @@ String uriBase = store.getUriBase(); Lifecycle Connectivity (OSLC) Change Management specification. The official specification is available on the <a href="http://open-services.net/bin/view/Main/CmSpecificationV2">OSLC CM Wiki</a></p> -<p>This application is distributed under a <a href="license/rio.jsp">Eclipse Distribution License Version 1.0 and Eclipse Public License 1.0</a>.</p> +<p>This application is distributed under a <a href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse Distribution License Version 1.0</a> and <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a>.</p> <h3>Powered by:</h3> <blockquote> diff --git a/org.eclipse.lyo.rio.rm/src/main/webapp/about.jsp b/org.eclipse.lyo.rio.rm/src/main/webapp/about.jsp index c9752f6..f693672 100644 --- a/org.eclipse.lyo.rio.rm/src/main/webapp/about.jsp +++ b/org.eclipse.lyo.rio.rm/src/main/webapp/about.jsp @@ -33,7 +33,7 @@ String uriBase = store.getUriBase(); Lifecycle Connectivity (OSLC) Requirements Management specification. The official specification is available on the <a href="http://open-services.net/bin/view/Main/RmSpecificationV2">OSLC RM Wiki</a></p> -<p>This application is distributed under a <a href="license/rio.jsp">Eclipse Distribution License Version 1.0 and Eclipse Public License 1.0</a>.</p> +<p>This application is distributed under a <a href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse Distribution License Version 1.0</a> and <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a>.</p> <h3>Powered by:</h3> <blockquote> |

