Skip to content

Commit 2c253b3

Browse files
authored
Merge pull request #126 from ckormanyos/update_docs
Update docs and licensing info again
2 parents a5a819a + e6ae220 commit 2c253b3

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

COPYING.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3434
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3535
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3636
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37-

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ the `avr-gcc` and other tool chains.
8989
The following more detailed example provides an in-depth examination
9090
into effectively using soft_double. This code computes and checks the value of
9191

92-
$$\sqrt{\pi}~{\approx}~1.77245385090551602730~{\ldots}$$
92+
$$\sqrt{\pi}~{\approx}~1.77245385090551602730{\ldots}$$
9393

9494
This example, compiled with successful output result,
9595
is shown in its entirety in the following
@@ -320,4 +320,6 @@ C++ standards are included in CI.
320320

321321
The origins of `soft_double` in modern C++ can be traced to traditional
322322
[berkeley-softfloat-3](https://github.com/ucb-bar/berkeley-softfloat-3).
323-
Consistency with the original licensing thereof has been maintained.
323+
Consistency with the
324+
[original licensing](./COPYING.txt)
325+
thereof has been retained.

soft_double_vs2022.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
</ItemGroup>
3636
<ItemGroup>
3737
<ClInclude Include="math\softfloat\soft_double.h" />
38-
<ClInclude Include="math\softfloat\soft_double_decwide_t_detail_fft_bindings.h" />
3938
<ClInclude Include="math\softfloat\soft_double_examples.h" />
4039
<ClInclude Include="test\test_soft_double_examples.h" />
4140
<ClInclude Include="util\utility\util_baselexical_cast.h" />
@@ -71,6 +70,7 @@
7170
</ItemGroup>
7271
<ItemGroup>
7372
<Text Include="CMakeLists.txt" />
73+
<Text Include="COPYING.txt" />
7474
<Text Include="examples\CMakeLists.txt" />
7575
<Text Include="LICENSE_1_0.txt" />
7676
<Text Include="test\CMakeLists.txt" />

soft_double_vs2022.vcxproj.filters

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@
122122
<ClInclude Include="test\test_soft_double_examples.h">
123123
<Filter>test</Filter>
124124
</ClInclude>
125-
<ClInclude Include="math\softfloat\soft_double_decwide_t_detail_fft_bindings.h">
126-
<Filter>math\softfloat</Filter>
127-
</ClInclude>
128125
<ClInclude Include="math\softfloat\soft_double_examples.h">
129126
<Filter>math\softfloat</Filter>
130127
</ClInclude>
@@ -194,5 +191,6 @@
194191
</Text>
195192
<Text Include="CMakeLists.txt" />
196193
<Text Include="LICENSE_1_0.txt" />
194+
<Text Include="COPYING.txt" />
197195
</ItemGroup>
198196
</Project>

0 commit comments

Comments
 (0)