Adam Stevko
2013-07-25 cd9a16b7259c9dbca4d3ea45cc3c3d36d5d8f2f8
Introduce illumos CDDL license templates
2 files added
36 ■■■■■ changed files
transforms/copyright-template 13 ●●●●● patch | view | raw | blame | history
transforms/manifest-metadata-template 23 ●●●●● patch | view | raw | blame | history
transforms/copyright-template
New file
@@ -0,0 +1,13 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2013 <contributor>. All rights reserved.
#
transforms/manifest-metadata-template
New file
@@ -0,0 +1,23 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2013 <contributor>. All rights reserved.
#
set name=pkg.fmri value=pkg:/$(IPS_PKG_NAME)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="XXX Summary XXX"
set name=info.classification value="org.opensolaris.category.2008:XXX Classification XXX"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COPYRIGHT_FILE) license='$(COPYRIGHTS)'