- 
                Notifications
    You must be signed in to change notification settings 
- Fork 21
Add license files #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add license files #109
Conversation
| Will need to update toml as well. One moment. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready for review @sbillinge
        
          
                pyproject.toml
              
                Outdated
          
        
      | 'Intended Audience :: Developers', | ||
| 'Intended Audience :: Science/Research', | ||
| 'License :: OSI Approved :: BSD License', | ||
| 'License :: Other/Proprietary License', | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the convention from above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not proprietary. Is there one that says something like free for use with restrictions or sthg that actually matches what hte license says?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License :: Free To Use But Restricted
How about this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the new update.
License :: Free To Use But Restricted is used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments.
        
          
                LICENSE.txt
              
                Outdated
          
        
      | @@ -0,0 +1,137 @@ | |||
| OPEN SOURCE LICENSE AGREEMENT | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would like this to be LICENSE.rst, but rst format but with the text from LICENSE.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
        
          
                LICENSE.txt
              
                Outdated
          
        
      | OPEN SOURCE LICENSE AGREEMENT | ||
| ============================= | ||
|  | ||
| Copyright (c) 2009-2011, University of Tennessee | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to update the copyright so that 2019-2024 is columbia again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
        
          
                pyproject.toml
              
                Outdated
          
        
      | 'Intended Audience :: Developers', | ||
| 'Intended Audience :: Science/Research', | ||
| 'License :: OSI Approved :: BSD License', | ||
| 'License :: Other/Proprietary License', | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not proprietary. Is there one that says something like free for use with restrictions or sthg that actually matches what hte license says?
| Addressed 
 Ready for review | 
| 'Intended Audience :: Developers', | ||
| 'Intended Audience :: Science/Research', | ||
| 'License :: OSI Approved :: BSD License', | ||
| 'License :: Free To Use But Restricted', | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Available!
No description provided.