Remove draft tag from 0.90 branch

Preparation for release.
Also update the license copyright year.

Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Change-Id: I868cd9a33b05a529751d79facf94988b152c4c99
diff --git a/chapters/tosa_license.adoc b/chapters/tosa_license.adoc
index 2ad27c4..a0f4626 100644
--- a/chapters/tosa_license.adoc
+++ b/chapters/tosa_license.adoc
@@ -37,7 +37,7 @@
 
 The validity, construction and performance of this Licence shall be governed by English Law.
 
-Copyright © 2020-2023 Arm Limited (or its affiliates). All rights reserved.
+Copyright © 2020-2024 Arm Limited (or its affiliates). All rights reserved.
 
 Arm Limited. Company 02557590 registered in England.
 110 Fulbourn Road, Cambridge, England CB1 9NJ.
diff --git a/tosa.xml b/tosa.xml
index ed5a25b..116726c 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE tosa SYSTEM "tosa.dtd">
 <tosa>
-  <version major="0" minor="90" patch="0" draft="true"/>
+  <version major="0" minor="90" patch="0" draft="false"/>
   <profiles>
     <profile name="BI">Base Inference</profile>
     <profile name="MI">Main Inference</profile>