Commit b6d981fe authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

relicense using nxd-relicense

parent 53331088
This diff is collapsed.
############################################################################## ##############################################################################
# #
# Copyright (c) 2010-2013 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010-2013 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from setuptools import setup, find_packages from setuptools import setup, find_packages
...@@ -55,7 +57,7 @@ setup(name=name, ...@@ -55,7 +57,7 @@ setup(name=name,
maintainer_email="info@nexedi.com", maintainer_email="info@nexedi.com",
url="https://lab.nexedi.com/nexedi/slapos", url="https://lab.nexedi.com/nexedi/slapos",
keywords='slapos recipe', keywords='slapos recipe',
license='GPLv3', license='GPLv3+ with wide exception for FOSS',
namespace_packages=['slapos', 'slapos.recipe'], namespace_packages=['slapos', 'slapos.recipe'],
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from urlparse import urlparse from urlparse import urlparse
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -11,19 +11,21 @@ ...@@ -11,19 +11,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericSlapRecipe from slapos.recipe.librecipe import GenericSlapRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import shutil import shutil
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import shutil import shutil
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from __future__ import print_function from __future__ import print_function
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import subprocess import subprocess
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
# vim: set et sts=2: # vim: set et sts=2:
############################################################################## ##############################################################################
# #
# Copyright (c) 2015 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2015 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -10,19 +10,21 @@ ...@@ -10,19 +10,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
# vim: set et sts=2: # vim: set et sts=2:
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -10,19 +10,21 @@ ...@@ -10,19 +10,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import subprocess import subprocess
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import errno, os import errno, os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -8,19 +8,21 @@ ...@@ -8,19 +8,21 @@
# are looking for a ready-to-use solution with commercial guarantees and # are looking for a ready-to-use solution with commercial guarantees and
# support are strongly adviced to contract a Free Software Service Company # support are strongly adviced to contract a Free Software Service Company
# #
# This program is Free Software; you can redistribute it and/or modify it # This program is free software: you can Use, Study, Modify and Redistribute
# under the terms of the GNU General Public License as published by the Free # it under the terms of the GNU General Public License version 3, or (at your
# Software Foundation; either version 3 of the License, or (at your option) # option) any later version, as published by the Free Software Foundation.
# any later version.
# #
# This program is distributed in the hope that it will be useful, but WITHOUT # You can also Link and Combine this program with other software covered by
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # the terms of any of the Free Software licenses or any of the Open Source
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # Initiative approved licenses and Convey the resulting work. Corresponding
# more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License along with # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from six.moves import configparser from six.moves import configparser
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2016 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2016 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from functools import cmp_to_key from functools import cmp_to_key
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import json import json
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe, GenericSlapRecipe from slapos.recipe.librecipe import GenericBaseRecipe, GenericSlapRecipe
......
/***************************************************************************** /*****************************************************************************
* *
* Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. * Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
* *
* WARNING: This program as such is intended to be used by professional * WARNING: This program as such is intended to be used by professional
* programmers who take the whole responsibility of assessing all potential * programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
* guarantees and support are strongly adviced to contract a Free Software * guarantees and support are strongly adviced to contract a Free Software
* Service Company * Service Company
* *
* This program is Free Software; you can redistribute it and/or * This program is free software: you can Use, Study, Modify and Redistribute
* modify it under the terms of the GNU General Public License * it under the terms of the GNU General Public License version 3, or (at your
* as published by the Free Software Foundation; either version 3 * option) any later version, as published by the Free Software Foundation.
* of the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * You can also Link and Combine this program with other software covered by
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the terms of any of the Free Software licenses or any of the Open Source
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * Initiative approved licenses and Convey the resulting work. Corresponding
* GNU General Public License for more details. * source of such a combination shall include the source code for all other
* software used.
* *
* You should have received a copy of the GNU General Public License * This program is distributed WITHOUT ANY WARRANTY; without even the implied
* along with this program; if not, write to the Free Software * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* See COPYING file for full licensing terms.
* See https://www.nexedi.com/licensing for rationale and options.
* *
*****************************************************************************/ *****************************************************************************/
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2013 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2013 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import logging import logging
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from __future__ import print_function from __future__ import print_function
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# vim: set et sts=2: # vim: set et sts=2:
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -11,19 +11,21 @@ ...@@ -11,19 +11,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import errno import errno
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos import slap from slapos import slap
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012-2013 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012-2013 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import BaseSlapRecipe from slapos.recipe.librecipe import BaseSlapRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2018 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2018 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import re import re
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from __future__ import print_function from __future__ import print_function
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import zc.buildout import zc.buildout
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2016 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2016 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import subprocess import subprocess
......
# vim: set et sts=2: # vim: set et sts=2:
############################################################################## ##############################################################################
# #
# Copyright (c) 2013 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2013 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -10,19 +10,21 @@ ...@@ -10,19 +10,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import logging import logging
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import operator import operator
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import sys import sys
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import json import json
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2014 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2014 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly advised to contract a Free Software # guarantees and support are strongly advised to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -10,19 +10,21 @@ ...@@ -10,19 +10,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2012 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
import os import os
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import BaseSlapRecipe from slapos.recipe.librecipe import BaseSlapRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2013 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2013 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2011 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2011 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from slapos.recipe.librecipe import GenericBaseRecipe from slapos.recipe.librecipe import GenericBaseRecipe
......
############################################################################## ##############################################################################
# #
# Copyright (c) 2010 Vifib SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from setuptools import setup, find_packages from setuptools import setup, find_packages
......
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly advised to contract a Free Software # guarantees and support are strongly advised to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from setuptools import setup, find_packages from setuptools import setup, find_packages
......
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly advised to contract a Free Software # guarantees and support are strongly advised to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from setuptools import setup, find_packages from setuptools import setup, find_packages
......
...@@ -10,19 +10,21 @@ ...@@ -10,19 +10,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
...@@ -9,19 +9,21 @@ ...@@ -9,19 +9,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
from setuptools import setup, find_packages from setuptools import setup, find_packages
......
...@@ -10,19 +10,21 @@ ...@@ -10,19 +10,21 @@
# guarantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is free software: you can Use, Study, Modify and Redistribute
# modify it under the terms of the GNU General Public License # it under the terms of the GNU General Public License version 3, or (at your
# as published by the Free Software Foundation; either version 3 # option) any later version, as published by the Free Software Foundation.
# of the License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # You can also Link and Combine this program with other software covered by
# but WITHOUT ANY WARRANTY; without even the implied warranty of # the terms of any of the Free Software licenses or any of the Open Source
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Initiative approved licenses and Convey the resulting work. Corresponding
# GNU General Public License for more details. # source of such a combination shall include the source code for all other
# software used.
# #
# You should have received a copy of the GNU General Public License # This program is distributed WITHOUT ANY WARRANTY; without even the implied
# along with this program; if not, write to the Free Software # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# #
############################################################################## ##############################################################################
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment