From c52d525763beedea833273bd7684f82ce9739d19 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 8 Apr 2011 22:18:05 +0000 Subject: [PATCH] Added copyright notice --- gtsam/base/tests/testTestableAssertions.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gtsam/base/tests/testTestableAssertions.cpp b/gtsam/base/tests/testTestableAssertions.cpp index 1a77285d8..ffbaca368 100644 --- a/gtsam/base/tests/testTestableAssertions.cpp +++ b/gtsam/base/tests/testTestableAssertions.cpp @@ -1,3 +1,14 @@ +/* ---------------------------------------------------------------------------- + + * GTSAM Copyright 2010, Georgia Tech Research Corporation, + * Atlanta, Georgia 30332-0415 + * All Rights Reserved + * Authors: Frank Dellaert, et al. (see THANKS for the full author list) + + * See LICENSE for the license information + + * -------------------------------------------------------------------------- */ + /** * @file testTestableAssertions * @author Alex Cunningham