diff --git a/LICENSE b/LICENSE index e0b8ee7272..3d5c2a292f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Alexander Kavanaugh +Copyright (c) 2020 The @dj-stripe Organization Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/djstripe/contrib/rest_framework/permissions.py b/djstripe/contrib/rest_framework/permissions.py index 086849579e..9feaf45aa3 100644 --- a/djstripe/contrib/rest_framework/permissions.py +++ b/djstripe/contrib/rest_framework/permissions.py @@ -3,8 +3,6 @@ :synopsis: dj-stripe - Permissions to be used with the dj-stripe REST API. -.. moduleauthor:: @kavdev, @pydanny - """ from rest_framework.permissions import BasePermission diff --git a/djstripe/contrib/rest_framework/serializers.py b/djstripe/contrib/rest_framework/serializers.py index 9337cd86ef..db59b1f1e9 100644 --- a/djstripe/contrib/rest_framework/serializers.py +++ b/djstripe/contrib/rest_framework/serializers.py @@ -3,8 +3,6 @@ :synopsis: dj-stripe - Serializers to be used with the dj-stripe REST API. -.. moduleauthor:: Philippe Luickx (@philippeluickx) - """ from rest_framework import serializers diff --git a/djstripe/contrib/rest_framework/urls.py b/djstripe/contrib/rest_framework/urls.py index adf11cd25d..d6b76597d3 100644 --- a/djstripe/contrib/rest_framework/urls.py +++ b/djstripe/contrib/rest_framework/urls.py @@ -3,8 +3,6 @@ :synopsis: URL routes for the dj-stripe REST API. -.. moduleauthor:: Philippe Luickx (@philippeluickx) - Wire this into the root URLConf this way:: path( diff --git a/djstripe/contrib/rest_framework/views.py b/djstripe/contrib/rest_framework/views.py index c35b8be83c..c25acf7c4b 100644 --- a/djstripe/contrib/rest_framework/views.py +++ b/djstripe/contrib/rest_framework/views.py @@ -3,8 +3,6 @@ :synopsis: Views for the dj-stripe REST API. -.. moduleauthor:: Philippe Luickx (@philippeluickx) - """ from rest_framework import status diff --git a/tests/test_contrib/test_serializers.py b/tests/test_contrib/test_serializers.py index f5275efd4b..3921b71098 100644 --- a/tests/test_contrib/test_serializers.py +++ b/tests/test_contrib/test_serializers.py @@ -2,9 +2,6 @@ .. module:: dj-stripe.tests.test_contrib.test_serializers :synopsis: dj-stripe Serializer Tests. -.. moduleauthor:: Philippe Luickx (@philippeluickx) -.. moduleauthor:: Alex Kavanaugh (@kavdev) - """ from copy import deepcopy diff --git a/tests/test_contrib/test_views.py b/tests/test_contrib/test_views.py index cd827c40db..4000750703 100644 --- a/tests/test_contrib/test_views.py +++ b/tests/test_contrib/test_views.py @@ -2,9 +2,6 @@ .. module:: dj-stripe.tests.test_contrib.test_views :synopsis: dj-stripe Rest views for Subscription Tests. -.. moduleauthor:: Philippe Luickx (@philippeluickx) -.. moduleauthor:: Alex Kavanaugh (@kavdev) - """ from copy import deepcopy