This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123603 - Style of comments in some Profiler files are not common
Summary: Style of comments in some Profiler files are not common
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-07 03:01 UTC by Rebecca Liu
Modified: 2008-03-25 10:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Liu 2007-12-07 03:01:17 UTC
profiler/modules/freeform/src/org/netbeans/modules/profiler/freeform/Bundle.properties
profiler/modules/j2ee/src/org/netbeans/modules/profiler/j2ee/Bundle.properties
profiler/modules/j2se/src/org/netbeans/modules/profiler/j2se/Bundle.properties
profiler/modules/main/src/org/netbeans/modules/profiler/ui/wizards/Bundle.properties
profiler/modules/main/src/org/netbeans/modules/profiler/Bundle.properties
profiler/modules/j2ee-tomcat/src/org/netbeans/modules/profiler/j2ee/tomcat/Bundle.properties
profiler/modules/nbmodule/src/org/netbeans/modules/profiler/nbmodule/Bundle.properties
profiler/modules/j2ee-weblogic/src/org/netbeans/modules/profiler/j2ee/weblogic/Bundle.properties
profiler/modules/j2ee-jboss/src/org/netbeans/modules/profiler/j2ee/jboss/Bundle.properties
profiler/modules/j2ee-sunas/src/org/netbeans/modules/profiler/j2ee/sunas/Bundle.properties

The above files contain such style of comments:

#/*
# * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# *
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common
Development and Distribution License("CDDL") (collectively, the
"License"). You may not use this file except in compliance with the
License. You can obtain a copy of the License at
http://www.netbeans.org/cddl-gplv2.html
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
specific language governing permissions and limitations under the
License.  When distributing the software, include this License Header
Notice in each file and include the License file at
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
particular file as subject to the "Classpath" exception as provided
by Sun in the GPL Version 2 section of the License file that
accompanied this code. If applicable, add the following below the
License Header, with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"

Contributor(s):
# * The Original Software is NetBeans. The Initial Developer of the Original
Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
Microsystems, Inc. All Rights Reserved.

If you wish your version of this file to be governed by only the CDDL
or only the GPL Version 2, indicate your decision by adding
"[Contributor] elects to include this software in this distribution
under the [CDDL or GPL Version 2] license." If you do not indicate a
single choice of license, a recipient has the option to distribute
your version of this file under either the CDDL, the GPL Version 2 or
to extend the choice of license to its licensees as provided above.
However, if you add GPL Version 2 code and therefore, elected the GPL
Version 2 license, then the option applies only if the new code is
made subject to such option by the copyright holder.
# */
Comment 1 Masaki Katakai 2008-03-24 03:18:08 UTC
Will you fix in 6.1?

This kind of format error causes damage to our translation tool and community translation tool.
Comment 2 J Bachorik 2008-03-25 10:15:56 UTC
fixed

changeset:   75277:1101d30716c0
tag:         tip
user:        yardus@netbeans.org
date:        Tue Mar 25 10:15:05 2008 +0100
summary:     Updating licenses for Bundle.properties files in profiler. Fixes #123603