You are on page 1of 47

DecisionSpace 5000.0.

0
Release Notes

Introduction .................................................................................................................................2

About This Release ...................................................................................................................3

Problems Fixed ...........................................................................................................................4

Known Problems ......................................................................................................................10

Contacting Support .................................................................................................................16

Third Party Applications ........................................................................................................22

Trademarks ................................................................................................................................ 46

5000.0.0 Release Notes Page 1 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Introduction
The DecisionSpace Release Notes provides the following information:

• Products shipped in the DecisionSpace 5000.0.0 release


• Fixes to DecisionSpace 5000.0.0 that impact all applications
• Known problems in DecisionSpace 5000.0.0

Each DecisionSpace 5000.0.0 application has its own set of release notes. For detailed
information about a particular DecisionSpace application, refer to the release notes for
that application. You can access each application’s release notes from that application’s
Help menu.

5000.0.0 Release Notes Page 2 of 47 December 2007


Landmark DecisionSpace 5000.0.0

About This Release


This release provides the following DecisionSpace applications for installation on
Windows XP and Linux workstations.

DMS

Decision Management System (DMS)™ is a tool for modeling the impact of uncertainties
inherent in oil and gas reservoirs, and for evaluating strategies of developing the
reservoirs.

For additional details, refer to the DMS 5000 Release Notes. You can invoke these
release notes from the DMS help menu.

Nexus Simulator

The Nexus simulator operates in batch mode to generate profiles of oil, gas, and water
production in the reservoir over time. The Nexus project can include multiple reservoirs
connected by a surface network plan.

For additional details, refer to the Nexus Simulator Release Notes. These release notes
are located in the following directory, which is below folder where Nexus gets installed:

..\Landmark\Nexus-VIP5000.0.0\help\com\lgc\nexus

FieldPlan

FieldPlan is a PC-based expert system used in field development planning of offshore oil
and gas prospects worldwide.

For additional details, refer to the FieldPlan help system.

5000.0.0 Release Notes Page 3 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Problems Fixed
The following problems have been fixed in Release 5000.0.0.

Note: Many of the problems listed below pertain to DecisionSpace products that are not
deployed with this release. Problems referring to “sessions” are specific to the
DecisionSpace session manager, which is not used by DMS, FieldPlan, or the Nexus
simulator.

• Histogram2D crashes

The data in My Session Data is plotted on a graph using the Show Properties button,
and not the full log curve Show All dialog. The view of the data is limited, and if all the
distributions in the PDF tab are selected, the application skips it. (Defect ID: 705402)

• Problem running a DecisionSpace application if its license features are not found

When you install DecisionSpace, although you may not have licenses for the selected
applications, the list of installed applications displays in the Session Manager. If no
license is available for an application, selecting that application causes DecisionSpace
to display a warning message about no license, and exit. The workaround for this
problem is to ensure that you do not launch an application for which you do not have
a license. (Defect ID: 706226)

• Units wrongly displayed when loading TimeDepth table from OpenWorks

Previously, when loading the values of the measure depth and depth columns in the
TimeDepth table, the table displayed meters, but the units displayed were feet. This
was a conversion problem that has now been fixed. (Defect ID: 722883)

• Existing data is not found when the measurement system matches the target project

This was a unit conversion problem that has now been fixed. (Defect ID: 704802)

• Loading huge line data, horizon files, and seismic datasets takes a lot of time in a large
2D SeisWorks project

Master databases, processors, and interpreters have accumulated over years in


Landmark’s and other databases. Interpreters either lack the skills to subset the data
into new projects or lack permission by company policy. The workaround is to bypass
DecisionSpace entirely and construct monikers directly from the filenames in the
master directories. (Defect IDs: 722517, 722520, 722524)

• 'Last Opened Time' not updated

Previously, the last saved time was not updated in the Session Manager when a
session was saved. This has now been fixed. (Defect ID: 714710)

5000.0.0 Release Notes Page 4 of 47 December 2007


Landmark DecisionSpace 5000.0.0

• The Generic Data Selector may list non-OpenWorks SIDs or may not list all expected
SIDs

In the Generic Data Selector, some OpenWorks data may not show up in lists, or some
data from non-OpenWorks SIDs may clutter the data list. This can occur if the
tnsnames.ora lists many Oracle SIDs referring to databases other than OpenWorks
database instances.

To ensure that DecisionSpace only sees the Oracle SIDs from the OpenWorks
database instances, create a text file (for example tnsfilter.txt) with the same format as
tnsnames.ora, listing only those SIDs that you want DecisionSpace to access. This
file should have a different path from tnsnames.ora. Then add the
OW_TNS_FILTER_FILE variable in the lgcenv.cf file and assign it the path to the
file containing the list of SIDs.

In Linux, the environment variable is added to lgcenv.cf. The following line assigns
a value to the OW_TNS_FILTER_FILE variable in $OWHOME/conf/lgcenv.cf:

OW_TNS_FILTER_FILE /Landmark/DecisionSpace/tnsfilter.txt

In Windows, the environment variable can be added to lgcenv.cf or to the system


environment variables. The following line assigns a value to the
OW_TNS_FILTER_FILE variable in %OWHOME%\conf\lgcenv.cf:

OW_TNS_FILTER_FILE d:\tnsfilter.txt

To set a system environment variable, select Start > Settings > Control
Panel > System to display the System Properties dialog box, select the Advanced
tab, and click the Environment Variables button. Click the New button in the System
Variables dialog box, and add the name of the variable and its value. (Defect IDs:
166623 and 166454)

• Large OpenWorks projects may cause DecisionSpace to crash

If you encounter this problem, you need to increase memory allocated on the Java
Heap for large projects. You can do this by setting the LGC_JAVA_XMX and
LGC_JAVA_XSS environment variables.

If you choose to override the default settings, be careful since you are increasing the
Java Heap size and are reducing the native C Heap size for seismic data.

(Defect ID: 176571)

• Must reselect item to remove all objects from Working Data Set

To remove all objects from the Working Data Set, select the object with MB1, then
remove it using MB3. Even if the name is highlighted, you must still click MB1 on the
name, then use MB3 to remove it. (Defect ID: 520465)

5000.0.0 Release Notes Page 5 of 47 December 2007


Landmark DecisionSpace 5000.0.0

• Exiting DMS causes DecisionSpace to close down

DecisionSpace does not provide a Close option for individual applications. When you
exit Decision Management System (DMS), you exit DMS and the rest of the
DecisionSpace applications (i.e., AssetView).

As a workaround, click the Close button in the upper-right-corner of the DMS dialog.
DMS closes, and other running DecisionSpace applications remain open. (Defect ID:
165901)

• Histogram statistics summary may post incorrect minimum values

In previous versions of DecisionSpace, if the values in a dataset are all greater than
999,999,999, the statistics summary displays the minimum value as 999,999,999,
even though the smallest value in the dataset was greater than this number. (Defect
ID: 740292)

• Column Selector not working in tables

In previous versions of DecisionSpace, some DecisionSpace tables had a Select


Column option that allowed you to show or hide the columns. There was also a Set
Default button to save the current configuration as the default. Your default settings
did not get preserved from session to session. As a result, you had to set these
columns each time you reopened a DecisionSpace session. This has now been fixed.
(Defect ID: 175429)

• DecisionSpace crashes when adding a control point in PowerView

Previously, in PowerView, when you added a control point to a newly created depth
fault that had only one segment, DecisionSpace crashed. This has now been fixed.
(Defect ID: 740668)

• Canceling a saved session does not allow you to return to the same session

If you select Cancel on the Session Save As dialog, a warning message displays
indicating that you will lose the existing session, and you are given the option to
proceed with or correct the action. (Defect ID: 520208)

• Running NetMeeting and AssetView together causes a dialog to pop up

When NetMeeting and AssetView are run together, a select screen dialog comes up
even though you only have one screen. (Defect ID: 737715)

• Exception error when using Zoom in or Zoom out in Cross Plot

Previously, when you drew a box or polygon on a tile, and selected or cleared a box
zoom, an exception error popped up. This has now been fixed. (Defect ID: 739765)

5000.0.0 Release Notes Page 6 of 47 December 2007


Landmark DecisionSpace 5000.0.0

• Correct session name in the title bar

Previously, when opening a session from the Session Manager after launching
DecisionSpace, the session name displayed in the title bar was not always correct. It
would either be Unnamed or some other session name. The session name would
always be correct if you opened a session from the File > Open menu. This has now
been fixed. (Defect ID: 732654)

• Polygon or box editing handles are misplaced when crossplot attributes are units

Previously, if either or both the x and y axis attributes of a crossplot had units, the
handles used to edit polygons or boxes were misplaced. These handles would not
allow you to edit polygons or boxes. This has now been fixed. (Defect ID: 726859)

• LM_LICENSE_FILE environment variable not set

If you do not set the LM_LICENSE_FILE environment variable in Linux 32-bit and 64-
bit, and you launch an existing session from the Session Manager, it may cause
DecisionSpace to unexpectedly exit. In Windows, DecisionSpace displays a warning
message. (Defect ID: 740957)

• Selecting an outdated OpenWorks project may cause Oracle processes to exceed


their limit

When you select an OpenWorks project that has not yet been updated to the
2003.12.1.4 patch, you will receive the following message:

The data that you are trying to access is currently unavailable.

Details: The OpenWorks project ProjectName is at version


2003.x.x.x. It needs to be upgraded to version 2003.12.1.4. For
information on how this is done, either contact your systems
administrator or refer to the OpenWorks release notes.

This error message is correct.

However, if in the same session, you subsequently selected a project upgraded to the
correct version, the following error message displays:

The data that you are trying to access is currently unavailable.

Details: The OpenWorks project ProjectName is at version


2003.x.x.x. It needs to be upgraded to version 2003.12.1.4. For
information on how this is done, either contact your systems
administrator or refer to the OpenWorks release notes.

This time the error message is incorrect.

At this point, the allowable number of Oracle processes was exceeded. The most
effective method of recovering from this error is to stop and restart the OpenWorks
database as the Oracle database administrator.

5000.0.0 Release Notes Page 7 of 47 December 2007


Landmark DecisionSpace 5000.0.0

As an alternative, you can end the current session and start a new session, but this
time select the upgraded OpenWorks project only. However, you may see
unpredictable behavior related to exceeding the limit for Oracle processes. (Defect ID:
613814)

• Color editor for 3D seismic section always shows a specific data range

In AssetView, when you view a 3D seismic section in 3D view, and select Always use
Min Max of Data, the color editor displays incorrect Min and Max range as -128 to 127.
(Defect ID: 747723)

GUI Issues

• Slide bars overpost icon toolbars

Previously, if you moved several icon toolbars and docked them on a vertical margin,
then moved the slide bars from the bottom and docked them on the same margin, the
slide bars obscured the icon toolbars. This has now been fixed. (Defect ID: 166619)

• Toolbar docking

Previously, when you moved the VCR slide bar toolbar and docked it on the left or right
vertical margin, the toolbar became very wide and obscured the AssetView display.
This has now been fixed. (Defect ID: 166624)

Stored Session Management

• Sessions must be restored with the same applications

You cannot restore a session created with applications that are not currently installed.
When opening a session, all applications that were loaded at the time the session was
saved must be loaded or be available for loading. For example, if a session was saved
with the PowerGrid application loaded, when restoring that session (on a different
machine for example), the PowerGrid application must be installed and be available.
(Defect ID: 154363)

Data Input and Management Issues

• AssetView lists a composite log that was deleted in Well Data Manager

If you create composite logs in PetroWorks using MathPack, display the logs in
AssetView, and then delete all these logs with Well Data Manager, AssetView lists one
of the deleted logs, which causes AssetView to throw an exception error. (Defect ID:
612333)

5000.0.0 Release Notes Page 8 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Linux-Specific Fixed Problems

• Simplify killing DecisionSpace when the application hangs or crashes in Linux

The killds utility can be used when DecisionSpace has crashed or hung. If the child
processes of Application.sh are found active in the system, this utility will kill the
DecisionSpace application that has hung. This utility is used in Linux and is located in
$DS_HOME/bin. (Defect ID: 623129)

• SeisWorks projects crash or hang applications

Previously, if you ran 3D seismic projects in SeisWorks with the pre-load option and
view type as opacity cube, the application crashed. If you ran the application with a
smaller dataset and then selected the pre-load option and view type as opacity cube,
the application hung. This is specific to 64-bit Linux systems. This has now been fixed.
(Defect ID: 725732)

• XMX value

The default maximum XMX value for running the Java Virtual Machine (JVM) has been
increased to 5120 MB to enhance the performance of DecisionSpace. This is specific
to 64-bit Linux systems. (Defect ID: 725337)

5000.0.0 Release Notes Page 9 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Known Problems
The following list describes behaviors and problems that the DecisionSpace team has
identified as being bothersome to users. This list does not enumerate all the known
problems of DecisionSpace applications. Refer to the release notes of each application
for the known problems specific to that application.

General Issues

• Measurement systems may be missing unit definitions

An issue has been observed with user-defined (custom) measurement systems


created in OpenWorks prior to Release 2003.12. The DecisionSpace user may
receive an Initialization Error dialog upon selecting the measurement system in the
Session Manager. Some DecisionSpace applications require that there be unit
conversion definitions for unit types that are not present in older custom measurement
systems. These additional unit types can be set using OpenWorks Measurement
System Manager. Please contact Landmark Customer Support for instructions on how
to set these additional unit types. (Defect ID: 614485)

• Session files from previous DecisionSpace releases not upgraded

DecisionSpace 5000.0.0 does not upgrade all session data from previous
DecisionSpace releases. If you have existing sessions, you may encounter
incompatibility issues if you try to open them in DecisionSpace 5000.0.0.

• No error message will appear if license not found

If DecisionSpace does not launch, it may be that an OpenWorks license is not


available. Currently, DecisionSpace does not display an alert dialog when this
happens. The message “Error checking out OpenWorks license” will, however, appear
in a log file. (Defect ID: 519108)

• Properties dialog box may not open

While using the Working Data Set pane in DecisionSpace applications


(View > Workspace on the DecisionSpace menu), when you highlight a surface, and
use MB3 to view its properties, the Properties dialog may not open. However, if you
save the session, close, and re-open the session, the Properties dialog displays
properly. (Defect ID: 167067)

• Colored buttons may appear without fill

Some DecisionSpace applications may display buttons that have a colored border but
no fill. (Defect ID: 179528)

5000.0.0 Release Notes Page 10 of 47 December 2007


Landmark DecisionSpace 5000.0.0

• Crossplot displays incorrect correlation coefficient

Cross Plot 2D calculates the r-squared (the coefficient of determination) value of the
selected data and displays it as a correlation coefficient in the crossplot. (Defect IDs:
733021 and 736666)

• Histogram format does not change with locale setting

The DecisionSpace histogram plot axes display in the United States decimal format
regardless of the locale setting. (Defect ID: 168070)

• Datum associated with faults are not shifted

Previously, if you noticed that the datum associated with a fault was not shifted, the
SeisWorks project was disconnected from the OpenWorks project. Faults were not
datum shifted if they were created in a SeisWorks project that was already deleted or
otherwise disconnected from the current OpenWorks project.

Seismic faults were selected during a SeisWorks interpretation. However, the fault
segments were stored in the OpenWorks project. It was possible to disconnect the
original SeisWorks project (i.e., delete it or move it) and still retain the fault segments
in the OpenWorks project. In these instances, the fault segment remained in
OpenWorks, but the SeisWorks project was no longer accessible.

When determining the datum for fault segments, OpenWorks used the datum of the
survey associated with each segment. If the associated survey for a segment was not
found, no datum was applied to that segment. For fault planes, OpenWorks used the
datum of the survey associated with the first segment returned by Oracle (which can
be randomly ordered).

If the survey for this segment was not found, then no datum was applied. (Defect ID:
520469)

A list of all the SeisWorks projects associated with the fault segments in an
OpenWorks project can be obtained with the following SQL command:

Select distinct line_src_survey from fault_segment

The above command returned the list of projects referenced. To replace all references
to MyProject with MyNewProject, use the following SQL command:

Update fault_segment set line_src_survey='MyNewProject' where


line_src_survey='MyProject'

(Note the single quotes around the project names.)

When you are done typing the above SQL commands, enter the following SQL
commands: commit to commit the changes, or rollback to correct mistakes.

5000.0.0 Release Notes Page 11 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Alternatively, on a computer with SeisWorks installed, you could see which SeisWorks
project the fault segment is tied to by using the Fault Data Manager. The Fault Data
Manager can also be used to re-assign fault segments to an existing survey and to
restore the datum, provided that the segment is re-assigned to a project with the same
datum as the original (deleted) project. To access the Fault Data Manager, do as
follows:

1. From the OpenWorks Command Menu, select Data > Management > Seismic
Project Manager.

2. On the Seismic Project Manager, select Faults > Fault Data Manager.

3. On the Segment Editing tab, use the segment editing capabilities to re-assign a
fault segment to a different SeisWorks project. For detailed information about
editing fault segments, refer to the Seismic Project Utilities Manual. The manual is
available from the Help menu in the Seismic Project Manager.

• Drag and Drop not working in the Data Set Selector

You cannot drag and drop an object from the Data Set Selector (Applications > Data
selection) to the Working Data Set. (Defect ID: 165533)

• Axes labels overlap in Cross Plot for some data

In the Data tab of the Cross Plot 2D dialog, if you select the Discrete Data option for
the X and Y axes and select Fault Name dataset as the attribute on any of the axes,
the axes labels in the crossplot overlap each other and are unreadable. This happens
because the data length of the Fault Name is 1083. It works for all other combinations.
(Defect ID: 698372)

• ‘Close All’ option in tab view closes all tabs without any warning

In AssetView and PowerView, if you click Close All to close all the tabs in the
application, you will not get a warning to save the session or cancel the action. When
you close the last tab in AssetView, the application crashes. In PowerView, a blank
window remains open in the application with no option to add any tab. This is because
these two applications cannot be launched in one JVM in this release. To launch
AssetView and PowerView simultaneously, you will have to launch another instance
of DecisionSpace. (Defect ID: 736306)

• Forcing regression to origin gives incorrect correlation coefficient in Cross Plot

In the Regression tab of the Cross Plot 2D dialog, if you select Enable Regression and
then force the regression line to pass through origin, the value of the displayed
correlation coefficient will be incorrect. (Defect ID: 733017)

5000.0.0 Release Notes Page 12 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Performance Issues

• When you clear a session that includes a RESCUE model, the memory that was
allocated for the RESCUE model may not get completely restored for general use. As
a result, loading and clearing multiple sessions that use RESCUE models may result
in degraded performance.The workaround for this problem is to select File -> Unload
3D Grid menu to remove the RESCUE grid before clearing the session in AssetView.
(Defect ID: 754626)

• The best way to ensure adequate performance of DecisionSpace is to ensure that all
hardware and software requirements are met. If your hardware is not up to
specification, DecisionSpace might still run, but its performance may be significantly
diminished.

• Refer to the release notes of individual applications for information on how to optimize
performance for specific applications.

GUI Issues

• GUI panels do not restore previous settings.

• GUI panels often do not remember their last settings. (Defect ID: 517657)

Data Input and Management Issues

• Invalid characters

Using certain special characters (such as \ = ;) in data names can cause problems.

• Project access problems

If AssetView cannot view your OpenWorks or SeisWorks projects, ensure that you
have valid dir.dat, owdir.dat, and plist.dat configuration files in your
$OWHOME/conf directory. Typically, $OWHOME is set to C:/Landmark/OpenWorks.

• Grid list in the AssetView Data Selector not updated dynamically

If you create a new grid in StratWorks, or delete an existing grid in StratWorks, the
AssetView Data Selector list of existing grids does not automatically update. You have
to click the Rescan icon to force the list to update. (Defect ID: 180419)

• SeisWorks horizons do not display

SeisWorks data access is not reliable from remote Network Appliance or remote
Windows drives. SeisWorks horizons may be displayed in 3D view but may not show

5000.0.0 Release Notes Page 13 of 47 December 2007


Landmark DecisionSpace 5000.0.0

up in the working dataset. This problem occurs when Opportunistic Locking (OpLocks)
is set on the device serving the file server. Unix environments generally do not take
advantage of the oplocks capabilities, so accessing SeisWorks projects on Unix drives
through Samba is not a problem.

You have two options for properly accessing devices that understand OpLocks:

1. Disable the granting of OpLocks from the server

2. Disable the requesting of OpLocks from the client

The recommended approach is to disable OpLocks on the server side. That way you
do not have to worry that all clients that may access data on the server are configured
correctly. Another benefit is that disabling OpLocks can be limited to the volumes
associated with seismic project data. (Defect ID: 145582)

The following are some references that define steps for disabling OpLocks for different
implementations of file server access. This list is not complete. You should consult the
documentation associated with your file server configuration to determine how to
disable OpLocks.

Samba - This software runs on a Unix server and can make file systems show up as
Windows shares in the PC environment.

http://www.oreilly.com/catalog/samba/chapter/book/ch05_05.html

Network Appliance - A Network Attached Storage (NAS) device provides file sharing
functionality to both Windows and Unix environments.

http://www.netapp.com/library/tr/3024.pdf

Windows 2000 - This document describes how to disable OpLocks on a Windows


client. It also describes how to disable oplocks on a Windows Server.

http://support.microsoft.com/default.aspx?scid=kb;en-us;296264

Hummingbird's Maestro - This is a Network File System (NFS) client for the PC. Its
installation documentation contains configuration options that explain how to disable
OpLocks.

Linux-Specific Known Problems

• Adobe Acrobat Reader problem

Adobe Acrobat Reader (acroread) may not run on some Linux OS. This problem can
be caused by the default setting of the LANG variable as en_US. Setting this variable

5000.0.0 Release Notes Page 14 of 47 December 2007


Landmark DecisionSpace 5000.0.0

to LANG=C may solve this problem. You have two options for setting your LANG
variable on Linux:

• Edit the acroread script and add export LANG=C in the intellinux case stanza.

• Create a wrapper script acroread.sh with the following commands:

#!/bin/sh

export LANG=C

/usr/local/Acrobat5/bin/acroread $1

Application-Specific Issues

Refer to the individual application release notes for application-specific known problems.
The applications shipped in this release include DMS, the Nexus simulator, and FieldPlan.

5000.0.0 Release Notes Page 15 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Contacting Support
Landmark operates Technical Assistance Centers (TACs) in Australia, the United
Kingdom, and the United States. Additional support is also provided through local support
offices around the world. Local support office information is listed below. If problems
cannot be resolved at the district level, our escalation team is called to resolve your
incidents quickly.

Support information is always available on the Landmark Graphics Support internet page
located at: http://css.lgc.com/CustomerSupport/CustomerSupportHome.jsp.

Technical Assistance Centers

North America 713-839-2200 (Houston, TX, USA)


7:30 am - 5:30 pm Central Standard Time Toll Free 1-877-435-7542
Monday - Friday, excluding holidays (1-877-HELP-LGC)
Fax: 713-839-2168 (Houston, TX)
Fax: 907-275-2655 (Anchorage, AK)
Fax: 303-796-0807 (Denver, CO)
Fax: 403-262-1929 (Calgary, Canada)

Email: support@lgc.com

Latin America 1-713-839-3405 (Houston,TX,USA)


(Spanish, Portuguese, English) Fax: 713-839-3646
7:00 am - 5:00 pm Central Standard Time Email: soporte@lgc.com
Local normal business hours
Toll Free from:
Argentina: 0800-800-5263
Brazil: 0800-891-0837
Chile: 800-201-898
Colombia: 01800-915-4743
Mexico: 001-888-438-1296
Peru: 0800-51634
Trinidad: 1-888-438-1296
Venezuela: 0-800-526-3627

Toll Free from local area:


Ecuador (Quito) (02)226-1908

Europe, Africa, Middle East 44-1372-868686 (Leatherhead, UK)


8:00 am - 5:30 pm Local Time Fax: 44-1372-868601 (Leatherhead, UK)
Monday - Friday, excluding holidays Fax: 44-1224-723260 (Aberdeen, UK)
Email:
eame_helpdesk@lgc.com

5000.0.0 Release Notes Page 16 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Asia, Pacific 61-8-9481-4488 (Perth, Australia)


8:00 am - 5:00 pm Local Time Toll-free 1-800-448-488
Monday-Friday, excluding holidays Fax: 61-8-9481-1580
Email:
apsupport@lgc.com

Toll-Free from:
China: 10-800-6100-253
Indonesia: 001-803-61284
Japan: 00531-61-0021
Malaysia 1800-803-687
New Zealand 0800-400-555
South Korea 00308-61-0046
Taiwan 0080-161-1350
Thailand 001-800-611-2784

Toll Free from local area:


Vietnam: 84-8-9191901
India: 91-11-622-1885 (c/o Samit Enterprises)

District Support Offices


Algeria (Algiers) 21-337-7239
8:30 am - 4:30 pm Local Time Email: support@lgc.com
Saturday - Wednesday excluding holidays

Angola (Luanda) 213 2137 7239


8:00 am - 5:00 pm Local Time
Email: support@lgc.com
Monday - Friday, excluding holidays

Argentina (Buenos Aires) 54-11-4312-8411


9:00 am - 6:00 pm Toll Free 0800-800-5263
Local time Fax: 54-11-4311-9566
Email: soporte@lgc.com

Australia (Perth) 61-8-9481-4488


8:00 am - 5:00 pm Local Time Toll Free 1800-448-488
Monday - Friday, excluding holidays Fax: 61-8-9481-1580
Email: apsupport@lgc.com

Brazil (Rio de Janeiro) 55-21-3974-4000 or


8:00 am - 5:30 pm Toll Free 0800-891-0837
Local Time Fax: 55-21-3974-4002
Email: soporte@lgc.com

Brunei (Bandar Seri Bagawan) 67-3-233-5319


8:30 am - 5:30 pm Local Time Email: apsupport@lgc.com
Monday - Friday, excluding holidays

5000.0.0 Release Notes Page 17 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Canada (Calgary) Toll Free 1-877-435-7542


7:30 am - 5:30 pm Central Standard Time (1-877-HELP-LGC)
Monday-Friday, excluding holidays Fax: 403-262-1929 (Calgary, Canada)
Fax: 713-830-2168 (Houston, TX)
Email: support@lgc.com

Chile (TAO TAC, Houston, Texas) Toll Free 800-201-898


Local normal business hours Fax: 1-713-839-3646
Email: soporte@lgc.com

Colombia (Bogota) 57-1-326-4000


8:00 am - 5:00 pm 57-1-326-6710
Local Time Toll Free 01800-915-4743
Fax: 57-1-326-6717
Email: soporte@lgc.com

Ecuador (Quito) 59-32-226-1844


8:00 am - 5:00 pm Toll Free from Quito (02)226-1908
Local Time Fax: 59-32-226-2590
Email: soporte@lgc.com

Egypt (Cairo) 20-2-759-1717


8:00 am - 4:00 pm Local Time (ask for Landmark Technical Support)
Saturday - Wednesday, excluding holidays Email: support@lgc.com

India (New Delhi) 91-11-622-1885


9:00 am - 5:30 pm Local Time (c/o Samit Enterprises)
Local Business Days, excluding holidays Fax: 91-11-647-9246
Email: apsupport@lgc.com

Indonesia (Jakarta) 62-21-3003-9039 or


7:30 am - 4:30 pm Local Time Toll Free 001-803-61284
Monday - Friday, excluding holidays Fax: 62-21-3003-9088
Email: apsupport@lgc.com

Japan Toll Free 00531-61-0021


8:00 am - 5:00 pm Local Time Email: apsupport@lgc.com
Monday - Friday, excluding holidays

Malaysia (Kuala Lumpur) 603-2164-1121 or


8:30 am - 5:30 pm Local Time Toll Free 1-800-803-687
Monday - Friday, excluding holidays Fax: 603-2164-1135
Email: apsupport@lgc.com

5000.0.0 Release Notes Page 18 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Mexico (Reynosa) 52-555-208-3533


8:00 am - 6:00 pm 52-555-208-3868
Local Time Toll Free 001-888-438-1296
Local Office Fax: 52-555-514-7646
Email: soporte@lgc.com

New Zealand (New Plymouth) 61-6-755-2318


8:00 am - 5:00 pm Local Time Toll Free 0800-400-555
Monday - Friday, excluding holidays Fax: 64-6-755-2407
Email: apsupport@lgc.com

Nigeria (Lagos) 234-1-461-0780


8:00 am - 5:00 pm Local Time (ask for Landmark Technical Support)
Monday - Friday, excluding holidays Fax: 234-1-262-0769
Email: support@lgc.com

People's Republic of China (Beijing) 86-10-8486-4501


9:00 am - 5:30 pm Local Time Toll Free 10-800-6100-253 or
Monday - Friday, excluding holidays 10-800-810-0209
Fax: 86-10-8486-4819
Email bjsupport@lgc.com
or apsupport@lgc.com

Peru (Lima) Toll Free 0800-51634


Local normal business hours Fax: 001-713-839-9646
Email: soporte@lgc.com

Russia (Moscow) 7-495-960-2926


7:00 am - 5:00 pm Local Time 7-495-960-2927
Local Business Days, excluding holidays (ask for Landmark Technical Support)
Fax: 7-095-755-8301
Email: support@lgc.com

South Korea Toll Free 00308-61-0046


8:00 am - 5:00 pm Local Time Email: apsupport@lgc.com
Monday - Friday, excluding holidays

Taiwan Toll Free 00801-61-1350


8:30 am - 5:30 pm Local Time Email: apsupport@lgc.com
Monday-Friday, excluding holidays

Thailand (Bangkok) 66-2-278-8100


8:00 am - 5:00pm Local Time Toll Free 001-800-611-2784
Monday - Friday, excluding holidays Fax: 66-2-278-8199
Email: apsupport@lgc.com

5000.0.0 Release Notes Page 19 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Trinidad & Tobago (TAO TAC, Houston, TX) Toll Free: 1-888-438-1296
7:00 am - 5:00 pm Central Standard Time Fax: 1-713-839-3646
(Houston, TX) Email: soporte@lgc.com
Local normal business hours

United Arab Emirates (Dubai) +971-4-3036446


7:00 am - 5:00 pm Local Time (ask for Landmark Technical Support)
Local Business Days, excluding holidays Fax: +971-4-3315837
Email:
gulf_support@lgc.com
eame_helpdesk@lgc.com

United Kingdom 44-1372-868686 (Leatherhead)


8:00 am - 5:30 pm Local Time Fax: 44-1372-868601 (Leatherhead)
Monday - Friday, excluding holidays Fax 44-1224-723260 (Aberdeen)
Email: support@lgc.com

United States (Anchorage) Toll Free 1-877-435-7542


7:30 am - 5:30 pm Central Standard Time (1-877-HELP-LGC)
Monday - Friday, excluding holidays Fax: 907-275-2655
Email: support@lgc.com

United States (Denver) Toll Free 1-877-435-7542


7:30 am - 5:30 pm Central Standard Time (1-877-HELP-LGC)
Monday - Friday, excluding holidays Fax: 303-796-0807
Email: support@lgc.com

United States (Houston) 713-839-2200


7:30 am - 5:30 pm Central Standard Time Toll Free 1-877-435-7542
Monday - Friday, excluding holidays (1-877-HELP-LGC)
Fax: 713-839-2168
Email: support@lgc.com

Venezuela (Caracas) 58-212-953-0774


8:00 am - 5:00 pm Toll Free 0-800-526-3627
Local Time Fax: 58-212-952-3845
Email: soporte@lgc.com

Vietnam (Ho Chi Minh City) 84-8-910-1901


8:00 am - 5:00 pm Local Time Fax: 84-8-910-1902
Monday - Friday, excluding holidays Email: apsupport@lgc.com

Helpful internet links are shown below.

Name Website Address


Landmark Graphics home page http://www.halliburton.com/landmark
Landmark Graphics FTP Site ftp://ftp.lgc.com
Oracle home page http://www.oracle.com

5000.0.0 Release Notes Page 20 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Name Website Address


FLEXlm license management soft- http://www.macrovision.com
ware
Microsoft SQL Server 2005 home http://www.microsoft.com/sql/
page default.asp
Adobe Acrobat Reader http://www.adobe.com
Microsoft SQL Server 2005 Express http://www.microsoft.com/sql/editions/
express/default.mspx

5000.0.0 Release Notes Page 21 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Third Party Applications


Landmark uses various third-party applications in the development of its software.

Landmark acknowledges that certain third party code has been bundled with, or
embedded in, Landmark’s software. The licensors of this third party code, and the terms
and conditions of their respective licenses, may be found at the following location:

<DecisionSpace>\help\com\lgc\dspx\Third_Party.pdf

The following table describes the third party applications in Release 5000.0.0.

GOCAD Dev Kit 2.1.6 © 2006 Earth Decision


Inclusion and display of all copyright notices
Portions of this software may be covered by one or more of the following pat-
ents: FR 89 12341 (France), EP 04 44183 (European), DE 0 444 183 (Ger-
many), US 5465323, IT 0 444183 (Italy), NO 179427 (Norway), NL 0444 183
(Netherlands), GB 0 444 183 (UK), patents pending in Canada and Japan.
yWorks COPYRIGHT © 2006-2007 yWorks · ALL RIGHTS RESERVED
Any software and documentation (denoted collective as "software") that is
yGUARD made available from yWorks is the copyrighted work of yWorks and/or its
suppliers.
Use of the software is subject to the general business terms and conditions of
yWorks and its related transaction documents like license sheets or other
written notices.
The software is made available exclusively for use in accordance with the
license terms. Any reproduction or redistribution of the software not in accor-
dance with the license terms is expressly prohibited by law, and may result in
severe civil and criminally penalties. Violators will be prosecuted to the maxi-
mum extent possible.
Please note:
YOU ARE BREAKING A LAW WHEN USING OUR SOFTWARE BEYOND
OUR LICENSE TERMS. COPYING OR REPRODUCTION OF OUR SOFT-
WARE TO ANY OTHER SERVER OR LOCATION FOR FURTHER REPRO-
DUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED.

5000.0.0 Release Notes Page 22 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Sun Microsystems: Copyright 1994-2007 Sun Microsystems, Inc. All Rights Reserved.

Java Advanced Imag- Neither the name of Sun Microsystems, Inc. or the names of contributors may
ing 1.1.2 be used to endorse or promote products derived from this software without
specific prior written permission.
JavaBeans Activation This software is provided "AS IS”, without a warranty of any kind. ALL
Framework 1.0 EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WAR-
RANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABIL-
Java Matrix (JAMA) ITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT,
Package ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS
LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY
Java Media Framework LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
2.1.1 THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
AWT Java Native Inter- OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL
face (JNI) OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF
THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABIL-
TableLayout ITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF
THE POSSIBILITY OF SUCH DAMAGES.
Java Runtime Environ- You acknowledge that this software is not designed, licensed or intended for
ment 1.6 Update 1 use in the design, construction, operation or maintenance of any nuclear
facility.
Java Media Framework Redistribution and use in source and binary forms, with or without modifica-
2.1.1e tion, are permitted provided that the following conditions are met:
• Redistribution of source code must retain the above copyright notice, this list
JComponentVista of conditions and the following disclaimer.
• Redistribution in binary form must reproduce the above copyright notice, this
Java 2 Platform SE list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
RPC Neither the name of Sun Microsystems, Inc. or the names of contributors may
be used to endorse or promote products derived from this software without
specific prior written permission.
This software is provided "AS IS," without a warranty of any kind. ALL
EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WAR-
RANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABIL-
ITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT,
ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS
LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY
LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL
OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF
THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABIL-
ITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF
THE POSSIBILITY OF SUCH DAMAGES.

You acknowledge that this software is not designed, licensed or intended for
use in the design, construction, operation or maintenance of any nuclear
facility.

5000.0.0 Release Notes Page 23 of 47 December 2007


Landmark DecisionSpace 5000.0.0

NVIDIA Copyright © 2007 NVIDIA Corporation

The materials in the software are provided by NVIDIA® Corporation


("NVIDIA"). This is a license, not a transfer of title, and is subject to the follow-
ing restrictions: you may not: (a) modify the Materials or use them for any
commercial purpose, or any public display, performance, sale or rental; (b)
decompile, reverse engineer, or disassemble software Materials except and
only to the extent permitted by applicable law or unless specifically licensed
to do otherwise by NVIDIA in writing or as allowed by any license terms which
accompany or are provided with individual Materials; (c) remove any copy-
right or other proprietary notices from the Materials; (d) transfer the Materials
to any other person or entity. You agree to prevent any unauthorized copying
of the materials.
Materials are copyrighted and are protected by worldwide copyright laws and
treaty provisions. They may not be copied, reproduced, modified, published,
uploaded, posted, transmitted, or distributed in any way, without NVIDIA's
prior written permission. Except as expressly provided herein, NVIDIA and its
suppliers do not grant any express or implied right to you under any patents,
copyrights, trademarks, trade secret or any other intellectual property or pro-
prietary right.

THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR


IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MER-
CHANTABILITY, TITLE, NONINFRINGEMENT OF INTELLECTUAL PROP-
ERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT
SHALL NVIDIA OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES
WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR
LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMA-
TION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE MATE-
RIALS, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE
EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR
INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO
YOU. NVIDIA does not warrant the accuracy or completeness of the informa-
tion, text, graphics, links or other items contained within these materials.
NVIDIA may make changes to these materials, or to the products described
therein, at any time without notice, but makes no commitment to update the
Materials.

5000.0.0 Release Notes Page 24 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Apache Software Foun- Copyright © 2007 The Apache Software Foundation


dation
• Redistributions of source code must retain the above copyright notice, this
Jakarta-POI list of conditions and the following disclaimer.
• Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/
or other materials provided with the distribution.
• The end-user documentation included with the redistribution, if any, must
include the following acknowledgment: "This product includes software
developed by the Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself, if and
wherever such third-party acknowledgments normally appear.
• The names "Apache" and "Apache Software Foundation", "Jakarta-POI"
must not be used to endorse or promote products derived from this software
without prior written permission. For written permission, please contact
apache@apache.org.
• Products derived from this software may not be called "Apache" or "Jakarta-
POI", nor may "Apache" or "Jakarta-POI" appear in their name, without prior
written permission of the Apache Software Foundation.

THIS SOFTWARE IS PROVIDED “AS IS'' AND ANY EXPRESSED OR


IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PRO-
CUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CON-
TRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFT-
WARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

5000.0.0 Release Notes Page 25 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Jgraph © Copyright 2006 - JGraph

This license statement and limited warranty constitutes a legal agreement


("License Agreement") between you (either as an individual or a single entity)
and JGraph Ltd. for the software product ("Software") identified above, includ-
ing any software, media, and accompanying on-line or printed documenta-
tion.
BY INSTALLING, COPYING, OR OTHERWISE USING THE SOFTWARE,
YOU AGREE TO BE BOUND BY ALL OF THE TERMS AND CONDITIONS
OF THE LICENSE AGREEMENT.
Upon your acceptance of the terms and conditions of the License Agreement,
JGraph Ltd. grants you the right to use the Software in the manner provided
below:
• This Software is owned by JGraph Ltd. and is protected by copyright law and
international copyright treaty. Therefore, you must treat this Software like
any other copyrighted material (e.g., a book), except that you may either
make one copy of the Software solely for backup or archival purposes or
transfer the Software to a single hard disk provided you keep the original
solely for backup or archival purposes.
• You may transfer the Software and documentation on a permanent basis
provided you retain no copies and the recipient agrees to the terms of the
License Agreement. Except as provided in the License Agreement, you may
not transfer, rent, lease, lend, copy, modify, translate, sublicense, time-share
or electronically transmit or receive the Software, media or documentation.
• If you are not in receipt of the source code of the Software, you acknowledge
that the Software is a confidential trade secret of JGraph Ltd. and therefore
you agree not to reverse engineer, decompile, or disassemble the Software.
• JGraph Ltd. grants to you as an individual, a personal, nonexclusive license
to install and use the Software for the sole purposes of designing,
developing, testing, and deploying application programs which you create.
You may install copies of the Software on computers in a manner consistent
with the type of license purchased. A Single Developer License may be
installed on a computer and be freely moved from one computer to another,
providing that you have purchased a number of Single Developer Licenses
equivalent to the maximum possible number of developers using that
Software concurrently. A Site Developer License may be installed on any
number of computers and be used by any number of developers at any time
at one geographical location. A geographical location is defined as a building
or site occupied by the employees of one company or organization.
• If you are an entity, JGraph Ltd. grants you the right to designate one
individual within your organization ("Named User") to have the right to use
the Software in the manner provided above, in the case of the Single
Developer License.
• You may not distribute any program or file which includes, is created from,
or otherwise incorporates portions of the Software if such program or file is
a general purpose development tool, library, and/or component, or is
otherwise generally competitive with or a substitute for any JGraph Ltd.
product.

Continued next page...

5000.0.0 Release Notes Page 26 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Jgraph Continued from previous page...

SOURCE CODE
In addition to the license and rights granted, JGraph Ltd. grants you the right
to use and modify the SOFTWARE source provided you purchased source
code.
• You may not distribute the SOFTWARE source code, or any modified
version or derivative work of the SOFTWARE source code, in source code
form.
• The source code contained herein and in related files is provided to the
registered developer for the purposes of education and troubleshooting.
Under no circumstances may any portion of the source code be distributed,
disclosed or otherwise made available to any third party without the express
written consent of JGraph Ltd.
• Under no circumstances may the source code be used in whole or in part, as
the basis for creating a product that provides the same, or substantially the
same, functionality as any JGraph Ltd. product.
• The registered developer acknowledges that this source code contains
valuable and proprietary trade secrets of JGraph Ltd. The registered
developer agrees to expend every effort to insure its confidentiality.
SOURCE CODE IS SOLD AS IS. JGRAPH LTD. DOES NOT PROVIDE ANY
TECHNICAL SUPPORT FOR SOURCE CODE.

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, JGRAPH


LTD. AND ITS SUPPLIERS DISCLAIM ALL OTHER WARRANTIES AND
CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH
REGARD TO THE SOFTWARE, AND THE PROVISION OF OR FAILURE
TO PROVIDE SUPPORT SERVICES. THIS LIMITED WARRANTY GIVES
YOU SPECIFIC LEGAL RIGHTS. YOU MAY HAVE OTHERS, WHICH VARY
FROM STATE/JURISDICTION TO STATE/JURISDICTION.

Macrovision © 2002-2007 Macrovision Corporation

InstallAnywhere 8.0.2 You may not (a) make the Software available for use by others in any service
bureau or similar arrangement; (b) distribute, sublicense, transfer, or lend the
FlexLM Software to any third party; or (d) disassemble or reverse engineer (except in
European Union countries, to the extent allowed by law) the Software. You
may copy the Software solely for backup/archival purposes, provided that you
include all copyright and similar rights notices. Licensor (or its licensor)
retains all right, title, and interest in the Software (and in all copies). Unautho-
rized copying and modification of the Software is not permitted.

Continued next page...

5000.0.0 Release Notes Page 27 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Macrovision Continued from previous page...

InstallAnywhere 8.0.2 If you have a license to the InstallAnywhere Collaboration or InstallAnywhere


Enterprise, you may use the Software for the purposes of creating unit test
FlexLM installations for your own exclusive use. You may use the software as a plug-
in to the Eclipse Open Source IDE. Licensor is not licensing to you any right,
title, and interest with respect to the Eclipse Open Source IDE; your use of
the Eclipse Open Source IDE is subject to your acceptance of the terms and
conditions of the end-user license agreement from Eclipse Foundation for
that product.
The Software component parts may not be separated for use on more than
one computer, except as set forth in this Agreement. You may copy the files
specifically identified in the documentation as "redistributables" and redistrib-
ute such files to your end users of your products, provided that: (a) all such
distribution is done solely with the redistributables as an integral part of your
software installations; (b) all copies of the redistributables must be exact and
unmodified; and (c) you grant your end users a limited, personal, non-exclu-
sive and non-transferable license to use the redistributables only to the extent
required for the permitted operation of your products and not to distribute
them further. You will reproduce with the redistributables all applicable trade-
mark and copyright notices that accompany the Software, but you may not
use Licensor's name, logos or trademarks to market your products.
Licensor warrants that:
a.it has the right and authority to grant the rights described in this Agreement,
and;
b.the Software, as provided, will substantially perform the functions described
in the documentation when operated in the intended environment for a period
of ninety (90) days from the date of delivery (the "Warranty Period").
THE WARRANTIES ABOVE ARE EXCLUSIVE AND IN LIEU OF ALL
OTHER WARRANTIES, EXPRESS OR IMPLIED. LICENSOR EXPRESSLY
DISCLAIMS ANY WARRANTIES OF NON-INFRINGEMENT, MERCHANT-
ABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Licensor does not
warrant that the Software will (a) achieve specific results, (b) operate without
interruption, or (c) be error free.

This Agreement does not convey to you any rights of ownership in the Soft-
ware. All right, title, and interest in the Software and in any ideas, know-how,
and programs which are developed by Licensor in the course of providing any
technical services, including any enhancements or modifications made to the
Software, shall at all times remain the property of Licensor or its licensor. You
acknowledge and agree that the Software is licensed, not sold. You shall not
permit the Software to be accessed or used by anyone other than your
employees whose duties require such access or use.
You will not remove, modify or alter any of Licensor's copyright, trademark or
proprietary rights notices from any part of the Software, including but not lim-
ited to any such notices contained in the physical and/or electronic media or
documentation, in the Setup Wizard dialogue or 'about' boxes, in any of the
runtime resources and/or in any web-presence or web-enabled notices, code
or other embodiments originally contained in or otherwise created by the Soft-
ware, or in any archival or back-up copies, if applicable.

5000.0.0 Release Notes Page 28 of 47 December 2007


Landmark DecisionSpace 5000.0.0

iText Copyright © 1999-2005 by Bruno Lowagie and Paulo Soares. All Rights
Reserved.

To use iText, you agree with either the Mozilla Public License (with LGPL as
alternative license) or the Library General Public License (without MPL).
Source Code License.
The Initial Developer Grant.
The Initial Developer hereby grants You a world-wide, royalty-free, non-exclu-
sive license, subject to third party intellectual property claims:
(a) under intellectual property rights (other than patent or trademark) Licens-
able by Initial Developer to use, reproduce, modify, display, perform, subli-
cense and distribute the Original Code (or portions thereof) with or without
Modifications, and/or as part of a Larger Work; and
(b) under Patents Claims infringed by the making, using or selling of Original
Code, to make, have made, use, practice, sell, and offer for sale, and/or oth-
erwise dispose of the Original Code (or portions thereof).
(c) the licenses granted in this Section 2.1(a) and (b) are effective on the date
Initial Developer first distributes Original Code under the terms of this
License.
(d) notwithstanding Section 2.1(b) above, no patent license is granted: 1) for
code that You delete from the Original Code; 2) separate from the Original
Code; or 3) for infringements caused by: i) the modification of the Original
Code or ii) the combination of the Original Code with other software or
devices.

Contributor Grant.
Subject to third party intellectual property claims, each Contributor hereby
grants You a world-wide, royalty-free, non-exclusive license:
(a) under intellectual property rights (other than patent or trademark) Licens-
able by Contributor, to use, reproduce, modify, display, perform, sublicense
and distribute the Modifications created by such Contributor (or portions
thereof) either on an unmodified basis, with other Modifications, as Covered
Code and/or as part of a Larger Work; and
(b) under Patent Claims infringed by the making, using, or selling of Modifica-
tions made by that Contributor either alone and/or in combination with its
Contributor Version (or portions of such combination), to make, use, sell, offer
for sale, have made, and/or otherwise dispose of: 1) Modifications made by
that Contributor (or portions thereof); and 2) the combination of Modifications
made by that Contributor with its Contributor Version (or portions of such
combination).
(c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date
Contributor first makes Commercial Use of the Covered Code.
(d) notwithstanding Section 2.2(b) above, no patent license is granted: 1) for
any code that Contributor has deleted from the Contributor Version; 2) sepa-
rate from the Contributor Version; 3) for infringements caused by: i) third party
modifications of Contributor Version or ii) the combination of Modifications
made by that Contributor with other software (except as part of the Contribu-
tor Version) or other devices; or 4) under Patent Claims infringed by Covered
Code in the absence of Modifications made by that Contributor.

Continued next page...

5000.0.0 Release Notes Page 29 of 47 December 2007


Landmark DecisionSpace 5000.0.0

iText Continued from previous page...

Intellectual Property Matters


(a) Third Party Claims.
If Contributor has knowledge that a license under a third party's intellectual
property rights is required to exercise the rights granted by such Contributor
under Sections 2.1 or 2.2, Contributor must include a text file with the Source
Code distribution titled "LEGAL" which describes the claim and the party
making the claim in sufficient detail that a recipient will know whom to contact.
If Contributor obtains such knowledge after the Modification is made available
as described in Section 3.2, Contributor shall promptly modify the LEGAL file
in all copies Contributor makes available thereafter and shall take other steps
(such as notifying appropriate mailing lists or newsgroups) reasonably calcu-
lated to inform those who received the Covered Code that new knowledge
has been obtained.
(b) Contributor APIs.
If Contributor's Modifications include an application programming interface
and Contributor has knowledge of patent licenses which are reasonably nec-
essary to implement that API, Contributor must also include this information
in the LEGAL file.
(c) Representations.
Contributor represents that, except as disclosed pursuant to Section 3.4(a)
above, Contributor believes that Contributor's Modifications are Contributor's
original creation(s) and/or Contributor has sufficient rights to grant the rights
conveyed by this License.

COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"


BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE
COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A
PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO
THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH
YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY
RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CON-
TRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTI-
TUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COV-
ERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
DISCLAIMER.
Recursion Software: Copyright/ IP Policy © 2006 Recursion Software, Inc.
Copyright Policy Voyager and JGL are registered trademarks of Recursion
Object Space C++ Sys- Software, Inc. Cinergi, RSI, and the Recursion Software, Inc. logo are trade-
tems Toolkit 5.0.1.1 marks of Recursion Software, Inc.
IP (Intellectual Property) Policy
Recursion Software, Inc. has rights to patents in many key areas of software
development methodology and systems.

5000.0.0 Release Notes Page 30 of 47 December 2007


Landmark DecisionSpace 5000.0.0

CougaarForge Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
Cougaar Dual Slider 1. Redistributions of source code must retain the original author's copyright
Swing Component notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the original author's copy-
right notice, this list of conditions and the following disclaimer in the docu-
mentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRAN-
TIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTER-
RUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
Java Exchange Copyright © 2007 The Apache Software Foundation

RandomGUID Apache License


Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBU-


TION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction, and dis-
tribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by the copy-
right owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all other entities
that control, are controlled by, or are under common control with that entity.
For the purposes of this definition, "control" means (i) the power, direct or
indirect, to cause the direction or management of such entity, whether by con-
tract or otherwise, or (ii) ownership of fifty percent (50%) or more of the out-
standing shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity exercising permis-
sions granted by this License.

Continued next page...

5000.0.0 Release Notes Page 31 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Java Exchange Continued from previous page...

RandomGUID "Source" form shall mean the preferred form for making modifications, includ-
ing but not limited to software source code, documentation source, and con-
figuration files.

"Object" form shall mean any form resulting from mechanical transformation
or translation of a Source form, including but not limited to compiled object
code, generated documentation, and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or Object form,
made available under the License, as indicated by a copyright notice that is
included in or attached to the work (an example is provided in the Appendix
below).

"Derivative Works" shall mean any work, whether in Source or Object form,
that is based on (or derived from) the Work and for which the editorial revi-
sions, annotations, elaborations, or other modifications represent, as a whole,
an original work of authorship. For the purposes of this License, Derivative
Works shall not include works that remain separable from, or merely link (or
bind by name) to the interfaces of, the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including the original ver-
sion of the Work and any modifications or additions to that Work or Derivative
Works thereof, that is intentionally submitted to Licensor for inclusion in the
Work by the copyright owner or by an individual or Legal Entity authorized to
submit on behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written communication
sent to the Licensor or its representatives, including but not limited to commu-
nication on electronic mailing lists, source code control systems, and issue
tracking systems that are managed by, or on behalf of, the Licensor for the
purpose of discussing and improving the Work, but excluding communication
that is conspicuously marked or otherwise designated in writing by the copy-
right owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
of whom a Contribution has been received by Licensor and subsequently
incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of this


License, each Contributor hereby grants to You a perpetual, worldwide, non-
exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce,
prepare Derivative Works of, publicly display, publicly perform, sublicense,
and distribute the Work and such Derivative Works in Source or Object form.

Continued next page...

5000.0.0 Release Notes Page 32 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Java Exchange Continued from previous page...

RandomGUID 3. Grant of Patent License. Subject to the terms and conditions of this
License, each Contributor hereby grants to You a perpetual, worldwide, non-
exclusive, no-charge, royalty-free, irrevocable (except as stated in this sec-
tion) patent license to make, have made, use, offer to sell, sell, import, and
otherwise transfer the Work, where such license applies only to those patent
claims licensable by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s) with the Work
to which such Contribution(s) was submitted. If You institute patent litigation
against any entity (including a cross-claim or counterclaim in a lawsuit) alleg-
ing that the Work or a Contribution incorporated within the Work constitutes
direct or contributory patent infringement, then any patent licenses granted to
You under this License for that Work shall terminate as of the date such litiga-
tion is filed.

4. Redistribution. You may reproduce and distribute copies of the Work or


Derivative Works thereof in any medium, with or without modifications, and in
Source or Object form, provided that You meet the following conditions:

(a) You must give any other recipients of the Work or Derivative Works a copy
of this License; and

(b) You must cause any modified files to carry prominent notices stating that
You changed the files; and

(c) You must retain, in the Source form of any Derivative Works that You dis-
tribute, all copyright, patent, trademark, and attribution notices from the
Source form of the Work, excluding those notices that do not pertain to any
part of the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its distribution, then
any Derivative Works that You distribute must include a readable copy of the
attribution notices contained within such NOTICE file, excluding those notices
that do not pertain to any part of the Derivative Works, in at least one of the
following places: within a NOTICE text file distributed as part of the Derivative
Works; within the Source form or documentation, if provided along with the
Derivative Works; or, within a display generated by the Derivative Works, if
and wherever such third-party notices normally appear. The contents of the
NOTICE file are for informational purposes only and do not modify the
License. You may add Your own attribution notices within Derivative Works
that You distribute, alongside or as an addendum to the NOTICE text from the
Work, provided that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and may
provide additional or different license terms and conditions for use, reproduc-
tion, or distribution of Your modifications, or for any such Derivative Works as
a whole, provided Your use, reproduction, and distribution of the Work other-
wise complies with the conditions stated in this License.

Continued next page...

5000.0.0 Release Notes Page 33 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Java Exchange Continued from previous page...

RandomGUID 5. Submission of Contributions. Unless You explicitly state otherwise, any


Contribution intentionally submitted for inclusion in the Work by You to the
Licensor shall be under the terms and conditions of this License, without any
additional terms or conditions. Notwithstanding the above, nothing herein
shall supersede or modify the terms of any separate license agreement you
may have executed with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor, except
as required for reasonable and customary use in describing the origin of the
Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or agreed to in


writing, Licensor provides the Work (and each Contributor provides its Contri-
butions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied, including, without limitation, any
warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABIL-
ITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsi-
ble for determining the appropriateness of using or redistributing the Work
and assume any risks associated with Your exercise of permissions under
this License.

8. Limitation of Liability. In no event and under no legal theory, whether in tort


(including negligence), contract, or otherwise, unless required by applicable
law (such as deliberate and grossly negligent acts) or agreed to in writing,
shall any Contributor be liable to You for damages, including any direct, indi-
rect, special, incidental, or consequential damages of any character arising
as a result of this License or out of the use or inability to use the Work (includ-
ing but not limited to damages for loss of goodwill, work stoppage, computer
failure or malfunction, or any and all other commercial damages or losses),
even if such Contributor has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing the Work or


Derivative Works thereof, You may choose to offer, and charge a fee for,
acceptance of support, warranty, indemnity, or other liability obligations and/
or rights consistent with this License. However, in accepting such obligations,
You may act only on Your own behalf and on Your sole responsibility, not on
behalf of any other Contributor, and only if You agree to indemnify, defend,
and hold each Contributor harmless for any liability incurred by, or claims
asserted against, such Contributor by reason of your accepting any such war-
ranty or additional liability.

END OF TERMS AND CONDITIONS

Continued next page...

5000.0.0 Release Notes Page 34 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Java Exchange Continued from previous page...

RandomGUID APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following boilerplate
notice, with the fields enclosed by brackets "[]" replaced with your own identi-
fying information. (Don't include the brackets!) The text should be enclosed
in the appropriate comment syntax for the file format. We also recommend
that a file or class name and description of purpose be included on the same
"printed page" as the copyright notice for easier identification within third-
party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed


under the License is distributed on an "AS IS" BASIS, WITHOUT WARRAN-
TIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
Jython 2.1 Copyright © 2007, Jython Developers. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
• Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
• Neither the name of the Jython Developers nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS “AS IS'' AND ANY EXPRESS OR IMPLIED WARRAN-
TIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBU-
TORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFT-
WARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Jython (Version 2.1) is made available subject to the terms and conditions in
CNRI's License Agreement. This Agreement may be located on the Internet
using the following unique, persisten t identifier (known as a handle):
1895.22/1006.

5000.0.0 Release Notes Page 35 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Open Source Technol- © Copyright 2007 - OSTG Open Source Technology Group, All Rights
ogy Group: Reserved
Redistribution and use in source and binary forms, with or without modifica-
Foxtrot tion, are permitted provided that the following conditions are met:
• Redistributions of source code must retain the above copyright notice, this
ATLAS (Automatically list of conditions and the following disclaimer.
Tuned Linear Algebra • Redistributions in binary form must reproduce the above copyright notice,
Software) this list of conditions and the following disclaimer in the documentation and/
or other materials provided with the distribution.
• Neither the name of the software nor the names of the contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRAN-
TIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTER-
RUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
Netlib: The reference LAPACK and BLAS are freely-available software packages. It
can be included in commercial software packages. We only ask that proper
LAPACK (Linear Alge- credit be given to the authors.
bra PACKage) Like all software, these are copyrighted.

BLAS (Basic Linear


Algebra Subprograms)
Java Boutique These components are free for any use you see fit (other than selling the
components as a standalone product.)
Tabsplitter
Blue Marble Geograph- Copyright © 2007 Blue Marble Geographics
ics The agreement specifies the following:
Landmark agrees to include an acknowledgment in the “about box” of the
Blue Marble 5.0.0 Landmark Software containing the Ported Derivatives that “GeoCalc” is the
trademark of Blue Marble and that the Software and the Ported Derivatives
are the copyrighted property of Blue Marble.
Landmark shall not permit any personnel of Landmark to remove proprietary
or other legend or restrictive notice contained or included in any material pro-
vided by Blue Marble, and that Landmark shall not permit Landmark person-
nel to reproduce or copy any such material except as specifically authorized
hereunder.
Landmark shall use reasonable efforts to include an acknowledgement of
Blue Marble’s copyright and the mark “GeoCalc” in advertising materials
relating to the Landmark Software containing Ported Derivatives.

5000.0.0 Release Notes Page 36 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Mingw.org Copyright © 2004 www.mingw.org


All rights reserved
Basic MinGW runtime When MinGW runtime was released, the source was placed into the public
mingwm10.dll domain. No one owns a copyright (C) to the source because of this. You as a
software manufacturer are free to use the MinGW runtime in your proprietary
and OpenSource software as you see fit. The only thing you can't do is to
claim ownership of the source and use the creator's name, the MinGW name
or the name of any of it's contributors in endorsement of any product.
The MinGW basic runtime system, which is basically the glue to the underly-
ing operating system, is completely in the public domain. The runtime system
includes MinGW headers (such as stdio.h), libraries (such as libmingw32.a)
and import libraries for CRTDLL/MSVCRT.
W32API, which consists of the headers and import libraries related to WIN32
API access, is released under
copyright. The copyright agreement states no restrictions are placed on pro-
grams or object files compiled with the library.
Mingw development tools, which include compilers, linkers, other tools in the
bin directory, etc., are released under the GNU General Public License.
Profiled code, which is code compiled and linked with the -pg option for runt-
ime profiling, also falls under the GNU General Public License. CAUTION: do
not distribute proprietary source with profiling enabled. The profiling library is
covered by the GPL which infects your product to conform to the GPL as well.
Silicon Graphics Copyright © 1993-2007 Silicon Graphics, Inc.
Subject to the terms of this License and any third party intellectual property
OpenGL Utility and claims, for the duration of intellectual property protections inherent in the
Extensions Header Original Code, SGI hereby grants Recipient a worldwide, royalty-free, non-
Files exclusive license, to do the following: (i) under copyrights Licensable by SGI,
to reproduce, distribute, create derivative works from, and, to the extent appli-
OpenGL Windows Inter- cable, display and perform the Original Code and/or any Modifications pro-
face vided by SGI alone and/or as part of a Larger Work; and (ii) under any
Licensable Patents, to make, have made, use, sell, offer for sale, import and/
OpenGL X Interface or otherwise transfer the Original Code and/or any Modifications provided by
Header Files SGI. Recipient accepts the terms and conditions of this License by undertak-
ing any of the aforementioned actions. The patent license shall apply to the
Covered Code if, at the time any related Modification is added, such addition
of the Modification causes such combination to be covered by the Licensed
Patents. The patent license in Section 2.1(ii) shall not apply to any other com-
binations that include the Modification. No patent license is provided under
SGI Patents for infringements of SGI Patents by Modifications not provided
by SGI or combinations of Original Code and Modifications not provided by
SGI.

Subject to the terms of this License and any third party intellectual property
claims, Recipient hereby grants SGI and any other Recipients a worldwide,
royalty-free, non-exclusive license, under any Recipient Patents, to make,
have made, use, sell, offer for sale, import and/or otherwise transfer the Orig-
inal Code and/or any Modifications provided by SGI.

Continued next page...

5000.0.0 Release Notes Page 37 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Silicon Graphics Continued from previous page...


The Notice set forth in Exhibit A, below, must be conspicuously retained or
OpenGL Utility and included in any and all redistributions of Covered Code. For distributions of
Extensions Header the Covered Code in source code form, the Notice must appear in every file
Files that can include a text comments field; in executable form, the Notice and a
copy of this License must appear in related documentation or collateral where
OpenGL Windows Inter- the Recipient’s rights relating to Covered Code are described. Any Additional
face Notice Provisions which actually appears in the Original Code must also be
retained or included in any and all redistributions of Covered Code.
OpenGL X Interface Note that, as provided in the License, the Software is distributed on an "AS
Header Files IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDI-
TIONS DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFAC-
TORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-
INFRINGEMENT.
COVERED CODE IS PROVIDED "AS IS." ALL EXPRESS AND IMPLIED
WARRANTIES AND CONDITIONS ARE DISCLAIMED, INCLUDING, WITH-
OUT LIMITATION, ANY IMPLIED WARRANTIES AND CONDITIONS OF
MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTIC-
ULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO RISK
AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.
SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI
ASSUMES NO COST OR LIABILITY FOR SERVICING, REPAIR OR COR-
RECTION. THIS DISCLAIMER OF WARRANTY IS AN ESSENTIAL PART
OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED
HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.
LGPL License Copyright © 1991, 1999 Free Software Foundation, Inc.

Libraries The licenses for most software are designed to take away your freedom to
share and change it. By contrast, the GNU General Public Licenses are
intended to guarantee your freedom to share and change free software--to
make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some specially
designated software packages--typically libraries--of the Free Software Foun-
dation and other authors who decide to use it.
When we speak of free software, we are referring to freedom of use, not
price. Our General Public Licenses are designed to make sure that you have
the freedom to distribute copies of free software (and charge for this service if
you wish); that you receive source code or can get it if you want it; that you
can change the software and use pieces of it in new free programs; and that
you are informed that you can do these things.
To protect your rights, we need to make restrictions that forbid distributors to
deny you these rights or to ask you to surrender these rights. These restric-
tions translate to certain responsibilities for you if you distribute copies of the
library or if you modify it.
When we speak of free software, we are referring to freedom of use, not
price. Our General Public Licenses are designed to make sure that you have
the freedom to distribute copies of free software (and charge for this service if
you wish); that you receive source code or can get it if you want it; that you
can change the software and use pieces of it in new free programs; and that
you are informed that you can do these things.
Continued next page...

5000.0.0 Release Notes Page 38 of 47 December 2007


Landmark DecisionSpace 5000.0.0

LGPL License Continued from previous page...

Libraries To protect your rights, we need to make restrictions that forbid distributors to
deny you these rights or to ask you to surrender these rights. These restric-
tions translate to certain responsibilities for you if you distribute copies of the
library or if you modify it.
Most GNU software, including some libraries, is covered by the ordinary GNU
General Public License. This license, the GNU Lesser General Public
License, applies to certain designated libraries, and is quite different from the
ordinary General Public License. We use this license for certain libraries in
order to permit linking those libraries into non-free programs.
When a program is linked with a library, whether statically or using a shared
library, the combination of the two is legally speaking a combined work, a
derivative of the original library. The ordinary General Public License there-
fore permits such linking only if the entire combination fits its criteria of free-
dom. The Lesser General Public License permits more lax criteria for linking
other code with the library.
This License Agreement applies to any software library or other program
which contains a notice placed by the copyright holder or other authorized
party saying it may be distributed under the terms of this Lesser General Pub-
lic License (also called "this License").
A "library" means a collection of software functions and/or data prepared so
as to be conveniently linked with application programs (which use some of
those functions and data) to form executables.
The "Library", below, refers to any such software library or work which has
been distributed under these terms. A "work based on the Library" means
either the Library or any derivative work under copyright law: that is to say, a
work containing the Library or a portion of it, either verbatim or with modifica-
tions and/or translated straightforwardly into another language. (Hereinafter,
translation is included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for making
modifications to it. For a library, complete source code means all the source
code for all modules it contains, plus any associated interface definition files,
plus the scripts used to control compilation and installation of the library.
You may charge a fee for the physical act of transferring a copy, and you may
at your option offer warranty protection in exchange for a fee.
You may modify your copy or copies of the Library or any portion of it, thus
forming a work based on the Library, and copy and distribute such modifica-
tions or work under the terms of Section 1 above, provided that you also meet
all of these conditions:
Activities other than copying, distribution and modification are not covered by
this License; they are outside its scope. The act of running a program using
the Library is not restricted, and output from such a program is covered only if
its contents constitute a work based on the Library (independent of the use of
the Library in a tool for writing it). Whether that is true depends on what the
Library does and what the program that uses the Library does.
You may copy and distribute verbatim copies of the Library's complete source
code as you receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice and dis-
claimer of warranty; keep intact all the notices that refer to this License and to
the absence of any warranty; and distribute a copy of this License along with
the Library.

Continued next page...

5000.0.0 Release Notes Page 39 of 47 December 2007


Landmark DecisionSpace 5000.0.0

LGPL License Continued from previous page...

Libraries a) The modified work must itself be a software library.


b) You must cause the files modified to carry prominent notices stating that
you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no charge to all
third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a table of data to
be supplied by an application program that uses the facility, other than as an
argument passed when the facility is invoked, then you must make a good
faith effort to ensure that, in the event an application does not supply such
function or table, the facility still operates, and performs whatever part of its
purpose remains meaningful.
You may opt to apply the terms of the ordinary GNU General Public License
instead of this License to a given copy of the Library. To do this, you must
alter all the notices that refer to this License, so that they refer to the ordinary
GNU General Public License, version 2, instead of to this License. (If a newer
version than version 2 of the ordinary GNU General Public License has
appeared, then you can specify that version instead if you wish.) Do not make
any other change in these notices.
Once this change is made in a given copy, it is irreversible for that copy, so
the ordinary GNU General Public License applies to all subsequent copies
and derivative works made from that copy.
This option is useful when you wish to copy part of the code of the Library into
a program that is not a library. You may copy and distribute the Library (or a
portion or derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany it
with the complete corresponding machine-readable source code, which must
be distributed under the terms of Sections 1 and 2 above on a medium cus-
tomarily used for software interchange.
If distribution of object code is made by offering access to copy from a desig-
nated place, then offering equivalent access to copy the source code from the
same place satisfies the requirement to distribute the source code, even
though third parties are not compelled to copy the source along with the
object code. You may not copy, modify, sublicense, link with, or distribute the
Library except as expressly provided under this License. Any attempt other-
wise to copy, modify, sublicense, link with, or distribute the Library is void, and
will automatically terminate your rights under this License. However, parties
who have received copies, or rights, from you under this License will not have
their licenses terminated so long as such parties remain in full compliance.
Each time you redistribute the Library (or any work based on the Library), the
recipient automatically receives a license from the original licensor to copy,
distribute, link with or modify the Library subject to these terms and condi-
tions. You may not impose any further restrictions on the recipients' exercise
of the rights granted herein. You are not responsible for enforcing compliance
by third parties with this License.
If the distribution and/or use of the Library is restricted in certain countries
either by patents or by copyrighted interfaces, the original copyright holder
who places the Library under this License may add an explicit geographical
distribution limitation excluding those countries, so that distribution is permit-
ted only in or among countries not thus excluded. In such case, this License
incorporates the limitation as if written in the body of this License.
Continued next page...

5000.0.0 Release Notes Page 40 of 47 December 2007


Landmark DecisionSpace 5000.0.0

LGPL License Continued from previous page...

Libraries The Free Software Foundation may publish revised and/or new versions of
the Lesser General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to address
new problems or concerns.
Each version is given a distinguishing version number. If the Library specifies
a version number of this License which applies to it and "any later version",
you have the option of following the terms and conditions either of that ver-
sion or of any later version published by the Free Software Foundation. If the
Library does not specify a license version number, you may choose any ver-
sion ever published by the Free Software Foundation.

If you wish to incorporate parts of the Library into other free programs whose
distribution conditions are incompatible with these, write to the author to ask
for permission. For software which is copyrighted by the Free Software Foun-
dation, write to the Free Software Foundation; we sometimes make excep-
tions for this. Our decision will be guided by the two goals of preserving the
free status of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING
THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE
LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECES-
SARY SERVICING, REPAIR OR CORRECTION.

Koders Copyright © 2007 Koders. All rights reserved.

KaiserWindow.java The Koders Services are made available for your personal, non-commercial
use only. You may not use the Koders Services to sell a product or service. If
you want to make commercial use of the Koders Services, you must enter
into an agreement with Koders to do so in advance.
Koders disclaims any and all responsibility or liability for the accuracy, con-
tent, completeness, legality, reliability, or operability or availability of informa-
tion or material displayed in the Koders SERVICES results. Koders disclaims
any responsibility for the deletion, failure to store, misdelivery, or untimely
delivery of any information or material. Koders disclaims any responsibility for
any harm resulting from downloading or accessing any information or mate-
rial on the Internet through the Koders SERVICES.

Continued next page...

5000.0.0 Release Notes Page 41 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Koders Continued from previous page...

KaiserWindow.java THE Koders SERVICES, AND ALL MATERIALS, INFORMATION, PROD-


UCTS AND SERVICES INCLUDED IN THE Koders SERVICES ARE PRO-
VIDED "AS IS," WITH NO WARRANTIES WHATSOEVER. Koders AND ITS
LICENSORS EXPRESSLY DISCLAIM TO THE FULLEST EXTENT PERMIT-
TED BY LAW ALL EXPRESS, IMPLIED, AND STATUTORY WARRANTIES,
INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF MERCHANT-
ABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGE-
MENT OF PROPRIETARY RIGHTS. Koders AND ITS LICENSORS
DISCLAIM ANY WARRANTIES REGARDING THE SECURITY, RELIABIL-
ITY, TIMELINESS, AND PERFORMANCE OF THE Koders SERVICES. Kod-
ers AND ITS LICENSORS DISCLAIM, ANY WARRANTIES FOR ANY
INFORMATION OR ADVICE OBTAINED THROUGH THE Koders SER-
VICES. Koders AND ITS LICENSORS DISCLAIM ANY WARRANTIES FOR
SERVICES OR GOODS RECEIVED THROUGH OR ADVERTISED ON THE
Koders SERVICES OR RECEIVED THROUGH ANY LINKS PROVIDED BY
THE Koders SERVICES, AS WELL AS FOR ANY INFORMATION OR
ADVICE RECEIVED THROUGH ANY LINKS PROVIDED IN THE Koders
SERVICES.
YOU UNDERSTAND AND AGREE THAT YOU DOWNLOAD OR OTHER-
WISE OBTAIN MATERIAL OR DATA THROUGH THE USE OF THE Koders
SERVICES AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL
BE SOLELY RESPONSIBLE FOR ANY DAMAGES TO YOUR COMPUTER
SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF
SUCH MATERIAL OR DATA.
SOME STATES OR OTHER JURISDICTIONS DO NOT ALLOW THE
EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE EXCLUSIONS
MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER RIGHTS THAT
VARY FROM STATE TO STATE AND JURISDICTION TO JURISDICTION.

5000.0.0 Release Notes Page 42 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Colorado School of Copyright (c) 2006


Mines and others
All rights reserved. This program and accompanying materials are made
agfc.h (advance geo- available under the terms of the Common Public License - v1.0, which
physical fundamental C) accompanies this distribution.
Common Public License - v 1.0
CubicInterpolator.java THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF
THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRO-
RandomFloat.java DUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIP-
IENT'S ACCEPTANCE OF THIS AGREEMENT.
GRANT OF RIGHTS
• Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free copyright license to
reproduce, prepare derivative works of, publicly display, publicly perform,
distribute and sublicense the Contribution of such Contributor, if any, and
such derivative works, in source code and object code form.
• Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free patent license under
Licensed Patents to make, use, sell, offer to sell, import and otherwise
transfer the Contribution of such Contributor, if any, in source code and
object code form. This patent license shall apply to the combination of the
Contribution and the Program if, at the time the Contribution is added by the
Contributor, such addition of the Contribution causes such combination to be
covered by the Licensed Patents. The patent license shall not apply to any
other combinations which include the Contribution. No hardware per se is
licensed hereunder.
• Recipient understands that although each Contributor grants the licenses to
its Contributions set forth herein, no assurances are provided by any
Contributor that the Program does not infringe the patent or other intellectual
property rights of any other entity. Each Contributor disclaims any liability to
Recipient for claims brought by any other entity based on infringement of
intellectual property rights or otherwise. As a condition to exercising the
rights and licenses granted hereunder, each Recipient hereby assumes sole
responsibility to secure any other intellectual property rights needed, if any.
For example, if a third party patent license is required to allow Recipient to
distribute the Program, it is Recipient's responsibility to acquire that license
before distributing the Program.
• Each Contributor represents that to its knowledge it has sufficient copyright
rights in its Contribution, if any, to grant the copyright license set forth in this
Agreement.

Continued next page...

5000.0.0 Release Notes Page 43 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Colorado School of Continued from previous page...


Mines and others
COMMERCIAL DISTRIBUTION
agfc.h (advance geo- Commercial distributors of software may accept certain responsibilities with
physical fundamental C) respect to end users, business partners and the like. While this license is
intended to facilitate the commercial use of the Program, the Contributor who
CubicInterpolator.java includes the Program in a commercial product offering should do so in a man-
ner which does not create potential liability for other Contributors. Therefore,
RandomFloat.java if a Contributor includes the Program in a commercial product offering, such
Contributor ("Commercial Contributor") hereby agrees to defend and indem-
nify every other Contributor ("Indemnified Contributor") against any losses,
damages and costs (collectively "Losses") arising from claims, lawsuits and
other legal actions brought by a third party against the Indemnified Contribu-
tor to the extent caused by the acts or omissions of such Commercial Contrib-
utor in connection with its distribution of the Program in a commercial product
offering. The obligations in this section do not apply to any claims or Losses
relating to any actual or alleged intellectual property infringement. In order to
qualify, an Indemnified Contributor must: a) promptly notify the Commercial
Contributor in writing of such claim, and b) allow the Commercial Contributor
to control, and cooperate with the Commercial Contributor in, the defense
and any related settlement negotiations.
WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PRO-
GRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING,
WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTIC-
ULAR PURPOSE. Each Recipient is solely responsible for determining the
appropriateness of using and distributing the Program and assumes all risks
associated with its exercise of rights under this Agreement, including but not
limited to the risks and costs of program errors, compliance with applicable
laws, damage to or loss of data, programs or equipment, and unavailability or
interruption of operations.

DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER
RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY
RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBIL-
ITY OF SUCH DAMAGES.Indemnified Contributor may participate in any
such claim at its own expense.

5000.0.0 Release Notes Page 44 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Microsoft Platform SDK © 2007 Microsoft Corporation

Microsoft Visual Studio Any software that is made available to download from the Services ("Soft-
2005 ware") is the copyrighted work of Microsoft and/or its suppliers. Use of the
Software is governed by the terms of the end user license agreement, if any,
which accompanies or is included with the Software ("License Agreement").
An end user will be unable to install any Software that is accompanied by or
includes a License Agreement, unless he or she first agrees to the License
Agreement terms.
WITHOUT LIMITING THE FOREGOING, COPYING OR REPRODUCTION
OF THE SOFTWARE TO ANY OTHER SERVER OR LOCATION FOR FUR-
THER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIB-
ITED, UNLESS SUCH REPRODUCTION OR REDISTRIBUTION IS
EXPRESSLY PERMITTED BY THE LICENSE AGREEMENT ACCOMPANY-
ING SUCH SOFTWARE.
THE SOFTWARE IS WARRANTED, IF AT ALL, ONLY ACCORDING TO
THE TERMS OF THE LICENSE AGREEMENT. EXCEPT AS WARRANTED
IN THE LICENSE AGREEMENT, MICROSOFT CORPORATION HEREBY
DISCLAIMS ALL WARRANTIES AND CONDITIONS WITH REGARD TO
THE SOFTWARE, INCLUDING ALL WARRANTIES AND CONDITIONS OF
MERCHANTABILITY, WHETHER EXPRESS, IMPLIED OR STATUTORY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGE-
MENT.

5000.0.0 Release Notes Page 45 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Trademarks

3D Drill View, 3D Drill View KM, 3DFS, 3D Surveillance, 3DView, Active Field Surveillance, Active Reservoir Surveillance,
ADC, Advanced Data Transfer, ARIES, ARIES DecisionSuite, AssetConnect, Asset Decision Solution, Asset Development
Center, Asset Journal, AssetLink, AssetLink Advisor, AssetLink Director, AssetLink Observer, AssetObserver, AssetObserver
Advisor, Asset Performance, AssetPlanner, AssetSolver, AssetSolver Online, AssetView, BLITZPAK, CasingSeat, COMPASS,
Corporate Data Archiver, Corporate Data Store, Data Analyzer, DataManager, DataStar, DBPlot, DecisionSpace, DecisionsSpace
3D Drill View KM, DecisionSpace AssetLink, DecisionSpace AssetPlanner, DecisionSpace AssetSolver, DecisionSpace
AssetView 2D, DecisionSpace AssetView 3D, DecisionSpace Atomic Meshing, DecisionSpace Decision Management
Systems(DMS), DecisionSpace for Production, DecisionSpace Nexus, DecisionSpace PowerGrid, DecisionSpace PowerModel,
DecisionSpace PrecisionTarget, DecisionSpace Reservoir, DecisionSpace TracPlanner, DecisionSpace Well Seismic Fusion,
DecisionSpace WellSolver, DecisionSuite, DepthTeam, DepthTeam Explorer, DepthTeam Express, DepthTeam Extreme,
DepthTeam Interpreter, Desktop Navigator, DESKTOP-PVT, DESKTOP-VIP, DEX, DIMS, Discovery, Discovery Asset,
Discovery PowerStation, DMS, Drillability Suite, Drilling Desktop, DrillModel, Drill-to-the-Earth Model, DSS, Dynamic
Reservoir Management, Dynamic Surveillance System, EarthCube, EDM, EDT, eLandmark, Engineer’s Data Model, Engineer's
Desktop, Engineer’s Link, ESP, Event Similarity Prediction, Executive Assistant, ezFault, ezSurface, ezTracker, FastTrack, FG+,
FieldPlan, Field Scenario Planner, FZAP!, GeoAtlas, GeoDataLoad, GeoGraphix, GeoGraphix Exploration System, GeoLink,
GeoProbe, GeoProbe GF DataServer, GES, GESXplorer, GMAplus, GMI Imager, GRIDGENR, Handheld Field Operator, HHFO,
I2 Enterprise, iDIMS, IsoMap, iWellFile, Landmark, Landmark Decision Center, Landmark & Design, Landmark Logo and
Design, Landscape, Lattix, LeaseMap, LMK Resources, LogEdit, LogM, LogPrep, Magic Earth, MagicDesk, Make Great
Decisions, MathPack, MIMIC, MIMIC+, Model Builder, MyLandmark, Nexus, Object MP, OpenBooks, Open Explorer,
OpenJournal, OpenSGM, OpenVision, OpenWells, OpenWire, OpenWorks, OpenWorks Development Kit, OpenWorks Well File,
OpenWorks Production, PAL, Parallel-VIP, PetroBank, PetroBank Master Data Store, PetroWorks, PetroWorks Asset, PetroWorks
Pro, PetroWorks ULTRA, PlotView, Point Gridding Plus, Pointing Dispatcher, PostStack, PostStack ESP, PostStack Family,
PowerCalculator, PowerExplorer, PowerExplorer Connect, PowerGrid, PowerHub, Power Interpretation, PowerJournal,
PowerModel, PowerView, PrecisionTarget, Presgraf, PRIZM, Production Asset Manager, PROFILE, Project Administrator,
ProMAGIC, ProMAGIC Connect, ProMAGIC Server, ProMAX, ProMAX 2D, ProMAX 3D, ProMAX 3DPSDM, ProMax 4D,
ProMax Family, ProMAX MVA, ProMAX VSP, pSTAx, Query Builder, Quick, Quick+, QUICKDIF, QuickWell, QuickWell+,
QUIKDIG, QUIKRAY, QUIKSHOT, QUIKVSP, RAVE, RAYMAP, RAYMAP+, Real Freedom, Real Time Asset Management
Center, Real Time Decision Center, Real Time Operations Center, Real Time Production Surveillance, Real Time Surveillance,
Real-Time View, Reference Data Manager, RESev, ResMap, RightTime, RTOC, SCAN, SeisCube, SeisMap, SeisModel,
SeisSpace, SeisVision, SeisWell, SeisWorks, SeisWorks 2D, SeisWorks 3D, SeisWorks PowerCalculator, SeisWorks
PowerJournal, SeisWorks PowerView, SeisXchange, Semblance Computation and Analysis, Sierra Family, SigmaView,
SimConnect, SimConvert, SimDataStudio,SimResults, SimResults+, SimResults+3D, SIVA, SIVA+, smartSECTION, Spatializer,
SpecDecomp, StrataAmp, StrataMap, StrataModel, StrataSim, StratWorks, StrataWorks 3D, StreamCalc, StressCheck, STRUCT,
Structure Cube, Surf & Connect, SynTool, SystemStart, SystemStart for Clients, SystemStart for Servers, SystemStart for Storage,
Tanks & Tubes, TDQ, Team Workspace, TERAS, The Engineer’s Desktop, Total Drilling Performance, TOW/cs, TOW/cs
Revenue Interface, TracPlanner, Trend Form Gridding, Turbo Synthetics, VESPA, VESPA+, VIP, VIP-COMP, VIP-CORE,
VIPDataStudio, VIP-DUAL, VIP-ENCORE, VIP-EXECUTIVE, VIP-Local Grid Refinement, VIP-THERM, WavX, Web Editor,
Wellbase, Wellbore Planner, Wellbore Planner Connect, WELLCAT, WELLPLAN, Well Seismic Fusion, WellSolver,
WellXchange, WOW, Xsection, You're in Control. Experience the difference, ZAP!, and Z-MAP Plus are trademarks, registered
trademarks or service marks of Landmark Graphics Corporation.

All other trademarks, service marks and product or service names are the trademarks or names of their respective owners.

5000.0.0 Release Notes Page 46 of 47 December 2007


Landmark DecisionSpace 5000.0.0

Landmark acknowledges that certain third party code has been bundled with, or embedded in, Landmark’s
software. The licensors of this third party code, and the terms and conditions of their respective licenses,
may be found at the following location:

<DecisionSpaceDMS5000.0>\help\com\lgc\dspx\Third_Party.pdf

5000.0.0 Release Notes Page 47 of 47 December 2007

You might also like