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 222690 - Add an example of the "license" property to the User.properties file
Summary: Add an example of the "license" property to the User.properties file
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-24 14:50 UTC by bdschubert
Modified: 2012-11-25 23:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bdschubert 2012-11-24 14:50:54 UTC
Setting the license property is an effective way to override the "Default License", but this feature is not promoted.  I suggest adding an example of the property setting to the User.properties file.  

Here is a suggested example for the default User.properties file:

#
# Here, or in other properties files in this directory, you can define 
# various properties that you want to make available to the template
# processor while creating various templates.

# uncomment the next line and specify your user name to be used in new templates
#user=Your Name <your.name at your.org>

# uncomment one of the license templates to be used for new source files.
#license=apache20
#license=bsd3
#license=cddl-netbeans-sun
#license=default
#license=epl10
#license=gpl20
#license=gpl30
#license=lgpl21