diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 06:29:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 06:29:33 +0300 |
commit | 6a0d8088858305d0ce7c13d3f010ec798f9ee6c5 (patch) | |
tree | 23fe3457fe118b4a8b8c9d0990b2de7f73ffe94d | |
parent | nrvo: add more test cases (diff) | |
download | blog-6a0d8088858305d0ce7c13d3f010ec798f9ee6c5.tar.gz blog-6a0d8088858305d0ce7c13d3f010ec798f9ee6c5.zip |
nrvo: add licensing notices
-rw-r--r-- | nrvo_by_default/rvo.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nrvo_by_default/rvo.cpp b/nrvo_by_default/rvo.cpp index e8ac6fd..fa9a05b 100644 --- a/nrvo_by_default/rvo.cpp +++ b/nrvo_by_default/rvo.cpp @@ -1,3 +1,8 @@ +// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> +// This file is part of the "C++ notes" project. +// For details, see https://github.com/egor-tensin/cpp-notes. +// Distributed under the MIT License. + #include <iostream> #include <utility> |