Skip to content

Commit

Permalink
git tag v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
changgonKim committed Jun 8, 2022
1 parent 2f648c1 commit 2bb9634
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion python/lvmnps/actor/actor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# @Author: Mingyeong YANG ([email protected]), Florian Briegel ([email protected])
# @Author: Changgon Kim, Mingyeong YANG ([email protected]), Florian Briegel ([email protected])
# @Date: 2021-03-22
# @Filename: lvmnps/actor/actor.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)
Expand Down
2 changes: 1 addition & 1 deletion python/lvmnps/actor/commands/onoff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# @Author: Florian Briegel ([email protected])
# @Author: Florian Briegel ([email protected]), Changgon Kim
# @Date: 2021-08-12
# @Filename: onoff.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)
Expand Down
2 changes: 1 addition & 1 deletion python/lvmnps/actor/commands/reachable.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# @Author: Mingyeong Yang([email protected])
# @Author: Mingyeong Yang([email protected]), Changgon Kim
# @Date: 2021-08-30
# @Filename: device.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)
Expand Down
2 changes: 1 addition & 1 deletion python/lvmnps/actor/commands/status.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# @Author: Florian Briegel ([email protected])
# @Author: Florian Briegel ([email protected]), Changgon Kim
# @Date: 2021-08-12
# @Filename: status.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)
Expand Down
2 changes: 1 addition & 1 deletion python/lvmnps/switch/dummy/powerswitch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# @Author: Florian Briegel ([email protected])
# @Author: Florian Briegel ([email protected]), Changgon Kim
# @Date: 2021-06-24
# @Filename: lvmnps/switch/dummy/powerswitch.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)
Expand Down
2 changes: 1 addition & 1 deletion python/lvmnps/switch/factory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# @Author: Florian Briegel ([email protected])
# @Author: Florian Briegel ([email protected]), Changgon Kim
# @Date: 2021-06-22
# @Update: 2021-10-09
# @Filename: lvmnps/switch/factory.py
Expand Down
2 changes: 1 addition & 1 deletion python/lvmnps/switch/outlet.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# @Author: Florian Briegel ([email protected])
# @Author: Florian Briegel ([email protected]), Changgon Kim
# @Date: 2021-06-22
# @Filename: lvmnps/switch/outlet.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)
Expand Down
2 changes: 1 addition & 1 deletion python/lvmnps/switch/powerswitchbase.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# @Author: Florian Briegel ([email protected])
# @Author: Florian Briegel ([email protected]), Changgon Kim
# @Date: 2021-06-24
# @Filename: lvmnps/switch/powerswitchbase.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)
Expand Down

0 comments on commit 2bb9634

Please sign in to comment.