Skip to content

Commit

Permalink
Switch to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
quaeritis committed Oct 30, 2018
1 parent f7e1a9a commit e7fe860
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 135 deletions.
128 changes: 0 additions & 128 deletions LICENSE.md

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 keithleygui Project Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 6 additions & 0 deletions keithleygui/config/base.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# -*- coding: utf-8 -*-
#
# Copyright © keithleygui Project Contributors
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)

"""
Base configuration management
Expand Down
4 changes: 2 additions & 2 deletions keithleygui/config/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
#
# Copyright © Spyder Project Contributors
# Copyright © keithleygui Project Contributors
# Licensed under the terms of the MIT License
# (see spyder/__init__.py for details)
# (see LICENSE.txt for details)

"""
keithleygui configuration options.
Expand Down
5 changes: 5 additions & 0 deletions keithleygui/config/user.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# -*- coding: utf-8 -*-
#
# Copyright © keithleygui Project Contributors
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)

"""
This module provides user configuration file management features.
Expand Down
9 changes: 4 additions & 5 deletions keithleygui/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Created on Tue Feb 20 15:01:18 2018
#
# Copyright © keithleygui Project Contributors
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)

@author: SamSchott
"""

# system imports
from __future__ import division, print_function, absolute_import
Expand Down
6 changes: 6 additions & 0 deletions keithleygui/utils/led_indicator_widget.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# -*- coding: utf-8 -*-
#
# Copyright © keithleygui Project Contributors
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)

from __future__ import division, absolute_import, print_function
from qtpy import QtGui, QtCore, QtWidgets

Expand Down

0 comments on commit e7fe860

Please sign in to comment.