Author: dgolovin
Date: 2009-12-08 19:49:57 -0500 (Tue, 08 Dec 2009)
New Revision: 19128
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/IPreferenceKeys.java
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/sourceTemplateFeature/feature.properties
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.properties
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.xml
trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties
trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
trunk/maven/features/org.jboss.tools.maven.feature/sourceTemplateFeature/feature.properties
trunk/maven/features/org.jboss.tools.maven.seam.feature/sourceTemplateFeature/feature.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-5224 Some Plugins and Features has wrong or
missing License or Copyright text
copyright text was fixed
Modified: trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.xml 2009-12-09 00:23:56 UTC
(rev 19127)
+++ trunk/as/features/org.jboss.ide.eclipse.as.feature/feature.xml 2009-12-09 00:49:57 UTC
(rev 19128)
@@ -10,12 +10,18 @@
%description
</description>
- <copyright url="license.html">
+ <copyright>
%copyright
</copyright>
- <license>
- Red Hat, Inc. licenses these features and plugins to you under certain open source
licenses (or aggregations of such licenses), which in a particular case may include the
Eclipse Public License, the GNU Lesser General Public License, and/or certain other open
source licenses. For precise licensing details, consult the corresponding source code, or
contact Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.
+ <license url="license.html">
+ Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses),
+which in a particular case may include the Eclipse Public License,
+the GNU Lesser General Public License, and/or certain other open
+source licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
</license>
<url>
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/IPreferenceKeys.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/IPreferenceKeys.java 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/IPreferenceKeys.java 2009-12-09
00:49:57 UTC (rev 19128)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.jboss.ide.eclipse.as.ui;
Modified:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -11,6 +11,15 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+copyright=Copyright (c) 2009 JBoss by Red Hat and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.\n
+
# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
Modified:
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties
===================================================================
---
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -35,7 +35,7 @@
http\://www.eclipse.org/legal/epl-v10.html\n\
\n\
Contributors\:\n\
- JBoss by Red Hat - Initial implementation.\n
+JBoss by Red Hat - Initial implementation.\n
############### end of copyright property ####################################
# "licenseURL" property - URL of the "Feature License"
Modified:
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -12,6 +12,15 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+copyright=Copyright (c) 2008-2009 JBoss by Red Hat and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.
+
# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
Modified:
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.properties
===================================================================
---
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -12,6 +12,15 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+copyright=Copyright (c) 2008-2009 JBoss by Red Hat and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.
+
# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
Modified:
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.xml
===================================================================
---
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.xml 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.sdk.feature/feature.xml 2009-12-09
00:49:57 UTC (rev 19128)
@@ -11,10 +11,7 @@
</description>
<copyright>
- JBoss, Home of Professional Open Source
-Copyright 2006-2009, JBoss by Red Hat, and individual contributors as indicated
-by the @authors tag. See the copyright.txt in the distribution
-for a full listing of individual contributors.
+ %copyright
</copyright>
<license url="%licenseURL">
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties
===================================================================
---
trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -29,3 +29,8 @@
description=Hibernate Tools Eclipse Plugin provides development wizards,\n\
a query console and a mapping editor for Hibernate 3.\n\
Also includes hibernate-tools.jar for use with standalone Ant tools.
+
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright JBoss by Red Hat, and individual contributors as indicated \
+by the @authors tag, 2006-2009. See the copyright.txt in the distribution \
+for a full listing of individual contributors.
\ No newline at end of file
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml 2009-12-09
00:23:56 UTC (rev 19127)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml 2009-12-09
00:49:57 UTC (rev 19128)
@@ -10,6 +10,10 @@
%description
</description>
+ <copyright>
+ %copyright
+ </copyright>
+
<license url="license.html">
Red Hat, Inc. licenses these features and plugins to you under certain open source
licenses (or aggregations of such licenses), which in a particular case may include the
Eclipse Public License, the GNU Lesser General Public License, and/or certain other open
source licenses. For precise licensing details, consult the corresponding source code, or
contact Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.
</license>
Modified:
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -11,7 +11,7 @@
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
-
+copyright=Copyright 2009 Red Hat, Inc.
# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -11,7 +11,7 @@
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
-
+copyright=Copyright 2009 Red Hat, Inc.
# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
Modified:
trunk/maven/features/org.jboss.tools.maven.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/maven/features/org.jboss.tools.maven.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/maven/features/org.jboss.tools.maven.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -11,6 +11,16 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# "copyright" property - text of the "Feature Update Copyright"
+
+copyright=Copyright (c) 2009 JBoss by Red Hat and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\n\
+JBoss by Red Hat - Initial implementation.\n
+ ############### end of copyright property ####################################
+
# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
Modified:
trunk/maven/features/org.jboss.tools.maven.seam.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/maven/features/org.jboss.tools.maven.seam.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:23:56 UTC (rev 19127)
+++
trunk/maven/features/org.jboss.tools.maven.seam.feature/sourceTemplateFeature/feature.properties 2009-12-09
00:49:57 UTC (rev 19128)
@@ -11,6 +11,16 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2009 JBoss by Red Hat and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\n\
+JBoss by Red Hat - Initial implementation.
+ ############### end of copyright property ####################################
+
+
# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"