From 23e42b246c0068defb2792dcdfca8d60588a300c Mon Sep 17 00:00:00 2001 From: Itay Brandes Date: Mon, 9 Jan 2017 00:10:53 +0200 Subject: [PATCH] Removing unnecessary copyrights --- pySmartDL/pySmartDL.py | 2 -- pySmartDL/utils.py | 1 - setup.py | 1 - test/test_pySmartDL.py | 1 - 4 files changed, 5 deletions(-) diff --git a/pySmartDL/pySmartDL.py b/pySmartDL/pySmartDL.py index 76479ac..8d3533c 100644 --- a/pySmartDL/pySmartDL.py +++ b/pySmartDL/pySmartDL.py @@ -1,5 +1,3 @@ -# Copyright (C) 2014-2017 Itay Brandes - import os import sys import urllib2 diff --git a/pySmartDL/utils.py b/pySmartDL/utils.py index b32b6dc..dd7f79e 100644 --- a/pySmartDL/utils.py +++ b/pySmartDL/utils.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2014-2017 Itay Brandes ''' The Utils class contains many functions for project-wide use. ''' diff --git a/setup.py b/setup.py index dec23ce..b4b3a15 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -# Copyright (C) 2014-2017 Itay Brandes import os import sys from setuptools import setup, find_packages diff --git a/test/test_pySmartDL.py b/test/test_pySmartDL.py index 2ee116e..2fa02cc 100644 --- a/test/test_pySmartDL.py +++ b/test/test_pySmartDL.py @@ -1,4 +1,3 @@ -# Copyright (C) 2014-2017 Itay Brandes import os import sys import random