Skip to content

Commit

Permalink
happy 2020! (#359)
Browse files Browse the repository at this point in the history
* happy 2020!

* fix cpplint

* update nuspec
  • Loading branch information
srz-zumix committed Jan 4, 2020
1 parent 55ff350 commit c1cbdbc
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2011-2019, Takazumi Shirayanagi
Copyright (c) 2011-2020, Takazumi Shirayanagi
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ Please read the [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on how to contr
License
--------------------------------------------------

Copyright (c) 2011-2019, Takazumi Shirayanagi,
Copyright (c) 2011-2020, Takazumi Shirayanagi,
All rights reserved.

This software is released under the New(3-clause) BSD License, see LICENSE

If you distribute iutest, you might enjoy the [LICENSE-MIXING](docs/LICENSE-MIXING) document.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = iutest
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.17.0.1
PROJECT_NUMBER = 1.17.0.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion COPYING → docs/LICENSE-MIXING
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://github.com/srz-zumix/iutest

BSD 3-Clause License

Copyright (c) 2011-2019, Takazumi Shirayanagi
Copyright (c) 2011-2020, Takazumi Shirayanagi
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions docs/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="contents">
<h1>IUTEST</h1>
<div class="text_block">
Iris Unit Test Framework : 2019 / 01 / 04<br />
Iris Unit Test Framework : 2020 / 01 / 02<br />
<br />
</div>
<h2>はじめに</h2>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h1>LICENSE</h1>
<pre>
BSD 3-Clause License

Copyright (c) 2011-2019, Takazumi Shirayanagi
Copyright (c) 2011-2020, Takazumi Shirayanagi
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1>LICENSE</h1>
</div> <!-- end of contents -->

<br />
<div class="copyright">Copyright (c) 2011-2019, Takazumi-Shirayanagi, All rights reserved.</div>
<div class="copyright">Copyright (c) 2011-2020, Takazumi-Shirayanagi, All rights reserved.</div>

</body>
</html>
2 changes: 1 addition & 1 deletion docs/primer.html
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ <h3><a name="matcher_matchers" id="matcher_matchers">Matcher の種類</a></h3>
</div> <!-- end of contents -->

<br />
<div class="copyright">Copyright (c) 2011-2019, Takazumi-Shirayanagi, All rights reserved.</div>
<div class="copyright">Copyright (c) 2011-2020, Takazumi-Shirayanagi, All rights reserved.</div>

</body>
</html>
2 changes: 1 addition & 1 deletion include/iutest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author t.shirayanagi
* @par copyright
* Copyright (C) 2011-2019, Takazumi Shirayanagi\n
* Copyright (C) 2011-2020, Takazumi Shirayanagi\n
* This software is released under the new BSD License,
* see LICENSE
*
Expand Down
14 changes: 7 additions & 7 deletions include/iutest_ver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author t.shirayanagi
* @par copyright
* Copyright (C) 2011-2019, Takazumi Shirayanagi\n
* Copyright (C) 2011-2020, Takazumi Shirayanagi\n
* This software is released under the new BSD License,
* see LICENSE
*/
Expand All @@ -17,11 +17,11 @@

//======================================================================
// define
#define IUTEST_VER 0x01170001u //!< iutest version 1.17.0.1
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x17u //!< Minor Version
#define IUTEST_MICROVER 0x00u //!< Micro Version
#define IUTEST_REVISION 0x01u //!< Revision
#define IUTEST_VER 0x01170002u //!< iutest version 1.17.0.2
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x17u //!< Minor Version
#define IUTEST_MICROVER 0x00u //!< Micro Version
#define IUTEST_REVISION 0x02u //!< Revision

#define IUTEST_BUILD IUTEST_MICROVER //!< @deprecated

Expand All @@ -33,7 +33,7 @@
* google group: https://groups.google.com/forum/?fromgroups#!forum/g-iutest \n
*
* @par copyright
* Copyright (C) 2011-2019, Takazumi Shirayanagi\n
* Copyright (C) 2011-2020, Takazumi Shirayanagi\n
* This software is released under the new BSD License.
*
* @par LICENSE
Expand Down
3 changes: 1 addition & 2 deletions projects/nuget/iutest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>iutest</title>
<version>1.17.0</version>
<authors>Takazumi Shirayanagi</authors>
<copyright>Copyright (c) 2011-2019</copyright>
<copyright>Copyright (c) 2011-2020</copyright>
<summary>C++ testing framework.</summary>
<description>iutest is framework for writing C++ tests.
Supports automatic tests discovery, include only, value- and type- parameterized tests,
Expand All @@ -20,7 +20,6 @@
<file src="..\..\README.md" target="\build\native\README.md" />
<file src="..\..\LICENSE" target="\build\native\LICENSE" />
<file src="..\..\CHANGES.md" target="\build\native\CHANGES.md" />
<file src="..\..\COPYING" target="\build\native\COPYING" />
<file src="..\..\.editorconfig" target="\build\native\.editorconfig" />
<file src="..\..\include\**\*.*" target="\build\native\include" />
<file src="..\..\tools\**\*.*" target="\build\native\tools" />
Expand Down

0 comments on commit c1cbdbc

Please sign in to comment.