diff --git a/AlertLogPkg.vhd b/AlertLogPkg.vhd
index 48e2fa7..442e6ea 100644
--- a/AlertLogPkg.vhd
+++ b/AlertLogPkg.vhd
@@ -32,7 +32,7 @@
-- 07/2015 2016.01 Fixed AlertLogID issue with > 32 IDs
--
--
--- Copyright (c) 2016 by SynthWorks Design Inc. All rights reserved.
+-- Copyright (c) 2015 - 2016 by SynthWorks Design Inc. All rights reserved.
--
-- Verbatim copies of this source file may be used and
-- distributed without restriction.
diff --git a/CoveragePkg.vhd b/CoveragePkg.vhd
index 36124be..0915703 100644
--- a/CoveragePkg.vhd
+++ b/CoveragePkg.vhd
@@ -53,7 +53,7 @@
-- composites with unconstrained elements
--
--
--- Copyright (c) 2010 - 2015 by SynthWorks Design Inc. All rights reserved.
+-- Copyright (c) 2010 - 2016 by SynthWorks Design Inc. All rights reserved.
--
-- Verbatim copies of this source file may be used and
-- distributed without restriction.
diff --git a/MemoryPkg.vhd b/MemoryPkg.vhd
index 3af214e..44d4877 100644
--- a/MemoryPkg.vhd
+++ b/MemoryPkg.vhd
@@ -25,7 +25,7 @@
-- 01/2016: 2016.01 Update for buf.all(buf'left)
--
--
--- Copyright (c) 2005 - 2015 by SynthWorks Design Inc. All rights reserved.
+-- Copyright (c) 2005 - 2016 by SynthWorks Design Inc. All rights reserved.
--
-- Verbatim copies of this source file may be used and
-- distributed without restriction.
diff --git a/README.md b/README.md
index f30df41..79d4580 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,30 @@
-*This is an* ***unofficial*** *repository of "Open Source VHDL Verification Methodology" provided for* ***git submodule linking.***
+*"Open Source VHDL Verification Methodology" (OSVVM) Repository*
------
-[**Open Source VHDL Verification Methodology (OS-VVM)**][osvvm] is an intelligent testbench methodology that allows mixing of “Intelligent Coverage” (coverage driven randomization) with directed, algorithmic, file based, and constrained random test approaches. The methodology can be adopted in part or in whole as needed. With OSVVM you can add advanced verification methodologies to your current testbench without having to learn a new language or throw out your existing testbench or testbench models.
+[**Open Source VHDL Verification Methodology (OSVVM)**][osvvm] is an intelligent testbench methodology that allows mixing of “Intelligent Coverage” (coverage driven randomization) with directed, algorithmic, file based, and constrained random test approaches. The methodology can be adopted in part or in whole as needed. With OSVVM you can add advanced verification methodologies to your current testbench without having to learn a new language or throw out your existing testbench or testbench models.
**Source:** [http://www.osvvm.org/][osvvm]
+**OSVVM Blog:** [http://www.synthworks.com/blog/osvvm/]
**License:** [Artistic License 2.0][PAL2.0]
-**Copyright:** Copyright © 2012-2015 by [SynthWorks Design Inc.](http://www.synthworks.com/)
+**Copyright:** Copyright © 2006-2016 by [SynthWorks Design Inc.](http://www.synthworks.com/)
## Release History
+ - Jan-2016 - **2016.01** Fix limit of 32 AlertLogIDs, Updates for GHDL (Purity and L.all(L'left)),
+ - Jul-2015 - **2015.06** Addition of MemoryPkg
+ - Mar-2015 - **2015.03** Bug fixes to AlertLogPkg (primarily ClearAlerts, but also matching names)
+ - Jan-2015 **2015.01** Not here. Addition of AlertLogPkg, TranscriptPkg,OsvvmContext, and OsvvmGlobalPkg.
+ - Dec-2014 - **2014.07a** Fixed memory leak in CoveragePkg.Deallocate. Replaced initialized pointers with initialization functions
+ - Jul-2014 - **2014.07** Not here. Added names to coverage bins. Added option during WriteBin so that a bin prints PASSED if its count is greater than the coverage goal, otherwise FAILED.
+ - Jan-2014 - **2014.01** RandomPkg: RandTime, RandIntV, RandRealV, RandTimeV. CoveragePkg: Support merging of coverage bins.
+ - May-2013 - **2013.05** RandomPkg: Big Vector Randomization.
+
+ For more revision information, see doc/osvvm_release_notes.pdf
- - 03.07.2015 - **2015.06** OSVVM VHDL sources, release notes, and User’s Guide for RandomPkg, CoveragePkg, AlertLogPkg, TranscriptPkg, MemoryPkg, and OsvvmGlobalPkg.
- - 23.03.2015 - **2015.03** OSVVM VHDL sources, release notes, and User’s Guide for RandomPkg, CoveragePkg, AlertLogPkg, TranscriptPkg, and OsvvmGlobalPkg.
- - 16.12.2014 - **2014.07a** OSVVM VHDL sources, CoveragePkg User’s Guide, RandomPkg User’s Guide, and release notes.1
- - 22.01.2014 - **2014.01** Complete OS-VVM package containing VHDL sources and documentation.
- - 25.05.2013 - **2013.05** Complete OS-VVM package containing VHDL sources, documentation and sample designs2.
-
-1 Bugfix for release 2014.07: Fix memory leak in deallocate.
-2 This repository does not contain the OS-VVM user guide and the example designs provided by [Aldec][aldec], due to the unknow license state of these files.
------
-*These files are uploaded by Patrick Lehmann (14.12.2015).*
+*Starting with 2016.01, this repository was handed off to Jim Lewis (OSVVM Developer) and became the GIT site for OSVVM*
+*Releases Prior to 2016.01 were uploaded by Patrick Lehmann*
[osvvm]: http://www.osvvm.org/
[aldec]: http://www.aldec.com/
diff --git a/TextUtilPkg.vhd b/TextUtilPkg.vhd
index 5ee1fd1..c2525dd 100644
--- a/TextUtilPkg.vhd
+++ b/TextUtilPkg.vhd
@@ -24,7 +24,7 @@
-- 01/2016: 2016.01 Update for L.all(L'left)
--
--
--- Copyright (c) 2015 by SynthWorks Design Inc. All rights reserved.
+-- Copyright (c) 2015-2016 by SynthWorks Design Inc. All rights reserved.
--
-- Verbatim copies of this source file may be used and
-- distributed without restriction.
diff --git a/doc/AlertLogPkg_interface_guide.pdf b/doc/AlertLogPkg_interface_guide.pdf
deleted file mode 100644
index 7eaec9d..0000000
Binary files a/doc/AlertLogPkg_interface_guide.pdf and /dev/null differ
diff --git a/doc/AlertLogPkg_user_guide.pdf b/doc/AlertLogPkg_user_guide.pdf
index 6799043..ca2229e 100644
Binary files a/doc/AlertLogPkg_user_guide.pdf and b/doc/AlertLogPkg_user_guide.pdf differ
diff --git a/doc/CoveragePkg_user_guide.pdf b/doc/CoveragePkg_user_guide.pdf
index 3817497..746b108 100644
Binary files a/doc/CoveragePkg_user_guide.pdf and b/doc/CoveragePkg_user_guide.pdf differ
diff --git a/doc/MemoryPkg_user_guide.pdf b/doc/MemoryPkg_user_guide.pdf
index aba18d8..96ada9b 100644
Binary files a/doc/MemoryPkg_user_guide.pdf and b/doc/MemoryPkg_user_guide.pdf differ
diff --git a/doc/RandomPkg_user_guide.pdf b/doc/RandomPkg_user_guide.pdf
index dc76578..198c074 100644
Binary files a/doc/RandomPkg_user_guide.pdf and b/doc/RandomPkg_user_guide.pdf differ
diff --git a/doc/TranscriptPkg_user_guide.pdf b/doc/TranscriptPkg_user_guide.pdf
index cfd014a..1d01b3b 100644
Binary files a/doc/TranscriptPkg_user_guide.pdf and b/doc/TranscriptPkg_user_guide.pdf differ
diff --git a/doc/osvvm_release_notes.pdf b/doc/osvvm_release_notes.pdf
index ce87dfc..bb69907 100644
Binary files a/doc/osvvm_release_notes.pdf and b/doc/osvvm_release_notes.pdf differ