Browse Source

* fcl-db: cosmetic: Oracle connection description/copyright

git-svn-id: trunk@28222 -
reiniero 11 years ago
parent
commit
cc90409dc9
1 changed files with 11 additions and 1 deletions
  1. 11 1
      packages/fcl-db/src/sqldb/oracle/oracleconnection.pp

+ 11 - 1
packages/fcl-db/src/sqldb/oracle/oracleconnection.pp

@@ -1,5 +1,15 @@
 unit oracleconnection;
 unit oracleconnection;
 
 
+{
+    Copyright (c) 2006-2014 by Joost van der Sluis, FPC contributors
+
+    Oracle RDBMS connector using the OCI protocol
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+ **********************************************************************}
+
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
 
 
 {$Define LinkDynamically}
 {$Define LinkDynamically}
@@ -7,7 +17,7 @@ unit oracleconnection;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, db,dbconst, sqldb, bufdataset,
+  Classes, SysUtils, db, dbconst, sqldb, bufdataset,
 {$IfDef LinkDynamically}
 {$IfDef LinkDynamically}
   ocidyn,
   ocidyn,
 {$ELSE}
 {$ELSE}