From 79038b1b46221a6a3c5ff74cafbbfc9019c45d20 Mon Sep 17 00:00:00 2001 From: senselessDev Date: Mon, 24 Jan 2022 09:21:48 +0100 Subject: [PATCH] dont copy GT copyright --- python/gtsam/tests/test_GraphvizFormatting.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python/gtsam/tests/test_GraphvizFormatting.py b/python/gtsam/tests/test_GraphvizFormatting.py index bd675b988..ecdc23b45 100644 --- a/python/gtsam/tests/test_GraphvizFormatting.py +++ b/python/gtsam/tests/test_GraphvizFormatting.py @@ -1,12 +1,8 @@ """ -GTSAM Copyright 2010-2021, Georgia Tech Research Corporation, -Atlanta, Georgia 30332-0415 -All Rights Reserved - See LICENSE for the license information Unit tests for Graphviz formatting of NonlinearFactorGraph. -Author: Frank Dellaert & senselessDev +Author: senselessDev (contact by mentioning on GitHub, e.g. in PR#1059) """ # pylint: disable=no-member, invalid-name