- Preparation for liblbfgs 1.9.

- Updated the copyright information.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@65 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
naoaki
2010-01-29 12:19:16 +00:00
parent f9d0f5539f
commit da483ce061
8 changed files with 18 additions and 8 deletions

View File

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

View File

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