2
0
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:
Jarrod Johnson 2013-06-24 13:43:15 -04:00
parent bef7a29e12
commit a38894664c
4 changed files with 11 additions and 1 deletions

View File

@ -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):

View File

@ -1,4 +1,7 @@
# Copyright 2013 IBM Corp.
"""
@author: Jarrod Johnson <jbjohnso@us.ibm.com>
"""
payload_types = {

View File

@ -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

View File

@ -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