diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-08-29 17:52:32 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-08-29 17:52:32 +0000 |
commit | d110764ccdd75bb3621d97c613eea392634696f2 (patch) | |
tree | 9687dcb7423d9eb7022308d1d974f07fc507c063 /lbtable.c | |
parent | ffec5f3ab794167126c28e7253dbe9d7de676dc2 (diff) | |
download | flashrom-d110764ccdd75bb3621d97c613eea392634696f2.tar.gz flashrom-d110764ccdd75bb3621d97c613eea392634696f2.tar.bz2 flashrom-d110764ccdd75bb3621d97c613eea392634696f2.zip |
Change all flashrom license headers to use our standard format
No changes in content of the files.
Corresponding to flashrom svn r131 and coreboot v2 svn r2751.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'lbtable.c')
-rw-r--r-- | lbtable.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * lbtable.c: LinuxBIOS table handling + * This file is part of the flashrom project. * * Copyright (C) 2002 Steven James <pyro@linuxlabs.com> * Copyright (C) 2002 Linux Networx @@ -18,7 +18,7 @@ * * 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 St, Fifth Floor, Boston, MA, 02110-1301 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h> |