There is no licensing change between release 10.3 and 10.3e.
However if you are migrating to 10.3e from a release like 10.2 and older, please note the following:
# ** INTERNAL ERROR: pkgref: export lookup failed for package #8[7]
1. The vsim "checkpoint" command now accepts a file or a directory as the pathname.
Syntax:
checkpoint [-dir] <pathname>
The following are the two valid scenarios for specifying a directory as the <pathname>. In both these cases a checkpoint file named 'vsim.cpt' is created in the specified directory.
It is an error if "-dir" is specified but the <pathname> represents a regular file.
2. vsim's "restore" CLI command and the command line switch "-restore" now accept a file or a directory as the pathname. (The syntax has not changed, only the semantics).
Syntax:
restore <pathname>
3. When the checkpoint is represented by a directory the following new function, declared in "mti.h" file, returns that directory name.
extern char * mti_GetCheckpointDirname PROTO((void));