From 92bf52d4976fed909173dd741ed63e85bbcc9f4a Mon Sep 17 00:00:00 2001 From: mjs Date: Sat, 20 Oct 2007 08:05:36 +0000 Subject: [PATCH] Rubber stamped by Hyatt. - Add BSD license notice to cordic test, the original author said to do so. * tests/math-cordic.js: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@26812 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- SunSpider/ChangeLog | 8 ++++++++ SunSpider/tests/math-cordic.js | 25 ++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog index a68f7eb8e41a..ab8bb026ab99 100644 --- a/SunSpider/ChangeLog +++ b/SunSpider/ChangeLog @@ -1,3 +1,11 @@ +2007-10-20 Maciej Stachowiak + + Rubber stamped by Hyatt. + + - Add BSD license notice to cordic test, the original author said to do so. + + * tests/math-cordic.js: + 2007-10-18 Maciej Stachowiak Reviewed by Eric. diff --git a/SunSpider/tests/math-cordic.js b/SunSpider/tests/math-cordic.js index 2fd99e30f50a..e2002b18ea52 100644 --- a/SunSpider/tests/math-cordic.js +++ b/SunSpider/tests/math-cordic.js @@ -1,4 +1,27 @@ -// Copyright (C) 2007 Rich Moore +/* + * Copyright (C) Rich Moore. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY CONTRIBUTORS ``AS IS'' AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY + * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ /////. Start CORDIC -- 2.36.0