diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-08 18:31:04 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-08 19:10:22 (GMT) |
commit | f0c247a472f98eb39d34ed95a7be6c1ad6074cf9 (patch) | |
tree | 1b50402992f348cb485c9c1cd49df8fa51984605 /SwifTools/Linkify.cpp | |
parent | 32b7f4328d741dd4f558c2ad0ffe99e7847335dc (diff) | |
download | swift-f0c247a472f98eb39d34ed95a7be6c1ad6074cf9.zip swift-f0c247a472f98eb39d34ed95a7be6c1ad6074cf9.tar.bz2 |
Added copyrights to SwifTools.
Diffstat (limited to 'SwifTools/Linkify.cpp')
-rw-r--r-- | SwifTools/Linkify.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SwifTools/Linkify.cpp b/SwifTools/Linkify.cpp index 48162e1..483a08f 100644 --- a/SwifTools/Linkify.cpp +++ b/SwifTools/Linkify.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include "SwifTools/Linkify.h" #include <boost/regex.hpp> |