From 355a597b43c80f616252cb370fa9f7e5c997418e Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Tue, 20 May 2014 14:36:34 -0400 Subject: [PATCH] copyright year update for 2014 --- COPYRIGHT | 2 +- api/deprecated.c | 2 +- api/f77api.c | 2 +- api/f77funcs.h | 2 +- api/f77funcs_.h | 2 +- api/general.c | 2 +- api/nlopt-internal.h | 2 +- api/nlopt.3 | 2 +- api/nlopt.h | 2 +- api/nlopt_minimize_constrained.3 | 2 +- api/optimize.c | 2 +- api/options.c | 2 +- auglag/auglag.h | 2 +- cdirect/cdirect.c | 2 +- cdirect/cdirect.h | 2 +- cdirect/hybrid.c | 2 +- cquad/cquad.h | 2 +- crs/crs.c | 2 +- crs/crs.h | 2 +- isres/isres.h | 2 +- mlsl/mlsl.c | 2 +- mlsl/mlsl.h | 2 +- mma/ccsa_quadratic.c | 2 +- mma/mma.c | 2 +- mma/mma.h | 2 +- neldermead/neldermead.h | 2 +- neldermead/nldrmd.c | 2 +- neldermead/sbplx.c | 2 +- newuoa/newuoa.c | 2 +- octave/nlopt_optimize-mex.c | 2 +- octave/nlopt_optimize-oct.cc | 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/rescale.c | 2 +- util/stop.c | 2 +- util/timer.c | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 83c91720..3a517af2 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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/deprecated.c b/api/deprecated.c index 66fa4612..e6e4b409 100644 --- a/api/deprecated.c +++ b/api/deprecated.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 2898ba71..e753c86a 100644 --- a/api/f77api.c +++ b/api/f77api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 04faa9a8..332b16bc 100644 --- a/api/f77funcs.h +++ b/api/f77funcs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 dad13b3f..a8534fd2 100644 --- a/api/f77funcs_.h +++ b/api/f77funcs_.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 d1a8d822..d97fcb5d 100644 --- a/api/general.c +++ b/api/general.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 d1e49c3a..bc67e44e 100644 --- a/api/nlopt-internal.h +++ b/api/nlopt-internal.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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.3 b/api/nlopt.3 index 55529aad..3234093a 100644 --- a/api/nlopt.3 +++ b/api/nlopt.3 @@ -731,6 +731,6 @@ is implemented for up to 1111 dimensions. .SH AUTHORS Written by Steven G. Johnson. .PP -Copyright (c) 2007-2012 Massachusetts Institute of Technology. +Copyright (c) 2007-2014 Massachusetts Institute of Technology. .SH "SEE ALSO" nlopt_minimize(3) diff --git a/api/nlopt.h b/api/nlopt.h index 16696c8a..b9bb6190 100644 --- a/api/nlopt.h +++ b/api/nlopt.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 83284200..b4c9f229 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-2012 Massachusetts Institute of Technology. +Copyright (c) 2007-2014 Massachusetts Institute of Technology. .SH "SEE ALSO" nlopt_minimize(3) diff --git a/api/optimize.c b/api/optimize.c index 20fe864a..49b8d340 100644 --- a/api/optimize.c +++ b/api/optimize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 9bfb6eba..d6d18278 100644 --- a/api/options.c +++ b/api/options.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 88981bfe..d2d006ee 100644 --- a/auglag/auglag.h +++ b/auglag/auglag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 3cce27bb..165f8e8d 100644 --- a/cdirect/cdirect.c +++ b/cdirect/cdirect.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 5a3f942e..69acb588 100644 --- a/cdirect/cdirect.h +++ b/cdirect/cdirect.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 52abecce..97103ba2 100644 --- a/cdirect/hybrid.c +++ b/cdirect/hybrid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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/cquad/cquad.h b/cquad/cquad.h index 95a72c83..04d75042 100644 --- a/cquad/cquad.h +++ b/cquad/cquad.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 0ebe48e5..d6eb5e2f 100644 --- a/crs/crs.c +++ b/crs/crs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 6df9f3d6..f3e5b5a0 100644 --- a/crs/crs.h +++ b/crs/crs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 258e8216..7ef7f413 100644 --- a/isres/isres.h +++ b/isres/isres.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 be234381..da57c95c 100644 --- a/mlsl/mlsl.c +++ b/mlsl/mlsl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 7e46c7fc..df79e184 100644 --- a/mlsl/mlsl.h +++ b/mlsl/mlsl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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/ccsa_quadratic.c b/mma/ccsa_quadratic.c index 7f9324bd..199005e8 100644 --- a/mma/ccsa_quadratic.c +++ b/mma/ccsa_quadratic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 6039bbc1..3d03bfd6 100644 --- a/mma/mma.c +++ b/mma/mma.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 a4e60733..dd170678 100644 --- a/mma/mma.h +++ b/mma/mma.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 453046d3..5041c5a2 100644 --- a/neldermead/neldermead.h +++ b/neldermead/neldermead.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 0fdacf8a..5bdc1f33 100644 --- a/neldermead/nldrmd.c +++ b/neldermead/nldrmd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 049a6459..f2ad6f37 100644 --- a/neldermead/sbplx.c +++ b/neldermead/sbplx.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 2638999c..711cf4f7 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-2012 Massachusetts Institute of Technology + * Copyright (c) 2007-2014 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_optimize-mex.c b/octave/nlopt_optimize-mex.c index 5e2df930..eb374615 100644 --- a/octave/nlopt_optimize-mex.c +++ b/octave/nlopt_optimize-mex.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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_optimize-oct.cc b/octave/nlopt_optimize-oct.cc index 903e6c8b..4e084217 100644 --- a/octave/nlopt_optimize-oct.cc +++ b/octave/nlopt_optimize-oct.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 5e2745ed..f460c2d0 100644 --- a/util/nlopt-util.h +++ b/util/nlopt-util.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 553df83b..05098e92 100644 --- a/util/qsort_r.c +++ b/util/qsort_r.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 ed9ea112..267733b9 100644 --- a/util/redblack.c +++ b/util/redblack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 9bb8bd03..01d585c7 100644 --- a/util/redblack.h +++ b/util/redblack.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 07293094..2d06fd44 100644 --- a/util/redblack_test.c +++ b/util/redblack_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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/rescale.c b/util/rescale.c index 58004e80..ecdbfb91 100644 --- a/util/rescale.c +++ b/util/rescale.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 94c60fef..9e29a75a 100644 --- a/util/stop.c +++ b/util/stop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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 9b5956e8..8019d982 100644 --- a/util/timer.c +++ b/util/timer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012 Massachusetts Institute of Technology +/* Copyright (c) 2007-2014 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