From 5039c7da2a293cc272a7d2cd8b370728dfcf2bea Mon Sep 17 00:00:00 2001 From: delageniere Date: Mon, 15 Jul 2019 11:38:07 +0200 Subject: [PATCH] add licence headr in creation sql scripts --- ispyb-ejb/db/IspybAutoProcAttachment.sql | 21 ++++++++++ ispyb-ejb/db/pyconfig.sql | 21 ++++++++++ ispyb-ejb/db/pydb.sql | 21 ++++++++++ ispyb-ejb/db/schemastatus.sql | 20 ++++++++++ .../Documentation/licence/header_licence.txt | 38 ++++++++++--------- 5 files changed, 103 insertions(+), 18 deletions(-) diff --git a/ispyb-ejb/db/IspybAutoProcAttachment.sql b/ispyb-ejb/db/IspybAutoProcAttachment.sql index 8ededcec7..8dcd90911 100644 --- a/ispyb-ejb/db/IspybAutoProcAttachment.sql +++ b/ispyb-ejb/db/IspybAutoProcAttachment.sql @@ -1,3 +1,24 @@ +/******************************************************************************* + * This file is part of ISPyB. + * + * ISPyB 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. + * + * ISPyB 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 ISPyB. If not, see . + * + * Contributors : S. Delageniere, R. Leal, L. Launer, K. Levik, S. Veyrier, + * P. Brenchereau, M. Bodin, A. De Maria Antolinos, O. Svensson, I. Karpics, + * A. Nardella, J. Lewis Muir, R. Fogh, D. Sanchez, I. Chado. + *********************************************************************************/ + -- phpMyAdmin SQL Dump -- version 4.6.6deb4 -- https://www.phpmyadmin.net/ diff --git a/ispyb-ejb/db/pyconfig.sql b/ispyb-ejb/db/pyconfig.sql index e3e4db709..ecfb550e3 100644 --- a/ispyb-ejb/db/pyconfig.sql +++ b/ispyb-ejb/db/pyconfig.sql @@ -1,3 +1,24 @@ +/******************************************************************************* + * This file is part of ISPyB. + * + * ISPyB 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. + * + * ISPyB 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 ISPyB. If not, see . + * + * Contributors : S. Delageniere, R. Leal, L. Launer, K. Levik, S. Veyrier, + * P. Brenchereau, M. Bodin, A. De Maria Antolinos, O. Svensson, I. Karpics, + * A. Nardella, J. Lewis Muir, R. Fogh, D. Sanchez, I. Chado. + *********************************************************************************/ + -- phpMyAdmin SQL Dump -- version 3.3.7deb7 -- http://www.phpmyadmin.net diff --git a/ispyb-ejb/db/pydb.sql b/ispyb-ejb/db/pydb.sql index 31a0d9bbc..5ebdef2ef 100644 --- a/ispyb-ejb/db/pydb.sql +++ b/ispyb-ejb/db/pydb.sql @@ -1,3 +1,24 @@ +/******************************************************************************* + * This file is part of ISPyB. + * + * ISPyB 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. + * + * ISPyB 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 ISPyB. If not, see . + * + * Contributors : S. Delageniere, R. Leal, L. Launer, K. Levik, S. Veyrier, + * P. Brenchereau, M. Bodin, A. De Maria Antolinos, O. Svensson, I. Karpics, + * A. Nardella, J. Lewis Muir, R. Fogh, D. Sanchez, I. Chado. + *********************************************************************************/ + SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; diff --git a/ispyb-ejb/db/schemastatus.sql b/ispyb-ejb/db/schemastatus.sql index 5d7051cb2..45c4e822d 100644 --- a/ispyb-ejb/db/schemastatus.sql +++ b/ispyb-ejb/db/schemastatus.sql @@ -1,3 +1,23 @@ +/******************************************************************************* + * This file is part of ISPyB. + * + * ISPyB 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. + * + * ISPyB 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 ISPyB. If not, see . + * + * Contributors : S. Delageniere, R. Leal, L. Launer, K. Levik, S. Veyrier, + * P. Brenchereau, M. Bodin, A. De Maria Antolinos, O. Svensson, I. Karpics, + * A. Nardella, J. Lewis Muir, R. Fogh, D. Sanchez, I. Chado. + *********************************************************************************/ -- -- Database: `pydb` version 5.14.3 diff --git a/ispyb-ui/Documentation/licence/header_licence.txt b/ispyb-ui/Documentation/licence/header_licence.txt index efb952849..6a7eb2f27 100644 --- a/ispyb-ui/Documentation/licence/header_licence.txt +++ b/ispyb-ui/Documentation/licence/header_licence.txt @@ -1,18 +1,20 @@ -#----------------------------------------------------------------------------------------------------------------------------------------------------------- -# This file is part of ISPyB. -# -# ISPyB 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. -# -# ISPyB 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 ISPyB. If not, see . -# -# Contributors : S. Delageniere, R. Leal, L. Launer, K. Levik, S. Veyrier, P. Brenchereau, M. Bodin, A. De Maria Antolinos -#------------------------------------------------------------------------------------------------------------------------------------------------------------ \ No newline at end of file +/******************************************************************************* + * This file is part of ISPyB. + * + * ISPyB 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. + * + * ISPyB 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 ISPyB. If not, see . + * + * Contributors : S. Delageniere, R. Leal, L. Launer, K. Levik, S. Veyrier, + * P. Brenchereau, M. Bodin, A. De Maria Antolinos, O. Svensson, I. Karpics, + * A. Nardella, J. Lewis Muir, R. Fogh, D. Sanchez, I. Chado. + *********************************************************************************/