From e16a904e12cdfe7ad64901a6722e0d21aedb2e4c Mon Sep 17 00:00:00 2001 From: simondlevy Date: Sat, 30 Jun 2018 13:31:43 -0400 Subject: [PATCH] Cleanup header comments --- python/breezyslam/algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/breezyslam/algorithms.py b/python/breezyslam/algorithms.py index 78c5343..f9a7b7d 100644 --- a/python/breezyslam/algorithms.py +++ b/python/breezyslam/algorithms.py @@ -1,6 +1,6 @@ ''' BreezySLAM: Simple, efficient SLAM in Python -# + algorithms.py: SLAM algorithms Copyright (C) 2014 Simon D. Levy