Verified Commit 47ec720b authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Remove old headers

parent 796d94cd
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
Copyright (C) 2017-2019 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 −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/>.                                       *
 *************************************************************************/

#ifndef __URD_FMT_HPP__
#define __URD_FMT_HPP__

+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/>.                                       *
 *************************************************************************/

#include <unistd.h>
#include <sys/types.h>
#include <boost/filesystem.hpp>