From 9202ccbc971c258979b0c0eb962b372d3d7f5364 Mon Sep 17 00:00:00 2001 From: Victor Lopez Date: Tue, 21 Aug 2018 09:37:06 +0200 Subject: [PATCH] Add missing copyright headers --- m4/atomic_builtins.m4 | 29 +++++++++++++++++++++++++++++ m4/ax_check_dlb.m4 | 19 +++++++++++++++++++ m4/ax_check_extrae.m4 | 19 +++++++++++++++++++ m4/ax_check_host.m4 | 28 ++++++++++++++++++++++++++++ m4/ax_enable_task_callback.m4 | 29 +++++++++++++++++++++++++++++ 5 files changed, 124 insertions(+) diff --git a/m4/atomic_builtins.m4 b/m4/atomic_builtins.m4 index 176fb6045..ca0a96811 100644 --- a/m4/atomic_builtins.m4 +++ b/m4/atomic_builtins.m4 @@ -1,3 +1,32 @@ +##################################################################################### +# Copyright 2009-2018 Barcelona Supercomputing Center # +# # +# This file is part of the NANOS++ library. # +# # +# NANOS++ is free software: you can redistribute it and/or modify # +# it under the terms of the GNU Lesser General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# NANOS++ is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU Lesser General Public License for more details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with NANOS++. If not, see . # +##################################################################################### + +# +# SYNOPSIS +# +# AC_CHECK_GXX_NEW_ATOMIC_BUILTINS +# +# DESCRIPTION +# +# Check whether the new GCC atomic builtins are enabled +# + AC_DEFUN([AC_CHECK_GXX_NEW_ATOMIC_BUILTINS], [ new_gcc_builtins=no try_gcc_builtins=no diff --git a/m4/ax_check_dlb.m4 b/m4/ax_check_dlb.m4 index 5227b0a8c..2710827d9 100644 --- a/m4/ax_check_dlb.m4 +++ b/m4/ax_check_dlb.m4 @@ -1,3 +1,22 @@ +##################################################################################### +# Copyright 2009-2018 Barcelona Supercomputing Center # +# # +# This file is part of the NANOS++ library. # +# # +# NANOS++ is free software: you can redistribute it and/or modify # +# it under the terms of the GNU Lesser General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# NANOS++ is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU Lesser General Public License for more details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with NANOS++. If not, see . # +##################################################################################### + # # SYNOPSIS # diff --git a/m4/ax_check_extrae.m4 b/m4/ax_check_extrae.m4 index 91e7291ba..fe2b41204 100644 --- a/m4/ax_check_extrae.m4 +++ b/m4/ax_check_extrae.m4 @@ -1,3 +1,22 @@ +##################################################################################### +# Copyright 2009-2018 Barcelona Supercomputing Center # +# # +# This file is part of the NANOS++ library. # +# # +# NANOS++ is free software: you can redistribute it and/or modify # +# it under the terms of the GNU Lesser General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# NANOS++ is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU Lesser General Public License for more details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with NANOS++. If not, see . # +##################################################################################### + # # SYNOPSIS # diff --git a/m4/ax_check_host.m4 b/m4/ax_check_host.m4 index ea53ea89c..5cf010a4e 100644 --- a/m4/ax_check_host.m4 +++ b/m4/ax_check_host.m4 @@ -1,3 +1,31 @@ +##################################################################################### +# Copyright 2009-2018 Barcelona Supercomputing Center # +# # +# This file is part of the NANOS++ library. # +# # +# NANOS++ is free software: you can redistribute it and/or modify # +# it under the terms of the GNU Lesser General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# NANOS++ is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU Lesser General Public License for more details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with NANOS++. If not, see . # +##################################################################################### + +# +# SYNOPSIS +# +# AX_CHECK_HOST_ARCH +# +# DESCRIPTION +# +# Check host architechture +# AC_DEFUN([AX_CHECK_HOST_ARCH],[ AC_REQUIRE([AC_CANONICAL_SYSTEM]) diff --git a/m4/ax_enable_task_callback.m4 b/m4/ax_enable_task_callback.m4 index 246020ce6..d5f0b677b 100644 --- a/m4/ax_enable_task_callback.m4 +++ b/m4/ax_enable_task_callback.m4 @@ -1,3 +1,32 @@ +##################################################################################### +# Copyright 2009-2018 Barcelona Supercomputing Center # +# # +# This file is part of the NANOS++ library. # +# # +# NANOS++ is free software: you can redistribute it and/or modify # +# it under the terms of the GNU Lesser General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# NANOS++ is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU Lesser General Public License for more details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with NANOS++. If not, see . # +##################################################################################### + +# +# SYNOPSIS +# +# AX_ENABLE_TASK_CALLBACK +# +# DESCRIPTION +# +# Check whether to enable task callback feature +# + AC_DEFUN([AX_ENABLE_TASK_CALLBACK], [ AC_ARG_ENABLE([task-callback], -- GitLab