X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2FModelOptions.py;h=697b70113a779615bb884c8c6efbfcf538b37722;hb=1577d63168fede4c6d0c9586fbae1648dd4fb836;hp=ee1cab37cba65324c7e433df0eebc5c6c1e9327a;hpb=7804369e701d610fe47a23e4778042b93ffa78d7;p=bootmanager.git diff --git a/source/ModelOptions.py b/source/ModelOptions.py index ee1cab3..697b701 100644 --- a/source/ModelOptions.py +++ b/source/ModelOptions.py @@ -1,3 +1,12 @@ +#!/usr/bin/python2 + +# Copyright (c) 2003 Intel Corporation +# All rights reserved. +# +# Copyright (c) 2004-2006 The Trustees of Princeton University +# All rights reserved. + + import string MINHW = 0x001 @@ -30,3 +39,4 @@ def Get(model): options = options | modeloptions.get(info,0) return options +