diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000000000000000000000000000000000000..5d19919bedea056cd7f002afe57a5f55b5135039 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,2 @@ +Copytight © 2011-2012 Smartjog S.A. +Copyright © 2011-2012 Sébastien Luttringer diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE diff --git a/bin/is b/bin/is index 9ec7b2a315af1202252997ca0b1226fabcda2c7c..6c94cf8624124fb2f0cb57feef9d43bc98522cd8 100755 --- a/bin/is +++ b/bin/is @@ -1,7 +1,24 @@ #!/usr/bin/python # -*- python -*- # -*- coding: utf-8 -*- -# Started 30/06/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' InstallSystems Command line Tool diff --git a/installsystems/__init__.py b/installsystems/__init__.py index 7c9dc7c46d379f2c358e05a9e5dbcd4ea33d56d6..aa51e8d2df37a17e4e3d8f3e8e4bec711ae842be 100644 --- a/installsystems/__init__.py +++ b/installsystems/__init__.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 10/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' InstallSystems module diff --git a/installsystems/config.py b/installsystems/config.py index 0bfe8e6a051c9e35c5b85605f1f815b74be7dfff..d3a864cdf40dd1e808c235ad8dcd8fe1d7b8531d 100644 --- a/installsystems/config.py +++ b/installsystems/config.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 30/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' InstallSystems Configuration files class diff --git a/installsystems/database.py b/installsystems/database.py index df8df8bc6b7d4772ceddacc2208e24616c54d6fc..6b8632591232f7fd8f96e67563101f1a0f04ef45 100644 --- a/installsystems/database.py +++ b/installsystems/database.py @@ -1,6 +1,24 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 24/05/2011 by Seblu +# +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + ''' Database stuff diff --git a/installsystems/image.py b/installsystems/image.py index 50a9729422696ad7254510f3eaa4d7af6d0569f8..3d23eb040f44f5249100542c8b63025ec11e8d89 100644 --- a/installsystems/image.py +++ b/installsystems/image.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 10/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' Image stuff diff --git a/installsystems/printer.py b/installsystems/printer.py index ced603ed75ed96698877d2d45e73a05aba929da8..c87534445f3d416ffe8a0055f7386cb948907d31 100644 --- a/installsystems/printer.py +++ b/installsystems/printer.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 10/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' Install Systems Printer module diff --git a/installsystems/repository.py b/installsystems/repository.py index 301948492da8acc130eb76993f57a0aa18784c76..8ed00ac496c4aeb6c7d62e1a2873cfe22d4ef4b2 100644 --- a/installsystems/repository.py +++ b/installsystems/repository.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 10/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' Repository stuff diff --git a/installsystems/tarball.py b/installsystems/tarball.py index 3af679c2f7eefc8d4e25c54f295564dad11f87ea..4f1d3831b78d0569ab7277eda5074ce905068646 100644 --- a/installsystems/tarball.py +++ b/installsystems/tarball.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 17/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' Tarball wrapper diff --git a/installsystems/template.py b/installsystems/template.py index 06ce72d22d63faa9d560f00e6492434cbbe4d4a3..59f28a4c277711e788eac0a2f0455d116e257461 100644 --- a/installsystems/template.py +++ b/installsystems/template.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 12/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. description = u"""[image] name = %(name)s diff --git a/installsystems/tools.py b/installsystems/tools.py index 55817c0ac5de88296751b48e9d8c15c4f207c88d..660a6dbacbd502da8ab263e6b1a33c2b40dc1864 100644 --- a/installsystems/tools.py +++ b/installsystems/tools.py @@ -1,6 +1,23 @@ # -*- python -*- # -*- coding: utf-8 -*- -# Started 26/05/2011 by Seblu + +# Installsystems - Python installation framework +# Copyright © 2011-2012 Smartjog S.A +# Copyright © 2011-2012 Sébastien Luttringer +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ''' InstallSystems Generic Tools Library