aboutsummaryrefslogtreecommitdiff
path: root/include/hashtab.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-09-03 02:02:48 +0000
committerAlan Modra <amodra@gmail.com>2009-09-03 02:02:48 +0000
commit8139c7d47b85cc8f328b154b74240858a494f8b4 (patch)
treed10b7e5d54d576bfe0544ff4cf05d3041b2fb2a4 /include/hashtab.h
parent5c6877dd1c0d414e8508e975ebf44bd394ef7bc3 (diff)
downloadgdb-8139c7d47b85cc8f328b154b74240858a494f8b4.zip
gdb-8139c7d47b85cc8f328b154b74240858a494f8b4.tar.gz
gdb-8139c7d47b85cc8f328b154b74240858a494f8b4.tar.bz2
update copyright dates
Diffstat (limited to 'include/hashtab.h')
-rw-r--r--include/hashtab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hashtab.h b/include/hashtab.h
index 4f67448..1cd406d 100644
--- a/include/hashtab.h
+++ b/include/hashtab.h
@@ -1,5 +1,6 @@
/* An expandable hash tables datatype.
- Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2009
+ Free Software Foundation, Inc.
Contributed by Vladimir Makarov (vmakarov@cygnus.com).
This program is free software; you can redistribute it and/or modify