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/UnitTest/LinkifyTest.cpp | |
parent | 32b7f4328d741dd4f558c2ad0ffe99e7847335dc (diff) | |
download | swift-contrib-f0c247a472f98eb39d34ed95a7be6c1ad6074cf9.zip swift-contrib-f0c247a472f98eb39d34ed95a7be6c1ad6074cf9.tar.bz2 |
Added copyrights to SwifTools.
Diffstat (limited to 'SwifTools/UnitTest/LinkifyTest.cpp')
-rw-r--r-- | SwifTools/UnitTest/LinkifyTest.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SwifTools/UnitTest/LinkifyTest.cpp b/SwifTools/UnitTest/LinkifyTest.cpp index 6e27c2c..7ca921e 100644 --- a/SwifTools/UnitTest/LinkifyTest.cpp +++ b/SwifTools/UnitTest/LinkifyTest.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 <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/TestFactoryRegistry.h> |