Loading LICENSE_HEADER +24 −26 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/>. * *************************************************************************/ 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/>. Makefile.am +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/>. # ########################################################################## ACLOCAL_AMFLAGS = -I m4 SUBDIRS = etc lib include examples src doc Loading configure.ac +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/>. # ########################################################################## AC_INIT(m4_esyscmd_s([awk -F ':[ \t]+' '$1 ~ /^ *Name$/ {gsub(" ", "", $2); print $2; exit}' ./META ]), m4_esyscmd_s([awk -F ':[ \t]+' '$1 ~ /^ *Version$/ {gsub(" ", "", $2); print $2; exit}' ./META ]), m4_esyscmd_s([awk -F ':[ \t]+' '$1 ~ /^ *Bugs$/ {gsub(" ", "", $2); print $2; exit}' ./META ]), Loading doc/Makefile.am +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 $(top_srcdir)/config/Make-inc.mk man5_MANS = \ Loading etc/Makefile.am +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 $(top_srcdir)/config/Make-inc.mk ETC_FILES=norns.service norns.conf Loading Loading
LICENSE_HEADER +24 −26 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/>. * *************************************************************************/ 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/>.
Makefile.am +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/>. # ########################################################################## ACLOCAL_AMFLAGS = -I m4 SUBDIRS = etc lib include examples src doc Loading
configure.ac +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/>. # ########################################################################## AC_INIT(m4_esyscmd_s([awk -F ':[ \t]+' '$1 ~ /^ *Name$/ {gsub(" ", "", $2); print $2; exit}' ./META ]), m4_esyscmd_s([awk -F ':[ \t]+' '$1 ~ /^ *Version$/ {gsub(" ", "", $2); print $2; exit}' ./META ]), m4_esyscmd_s([awk -F ':[ \t]+' '$1 ~ /^ *Bugs$/ {gsub(" ", "", $2); print $2; exit}' ./META ]), Loading
doc/Makefile.am +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 $(top_srcdir)/config/Make-inc.mk man5_MANS = \ Loading
etc/Makefile.am +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 $(top_srcdir)/config/Make-inc.mk ETC_FILES=norns.service norns.conf Loading