From 8f778b42e9ffd6360992e3d3c15e0063f0c37f95 Mon Sep 17 00:00:00 2001 From: naoaki Date: Wed, 13 Jan 2010 07:30:17 +0000 Subject: [PATCH] Updated the copyright year with 2010. git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@63 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc --- include/lbfgs.h | 2 +- lib/arithmetic_ansi.h | 2 +- lib/arithmetic_sse_double.h | 2 +- lib/arithmetic_sse_float.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/lbfgs.h b/include/lbfgs.h index a19eb1d..eae5c5c 100644 --- a/include/lbfgs.h +++ b/include/lbfgs.h @@ -2,7 +2,7 @@ * C library of Limited memory BFGS (L-BFGS). * * Copyright (c) 1990, Jorge Nocedal - * Copyright (c) 2007,2008,2009 Naoaki Okazaki + * Copyright (c) 2007,2008,2009,2010 Naoaki Okazaki * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/lib/arithmetic_ansi.h b/lib/arithmetic_ansi.h index 159cfb0..2c3bf44 100644 --- a/lib/arithmetic_ansi.h +++ b/lib/arithmetic_ansi.h @@ -1,7 +1,7 @@ /* * ANSI C implementation of vector operations. * - * Copyright (c) 2007,2008,2009 Naoaki Okazaki + * Copyright (c) 2007,2008,2009,2010 Naoaki Okazaki * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/lib/arithmetic_sse_double.h b/lib/arithmetic_sse_double.h index 96c1547..6c955ce 100644 --- a/lib/arithmetic_sse_double.h +++ b/lib/arithmetic_sse_double.h @@ -1,7 +1,7 @@ /* * SSE2 implementation of vector oprations (64bit double). * - * Copyright (c) 2007,2008,2009 Naoaki Okazaki + * Copyright (c) 2007,2008,2009,2010 Naoaki Okazaki * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/lib/arithmetic_sse_float.h b/lib/arithmetic_sse_float.h index 8818862..ef13782 100644 --- a/lib/arithmetic_sse_float.h +++ b/lib/arithmetic_sse_float.h @@ -1,7 +1,7 @@ /* * SSE/SSE3 implementation of vector oprations (32bit float). * - * Copyright (c) 2007,2008,2009 Naoaki Okazaki + * Copyright (c) 2007,2008,2009,2010 Naoaki Okazaki * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy