Skip to content

Commit

Permalink
Ensure license is MIT, update copyright line
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Jan 30, 2019
1 parent fcca392 commit 0adb664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 Applause
Copyright (c) 2017-2019 Applause App Quality, Inc.

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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
name='kms-encryption-toolbox',
version='0.1.3',
url='https://github.com/ApplauseOSS/kms-encryption-toolbox',
license='Applause',
license='MIT',
description='Encryption toolbox to be used with the Amazon Key Management Service for securing your deployment secrets. It encapsulates the aws-encryption-sdk package to expose cmdline actions.',
author='Applause',
author_email='architecture@applause.com',
author='Applause App Quality, Inc.',
author_email='ops@applause.com',
zip_safe=False,
packages=['kmsencryption'],
install_requires=[
Expand Down

0 comments on commit 0adb664

Please sign in to comment.