From 4f7ab385304b59a03545721d2855c374606b7e18 Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 17 Jul 2016 14:12:56 -0400 Subject: [PATCH] Remove copyright year They're legally meaningless. --- tests/fpe.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fpe.rs b/tests/fpe.rs index ec440c0..32775ae 100644 --- a/tests/fpe.rs +++ b/tests/fpe.rs @@ -1,6 +1,6 @@ // This file is part of libfringe, a low-level green threading library. -// Copyright (c) 2015, Ben Segall -// Copyright (c) 2015, edef +// Copyright (c) Ben Segall +// Copyright (c) edef // See the LICENSE file included in this distribution. #![cfg(target_os = "linux")] #![feature(test)]