Skip to content

Commit

Permalink
Updated Copyright
Browse files Browse the repository at this point in the history
Increased version number
  • Loading branch information
jobe committed Jan 22, 2020
1 parent a80ccaf commit 7785138
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Examples/example1.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

import datetime
import random
Expand Down
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) 2019 Joerg Beckers
Copyright (c) 2020 Joerg Beckers

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: 1 addition & 1 deletion raspend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

__all__ = ["http", "application"]

Expand Down
2 changes: 1 addition & 1 deletion raspend/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

import threading
import time
Expand Down
2 changes: 1 addition & 1 deletion raspend/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

from functools import partial
from http.server import BaseHTTPRequestHandler
Expand Down
2 changes: 1 addition & 1 deletion raspend/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

__all__ = ["commandmapping", "serviceshutdownhandling", "stoppablehttpserver", "workerthreads"]
2 changes: 1 addition & 1 deletion raspend/utils/commandmapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

import json
import inspect
Expand Down
2 changes: 1 addition & 1 deletion raspend/utils/serviceshutdownhandling.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

import signal

Expand Down
2 changes: 1 addition & 1 deletion raspend/utils/stoppablehttpserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

import threading
import time
Expand Down
2 changes: 1 addition & 1 deletion raspend/utils/workerthreads.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

import threading
from abc import ABC, abstractmethod
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# License: MIT
#
# Copyright (c) 2019 Joerg Beckers
# Copyright (c) 2020 Joerg Beckers

import setuptools

Expand All @@ -12,7 +12,7 @@

setuptools.setup(
name="raspend",
version="2.0.1",
version="2.0.2",
author="Joerg Beckers",
author_email="pypi@jobe-software.de",
description="A lightweight web service framework.",
Expand Down

0 comments on commit 7785138

Please sign in to comment.