Marcel Telka
2022-07-06 9bf615098193d5ea2f1b9407a08fb59b8c5fff48
Align templates with prototypes from illumos-gate

7 files modified
57 ■■■■■ changed files
templates/ant.mk 9 ●●●●● patch | view | raw | blame | history
templates/cmake.mk 9 ●●●●● patch | view | raw | blame | history
templates/configure.mk 9 ●●●●● patch | view | raw | blame | history
templates/justmake.mk 9 ●●●●● patch | view | raw | blame | history
templates/python.mk 9 ●●●●● patch | view | raw | blame | history
templates/ruby.mk 9 ●●●●● patch | view | raw | blame | history
transforms/copyright-template 3 ●●●● patch | view | raw | blame | history
templates/ant.mk
@@ -1,15 +1,16 @@
#
# 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.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 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
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor name>
# Copyright 2022 <contributor>
#
BUILD_BITS=32
templates/cmake.mk
@@ -1,15 +1,16 @@
#
# 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.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 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
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor name>
# Copyright 2022 <contributor>
#
BUILD_BITS=64 # for binaries or 32_and_64 for libraries
templates/configure.mk
@@ -1,15 +1,16 @@
#
# 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.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 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
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor name>
# Copyright 2022 <contributor>
#
BUILD_BITS=64 # for binaries or 32_and_64 for libraries
templates/justmake.mk
@@ -1,15 +1,16 @@
#
# 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.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 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
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor name>
# Copyright 2022 <contributor>
#
BUILD_BITS=64 # for binaries or 32_and_64 for libraries
templates/python.mk
@@ -1,15 +1,16 @@
#
# 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.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 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
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor name>
# Copyright 2022 <contributor>
#
BUILD_BITS=NO_ARCH
templates/ruby.mk
@@ -1,15 +1,16 @@
#
# 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.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 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
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor name>
# Copyright 2022 <contributor>
#
BUILD_BITS=64
transforms/copyright-template
@@ -10,5 +10,6 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#