From c428c8ff99afda5aad4913a00ba0bd0ac38fc470 Mon Sep 17 00:00:00 2001 From: stevenj Date: Mon, 5 Apr 2010 01:58:31 -0400 Subject: [PATCH] version, copyright-year bump darcs-hash:20100405055831-c8de0-639bc4d71be55d9df49cc96a5df79352d3c7259e.gz --- COPYING | 2 +- COPYRIGHT | 2 +- NEWS | 6 ++++++ api/deprecated.c | 2 +- api/f77api.c | 2 +- api/f77funcs.h | 2 +- api/general.c | 2 +- api/nlopt-in.hpp | 2 +- api/nlopt-internal.h | 2 +- api/nlopt.h | 2 +- api/nlopt_minimize_constrained.3 | 2 +- api/optimize.c | 2 +- api/options.c | 2 +- auglag/auglag.h | 2 +- bobyqa/COPYRIGHT | 2 +- cdirect/cdirect.c | 2 +- cdirect/cdirect.h | 2 +- cdirect/hybrid.c | 2 +- configure.ac | 4 ++-- cquad/cquad.h | 2 +- crs/crs.c | 2 +- crs/crs.h | 2 +- isres/isres.c | 2 +- isres/isres.h | 2 +- mlsl/mlsl.c | 2 +- mlsl/mlsl.h | 2 +- mma/mma.c | 2 +- mma/mma.h | 2 +- neldermead/neldermead.h | 2 +- neldermead/nldrmd.c | 2 +- neldermead/sbplx.c | 2 +- newuoa/COPYRIGHT | 2 +- newuoa/newuoa.c | 2 +- octave/nlopt_minimize_constrained-mex.c | 2 +- octave/nlopt_minimize_constrained-oct.cc | 2 +- test/testopt.cpp | 2 +- util/nlopt-util.h | 2 +- util/qsort_r.c | 2 +- util/redblack.c | 2 +- util/redblack.h | 2 +- util/redblack_test.c | 2 +- util/stop.c | 2 +- util/timer.c | 2 +- 43 files changed, 49 insertions(+), 43 deletions(-) diff --git a/COPYING b/COPYING index e5e6279..9978ba8 100644 --- a/COPYING +++ b/COPYING @@ -18,7 +18,7 @@ the LGPL. Other portions of NLopt, including any modifications to the abovementioned packages, are licensed under the standard "MIT License:" -Copyright (c) 2007-2009 Massachusetts Institute of Technology +Copyright (c) 2007-2010 Massachusetts Institute of Technology Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/COPYRIGHT b/COPYRIGHT index 562e879..4b94e43 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2009 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/NEWS b/NEWS index 44a25dd..b17ebde 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +NLopt 1.3 + +* New API. + +* ... todo: list changes ... + NLopt 1.2 (18 November 2009) * Added Powell's BOBYQA algorithm for box-constrained optimization diff --git a/api/deprecated.c b/api/deprecated.c index 6bf0768..ecf4d27 100644 --- a/api/deprecated.c +++ b/api/deprecated.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/f77api.c b/api/f77api.c index 2a52f2a..5f91d6a 100644 --- a/api/f77api.c +++ b/api/f77api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/f77funcs.h b/api/f77funcs.h index 045f5b9..2e41e29 100644 --- a/api/f77funcs.h +++ b/api/f77funcs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/general.c b/api/general.c index f52932f..6ddd19b 100644 --- a/api/general.c +++ b/api/general.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/nlopt-in.hpp b/api/nlopt-in.hpp index 1aaa27d..5285c62 100644 --- a/api/nlopt-in.hpp +++ b/api/nlopt-in.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2009 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/nlopt-internal.h b/api/nlopt-internal.h index b2aab30..336f77e 100644 --- a/api/nlopt-internal.h +++ b/api/nlopt-internal.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2009 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/nlopt.h b/api/nlopt.h index c7dcdc9..7f34090 100644 --- a/api/nlopt.h +++ b/api/nlopt.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2009 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/nlopt_minimize_constrained.3 b/api/nlopt_minimize_constrained.3 index 13e393a..6a43d3c 100644 --- a/api/nlopt_minimize_constrained.3 +++ b/api/nlopt_minimize_constrained.3 @@ -591,6 +591,6 @@ is implemented for up to 1111 dimensions. .SH AUTHORS Written by Steven G. Johnson. .PP -Copyright (c) 2007-2008 Massachusetts Institute of Technology. +Copyright (c) 2007-2010 Massachusetts Institute of Technology. .SH "SEE ALSO" nlopt_minimize(3) diff --git a/api/optimize.c b/api/optimize.c index c2e596c..b1448f2 100644 --- a/api/optimize.c +++ b/api/optimize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2009 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/api/options.c b/api/options.c index 465405f..af50c4d 100644 --- a/api/options.c +++ b/api/options.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2009 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/auglag/auglag.h b/auglag/auglag.h index 8afe4cc..45a7511 100644 --- a/auglag/auglag.h +++ b/auglag/auglag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/bobyqa/COPYRIGHT b/bobyqa/COPYRIGHT index c5a9e98..ef653d4 100644 --- a/bobyqa/COPYRIGHT +++ b/bobyqa/COPYRIGHT @@ -1,5 +1,5 @@ /* Copyright (c) 2009 M. J. D. Powell (mjdp@cam.ac.uk) - * Modifications Copyright (c) 2009 Massachusetts Institute of Technology + * Modifications Copyright (c) 2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/cdirect/cdirect.c b/cdirect/cdirect.c index 629dc59..b403e8b 100644 --- a/cdirect/cdirect.c +++ b/cdirect/cdirect.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/cdirect/cdirect.h b/cdirect/cdirect.h index b9b08b4..0222577 100644 --- a/cdirect/cdirect.h +++ b/cdirect/cdirect.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/cdirect/hybrid.c b/cdirect/hybrid.c index 7277699..7ed3688 100644 --- a/cdirect/hybrid.c +++ b/cdirect/hybrid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/configure.ac b/configure.ac index dcd7acf..800e96f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(nlopt, 1.2, stevenj@alum.mit.edu) +AC_INIT(nlopt, 1.3, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="2:0:2" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="3:0:3" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) diff --git a/cquad/cquad.h b/cquad/cquad.h index e11af8f..2232b16 100644 --- a/cquad/cquad.h +++ b/cquad/cquad.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/crs/crs.c b/crs/crs.c index ce60101..49b3a13 100644 --- a/crs/crs.c +++ b/crs/crs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/crs/crs.h b/crs/crs.h index deca434..4e5e665 100644 --- a/crs/crs.h +++ b/crs/crs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/isres/isres.c b/isres/isres.c index 243a198..496c7f0 100644 --- a/isres/isres.c +++ b/isres/isres.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Massachusetts Institute of Technology +/* Copyright (c) 2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/isres/isres.h b/isres/isres.h index a994aa9..5436c63 100644 --- a/isres/isres.h +++ b/isres/isres.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/mlsl/mlsl.c b/mlsl/mlsl.c index 103e9fb..434706c 100644 --- a/mlsl/mlsl.c +++ b/mlsl/mlsl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/mlsl/mlsl.h b/mlsl/mlsl.h index c7d39cd..541377e 100644 --- a/mlsl/mlsl.h +++ b/mlsl/mlsl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/mma/mma.c b/mma/mma.c index a33c016..3451b49 100644 --- a/mma/mma.c +++ b/mma/mma.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/mma/mma.h b/mma/mma.h index b626419..3b2c040 100644 --- a/mma/mma.h +++ b/mma/mma.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/neldermead/neldermead.h b/neldermead/neldermead.h index 9b6bc4f..f74bbad 100644 --- a/neldermead/neldermead.h +++ b/neldermead/neldermead.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/neldermead/nldrmd.c b/neldermead/nldrmd.c index 5091e33..f991679 100644 --- a/neldermead/nldrmd.c +++ b/neldermead/nldrmd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/neldermead/sbplx.c b/neldermead/sbplx.c index 0e970c3..e68bc44 100644 --- a/neldermead/sbplx.c +++ b/neldermead/sbplx.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/newuoa/COPYRIGHT b/newuoa/COPYRIGHT index f811411..73daa06 100644 --- a/newuoa/COPYRIGHT +++ b/newuoa/COPYRIGHT @@ -1,5 +1,5 @@ /* Copyright (c) 2004 M. J. D. Powell (mjdp@cam.ac.uk) - * Copyright (c) 2007-2009 Massachusetts Institute of Technology + * Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/newuoa/newuoa.c b/newuoa/newuoa.c index 4d691e2..233b325 100644 --- a/newuoa/newuoa.c +++ b/newuoa/newuoa.c @@ -1,5 +1,5 @@ /* Copyright (c) 2004 M. J. D. Powell (mjdp@cam.ac.uk) - * Copyright (c) 2007-2008 Massachusetts Institute of Technology + * Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/octave/nlopt_minimize_constrained-mex.c b/octave/nlopt_minimize_constrained-mex.c index 92620f3..504739f 100644 --- a/octave/nlopt_minimize_constrained-mex.c +++ b/octave/nlopt_minimize_constrained-mex.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/octave/nlopt_minimize_constrained-oct.cc b/octave/nlopt_minimize_constrained-oct.cc index 58b87c6..74a7176 100644 --- a/octave/nlopt_minimize_constrained-oct.cc +++ b/octave/nlopt_minimize_constrained-oct.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/test/testopt.cpp b/test/testopt.cpp index 4d73c01..2319ea1 100644 --- a/test/testopt.cpp +++ b/test/testopt.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2009 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/util/nlopt-util.h b/util/nlopt-util.h index 93d4cef..2c3f654 100644 --- a/util/nlopt-util.h +++ b/util/nlopt-util.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/util/qsort_r.c b/util/qsort_r.c index 1bbeece..06e411d 100644 --- a/util/qsort_r.c +++ b/util/qsort_r.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/util/redblack.c b/util/redblack.c index 8723f28..fc45c97 100644 --- a/util/redblack.c +++ b/util/redblack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/util/redblack.h b/util/redblack.h index 656f850..91b5e5f 100644 --- a/util/redblack.h +++ b/util/redblack.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/util/redblack_test.c b/util/redblack_test.c index 3ee8cc8..e53dbdc 100644 --- a/util/redblack_test.c +++ b/util/redblack_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/util/stop.c b/util/stop.c index 9800d90..d77683c 100644 --- a/util/stop.c +++ b/util/stop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/util/timer.c b/util/timer.c index d8e053f..cb2f10b 100644 --- a/util/timer.c +++ b/util/timer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Massachusetts Institute of Technology +/* Copyright (c) 2007-2010 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the -- 2.30.2