From 601f97c8a13bb055b0725c3684e6f9299cceba65 Mon Sep 17 00:00:00 2001 From: HowardHinnant Date: Thu, 30 Jul 2015 15:51:49 -0400 Subject: [PATCH] Updated Examples and Recipes (markdown) --- Examples-and-Recipes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index 2ff5ef6..9e5fa79 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -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. +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. ##Contents - [Obtaining a `time_point` from `y/m/d h:m:s` components](#time_point_to_components) @@ -42,4 +42,4 @@ auto d = unsigned(ymd.day()); auto h = tod.hours().count(); auto min = tod.minutes().count(); auto s = tod.seconds().count(); -``` +``` \ No newline at end of file