From 998fe7055416aa498fe388dfdebc94f004480e09 Mon Sep 17 00:00:00 2001 From: Michael James Gratton Date: Mon, 30 Jan 2017 23:02:23 +1100 Subject: [PATCH] Update some test code attributions. --- test/CMakeLists.txt | 2 +- test/testcase.vala | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b5f54951..db10c537 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,7 +4,7 @@ set(TEST_SRC main.vala - testcase.vala # Taken as-is from libgee, courtesy Julien Peeters + testcase.vala # Based on same file in libgee, courtesy Julien Peeters engine/rfc822-mailbox-address-test.vala engine/rfc822-message-test.vala diff --git a/test/testcase.vala b/test/testcase.vala index c6f77695..291ead9a 100644 --- a/test/testcase.vala +++ b/test/testcase.vala @@ -1,6 +1,7 @@ /* testcase.vala * * Copyright (C) 2009 Julien Peeters + * Copyright (C) 2017 Michael Gratton * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public