mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Add copyright notices to feature.xml files. This is visible on the update site.
This commit is contained in:
parent
992e8e09d3
commit
522cf10a81
4 changed files with 24 additions and 0 deletions
|
@ -16,6 +16,14 @@ updateSiteName=Eclipse CDT Update Site
|
|||
# "description" property - description of the feature
|
||||
description=Eclipse C/C++ development tools. (Binary runtime and user documentation.)
|
||||
|
||||
# copyright
|
||||
copyright=\
|
||||
Copyright (c) 2002-2004 QNX Software Systems and others.\n\
|
||||
All rights reserved. This program and the accompanying materials\n\
|
||||
are made available under the terms of the Common Public License v1.0\n\
|
||||
which accompanies this distribution, and is available at\n\
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
|
|
@ -16,6 +16,14 @@ updateSiteName=Eclipse CDT Update Site
|
|||
# "description" property - description of the feature
|
||||
description=Eclipse C/C++ development tools. (Binary runtime and user documentation.)
|
||||
|
||||
# copyright
|
||||
copyright=\
|
||||
Copyright (c) 2002-2004 QNX Software Systems and others.\n\
|
||||
All rights reserved. This program and the accompanying materials\n\
|
||||
are made available under the terms of the Common Public License v1.0\n\
|
||||
which accompanies this distribution, and is available at\n\
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
|
Loading…
Add table
Reference in a new issue