diff --git a/ipmi_command.py b/ipmi_command.py index 41568bf8..e94cd6cf 100644 --- a/ipmi_command.py +++ b/ipmi_command.py @@ -1,6 +1,19 @@ -# Copyright 2013 IBM Corp. """ @author: Jarrod Johnson + +Copyright 2013 IBM Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. """ from ipmi_session import ipmi_session, call_with_optional_args def _raiseorcall(callback,response,args=None): diff --git a/ipmi_constants.py b/ipmi_constants.py index bc5e96a3..b3e13f4f 100644 --- a/ipmi_constants.py +++ b/ipmi_constants.py @@ -1,6 +1,19 @@ -# Copyright 2013 IBM Corp. """ @author: Jarrod Johnson + +Copyright 2013 IBM Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. """ diff --git a/ipmi_session.py b/ipmi_session.py index dda3270b..914fa096 100644 --- a/ipmi_session.py +++ b/ipmi_session.py @@ -1,6 +1,19 @@ -# Copyright 2013 IBM Corp. """ @author: Jarrod Johnson + +Copyright 2013 IBM Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. """ # This represents the low layer message framing portion of IPMI import os diff --git a/ipmi_syncexample.py b/ipmi_syncexample.py index 2167089d..93238b05 100755 --- a/ipmi_syncexample.py +++ b/ipmi_syncexample.py @@ -1,7 +1,20 @@ #!/usr/bin/env python -# Copyright 2013 IBM Corp. """ @author: Jarrod Johnson + +Copyright 2013 IBM Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. """ from ipmi_command import ipmi_command import os