Verified Commit 755fcdd3 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Remove old headers

parent 47ec720b
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
copyright (c) 2017-2018 barcelona supercomputing center
                        centro nacional de supercomputacion
all rights reserved.
Copyright (C) 2017-2018 Barcelona Supercomputing Center
                        Centro Nacional de Supercomputacion
All rights reserved.

this file is part of the norns data scheduler, a service that allows
This file is part of the NORNS Data Scheduler, a service that allows
other programs to start, track and manage asynchronous transfers of
data resources transfers requests between different storage backends.

see authors file in the top level directory for information
See AUTHORS file in the top level directory for information
regarding developers and contributors.

the norns data scheduler 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.
The NORNS Data Scheduler 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.

the norns data scheduler 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.
The NORNS Data Scheduler 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 the norns data scheduler.  if not, see
You should have received a copy of the GNU Lesser General
Public License along with the NORNS Data Scheduler.  If not, see
<http://www.gnu.org/licenses/>.
+0 −28
Original line number Diff line number Diff line
#!/bin/bash

##########################################################################
#  Copyright (C) 2017-2018 Barcelona Supercomputing Center               #
#                          Centro Nacional de Supercomputacion           #
#  All rights reserved.                                                  #
#                                                                        #
#  This file is part of the NORNS Data Scheduler, a service that allows  #
#  other programs to start, track and manage asynchronous transfers of   #
#  data resources transfers requests between different storage backends. #
#                                                                        #
#  See AUTHORS file in the top level directory for information           #
#  regarding developers and contributors.                                #
#                                                                        #
#  The NORNS Data Scheduler 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.      #
#                                                                        #
#  The NORNS Data Scheduler 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 the NORNS Data Scheduler.  If not, see      #
#  <http://www.gnu.org/licenses/>.                                       #
##########################################################################


autoreconf --install
+0 −28
Original line number Diff line number Diff line
##########################################################################
#  Copyright (C) 2017-2018 Barcelona Supercomputing Center               #
#                          Centro Nacional de Supercomputacion           #
#  All rights reserved.                                                  #
#                                                                        #
#  This file is part of the NORNS Data Scheduler, a service that allows  #
#  other programs to start, track and manage asynchronous transfers of   #
#  data resources transfers requests between different storage backends. #
#                                                                        #
#  See AUTHORS file in the top level directory for information           #
#  regarding developers and contributors.                                #
#                                                                        #
#  The NORNS Data Scheduler 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.      #
#                                                                        #
#  The NORNS Data Scheduler 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 the NORNS Data Scheduler.  If not, see      #
#  <http://www.gnu.org/licenses/>.                                       #
##########################################################################


################################################################################
# Perform autoconf-style variable substitution.
# Fully expands autoconf variables that depend on other autoconf variables.
+0 −27
Original line number Diff line number Diff line
.\"*************************************************************************
.\"  Copyright (C) 2017-2018 Barcelona Supercomputing Center               *
.\"                          Centro Nacional de Supercomputacion           *
.\"  All rights reserved.                                                  *
.\"                                                                        *
.\"  This file is part of the NORNS Data Scheduler, a service that allows  *
.\"  other programs to start, track and manage asynchronous transfers of   *
.\"  data resources transfers requests between different storage backends. *
.\"                                                                        *
.\"  See AUTHORS file in the top level directory for information           *
.\"  regarding developers and contributors.                                *
.\"                                                                        *
.\"  The NORNS Data Scheduler 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.      *
.\"                                                                        *
.\"  The NORNS Data Scheduler 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 the NORNS Data Scheduler.  If not, see      *
.\"  <http://www.gnu.org/licenses/>.                                       *
.\"*************************************************************************

.TH norns.conf 5 "@NORNS_DATE@" "@NORNS_ALIAS@" "NORNS Data Scheduler"

.SH NAME
+0 −27
Original line number Diff line number Diff line
.\"*************************************************************************
.\"  Copyright (C) 2017-2018 Barcelona Supercomputing Center               *
.\"                          Centro Nacional de Supercomputacion           *
.\"  All rights reserved.                                                  *
.\"                                                                        *
.\"  This file is part of the NORNS Data Scheduler, a service that allows  *
.\"  other programs to start, track and manage asynchronous transfers of   *
.\"  data resources transfers requests between different storage backends. *
.\"                                                                        *
.\"  See AUTHORS file in the top level directory for information           *
.\"  regarding developers and contributors.                                *
.\"                                                                        *
.\"  The NORNS Data Scheduler 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.      *
.\"                                                                        *
.\"  The NORNS Data Scheduler 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 the NORNS Data Scheduler.  If not, see      *
.\"  <http://www.gnu.org/licenses/>.                                       *
.\"*************************************************************************

.TH URD 8 "@NORNS_DATE@" "@NORNS_ALIAS@" "NORNS Data Scheduler"

.SH NAME