diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-08 18:27:28 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-08 19:10:22 (GMT) |
commit | a7c9f8c93327b4e7176b1ec0588867f8609f84fa (patch) | |
tree | 7c6cae46e11cc654725452db4f93ce21e8641c5f /Swift/Controllers/PreviousStatusStore.h | |
parent | e2e314fc0fb9e9d510a5fed56b70120795e6d44d (diff) | |
download | swift-contrib-a7c9f8c93327b4e7176b1ec0588867f8609f84fa.zip swift-contrib-a7c9f8c93327b4e7176b1ec0588867f8609f84fa.tar.bz2 |
Added copyrights to Swift.
Diffstat (limited to 'Swift/Controllers/PreviousStatusStore.h')
-rw-r--r-- | Swift/Controllers/PreviousStatusStore.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Swift/Controllers/PreviousStatusStore.h b/Swift/Controllers/PreviousStatusStore.h index 476febe..66c49e4 100644 --- a/Swift/Controllers/PreviousStatusStore.h +++ b/Swift/Controllers/PreviousStatusStore.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Kevin Smith + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #pragma once #include <utility> /* std::pair */ |