Added CC footer and hyperlinks

Emile Cormier
2015-07-30 17:00:38 -03:00
parent 601f97c8a1
commit 1c5bb64a25

@@ -1,4 +1,4 @@
This page contains examples and recipes contributed by community members. Feel free to add your own contributions by clicking on the "Edit" button. Please "sign" your contributions by adding a link to your GitHub profile. But please understand that your contributions will henceforth be considered donated under the Creative Commons Attribution 4.0 International License. If this requirement is a problem for anyone, bring it to Howard's attention and we will try to work out a compromise. This page contains examples and recipes contributed by community members. Feel free to add your own contributions by clicking on the "Edit" button. Please "sign" your contributions by adding a link to your GitHub profile. **But please understand that your contributions will henceforth be considered donated under the [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)**. If this requirement is a problem for anyone, bring it to Howard's attention and we will try to work out a compromise.
##Contents ##Contents
- [Obtaining a `time_point` from `y/m/d h:m:s` components](#time_point_to_components) - [Obtaining a `time_point` from `y/m/d h:m:s` components](#time_point_to_components)
@@ -42,4 +42,8 @@ auto d = unsigned(ymd.day());
auto h = tod.hours().count(); auto h = tod.hours().count();
auto min = tod.minutes().count(); auto min = tod.minutes().count();
auto s = tod.seconds().count(); auto s = tod.seconds().count();
``` ```
***
![CC BY Logo](http://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg) _This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)._