README 1.2 KB

1234567891011121314151617181920212223242526
  1. /****************************************************************************
  2. *
  3. * MODULE: general database maintenance routines (lib)
  4. *
  5. * AUTHOR(S): Michael Shapiro (original contributor),
  6. * U.S.Army Construction Engineering Research Laboratory
  7. * Radim Blazek <radim.blazek gmail.com>,
  8. * Markus Neteler <neteler itc.it>,
  9. * Paul Kelly <paul-grass stjohnspoint.co.uk>,
  10. * Glynn Clements <glynn gclements.plus.com>,
  11. * Brad Douglas <rez touchofmadness.com>,
  12. * Huidae Cho <grass4u gmail.com>,
  13. * Cedric Shock <cedricgrass shockfamily.net>,
  14. * Martin Landa <landa.martin gmail.com>,
  15. * Hamish Bowman <hamish_b yahoo.com>
  16. *
  17. * PURPOSE: Maintenance operations on GRASS data base files
  18. *
  19. * COPYRIGHT: (C) 1999-2007 by the GRASS Development Team
  20. *
  21. * This program is free software under the GNU General Public
  22. * License (>=v2). Read the file COPYING that comes with GRASS
  23. * for details.
  24. *
  25. *****************************************************************************/