Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9db1b7cd6b0dd33f7394e9fbbbd5aeec17df088b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.emf.cdo.license"
      label="CDO License"
      version="4.0.0.qualifier"
      provider-name="Eclipse Modeling Project"
      image="eclipse_update_120.jpg">

   <description>
      Contains the shared license for all CDO and Net4j features.
   </description>

   <copyright url="%copyrightURL">
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

</feature>

Back to the top