From 5af8e64497af8b1443da59f5dfa8b37a8700533f Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Wed, 13 Jul 2022 09:09:37 -0700 Subject: [PATCH] Update year in solver.h Change-Id: I49ffe5a24786aa32e7677785cc91ee914956f2e6 --- include/ceres/solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ceres/solver.h b/include/ceres/solver.h index 3b1531841..2a1dd18bf 100644 --- a/include/ceres/solver.h +++ b/include/ceres/solver.h @@ -1,5 +1,5 @@ // Ceres Solver - A fast non-linear least squares minimizer -// Copyright 2019 Google Inc. All rights reserved. +// Copyright 2022 Google Inc. All rights reserved. // http://ceres-solver.org/ // // Redistribution and use in source and binary forms, with or without