Removed obsolete comments, contact info updated;
This commit is contained in:
parent
38d281e2f6
commit
c428c02ae2
@ -18,7 +18,6 @@
|
||||
* (c) Copyright 2008 Dmitry Gromada <gromada82@gmail.com>
|
||||
* (c) Copyright 2010 Alexander Vdolainen <vdo@askele.com>
|
||||
*
|
||||
* (c) Copyright 2012 - 2013 Askele Oy <http://askele.com>
|
||||
*
|
||||
* Implements bitwise operations with multiword bitmaps
|
||||
*/
|
||||
|
@ -15,11 +15,9 @@
|
||||
*
|
||||
* (c) Copyright 2006,2007,2008 MString Core Team <http://mstring.jarios.org>
|
||||
* (c) Copyright 2009 Dan Kruchinin <dan.kruchinin@gmail.com>
|
||||
* (c) Copyright 2009 Alfeiks Kaanoken <madtirra@jarios.org> (libc adaptation)
|
||||
* (c) Copyright 2009 Dmitry Gromada <gromada@jarios.org> (locking added)
|
||||
* (c) Copyright 2013 Alexander Vdolainen <vdo@askele.com> (verios changes to make it run on linux)
|
||||
*
|
||||
* (c) Copyright 2012 - 2013 Askele Oy <http://askele.com>
|
||||
*
|
||||
* Index allocator
|
||||
*
|
||||
|
@ -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. <http://askele.com>
|
||||
* (c) 2013-2014, 2015 Copyright Askele Ingria, inc. <http://askele-ingria.com>
|
||||
*/
|
||||
|
||||
#ifndef __TDATA_LIST_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. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -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. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -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. <http://askele.com>
|
||||
* Copyright (C) 2015-2016 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
* Copyright (C) 2006-2016 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -2,7 +2,6 @@
|
||||
/*
|
||||
* avl.c
|
||||
* Copyright (C) 2006, 2013 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
* Copyright (C) 2006-2013, 2014 Askele inc. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -18,7 +18,6 @@
|
||||
* (c) Copyright 2008 Dmitry Gromada <gromada82@gmail.com>
|
||||
* (c) Copyright 2010 Alexander Vdolainen <vdo@askele.com>
|
||||
*
|
||||
* (c) Copyright 2012 - 2013, 2014 Askele Oy <http://askele.com>
|
||||
*
|
||||
* Implements bitwise operations with multiword bitmaps
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */
|
||||
/*
|
||||
* cas.c
|
||||
* Copyright (C) 2015 Alexander Vdolainen <avdolainen@gmail.com>
|
||||
* Copyright (C) 2015 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -15,11 +15,10 @@
|
||||
*
|
||||
* (c) Copyright 2006,2007,2008 MString Core Team <http://mstring.jarios.org>
|
||||
* (c) Copyright 2009 Dan Kruchinin <dan.kruchinin@gmail.com>
|
||||
* (c) Copyright 2009 Alexander Vdolainen <madtirra@jarios.org> (libc adaptation)
|
||||
* (c) Copyright 2009 Alexander Vdolainen <avdolainen@zoho.com> (libc adaptation)
|
||||
* (c) Copyright 2009 Dmitry Gromada <gromada@jarios.org> (locking added)
|
||||
* (c) Copyright 2013 Alexander Vdolainen <vdo@askele.com> (verios changes to make it run on linux)
|
||||
*
|
||||
* (c) Copyright 2012 - 2013, 2014 Askele Oy <http://askele.com>
|
||||
*
|
||||
* Index allocator
|
||||
*
|
||||
|
@ -2,7 +2,6 @@
|
||||
/*
|
||||
* lslist.c
|
||||
* Copyright (C) 2006, 2013 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
* Copyright (C) 2006-2013, 2014 Askele inc. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -2,7 +2,6 @@
|
||||
/*
|
||||
* redblack.c
|
||||
* Copyright (C) 2006, 2013 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
* Copyright (C) 2006-2013, 2014 Askele inc. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -2,7 +2,6 @@
|
||||
/*
|
||||
* splay.c
|
||||
* Copyright (C) 2006, 2013 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
* Copyright (C) 2006-2013, 2014 Askele inc. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -2,7 +2,6 @@
|
||||
/*
|
||||
* tree.c
|
||||
* Copyright (C) 2006, 2013 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
* Copyright (C) 2006-2013, 2014 Askele inc. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -2,7 +2,6 @@
|
||||
/*
|
||||
* usrtc.c
|
||||
* Copyright (C) 2006, 2013 Alexander Vdolainen <avdolainen@zoho.com>
|
||||
* Copyright (C) 2006-2013, 2014 Askele inc. <http://askele.com>
|
||||
*
|
||||
* libtdata is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published
|
||||
|
Loading…
x
Reference in New Issue
Block a user