Skip to content

Commit

Permalink
adding a license template for nb (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
tulinkry authored and Vladimir Kotal committed Apr 11, 2017
1 parent 854aa8d commit 84ba864
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions nbproject/licenseheader.txt
@@ -0,0 +1,22 @@
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific
* language governing permissions and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at LICENSE.txt.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/

/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
*/
1 change: 1 addition & 0 deletions nbproject/project.properties
Expand Up @@ -11,6 +11,7 @@ build.sysclasspath=ignore
manifest.custom.application.library.allowable.codebase=
# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts.
manifest.custom.caller.allowable.codebase=
project.licensePath=./nbproject/licenseheader.txt
src.generatedsrc.dir=generatedsrc
file.reference.lucene-core.jar=lib/${lucene-core.jar}
dist.war=${dist.dir}/source.war
Expand Down

0 comments on commit 84ba864

Please sign in to comment.