From c428c02ae2560c7e42e7493a2445a4344105ec68 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Thu, 25 Apr 2019 03:43:04 +0300 Subject: [PATCH] Removed obsolete comments, contact info updated; --- include/tdata/bitwise.h | 1 - include/tdata/idx_allocator.h | 2 -- include/tdata/list.h | 2 -- include/tdata/macro.h | 1 - include/tdata/tree.h | 1 - include/tdata/usrtc.h | 3 +-- lib/avl.c | 1 - lib/bitwise.c | 1 - lib/cas.c | 2 +- lib/idx_allocator.c | 3 +-- lib/lslist.c | 1 - lib/redblack.c | 1 - lib/splay.c | 1 - lib/tree.c | 1 - lib/usrtc.c | 1 - 15 files changed, 3 insertions(+), 19 deletions(-) diff --git a/include/tdata/bitwise.h b/include/tdata/bitwise.h index ada6a04..36b91d7 100644 --- a/include/tdata/bitwise.h +++ b/include/tdata/bitwise.h @@ -18,7 +18,6 @@ * (c) Copyright 2008 Dmitry Gromada * (c) Copyright 2010 Alexander Vdolainen * - * (c) Copyright 2012 - 2013 Askele Oy * * Implements bitwise operations with multiword bitmaps */ diff --git a/include/tdata/idx_allocator.h b/include/tdata/idx_allocator.h index da64b8b..4a8af1d 100644 --- a/include/tdata/idx_allocator.h +++ b/include/tdata/idx_allocator.h @@ -15,11 +15,9 @@ * * (c) Copyright 2006,2007,2008 MString Core Team * (c) Copyright 2009 Dan Kruchinin - * (c) Copyright 2009 Alfeiks Kaanoken (libc adaptation) * (c) Copyright 2009 Dmitry Gromada (locking added) * (c) Copyright 2013 Alexander Vdolainen (verios changes to make it run on linux) * - * (c) Copyright 2012 - 2013 Askele Oy * * Index allocator * diff --git a/include/tdata/list.h b/include/tdata/list.h index 12d5905..91daffc 100644 --- a/include/tdata/list.h +++ b/include/tdata/list.h @@ -14,8 +14,6 @@ * 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. */ #ifndef __TDATA_LIST_H__ diff --git a/include/tdata/macro.h b/include/tdata/macro.h index 35fc903..3fad764 100644 --- a/include/tdata/macro.h +++ b/include/tdata/macro.h @@ -1,7 +1,6 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * macro.h - * Copyright (C) 2006-2013 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/include/tdata/tree.h b/include/tdata/tree.h index 94d154a..137266e 100644 --- a/include/tdata/tree.h +++ b/include/tdata/tree.h @@ -1,7 +1,6 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * tree.h - * Copyright (C) 2006-2013 Askele inc. * * libtdata is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/include/tdata/usrtc.h b/include/tdata/usrtc.h index 3bae0e1..0fa3c23 100644 --- a/include/tdata/usrtc.h +++ b/include/tdata/usrtc.h @@ -1,8 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * usrtc.h - * Copyright (C) 2006-2013 Askele inc. - * Copyright (C) 2015-2016 Alexander Vdolainen + * Copyright (C) 2006-2016 Alexander Vdolainen * * libtdata is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/lib/avl.c b/lib/avl.c index 5d94ba4..f63f193 100644 --- a/lib/avl.c +++ b/lib/avl.c @@ -2,7 +2,6 @@ /* * 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 * under the terms of the GNU Lesser General Public License as published diff --git a/lib/bitwise.c b/lib/bitwise.c index 2966b50..cb381e8 100644 --- a/lib/bitwise.c +++ b/lib/bitwise.c @@ -18,7 +18,6 @@ * (c) Copyright 2008 Dmitry Gromada * (c) Copyright 2010 Alexander Vdolainen * - * (c) Copyright 2012 - 2013, 2014 Askele Oy * * Implements bitwise operations with multiword bitmaps */ diff --git a/lib/cas.c b/lib/cas.c index 2f4ec19..9754738 100644 --- a/lib/cas.c +++ b/lib/cas.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* * cas.c - * Copyright (C) 2015 Alexander Vdolainen + * Copyright (C) 2015 Alexander Vdolainen * * libtdata is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published diff --git a/lib/idx_allocator.c b/lib/idx_allocator.c index 0a57894..14484b5 100644 --- a/lib/idx_allocator.c +++ b/lib/idx_allocator.c @@ -15,11 +15,10 @@ * * (c) Copyright 2006,2007,2008 MString Core Team * (c) Copyright 2009 Dan Kruchinin - * (c) Copyright 2009 Alexander Vdolainen (libc adaptation) + * (c) Copyright 2009 Alexander Vdolainen (libc adaptation) * (c) Copyright 2009 Dmitry Gromada (locking added) * (c) Copyright 2013 Alexander Vdolainen (verios changes to make it run on linux) * - * (c) Copyright 2012 - 2013, 2014 Askele Oy * * Index allocator * diff --git a/lib/lslist.c b/lib/lslist.c index da36e2d..a77b0ce 100644 --- a/lib/lslist.c +++ b/lib/lslist.c @@ -2,7 +2,6 @@ /* * 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 * under the terms of the GNU Lesser General Public License as published diff --git a/lib/redblack.c b/lib/redblack.c index f6611bc..0dcca77 100644 --- a/lib/redblack.c +++ b/lib/redblack.c @@ -2,7 +2,6 @@ /* * 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 * under the terms of the GNU Lesser General Public License as published diff --git a/lib/splay.c b/lib/splay.c index 5c7e867..3d52931 100644 --- a/lib/splay.c +++ b/lib/splay.c @@ -2,7 +2,6 @@ /* * 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 * under the terms of the GNU Lesser General Public License as published diff --git a/lib/tree.c b/lib/tree.c index a047fde..0267ef8 100644 --- a/lib/tree.c +++ b/lib/tree.c @@ -2,7 +2,6 @@ /* * 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 * under the terms of the GNU Lesser General Public License as published diff --git a/lib/usrtc.c b/lib/usrtc.c index 8b01e60..1c6397c 100644 --- a/lib/usrtc.c +++ b/lib/usrtc.c @@ -2,7 +2,6 @@ /* * 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 * under the terms of the GNU Lesser General Public License as published