From 19a536cc7962efcb668c08569d3875c7c51a9854 Mon Sep 17 00:00:00 2001 From: Alberto Cattaneo Date: Thu, 29 Feb 2024 14:48:10 +0000 Subject: [PATCH] update dev file --- dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev b/dev index b1d14c1..b275c71 100755 --- a/dev +++ b/dev @@ -104,7 +104,7 @@ def copyright() -> None: """check for Graphcore copyright headers on relevant files""" command = ( "find Makefile " - + " ".join(PYTHON_ROOTS + ["besskge/custom_ops", ".gradient/"]) + + " ".join(PYTHON_ROOTS + ["besskge/custom_ops"]) + " -type f -not -name *.pyc" " | xargs grep -L 'Copyright (c) 202. Graphcore Ltd[.] All rights reserved[.]'" )