From 53dcd2f07e622f2d7de5b8158a88cfff0a10e28e Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Wed, 5 Jul 2023 15:54:22 +0100
Subject: [PATCH] Added header to socpull

---
 tools/socpull | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tools/socpull b/tools/socpull
index 7b2810f..5905205 100755
--- a/tools/socpull
+++ b/tools/socpull
@@ -1,3 +1,14 @@
+#-----------------------------------------------------------------------------
+# SoC Labs SoCPull Script 
+# - Pull latest updates to all Repositories in a project
+# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
+#
+# Contributors
+#
+# David Mapstone (d.a.mapstone@soton.ac.uk)
+#
+# Copyright  2023, SoC Labs (www.soclabs.org)
+#-----------------------------------------------------------------------------
 #!/bin/bash
 
 # Update all Submodules to latest commit
-- 
GitLab