[ONOS-6819] - Update TestON File Headers

Change-Id: I338b6827c2322302c884d9427bf72ebeb345ec86
diff --git a/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.py b/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.py
index 77f7d71..7e3565e 100644
--- a/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.py
+++ b/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.py
@@ -1,3 +1,24 @@
+"""
+Copyright 2016 Open Networking Foundation (ONF)
+
+Please refer questions to either the onos test mailing list at <onos-test@onosproject.org>,
+the System Testing Plans and Results wiki page at <https://wiki.onosproject.org/x/voMg>,
+or the System Testing Guide page at <https://wiki.onosproject.org/x/WYQg>
+
+    TestON is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 2 of the License, or
+    (at your option) any later version.
+
+    TestON is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with TestON.  If not, see <http://www.gnu.org/licenses/>.
+"""
+
 # In this test we perform several failures and then test for connectivity
 # CASE1: 2x2 topo + 3 ONOS + | ONOS failure + IP connectivity test | x failures
 # CASE2: 2x2 topo + 3 ONOS + | ONOS (random instance) failure + IP connectivity test | x failures
@@ -315,4 +336,4 @@
             run.recoverOnos( main, [ onosToKill ], '8', '32', '3' )
             run.checkFlows( main, minFlowCount=350 )
             run.pingAll( main, 'CASE8_ONOS_Recovery%d' % (i+1) )
-        run.cleanup( main )
\ No newline at end of file
+        run.cleanup( main )