Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cloudooo
Commits
fb311b01
Commit
fb311b01
authored
May 06, 2020
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Plain Diff
Switch Cloudooo to GPLv3 + wide exception for Free Software
See merge request
!24
parents
67e233f2
116ed766
Changes
75
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
1653 additions
and
805 deletions
+1653
-805
COPYING
COPYING
+702
-0
cloudooo/file.py
cloudooo/file.py
+13
-11
cloudooo/handler/ffmpeg/handler.py
cloudooo/handler/ffmpeg/handler.py
+13
-11
cloudooo/handler/ffmpeg/tests/testFfmpegAllAudioFormat.py
cloudooo/handler/ffmpeg/tests/testFfmpegAllAudioFormat.py
+13
-11
cloudooo/handler/ffmpeg/tests/testFfmpegAllVideoFormat.py
cloudooo/handler/ffmpeg/tests/testFfmpegAllVideoFormat.py
+13
-11
cloudooo/handler/ffmpeg/tests/testFfmpegHandler.py
cloudooo/handler/ffmpeg/tests/testFfmpegHandler.py
+13
-11
cloudooo/handler/ffmpeg/tests/testFfmpegInterface.py
cloudooo/handler/ffmpeg/tests/testFfmpegInterface.py
+13
-11
cloudooo/handler/ffmpeg/tests/testFfmpegServer.py
cloudooo/handler/ffmpeg/tests/testFfmpegServer.py
+13
-11
cloudooo/handler/imagemagick/handler.py
cloudooo/handler/imagemagick/handler.py
+13
-11
cloudooo/handler/imagemagick/tests/testImagemagickHandler.py
cloudooo/handler/imagemagick/tests/testImagemagickHandler.py
+13
-11
cloudooo/handler/imagemagick/tests/testImagemagickServer.py
cloudooo/handler/imagemagick/tests/testImagemagickServer.py
+13
-11
cloudooo/handler/ooo/application/application.py
cloudooo/handler/ooo/application/application.py
+13
-11
cloudooo/handler/ooo/application/openoffice.py
cloudooo/handler/ooo/application/openoffice.py
+13
-11
cloudooo/handler/ooo/document.py
cloudooo/handler/ooo/document.py
+13
-11
cloudooo/handler/ooo/filter.py
cloudooo/handler/ooo/filter.py
+13
-11
cloudooo/handler/ooo/granulator.py
cloudooo/handler/ooo/granulator.py
+13
-11
cloudooo/handler/ooo/handler.py
cloudooo/handler/ooo/handler.py
+13
-11
cloudooo/handler/ooo/helper/unoconverter.py
cloudooo/handler/ooo/helper/unoconverter.py
+13
-11
cloudooo/handler/ooo/helper/unomimemapper.py
cloudooo/handler/ooo/helper/unomimemapper.py
+13
-11
cloudooo/handler/ooo/mimemapper.py
cloudooo/handler/ooo/mimemapper.py
+13
-11
cloudooo/handler/ooo/monitor/memory.py
cloudooo/handler/ooo/monitor/memory.py
+13
-11
cloudooo/handler/ooo/monitor/monitor.py
cloudooo/handler/ooo/monitor/monitor.py
+13
-11
cloudooo/handler/ooo/monitor/request.py
cloudooo/handler/ooo/monitor/request.py
+13
-11
cloudooo/handler/ooo/monitor/sleeping_time.py
cloudooo/handler/ooo/monitor/sleeping_time.py
+13
-11
cloudooo/handler/ooo/monitor/timeout.py
cloudooo/handler/ooo/monitor/timeout.py
+13
-11
cloudooo/handler/ooo/tests/HighTestLoad.py
cloudooo/handler/ooo/tests/HighTestLoad.py
+13
-11
cloudooo/handler/ooo/tests/HighTestLoadGranulate.py
cloudooo/handler/ooo/tests/HighTestLoadGranulate.py
+13
-11
cloudooo/handler/ooo/tests/testOooAllFormat.py
cloudooo/handler/ooo/tests/testOooAllFormat.py
+13
-11
cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py
...oo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py
+13
-11
cloudooo/handler/ooo/tests/testOooApplication.py
cloudooo/handler/ooo/tests/testOooApplication.py
+13
-11
cloudooo/handler/ooo/tests/testOooFileSystemDocument.py
cloudooo/handler/ooo/tests/testOooFileSystemDocument.py
+13
-11
cloudooo/handler/ooo/tests/testOooFilter.py
cloudooo/handler/ooo/tests/testOooFilter.py
+13
-11
cloudooo/handler/ooo/tests/testOooGranulator.py
cloudooo/handler/ooo/tests/testOooGranulator.py
+13
-11
cloudooo/handler/ooo/tests/testOooHandler.py
cloudooo/handler/ooo/tests/testOooHandler.py
+13
-11
cloudooo/handler/ooo/tests/testOooHighLoad.py
cloudooo/handler/ooo/tests/testOooHighLoad.py
+13
-11
cloudooo/handler/ooo/tests/testOooInterface.py
cloudooo/handler/ooo/tests/testOooInterface.py
+13
-11
cloudooo/handler/ooo/tests/testOooLegacyInterface.py
cloudooo/handler/ooo/tests/testOooLegacyInterface.py
+13
-11
cloudooo/handler/ooo/tests/testOooMimemapper.py
cloudooo/handler/ooo/tests/testOooMimemapper.py
+13
-11
cloudooo/handler/ooo/tests/testOooMonitorInit.py
cloudooo/handler/ooo/tests/testOooMonitorInit.py
+13
-11
cloudooo/handler/ooo/tests/testOooMonitorMemory.py
cloudooo/handler/ooo/tests/testOooMonitorMemory.py
+13
-11
cloudooo/handler/ooo/tests/testOooMonitorRequest.py
cloudooo/handler/ooo/tests/testOooMonitorRequest.py
+13
-11
cloudooo/handler/ooo/tests/testOooMonitorTimeout.py
cloudooo/handler/ooo/tests/testOooMonitorTimeout.py
+13
-11
cloudooo/handler/ooo/tests/testOooOdfDocument.py
cloudooo/handler/ooo/tests/testOooOdfDocument.py
+13
-11
cloudooo/handler/ooo/tests/testOooOpenOffice.py
cloudooo/handler/ooo/tests/testOooOpenOffice.py
+13
-11
cloudooo/handler/ooo/tests/testOooServer.py
cloudooo/handler/ooo/tests/testOooServer.py
+13
-11
cloudooo/handler/ooo/tests/testOooUnoConverter.py
cloudooo/handler/ooo/tests/testOooUnoConverter.py
+13
-11
cloudooo/handler/ooo/tests/testOooUnoMimemapper.py
cloudooo/handler/ooo/tests/testOooUnoMimemapper.py
+13
-11
cloudooo/handler/ooo/tests/testOooUtil.py
cloudooo/handler/ooo/tests/testOooUtil.py
+13
-11
cloudooo/handler/ooo/util.py
cloudooo/handler/ooo/util.py
+13
-11
cloudooo/handler/pdf/handler.py
cloudooo/handler/pdf/handler.py
+13
-11
cloudooo/handler/pdf/tests/testPdfHandler.py
cloudooo/handler/pdf/tests/testPdfHandler.py
+13
-11
cloudooo/handler/pdf/tests/testPdfServer.py
cloudooo/handler/pdf/tests/testPdfServer.py
+13
-11
cloudooo/handler/wkhtmltopdf/handler.py
cloudooo/handler/wkhtmltopdf/handler.py
+13
-11
cloudooo/handler/wkhtmltopdf/tests/testWkhtmltopdfHandler.py
cloudooo/handler/wkhtmltopdf/tests/testWkhtmltopdfHandler.py
+13
-11
cloudooo/handler/wkhtmltopdf/tests/testWkhtmltopdfServer.py
cloudooo/handler/wkhtmltopdf/tests/testWkhtmltopdfServer.py
+13
-11
cloudooo/handler/x2t/handler.py
cloudooo/handler/x2t/handler.py
+13
-11
cloudooo/handler/x2t/tests/testX2tHandler.py
cloudooo/handler/x2t/tests/testX2tHandler.py
+13
-11
cloudooo/handler/x2t/tests/testX2tServer.py
cloudooo/handler/x2t/tests/testX2tServer.py
+13
-11
cloudooo/interfaces/application.py
cloudooo/interfaces/application.py
+13
-11
cloudooo/interfaces/file.py
cloudooo/interfaces/file.py
+13
-11
cloudooo/interfaces/filter.py
cloudooo/interfaces/filter.py
+13
-11
cloudooo/interfaces/granulate.py
cloudooo/interfaces/granulate.py
+13
-11
cloudooo/interfaces/handler.py
cloudooo/interfaces/handler.py
+13
-11
cloudooo/interfaces/lockable.py
cloudooo/interfaces/lockable.py
+13
-11
cloudooo/interfaces/manager.py
cloudooo/interfaces/manager.py
+13
-11
cloudooo/interfaces/mimemapper.py
cloudooo/interfaces/mimemapper.py
+13
-11
cloudooo/interfaces/monitor.py
cloudooo/interfaces/monitor.py
+13
-11
cloudooo/manager.py
cloudooo/manager.py
+13
-11
cloudooo/paster_application.py
cloudooo/paster_application.py
+13
-11
cloudooo/sample/rubyclient.rb
cloudooo/sample/rubyclient.rb
+14
-12
cloudooo/tests/cloudoooTestCase.py
cloudooo/tests/cloudoooTestCase.py
+13
-11
cloudooo/tests/handlerTestCase.py
cloudooo/tests/handlerTestCase.py
+13
-11
cloudooo/tests/runTestSuite.py
cloudooo/tests/runTestSuite.py
+13
-11
cloudooo/util.py
cloudooo/util.py
+13
-11
setup.py
setup.py
+1
-1
No files found.
COPYING
0 → 100644
View file @
fb311b01
This diff is collapsed.
Click to expand it.
cloudooo/file.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ffmpeg/handler.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ffmpeg/tests/testFfmpegAllAudioFormat.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ffmpeg/tests/testFfmpegAllVideoFormat.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ffmpeg/tests/testFfmpegHandler.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ffmpeg/tests/testFfmpegInterface.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ffmpeg/tests/testFfmpegServer.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/imagemagick/handler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/imagemagick/tests/testImagemagickHandler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/imagemagick/tests/testImagemagickServer.py
View file @
fb311b01
...
@@ -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 2
# 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
os.path
import
join
from
os.path
import
join
...
...
cloudooo/handler/ooo/application/application.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/application/openoffice.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/document.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/filter.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/granulator.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/handler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/helper/unoconverter.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/helper/unomimemapper.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/mimemapper.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/monitor/memory.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/monitor/monitor.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/monitor/request.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/monitor/sleeping_time.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/monitor/timeout.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/HighTestLoad.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/HighTestLoadGranulate.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooAllFormat.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooApplication.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooFileSystemDocument.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooFilter.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooGranulator.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooHandler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooHighLoad.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooInterface.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooLegacyInterface.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooMimemapper.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooMonitorInit.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooMonitorMemory.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooMonitorRequest.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooMonitorTimeout.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooOdfDocument.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooOpenOffice.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooServer.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooUnoConverter.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooUnoMimemapper.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/tests/testOooUtil.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/ooo/util.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/pdf/handler.py
View file @
fb311b01
...
@@ -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 2
# 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
io
import
io
...
...
cloudooo/handler/pdf/tests/testPdfHandler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/pdf/tests/testPdfServer.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/wkhtmltopdf/handler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/wkhtmltopdf/tests/testWkhtmltopdfHandler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/wkhtmltopdf/tests/testWkhtmltopdfServer.py
View file @
fb311b01
...
@@ -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 2
# 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
os.path
import
join
from
os.path
import
join
...
...
cloudooo/handler/x2t/handler.py
View file @
fb311b01
...
@@ -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 2
# 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
xml.etree
import
ElementTree
from
xml.etree
import
ElementTree
...
...
cloudooo/handler/x2t/tests/testX2tHandler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/handler/x2t/tests/testX2tServer.py
View file @
fb311b01
...
@@ -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 2
# 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
os.path
import
join
from
os.path
import
join
...
...
cloudooo/interfaces/application.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/file.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/filter.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/granulate.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/handler.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/lockable.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/manager.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/mimemapper.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/interfaces/monitor.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/manager.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/paster_application.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/sample/rubyclient.rb
View file @
fb311b01
##############################################################################
##############################################################################
#
#
# Copyright (c) 2009-2010 Nexedi SA
RL
and Contributors. All Rights Reserved.
# Copyright (c) 2009-2010 Nexedi SA and Contributors. All Rights Reserved.
# Gabriel M. Monnerat <gabriel@tiolive.com>
# Gabriel M. Monnerat <gabriel@tiolive.com>
#
#
# WARNING: This program as such is intended to be used by professional
# WARNING: This program as such is intended to be used by professional
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/tests/cloudoooTestCase.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/tests/handlerTestCase.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/tests/runTestSuite.py
View file @
fb311b01
...
@@ -10,19 +10,21 @@
...
@@ -10,19 +10,21 @@
# garantees and support are strongly adviced to contract a Free Software
# garantees 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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
cloudooo/util.py
View file @
fb311b01
...
@@ -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 2
# 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.
#
#
##############################################################################
##############################################################################
...
...
setup.py
View file @
fb311b01
...
@@ -37,7 +37,7 @@ setup(name='cloudooo',
...
@@ -37,7 +37,7 @@ setup(name='cloudooo',
author
=
'Gabriel M. Monnerat'
,
author
=
'Gabriel M. Monnerat'
,
author_email
=
'gabriel@tiolive.com'
,
author_email
=
'gabriel@tiolive.com'
,
url
=
'http://git.erp5.org/gitweb/cloudooo.git'
,
url
=
'http://git.erp5.org/gitweb/cloudooo.git'
,
license
=
'GPLv3'
,
license
=
'GPLv3
+ with wide exception for FOSS
'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
include_package_data
=
True
,
include_package_data
=
True
,
zip_safe
=
False
,
zip_safe
=
False
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment