We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ea57e commit 549c98bCopy full SHA for 549c98b
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
@@ -29,7 +29,7 @@ def find_version(*file_paths):
29
version=find_version('slackeventsapi', 'version.py'),
30
description='Python Slack Events API adapter for Flask',
31
url='http://github.com/slackapi/python-slack-events-api',
32
- author='Slack Technologies, Inc.',
+ author='Slack Technologies, LLC',
33
author_email='opensource@slack.com',
34
license='MIT',
35
packages=['slackeventsapi'],
0 commit comments