Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
remove license boilerplate file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineyDev committed Apr 1, 2021
1 parent 6fa22e4 commit 7e3751f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2020-present Ext-Creators

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
13 changes: 0 additions & 13 deletions discord/ext/ipc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
"""
Copyright 2021 Ext-Creators
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""

import collections

from discord.ext.ipc.client import Client
Expand Down
13 changes: 0 additions & 13 deletions discord/ext/ipc/client.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
"""
Copyright 2021 Ext-Creators
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""

import asyncio
import logging
import typing
Expand Down
14 changes: 0 additions & 14 deletions discord/ext/ipc/errors.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
"""
Copyright 2020 Ext-Creators
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""


class IPCError(Exception):
"""Base IPC exception class"""

Expand Down
13 changes: 0 additions & 13 deletions discord/ext/ipc/server.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
"""
Copyright 2020 Ext-Creators
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""

import logging

import aiohttp.web
Expand Down

0 comments on commit 7e3751f

Please sign in to comment.