diff --git a/Rich/RichFutureRecSys/examples/brunel-2011-magdown.py b/Rich/RichFutureRecSys/examples/brunel-2011-magdown.py
index 802943fde12ae0ba2145654b178e92706afda1fc..cf56d829a63f6d3eb0d93712e0313e66acc89079 100644
--- a/Rich/RichFutureRecSys/examples/brunel-2011-magdown.py
+++ b/Rich/RichFutureRecSys/examples/brunel-2011-magdown.py
@@ -1,3 +1,13 @@
+###############################################################################
+# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration      #
+#                                                                             #
+# This software is distributed under the terms of the GNU General Public      #
+# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
+#                                                                             #
+# In applying this licence, CERN does not waive the privileges and immunities #
+# granted to it by virtue of its status as an Intergovernmental Organization  #
+# or submit itself to any jurisdiction.                                       #
+###############################################################################
 from Gaudi.Configuration import *
 from Brunel.Configuration import *
 
diff --git a/Tr/TrackVectorFit/TrackVectorFit/vector/TrackExtrapolator.h b/Tr/TrackVectorFit/TrackVectorFit/vector/TrackExtrapolator.h
index e9af433d1c7c481bcf9c774621fbc97112483f36..21a6961c2101973e1103cfb5fc116ceddb020f1f 100644
--- a/Tr/TrackVectorFit/TrackVectorFit/vector/TrackExtrapolator.h
+++ b/Tr/TrackVectorFit/TrackVectorFit/vector/TrackExtrapolator.h
@@ -1,3 +1,13 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #pragma once
 
 #include <array>
diff --git a/Tr/TrackVectorFit/src/TrackVectorFit.cpp b/Tr/TrackVectorFit/src/TrackVectorFit.cpp
index 788838dcf927784a9dbd015a0169a8801dd08c33..572d3d8ec2d4d5e07c9f1ba8a264d23ec440b448 100644
--- a/Tr/TrackVectorFit/src/TrackVectorFit.cpp
+++ b/Tr/TrackVectorFit/src/TrackVectorFit.cpp
@@ -1 +1,11 @@
+/*****************************************************************************\
+* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration      *
+*                                                                             *
+* This software is distributed under the terms of the GNU General Public      *
+* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   *
+*                                                                             *
+* In applying this licence, CERN does not waive the privileges and immunities *
+* granted to it by virtue of its status as an Intergovernmental Organization  *
+* or submit itself to any jurisdiction.                                       *
+\*****************************************************************************/
 #include "TrackVectorFit/TrackVectorFit.h"