diff options
Diffstat (limited to 'src/lib')
43 files changed, 3 insertions, 175 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index b98623aa01..e9f36f6768 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -12,10 +12,6 @@ # 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. -# subdirs-y += loaders bootblock-y += assets.c diff --git a/src/lib/assets.c b/src/lib/assets.c index 0115243b22..e9f3afb0db 100644 --- a/src/lib/assets.c +++ b/src/lib/assets.c @@ -11,10 +11,6 @@ * 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. */ diff --git a/src/lib/boot_device.c b/src/lib/boot_device.c index 9501d3ae2a..42fe5dfd35 100644 --- a/src/lib/boot_device.c +++ b/src/lib/boot_device.c @@ -11,10 +11,6 @@ * 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. */ #include <boot_device.h> diff --git a/src/lib/bootmem.c b/src/lib/bootmem.c index 723c29be0d..29cbec63e9 100644 --- a/src/lib/bootmem.c +++ b/src/lib/bootmem.c @@ -13,10 +13,6 @@ * 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. */ #include <console/console.h> diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c index f2ff72a19a..15f7a5a5e5 100644 --- a/src/lib/bootmode.c +++ b/src/lib/bootmode.c @@ -11,10 +11,6 @@ * 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. */ #include <rules.h> diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c index 9cdc365963..57b64dd871 100644 --- a/src/lib/cbfs.c +++ b/src/lib/cbfs.c @@ -12,10 +12,6 @@ * 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. */ #include <assert.h> diff --git a/src/lib/cbfs_boot_props.c b/src/lib/cbfs_boot_props.c index 2906d84a1f..7ff3726c4b 100644 --- a/src/lib/cbfs_boot_props.c +++ b/src/lib/cbfs_boot_props.c @@ -11,10 +11,6 @@ * 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. */ #include <boot_device.h> diff --git a/src/lib/cbfs_spi.c b/src/lib/cbfs_spi.c index 5b5aaff053..31a2e79e6c 100644 --- a/src/lib/cbfs_spi.c +++ b/src/lib/cbfs_spi.c @@ -11,10 +11,6 @@ * 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. */ /* diff --git a/src/lib/cbmem_common.c b/src/lib/cbmem_common.c index d3019c5644..2a057d6ba4 100644 --- a/src/lib/cbmem_common.c +++ b/src/lib/cbmem_common.c @@ -11,10 +11,6 @@ * 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. */ #include <console/console.h> #include <cbmem.h> diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c index d8fc7a952c..f399f64639 100644 --- a/src/lib/cbmem_console.c +++ b/src/lib/cbmem_console.c @@ -11,10 +11,6 @@ * 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. */ #include <console/console.h> diff --git a/src/lib/cbmem_stage_cache.c b/src/lib/cbmem_stage_cache.c index eb5e2b3247..3fc99db726 100644 --- a/src/lib/cbmem_stage_cache.c +++ b/src/lib/cbmem_stage_cache.c @@ -11,10 +11,6 @@ * 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. */ #include <arch/early_variables.h> diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 1aa157fa10..8ffc69836c 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -13,10 +13,6 @@ * 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. */ #include <console/console.h> diff --git a/src/lib/debug.c b/src/lib/debug.c index 8443afa673..aa94bb02b8 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -12,10 +12,6 @@ * 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. */ static void print_debug_pci_dev(unsigned dev) diff --git a/src/lib/ext_stage_cache.c b/src/lib/ext_stage_cache.c index bbadb70dd4..770097f666 100644 --- a/src/lib/ext_stage_cache.c +++ b/src/lib/ext_stage_cache.c @@ -11,10 +11,6 @@ * 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. */ #include <arch/early_variables.h> diff --git a/src/lib/fmap.c b/src/lib/fmap.c index d9c304841b..028bc2538b 100644 --- a/src/lib/fmap.c +++ b/src/lib/fmap.c @@ -11,10 +11,6 @@ * 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. */ #include <boot_device.h> diff --git a/src/lib/gcc.c b/src/lib/gcc.c index 22de32815c..a576a7762e 100644 --- a/src/lib/gcc.c +++ b/src/lib/gcc.c @@ -11,10 +11,6 @@ * 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. */ #include <arch/cpu.h> diff --git a/src/lib/gcov-glue.c b/src/lib/gcov-glue.c index 3ec7d7a647..4e5a9e13a0 100644 --- a/src/lib/gcov-glue.c +++ b/src/lib/gcov-glue.c @@ -11,10 +11,6 @@ * 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. */ #include <stdint.h> diff --git a/src/lib/gcov-io.c b/src/lib/gcov-io.c index 37c1c3e350..aeb9d123a9 100644 --- a/src/lib/gcov-io.c +++ b/src/lib/gcov-io.c @@ -19,11 +19,7 @@ for more details. Under Section 7 of GPL version 3, you are granted additional permissions described in the GCC Runtime Library Exception, version 3.1, as published by the Free Software Foundation. - -You should have received a copy of the GNU General Public License and -a copy of the GCC Runtime Library Exception along with this program; -see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -<http://www.gnu.org/licenses/>. */ +*/ /* Routines declared in gcov-io.h. This file should be #included by another source file, after having #included gcov-io.h. */ diff --git a/src/lib/gcov-io.h b/src/lib/gcov-io.h index c5332eced2..f1df58a51c 100644 --- a/src/lib/gcov-io.h +++ b/src/lib/gcov-io.h @@ -19,11 +19,7 @@ for more details. Under Section 7 of GPL version 3, you are granted additional permissions described in the GCC Runtime Library Exception, version 3.1, as published by the Free Software Foundation. - -You should have received a copy of the GNU General Public License and -a copy of the GCC Runtime Library Exception along with this program; -see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -<http://www.gnu.org/licenses/>. */ +*/ /* Coverage information is held in two files. A notes file, which is diff --git a/src/lib/gpio.c b/src/lib/gpio.c index 72bd7eccfd..5147cfebac 100644 --- a/src/lib/gpio.c +++ b/src/lib/gpio.c @@ -11,10 +11,6 @@ * 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. */ #include <assert.h> diff --git a/src/lib/halt.c b/src/lib/halt.c index 145ef1ab3f..8482ef9c45 100644 --- a/src/lib/halt.c +++ b/src/lib/halt.c @@ -12,10 +12,6 @@ * 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. */ #include <arch/hlt.h> diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index b3c0c351af..34340a5770 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -11,10 +11,6 @@ * 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. */ diff --git a/src/lib/hexdump.c b/src/lib/hexdump.c index 9807def04a..6b09379d26 100644 --- a/src/lib/hexdump.c +++ b/src/lib/hexdump.c @@ -10,10 +10,6 @@ * 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. */ #include <console/console.h> diff --git a/src/lib/imd.c b/src/lib/imd.c index 612e3f10d0..bbfbced9c8 100644 --- a/src/lib/imd.c +++ b/src/lib/imd.c @@ -11,10 +11,6 @@ * 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. */ #include <assert.h> diff --git a/src/lib/imd_cbmem.c b/src/lib/imd_cbmem.c index fa6533484f..7cc34f5878 100644 --- a/src/lib/imd_cbmem.c +++ b/src/lib/imd_cbmem.c @@ -11,10 +11,6 @@ * 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. */ #include <bootstate.h> diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c index 8d370ec67b..511f63e8d0 100644 --- a/src/lib/jpeg.c +++ b/src/lib/jpeg.c @@ -11,10 +11,6 @@ * 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. */ /* diff --git a/src/lib/jpeg.h b/src/lib/jpeg.h index bdde8a4ecf..ca9add9190 100644 --- a/src/lib/jpeg.h +++ b/src/lib/jpeg.h @@ -11,10 +11,6 @@ * 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. */ /* diff --git a/src/lib/libgcc.c b/src/lib/libgcc.c index 14685becf0..369346cd7d 100644 --- a/src/lib/libgcc.c +++ b/src/lib/libgcc.c @@ -11,10 +11,6 @@ * 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. */ #include <types.h> diff --git a/src/lib/libgcov.c b/src/lib/libgcov.c index dbbd70962a..1ad14c9c90 100644 --- a/src/lib/libgcov.c +++ b/src/lib/libgcov.c @@ -19,11 +19,7 @@ for more details. Under Section 7 of GPL version 3, you are granted additional permissions described in the GCC Runtime Library Exception, version 3.1, as published by the Free Software Foundation. - -You should have received a copy of the GNU General Public License and -a copy of the GCC Runtime Library Exception along with this program; -see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -<http://www.gnu.org/licenses/>. */ +*/ #define __COREBOOT__ #ifdef __COREBOOT__ diff --git a/src/lib/memrange.c b/src/lib/memrange.c index c8b0a07b81..b2839d09dc 100644 --- a/src/lib/memrange.c +++ b/src/lib/memrange.c @@ -11,10 +11,6 @@ * 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. */ #include <stdlib.h> #include <console/console.h> diff --git a/src/lib/mocked_tlcl.c b/src/lib/mocked_tlcl.c index c5c12bfd3b..8dfcfabd6c 100644 --- a/src/lib/mocked_tlcl.c +++ b/src/lib/mocked_tlcl.c @@ -11,10 +11,6 @@ * 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. */ #include <tpm_lite/tlcl.h> diff --git a/src/lib/primitive_memtest.c b/src/lib/primitive_memtest.c index c9a3519969..6e58233288 100644 --- a/src/lib/primitive_memtest.c +++ b/src/lib/primitive_memtest.c @@ -11,10 +11,6 @@ * 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. */ #include <inttypes.h> diff --git a/src/lib/prog_loaders.c b/src/lib/prog_loaders.c index e53fca5c0c..a5598c7003 100644 --- a/src/lib/prog_loaders.c +++ b/src/lib/prog_loaders.c @@ -11,10 +11,6 @@ * 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. */ diff --git a/src/lib/prog_ops.c b/src/lib/prog_ops.c index 80f4ff5a59..67bdcc039f 100644 --- a/src/lib/prog_ops.c +++ b/src/lib/prog_ops.c @@ -12,10 +12,6 @@ * 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. */ #include <program_loading.h> diff --git a/src/lib/program.ld b/src/lib/program.ld index 4c242319fb..865b5f6aa7 100644 --- a/src/lib/program.ld +++ b/src/lib/program.ld @@ -11,10 +11,6 @@ * 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. */ #include <memlayout.h> diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c index 4cc1ab0cd7..bcfb6c5fbe 100644 --- a/src/lib/reg_script.c +++ b/src/lib/reg_script.c @@ -11,10 +11,6 @@ * 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. */ #include <arch/io.h> diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index c17c7a5a2c..84b8734f53 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.c @@ -11,10 +11,6 @@ * 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. */ #include <assert.h> #include <cbmem.h> diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index 94a75bef2e..60cda6ae9e 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -12,10 +12,6 @@ * 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. */ #include <console/console.h> diff --git a/src/lib/thread.c b/src/lib/thread.c index 036c5ec514..3ddf82f05b 100644 --- a/src/lib/thread.c +++ b/src/lib/thread.c @@ -11,10 +11,6 @@ * 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. */ #include <stddef.h> #include <stdint.h> diff --git a/src/lib/timer.c b/src/lib/timer.c index df4af7d39d..da24067a59 100644 --- a/src/lib/timer.c +++ b/src/lib/timer.c @@ -11,10 +11,6 @@ * 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. */ #include <console/console.h> diff --git a/src/lib/timer_queue.c b/src/lib/timer_queue.c index c141bf2be8..fe3e8b59a5 100644 --- a/src/lib/timer_queue.c +++ b/src/lib/timer_queue.c @@ -11,10 +11,6 @@ * 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. */ #include <stddef.h> #include <timer.h> diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c index 21b3d29a53..e07fd4bead 100644 --- a/src/lib/timestamp.c +++ b/src/lib/timestamp.c @@ -11,10 +11,6 @@ * 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. */ #include <assert.h> diff --git a/src/lib/trace.c b/src/lib/trace.c index 899842c784..8c29ab3cac 100644 --- a/src/lib/trace.c +++ b/src/lib/trace.c @@ -11,10 +11,6 @@ * 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. */ #include <types.h> |