From 37204fee4588202d1cdf07419207f2fec4a244aa Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Thu, 10 Dec 2015 17:56:06 +0200 Subject: [PATCH] fixes, now it's open source. --- AUTHORS | 6 +----- include/tdata/list.h | 14 +++++++++++++- lib/avl.c | 1 + lib/lslist.c | 1 + lib/redblack.c | 1 + lib/splay.c | 1 + lib/tree.c | 1 + lib/usrtc.c | 1 + 8 files changed, 20 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8ac1c7e..34e5526 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1 @@ -This software was developed by Askele companies group. - * EU part: http://askele.com - * NW European part of Russia: http://askele-ingria.com -Team: - * General SW Architect and PM: Alexander Vdolainen +Many authors might be found in head of the sources. diff --git a/include/tdata/list.h b/include/tdata/list.h index 65f3f3d..12d5905 100644 --- a/include/tdata/list.h +++ b/include/tdata/list.h @@ -1,6 +1,18 @@ /* * Typical data structures used. - * This is a proprietary software. See COPYING for further details. + * This library is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License. + * + * This library 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * (c) 2013-2014, 2015 Copyright Askele, inc. * (c) 2013-2014, 2015 Copyright Askele Ingria, inc. diff --git a/lib/avl.c b/lib/avl.c index 5771ca6..6fe1f5b 100644 --- a/lib/avl.c +++ b/lib/avl.c @@ -1,6 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * avl.c + * Copyright (C) 2006, 2013 Alexander Vdolainen * Copyright (C) 2006-2013, 2014 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it diff --git a/lib/lslist.c b/lib/lslist.c index baeee9c..67a1ef4 100644 --- a/lib/lslist.c +++ b/lib/lslist.c @@ -1,6 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * lslist.c + * Copyright (C) 2006, 2013 Alexander Vdolainen * Copyright (C) 2006-2013, 2014 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it diff --git a/lib/redblack.c b/lib/redblack.c index 89ba2f1..e5f8cf4 100644 --- a/lib/redblack.c +++ b/lib/redblack.c @@ -1,6 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * redblack.c + * Copyright (C) 2006, 2013 Alexander Vdolainen * Copyright (C) 2006-2013, 2014 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it diff --git a/lib/splay.c b/lib/splay.c index c391606..5006eff 100644 --- a/lib/splay.c +++ b/lib/splay.c @@ -1,6 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * splay.c + * Copyright (C) 2006, 2013 Alexander Vdolainen * Copyright (C) 2006-2013, 2014 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it diff --git a/lib/tree.c b/lib/tree.c index 8e30663..4c52e3b 100644 --- a/lib/tree.c +++ b/lib/tree.c @@ -1,6 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * tree.c + * Copyright (C) 2006, 2013 Alexander Vdolainen * Copyright (C) 2006-2013, 2014 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it diff --git a/lib/usrtc.c b/lib/usrtc.c index 46a74ad..aded662 100644 --- a/lib/usrtc.c +++ b/lib/usrtc.c @@ -1,6 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * usrtc.c + * Copyright (C) 2006, 2013 Alexander Vdolainen * Copyright (C) 2006-2013, 2014 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it