From 7d927420c48c11a31b493b3b8a0bf3cdd778ead1 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Fri, 16 Sep 2011 20:26:57 +0000
Subject: [PATCH] fix for 3405265 re: API docs license

---
 NEWS.txt              | 1 +
 tsk3/docs/footer.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS.txt b/NEWS.txt
index c099f8712..60dc8a5c4 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -14,6 +14,7 @@ New Features:
 - DOS partitions are loaded even if an extended partition fails to load
 - new TskAuto::findFilesInFs(TSK_FS_INFO *) method
 - Need to only specify first E01 file and the rest are found
+- Changed docs license to non-commercial
 
 
 Bug Fixes:
diff --git a/tsk3/docs/footer.html b/tsk3/docs/footer.html
index febf8d6ed..e0e699dca 100644
--- a/tsk3/docs/footer.html
+++ b/tsk3/docs/footer.html
@@ -1,7 +1,7 @@
 <hr/>
 <p><i>Copyright &#169; 2007-2011 Brian Carrier.  (carrier -at- sleuthkit -dot- org)<br/> 
 This work is licensed under a
-<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
+<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.
 </i></p>
 </body>
 </html>
-- 
GitLab