From c4182e89251ea87c88f4082c876ba8f240056f3d Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sun, 8 Jun 2008 18:28:51 +0000 Subject: [PATCH] Added license git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21406 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/PropertySheet/BaseCache.py | 28 +++++++++++++++++++ .../ERP5Type/PropertySheet/CacheFactory.py | 28 +++++++++++++++++++ .../PropertySheet/DistributedRamCache.py | 28 +++++++++++++++++++ product/ERP5Type/PropertySheet/SQLCache.py | 28 +++++++++++++++++++ 4 files changed, 112 insertions(+) diff --git a/product/ERP5Type/PropertySheet/BaseCache.py b/product/ERP5Type/PropertySheet/BaseCache.py index d702ca4b49..69ce409a88 100644 --- a/product/ERP5Type/PropertySheet/BaseCache.py +++ b/product/ERP5Type/PropertySheet/BaseCache.py @@ -1,3 +1,31 @@ +############################################################################## +# +# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. +# Ivan Tyagov <ivan@nexedi.com> +# +# WARNING: This program as such is intended to be used by professional +# programmers who take the whole responsability of assessing all potential +# consequences resulting from its eventual inadequacies and bugs +# End users who are looking for a ready-to-use solution with commercial +# garantees and support are strongly adviced to contract a Free Software +# Service Company +# +# This program is Free Software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +############################################################################## + class BaseCache: """ """ diff --git a/product/ERP5Type/PropertySheet/CacheFactory.py b/product/ERP5Type/PropertySheet/CacheFactory.py index a60071c9d4..f354eb9a8a 100644 --- a/product/ERP5Type/PropertySheet/CacheFactory.py +++ b/product/ERP5Type/PropertySheet/CacheFactory.py @@ -1,3 +1,31 @@ +############################################################################## +# +# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. +# Ivan Tyagov <ivan@nexedi.com> +# +# WARNING: This program as such is intended to be used by professional +# programmers who take the whole responsability of assessing all potential +# consequences resulting from its eventual inadequacies and bugs +# End users who are looking for a ready-to-use solution with commercial +# garantees and support are strongly adviced to contract a Free Software +# Service Company +# +# This program is Free Software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +############################################################################## + class CacheFactory: """ CacheFactory. diff --git a/product/ERP5Type/PropertySheet/DistributedRamCache.py b/product/ERP5Type/PropertySheet/DistributedRamCache.py index b888135b48..776eadc150 100644 --- a/product/ERP5Type/PropertySheet/DistributedRamCache.py +++ b/product/ERP5Type/PropertySheet/DistributedRamCache.py @@ -1,3 +1,31 @@ +############################################################################## +# +# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. +# Ivan Tyagov <ivan@nexedi.com> +# +# WARNING: This program as such is intended to be used by professional +# programmers who take the whole responsability of assessing all potential +# consequences resulting from its eventual inadequacies and bugs +# End users who are looking for a ready-to-use solution with commercial +# garantees and support are strongly adviced to contract a Free Software +# Service Company +# +# This program is Free Software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +############################################################################## + class DistributedRamCache: """ """ diff --git a/product/ERP5Type/PropertySheet/SQLCache.py b/product/ERP5Type/PropertySheet/SQLCache.py index 9912f22c96..711192cc22 100644 --- a/product/ERP5Type/PropertySheet/SQLCache.py +++ b/product/ERP5Type/PropertySheet/SQLCache.py @@ -1,3 +1,31 @@ +############################################################################## +# +# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. +# Ivan Tyagov <ivan@nexedi.com> +# +# WARNING: This program as such is intended to be used by professional +# programmers who take the whole responsability of assessing all potential +# consequences resulting from its eventual inadequacies and bugs +# End users who are looking for a ready-to-use solution with commercial +# garantees and support are strongly adviced to contract a Free Software +# Service Company +# +# This program is Free Software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +############################################################################## + class SQLCache: """ """ -- 2.30.9