diff options
author | JF Ding <jian-feng.ding@intel.com> | 2011-10-10 10:55:13 +0800 |
---|---|---|
committer | JF Ding <jian-feng.ding@intel.com> | 2011-10-10 10:55:13 +0800 |
commit | bd3d3f0a69d80c95004e92a5249a39f1b6789f7d (patch) | |
tree | a93025055ac6e1ebc45155c7195f209a1e0a4401 /tools | |
parent | ee483961ab9e19b97bd91fcbd56e1921b740f7fc (diff) | |
download | mic-bd3d3f0a69d80c95004e92a5249a39f1b6789f7d.tar.gz mic-bd3d3f0a69d80c95004e92a5249a39f1b6789f7d.tar.bz2 mic-bd3d3f0a69d80c95004e92a5249a39f1b6789f7d.zip |
unify the license header of all files
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mic | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -1,21 +1,19 @@ #!/usr/bin/python -tt # -# Copyright 2008, 2009, 2010, 2011 Intel, Inc. +# Copyright (c) 2011 Intel, Inc. # -# This copyrighted material is made available to anyone wishing to use, modify, -# copy, or redistribute it subject to the terms and conditions of the GNU -# General Public License v.2. This program is distributed in the hope that it -# will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the -# implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the GNU General Public License for more details. +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the Free +# Software Foundation; version 2 of the License # -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 51 -# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Any Red Hat -# trademarks that are incorporated in the source code or documentation are not -# subject to the GNU General Public License and may only be used or replicated -# with the express permission of Red Hat, Inc. +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. # +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., 59 +# Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os, sys from mic import msger, creator, configmgr, pluginmgr |