From ceb1c67e5f96d68145c4b8a1166dcec99e8edf79 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 5 Nov 2010 22:40:29 +0000 Subject: [PATCH] Added license info --- gtsam/base/DenseQR.cpp | 11 +++++++++++ gtsam/base/DenseQR.h | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/gtsam/base/DenseQR.cpp b/gtsam/base/DenseQR.cpp index 9d7ccea6b..4330dd3bf 100644 --- a/gtsam/base/DenseQR.cpp +++ b/gtsam/base/DenseQR.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 + + * -------------------------------------------------------------------------- */ + /* * DenseQR.cpp * diff --git a/gtsam/base/DenseQR.h b/gtsam/base/DenseQR.h index 8bd09fa37..c8b696471 100644 --- a/gtsam/base/DenseQR.h +++ b/gtsam/base/DenseQR.h @@ -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 + + * -------------------------------------------------------------------------- */ + /* * DenseQR.h *