Browse Source

* mark dbf unit as deprecated because abandoned by maintainer, along with a
deprecation message that mentions the sourceforge forum where help may
still be found

git-svn-id: trunk@19493 -

Jonas Maebe 14 years ago
parent
commit
2423105956
2 changed files with 9 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/dbase/dbf.pas
  2. 8 0
      packages/fcl-db/src/dbase/readme.txt

+ 1 - 1
packages/fcl-db/src/dbase/dbf.pas

@@ -1,4 +1,4 @@
-unit dbf;
+unit dbf deprecated 'Abandoned by maintainer, no longer supported by FPC team. Help may be available at http://tdbf.sourceforge.net and http://sourceforge.net/projects/tdbf/forums/forum/107245';
 
 { design info in dbf_reg.pas }
 

+ 8 - 0
packages/fcl-db/src/dbase/readme.txt

@@ -1,3 +1,11 @@
+The maintainers of this package have abandoned it, so it has been deprecated.
+It will no longer be supported by the FPC team in the future, unless someone
+else volunteers to do so.
+
+Support from other tdbf users may be available on the tdbf forum on
+SourceForge: http://sourceforge.net/projects/tdbf/forums/forum/107245
+
+
 TDbf readme:
 
 See history.txt for changelog.