Skip to content

Commit 063d6be

Browse files
committed
update headers with license SPDX
1 parent fb2cf0b commit 063d6be

20 files changed

+40
-20
lines changed

tools/cmd/areal.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// areal.cpp: show the components of different areal configuration
22
//
3-
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/number/areal/areal.hpp>

tools/cmd/cfloat8_2.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// cfloat8_2.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,2>
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/cfloat8_3.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// cfloat8_3.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,3>
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/cfloat8_4.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// cfloat8_4.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,4>
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/double.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// double.cpp: components of a double: cli to show the sign/scale/fraction components of a double
22
//
3-
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/fixpnt.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// fixpnt.cpp: components of a fixed-point: cli to show the sign/scale/fraction components of a fixed-point value
22
//
3-
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <iostream>

tools/cmd/float2posit.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// float2posit.cpp: convert a floating-point value to a posit
22
//
3-
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/number/posit/posit.hpp>

tools/cmd/half.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// half.cpp: components of a float: cli to show the sign/scale/fraction components of a half precision float
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/lns.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// lns.cpp: components of a logarithmic number: cli to show the sign/scale/fraction components of a logarithmic number
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/number/lns/lns.hpp>

tools/cmd/longdouble.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// longdouble.cpp: components of a long double: cli to show the sign/scale/fraction components of a long double native IEEE float
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/plimits.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// plimits.cpp: cli to show the numeric_limits<> of the standard posits
22
//
3-
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/posit.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// posit.cpp: components of a posit: cli to show the sign/scale/regime/exponent/fraction components of standard posit configurations
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/number/posit/posit.hpp>

tools/cmd/propenv.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// propenv.cpp: cli to show the type properties of the compiler environment
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/traits/arithmetic_traits.hpp>

tools/cmd/propp.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// propp.cpp: cli to show the arithmetic properties of posit configurations
22
//
3-
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/number/posit/posit.hpp>

tools/cmd/propq.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// propq.cpp: cli to show a table of quires
22
//
3-
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/number/posit/posit.hpp>

tools/cmd/quad.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// quad.cpp: components of a float: cli to show the sign/scale/fraction components of a quad precision float
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/quarter.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// quarter.cpp: components of a float: cli to show the sign/scale/fraction components of a quarter precision float
22
//
3-
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/signedint.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// signedint.cpp: components of a signed integer: cli to show the sign/scale/fraction components of a signed integer
22
//
3-
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/single.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// single.cpp: components of a float: cli to show the sign/scale/fraction components of a single precision float
22
//
3-
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <universal/utility/directives.hpp>

tools/cmd/unsignedint.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// unsignedint.cpp: components of an unsigned integer: cli to show the sign/scale/fraction components of an unsigned integer
22
//
3-
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
3+
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
4+
// SPDX-License-Identifier: MIT
45
//
56
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
67
#include <iostream>

0 commit comments

Comments
 (0)