diff --git a/util/lar/Makefile b/util/lar/Makefile index 511d55103a..3998cc475f 100644 --- a/util/lar/Makefile +++ b/util/lar/Makefile @@ -1,8 +1,22 @@ -# -# lar makefile. This file is GPL. All rights reserved. -# -# (c) 2006 coresystems GmbH -# +## +## lar - LinuxBIOS archiver +## +## Copright (C) 2006 coresystems GmbH +## Written by Stefan Reinauer for coresystems GmbH +## +## 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. +## +## 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA +## SOURCE = lar.c create.c extract.c list.c lib.c diff --git a/util/lar/create.c b/util/lar/create.c index fda0e69f41..79b4909a69 100644 --- a/util/lar/create.c +++ b/util/lar/create.c @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #include diff --git a/util/lar/create.h b/util/lar/create.h index a97ae9e3e3..66b70044a4 100644 --- a/util/lar/create.h +++ b/util/lar/create.h @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #ifndef __LAR_CREATE_H diff --git a/util/lar/example.c b/util/lar/example.c index 2aac02e05a..afada3f708 100644 --- a/util/lar/example.c +++ b/util/lar/example.c @@ -1,25 +1,23 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. + * 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA - * - * This file may be dual licensed with the new BSD 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 St, Fifth Floor, Boston, MA, 02110-1301 USA * + * This file may be dual licensed with the new BSD license. // TODO */ #include diff --git a/util/lar/extract.c b/util/lar/extract.c index 1fb3404301..7fcd6bab95 100644 --- a/util/lar/extract.c +++ b/util/lar/extract.c @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #include diff --git a/util/lar/extract.h b/util/lar/extract.h index c465f32eca..b46475c275 100644 --- a/util/lar/extract.h +++ b/util/lar/extract.h @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #ifndef __LAR_EXTRACT_H diff --git a/util/lar/lar.c b/util/lar/lar.c index 4e61ad30b0..3bb0ae361e 100644 --- a/util/lar/lar.c +++ b/util/lar/lar.c @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #include diff --git a/util/lar/lar.h b/util/lar/lar.h index f2a847bcb7..02d4564d3a 100644 --- a/util/lar/lar.h +++ b/util/lar/lar.h @@ -1,25 +1,23 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. + * 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA - * - * This file may be dual licensed with the new BSD 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 St, Fifth Floor, Boston, MA, 02110-1301 USA * + * This file may be dual licensed with the new BSD license. */ #include diff --git a/util/lar/lib.c b/util/lar/lib.c index 3b928b4c08..1416baa7a1 100644 --- a/util/lar/lib.c +++ b/util/lar/lib.c @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #include diff --git a/util/lar/lib.h b/util/lar/lib.h index bc32ea0896..60d7ca24b3 100644 --- a/util/lar/lib.h +++ b/util/lar/lib.h @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #ifndef __LAR_LIB_H diff --git a/util/lar/list.c b/util/lar/list.c index 97915cae7a..704da18d03 100644 --- a/util/lar/list.c +++ b/util/lar/list.c @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #include diff --git a/util/lar/list.h b/util/lar/list.h index 3c86892416..a43c0b1fbd 100644 --- a/util/lar/list.h +++ b/util/lar/list.h @@ -1,23 +1,21 @@ /* - * lar - linuxbios archiver + * lar - LinuxBIOS archiver * - * written by Stefan Reinauer + * Copright (C) 2006 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH * - * (C) 2006 coresystems GmbH. All rights reserved. + * 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. * - * 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. - * - * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + * 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., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ #ifndef __LAR_LIST_H