From 98fd0e53e09cfa15d48fd6338ab0d0ebe1234bae Mon Sep 17 00:00:00 2001 From: Ramon Bartl Date: Wed, 3 Jan 2024 21:45:01 +0100 Subject: [PATCH] Added license --- docs/About.rst | 16 ++++++++++++++++ travis.cfg | 27 --------------------------- 2 files changed, 16 insertions(+), 27 deletions(-) delete mode 100644 travis.cfg diff --git a/docs/About.rst b/docs/About.rst index 4961ad4..b362d44 100644 --- a/docs/About.rst +++ b/docs/About.rst @@ -33,3 +33,19 @@ When viewing the contents of a databox, the database query is executed and the results are shown in a table listing with the configured columns. Each databox can be directly exported as CSV or Excel. + + +License +======= + +**SENAITE.LIMS** Copyright (C) `RIDING BYTES `_ & `NARALABS `_ + +This program is free software; you can redistribute it and/or modify it under +the terms of the `GNU General Public License version 2 +`_ as published +by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. diff --git a/travis.cfg b/travis.cfg deleted file mode 100644 index 69232f5..0000000 --- a/travis.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[buildout] -extends = - buildout.cfg - -parts = - instance - test - -eggs = - senaite.api - senaite.core - senaite.databox - -[test] -recipe = collective.xmltestreport -defaults = ['--auto-color', '--auto-progress'] -eggs = - senaite.databox [test] - -# network speedup -socket-timeout = 5 -allow-hosts = - *.python.org - docutils.sourceforge.net - prdownloads.sourceforge.net - effbot.org - dist.plone.org \ No newline at end of file