comparison lib/gl_avltree_list.c @ 17848:ab58d4870664

version-etc: new year * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 01 Jan 2015 01:38:23 +0000
parents af887cfa71dd
children
comparison
equal deleted inserted replaced
17847:41f5a29221f6 17848:ab58d4870664
1 /* Sequential list data type implemented by a binary tree. 1 /* Sequential list data type implemented by a binary tree.
2 Copyright (C) 2006, 2008-2014 Free Software Foundation, Inc. 2 Copyright (C) 2006, 2008-2015 Free Software Foundation, Inc.
3 Written by Bruno Haible <bruno@clisp.org>, 2006. 3 Written by Bruno Haible <bruno@clisp.org>, 2006.
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or 7 the Free Software Foundation; either version 3 of the License, or