Skip to content

Commit

Permalink
Transferred license and copyrights to the dj-stripe organization. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
kavdev committed Nov 17, 2020
1 parent 9bd2d77 commit ad8dec3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions djstripe/contrib/rest_framework/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions djstripe/contrib/rest_framework/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions djstripe/contrib/rest_framework/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 0 additions & 2 deletions djstripe/contrib/rest_framework/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
:synopsis: Views for the dj-stripe REST API.
.. moduleauthor:: Philippe Luickx (@philippeluickx)
"""

from rest_framework import status
Expand Down
3 changes: 0 additions & 3 deletions tests/test_contrib/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions tests/test_contrib/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad8dec3

Please sign in to comment.