Skip to content

Commit

Permalink
Renamed LICENSE_1_0.txt to LICENSE.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatch committed Jan 30, 2017
1 parent aed8118 commit c01821a
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 29 deletions.
File renamed without changes.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ corresponding languages are contained. You can run "make test" in
order to test the functions in each directory.

The software is distributed under the Boost Software License, Version
1.0. See accompanying file LICENSE_1_0.txt or copy at
1.0. See accompanying file LICENSE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt.

Copyright Naoki Shibata 2010 - 2017.
Expand All @@ -30,6 +30,9 @@ Single precision trigonometric functions : [-39000, 39000]

History

2.121
* Renamed LICENSE_1_0.txt to LICENSE.txt

2.120
* Relicensed to Boost Software License Version 1.0

Expand Down
2 changes: 1 addition & 1 deletion purec/iut.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion purec/nonnumber.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#if defined (__GNUC__) || defined (__INTEL_COMPILER) || defined (__clang__)
Expand Down
2 changes: 1 addition & 1 deletion purec/sleef.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion purec/sleefdp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

// Always use -ffp-contract=off option to compile SLEEF.
Expand Down
2 changes: 1 addition & 1 deletion purec/sleefsp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

// Always use -ffp-contract=off option to compile SLEEF.
Expand Down
2 changes: 1 addition & 1 deletion purec/tester2.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion purec/tester2f.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion simd/dd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion simd/df.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion simd/helperavx.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef __AVX__
Expand Down
2 changes: 1 addition & 1 deletion simd/helperavx2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef __AVX2__
Expand Down
2 changes: 1 addition & 1 deletion simd/helperavx512f.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef __AVX512F__
Expand Down
2 changes: 1 addition & 1 deletion simd/helperclangvec.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion simd/helperfma4.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef __FMA4__
Expand Down
2 changes: 1 addition & 1 deletion simd/helperneon32.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef __ARM_NEON__
Expand Down
2 changes: 1 addition & 1 deletion simd/helpersse2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef __SSE2__
Expand Down
2 changes: 1 addition & 1 deletion simd/iut.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion simd/nonnumber.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#if defined (__GNUC__) || defined (__INTEL_COMPILER) || defined (__clang__)
Expand Down
2 changes: 1 addition & 1 deletion simd/sleefsimd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion simd/sleefsimddp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

// Always use -ffp-contract=off option to compile SLEEF.
Expand Down
2 changes: 1 addition & 1 deletion simd/sleefsimdsp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

// Always use -ffp-contract=off option to compile SLEEF.
Expand Down
2 changes: 1 addition & 1 deletion simd/tester2fsimd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion simd/tester2simd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion tester/nonnumber.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#if defined (__GNUC__) || defined (__INTEL_COMPILER) || defined (__clang__)
Expand Down
2 changes: 1 addition & 1 deletion tester/tester.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion tester/testersp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion tester/testerspu1.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion tester/testeru1.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Naoki Shibata 2010 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <stdio.h>
Expand Down

0 comments on commit c01821a

Please sign in to comment.