summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/acConstants.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/access2base/acConstants.xba')
-rw-r--r--wizards/source/access2base/acConstants.xba7
1 files changed, 6 insertions, 1 deletions
diff --git a/wizards/source/access2base/acConstants.xba b/wizards/source/access2base/acConstants.xba
index 5ebcbd231abe..7f5700c536ff 100644
--- a/wizards/source/access2base/acConstants.xba
+++ b/wizards/source/access2base/acConstants.xba
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
-<script:module xmlns:script="http://openoffice.org/2000/script" script:name="acConstants" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="acConstants" script:language="StarBasic">REM =======================================================================================================================
+REM === The Access2Base library is a part of the LibreOffice project. ===
+REM === Full documentation is available on http://www.access2base.com ===
+REM =======================================================================================================================
+
+Option Explicit
REM Access2Base -----------------------------------------------------
Global Const Access2Base_Version = &quot;1.0.0&quot;