We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5c5e1 + 549c98b commit 4f25e41Copy full SHA for 4f25e41
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2015-2016 Slack Technologies, Inc
+Copyright (c) 2015- Slack Technologies, LLC
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
setup.py
@@ -27,7 +27,7 @@ def find_version(*file_paths):
27
version=find_version('slackeventsapi', 'version.py'),
28
description='Python Slack Events API adapter for Flask',
29
url='http://github.com/slackapi/python-slack-events-api',
30
- author='Slack Technologies, Inc.',
+ author='Slack Technologies, LLC',
31
author_email='opensource@slack.com',
32
license='MIT',
33
packages=['slackeventsapi'],
0 commit comments