chiark / gitweb /
copyright year updates
authorstevenj <stevenj@alum.mit.edu>
Fri, 13 Nov 2009 00:54:24 +0000 (19:54 -0500)
committerstevenj <stevenj@alum.mit.edu>
Fri, 13 Nov 2009 00:54:24 +0000 (19:54 -0500)
darcs-hash:20091113005424-c8de0-5ea200c2f7d34d36f59cf3236850e58e14b2c112.gz

COPYING
COPYRIGHT
api/nlopt.h
newuoa/COPYRIGHT
test/testopt.cpp

diff --git a/COPYING b/COPYING
index c54a8dd0fe8a0d6f0b79cd70d0f2ff4080104532..e5e6279c6328700d77e84393af073b9a54fbc160 100644 (file)
--- 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 Massachusetts Institute of Technology
+Copyright (c) 2007-2009 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
index e68b60a3079c17503b7ee9577fc4ac44c5e1f020..562e879641d928f620a31b763bacb24d8cca7563 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2009 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
index 20d0f6924a383f4d8a9b64f9ac6c0abee806837d..171f0b5ccd046005027ab21c436f610ed84d4dc2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2008 Massachusetts Institute of Technology
+/* Copyright (c) 2007-2009 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
index 9b15857a92d7046c406919fcdec3c860fd2bb2cc..f811411a47b28f569278c9c9ad75ab71d87ebafc 100644 (file)
@@ -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-2009 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
index f00083add5d520c8a0d64aab94328d27dab136d6..18a5a1e437f5e06f46d1a56d6322b04d2285ce94 100644 (file)
@@ -1,3 +1,25 @@
+/* Copyright (c) 2007-2009 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
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
+ */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>