mirror of
https://opendev.org/x/pyghmi
synced 2025-01-27 19:37:44 +00:00
Get acceptable copyright message in place
This commit is contained in:
parent
bef7a29e12
commit
a38894664c
@ -1,6 +1,6 @@
|
||||
# Copyright 2013 IBM Corp.
|
||||
"""
|
||||
@author: Jarrod Johnson
|
||||
@author: Jarrod Johnson <jbjohnso@us.ibm.com>
|
||||
"""
|
||||
from ipmi_session import ipmi_session, call_with_optional_args
|
||||
def _raiseorcall(callback,response,args=None):
|
||||
|
@ -1,4 +1,7 @@
|
||||
# Copyright 2013 IBM Corp.
|
||||
"""
|
||||
@author: Jarrod Johnson <jbjohnso@us.ibm.com>
|
||||
"""
|
||||
|
||||
|
||||
payload_types = {
|
||||
|
@ -1,4 +1,7 @@
|
||||
# Copyright 2013 IBM Corp.
|
||||
"""
|
||||
@author: Jarrod Johnson <jbjohnso@us.ibm.com>
|
||||
"""
|
||||
# This represents the low layer message framing portion of IPMI
|
||||
import os
|
||||
import select
|
||||
|
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2013 IBM Corp.
|
||||
"""
|
||||
@author: Jarrod Johnson <jbjohnso@us.ibm.com>
|
||||
"""
|
||||
from ipmi_command import ipmi_command
|
||||
import os
|
||||
import sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user