2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-27 19:37:44 +00:00

Put IBM copyright into the files

This commit is contained in:
Jarrod Johnson 2013-06-04 13:16:05 -04:00
parent 2f4a857118
commit 8c68b1e3ef
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Copyright 2013 IBM Corp.
from ipmi_session import ipmi_session, call_with_optional_args
def _raiseorcall(callback,response,args=None):
if callback is None:

View File

@ -1,3 +1,4 @@
# Copyright 2013 IBM Corp.
payload_types = {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
# Copyright 2013 IBM Corp.
# This represents the low layer message framing portion of IPMI
import os
import select