aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nrvo_by_default/rvo.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 06:29:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 06:29:33 +0300
commit6a0d8088858305d0ce7c13d3f010ec798f9ee6c5 (patch)
tree23fe3457fe118b4a8b8c9d0990b2de7f73ffe94d /nrvo_by_default/rvo.cpp
parentnrvo: add more test cases (diff)
downloadblog-6a0d8088858305d0ce7c13d3f010ec798f9ee6c5.tar.gz
blog-6a0d8088858305d0ce7c13d3f010ec798f9ee6c5.zip
nrvo: add licensing notices
Diffstat (limited to 'nrvo_by_default/rvo.cpp')
-rw-r--r--nrvo_by_default/rvo.cpp5
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>