Updated the copyright year with 2010.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@63 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
naoaki 2010-01-13 07:30:17 +00:00
parent 2b9f6b92c4
commit 8f778b42e9
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* C library of Limited memory BFGS (L-BFGS). * C library of Limited memory BFGS (L-BFGS).
* *
* Copyright (c) 1990, Jorge Nocedal * Copyright (c) 1990, Jorge Nocedal
* Copyright (c) 2007,2008,2009 Naoaki Okazaki * Copyright (c) 2007,2008,2009,2010 Naoaki Okazaki
* All rights reserved. * All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,7 +1,7 @@
/* /*
* ANSI C implementation of vector operations. * ANSI C implementation of vector operations.
* *
* Copyright (c) 2007,2008,2009 Naoaki Okazaki * Copyright (c) 2007,2008,2009,2010 Naoaki Okazaki
* All rights reserved. * All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,7 +1,7 @@
/* /*
* SSE2 implementation of vector oprations (64bit double). * 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. * All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,7 +1,7 @@
/* /*
* SSE/SSE3 implementation of vector oprations (32bit float). * 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. * All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy