Skip to content

Commit

Permalink
update headers with license SPDX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Aug 16, 2024
1 parent fb2cf0b commit 063d6be
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 20 deletions.
3 changes: 2 additions & 1 deletion tools/cmd/areal.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// areal.cpp: show the components of different areal configuration
//
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/number/areal/areal.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/cfloat8_2.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// cfloat8_2.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,2>
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/cfloat8_3.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// cfloat8_3.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,3>
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/cfloat8_4.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// cfloat8_4.cpp: components of a float: cli to show the sign/scale/fraction components of a cfloat<8,4>
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/double.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// double.cpp: components of a double: cli to show the sign/scale/fraction components of a double
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/fixpnt.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// fixpnt.cpp: components of a fixed-point: cli to show the sign/scale/fraction components of a fixed-point value
//
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <iostream>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/float2posit.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// float2posit.cpp: convert a floating-point value to a posit
//
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/number/posit/posit.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/half.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// half.cpp: components of a float: cli to show the sign/scale/fraction components of a half precision float
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/lns.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// lns.cpp: components of a logarithmic number: cli to show the sign/scale/fraction components of a logarithmic number
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/number/lns/lns.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/longdouble.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// longdouble.cpp: components of a long double: cli to show the sign/scale/fraction components of a long double native IEEE float
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/plimits.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// plimits.cpp: cli to show the numeric_limits<> of the standard posits
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/posit.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// posit.cpp: components of a posit: cli to show the sign/scale/regime/exponent/fraction components of standard posit configurations
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/number/posit/posit.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/propenv.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// propenv.cpp: cli to show the type properties of the compiler environment
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/traits/arithmetic_traits.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/propp.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// propp.cpp: cli to show the arithmetic properties of posit configurations
//
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/number/posit/posit.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/propq.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// propq.cpp: cli to show a table of quires
//
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/number/posit/posit.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/quad.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// quad.cpp: components of a float: cli to show the sign/scale/fraction components of a quad precision float
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/quarter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// quarter.cpp: components of a float: cli to show the sign/scale/fraction components of a quarter precision float
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/signedint.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// signedint.cpp: components of a signed integer: cli to show the sign/scale/fraction components of a signed integer
//
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/single.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// single.cpp: components of a float: cli to show the sign/scale/fraction components of a single precision float
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion tools/cmd/unsignedint.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// unsignedint.cpp: components of an unsigned integer: cli to show the sign/scale/fraction components of an unsigned integer
//
// Copyright (C) 2017-2021 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <iostream>
Expand Down

0 comments on commit 063d6be

Please sign in to comment.