From 2d5a9ef364258621745edafb69c8e592982dac21 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 11 Mar 2019 10:03:12 -0500 Subject: [PATCH] Switch copyright from range, to date started --- setup.py | 2 +- speedtest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 29e0f31..a617be4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2012-2018 Matt Martz +# Copyright 2012 Matt Martz # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/speedtest.py b/speedtest.py index a011075..be93123 100755 --- a/speedtest.py +++ b/speedtest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2012-2018 Matt Martz +# Copyright 2012 Matt Martz # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may