瀏覽代碼

added original author

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32623 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 17 年之前
父節點
當前提交
030f63c452
共有 38 個文件被更改,包括 38 次插入38 次删除
  1. 1 1
      lib/db/dbmi_client/c_add_col.c
  2. 1 1
      lib/db/dbmi_client/c_bindupdate.c
  3. 1 1
      lib/db/dbmi_client/c_close_cur.c
  4. 1 1
      lib/db/dbmi_client/c_closedb.c
  5. 1 1
      lib/db/dbmi_client/c_create_idx.c
  6. 1 1
      lib/db/dbmi_client/c_create_tab.c
  7. 1 1
      lib/db/dbmi_client/c_createdb.c
  8. 1 1
      lib/db/dbmi_client/c_delete.c
  9. 1 1
      lib/db/dbmi_client/c_deletedb.c
  10. 1 1
      lib/db/dbmi_client/c_desc_table.c
  11. 1 1
      lib/db/dbmi_client/c_drop_col.c
  12. 1 1
      lib/db/dbmi_client/c_drop_index.c
  13. 1 1
      lib/db/dbmi_client/c_drop_tab.c
  14. 1 1
      lib/db/dbmi_client/c_execute.c
  15. 1 1
      lib/db/dbmi_client/c_fetch.c
  16. 1 1
      lib/db/dbmi_client/c_finddb.c
  17. 1 1
      lib/db/dbmi_client/c_insert.c
  18. 1 1
      lib/db/dbmi_client/c_list_drivers.c
  19. 1 1
      lib/db/dbmi_client/c_list_idx.c
  20. 1 1
      lib/db/dbmi_client/c_list_tabs.c
  21. 1 1
      lib/db/dbmi_client/c_listdb.c
  22. 1 1
      lib/db/dbmi_client/c_opendb.c
  23. 1 1
      lib/db/dbmi_client/c_openinsert.c
  24. 1 1
      lib/db/dbmi_client/c_openselect.c
  25. 1 1
      lib/db/dbmi_client/c_openupdate.c
  26. 1 1
      lib/db/dbmi_client/c_priv.c
  27. 1 1
      lib/db/dbmi_client/c_rows.c
  28. 1 1
      lib/db/dbmi_client/c_update.c
  29. 1 1
      lib/db/dbmi_client/c_version.c
  30. 1 1
      lib/db/dbmi_client/column.c
  31. 1 1
      lib/db/dbmi_client/copy_tab.c
  32. 1 1
      lib/db/dbmi_client/db.c
  33. 1 1
      lib/db/dbmi_client/delete_tab.c
  34. 1 1
      lib/db/dbmi_client/printtab.c
  35. 1 1
      lib/db/dbmi_client/select.c
  36. 1 1
      lib/db/dbmi_client/shutdown.c
  37. 1 1
      lib/db/dbmi_client/start.c
  38. 1 1
      lib/db/dbmi_client/table.c

+ 1 - 1
lib/db/dbmi_client/c_add_col.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_bindupdate.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_close_cur.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <stdlib.h>

+ 1 - 1
lib/db/dbmi_client/c_closedb.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_create_idx.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <string.h>

+ 1 - 1
lib/db/dbmi_client/c_create_tab.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_createdb.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_delete.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_deletedb.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_desc_table.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_drop_col.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_drop_index.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_drop_tab.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_execute.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_fetch.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_finddb.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <stdlib.h>

+ 1 - 1
lib/db/dbmi_client/c_insert.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_list_drivers.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_list_idx.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_list_tabs.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <stdlib.h>

+ 1 - 1
lib/db/dbmi_client/c_listdb.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_opendb.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_openinsert.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_openselect.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_openupdate.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_priv.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_rows.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_update.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/c_version.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/column.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  * \author Update by Glynn Clement <glynn gclements.plus.com>
  * and Martin Landa <landa.martin gmail.com>
  */

+ 1 - 1
lib/db/dbmi_client/copy_tab.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <stdlib.h>

+ 1 - 1
lib/db/dbmi_client/db.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/delete_tab.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <grass/dbmi.h>

+ 1 - 1
lib/db/dbmi_client/printtab.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <string.h>

+ 1 - 1
lib/db/dbmi_client/select.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <stdlib.h>

+ 1 - 1
lib/db/dbmi_client/shutdown.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <stdlib.h>

+ 1 - 1
lib/db/dbmi_client/start.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <string.h>

+ 1 - 1
lib/db/dbmi_client/table.c

@@ -9,7 +9,7 @@
  * License (>=v2). Read the file COPYING that comes with GRASS
  * for details.
  *
- * \author Radim Blazek
+ * \author Joel Jones (CERL/UIUC), Radim Blazek
  */
 
 #include <stdlib.h>