From 7b62c0658a7dd27669e640a456a4cd4b2c15c4a5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 29 Dec 2014 23:44:43 -0500 Subject: copyright statements! --- Makefile.d/modules/coreboot.mk | 18 ++++++++++++++++++ Makefile.d/modules/flashrom.mk | 18 ++++++++++++++++++ Makefile.d/modules/grub.mk | 18 ++++++++++++++++++ Makefile.d/modules/grubinvaders.mk | 18 ++++++++++++++++++ Makefile.d/modules/memtest86.mk | 18 ++++++++++++++++++ Makefile.d/modules/seabios.mk | 18 ++++++++++++++++++ 6 files changed, 108 insertions(+) (limited to 'Makefile.d/modules') diff --git a/Makefile.d/modules/coreboot.mk b/Makefile.d/modules/coreboot.mk index 0101d7a..11177fb 100644 --- a/Makefile.d/modules/coreboot.mk +++ b/Makefile.d/modules/coreboot.mk @@ -1,3 +1,21 @@ +# +# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Luke Shumaker +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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, see . +# + coreboot_source = git+http://review.coreboot.org/coreboot\#commit=c637a887dde1c63bf3863e70cbe19dedf5f6ca02 coreboot_patches = resources/coreboot/patch/DEBLOB diff --git a/Makefile.d/modules/flashrom.mk b/Makefile.d/modules/flashrom.mk index d7dcb94..32eedb8 100644 --- a/Makefile.d/modules/flashrom.mk +++ b/Makefile.d/modules/flashrom.mk @@ -1,3 +1,21 @@ +# +# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Luke Shumaker +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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, see . +# + flashrom_source = svn://flashrom.org/flashrom/trunk\#revision=1854 flashrom_patches = $(wildcard resources/flashrom/patch/flashchips_*.c) diff --git a/Makefile.d/modules/grub.mk b/Makefile.d/modules/grub.mk index 3f392aa..c7cef90 100644 --- a/Makefile.d/modules/grub.mk +++ b/Makefile.d/modules/grub.mk @@ -1,3 +1,21 @@ +# +# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Luke Shumaker +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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, see . +# + grub_source = git://git.savannah.gnu.org/grub.git\#commit=e2dd6daa8c33e3e7641e442dc269fcca479c6fda grub_patches = resources/grub/patch/gitdiff diff --git a/Makefile.d/modules/grubinvaders.mk b/Makefile.d/modules/grubinvaders.mk index 01d1c0c..dbed74a 100644 --- a/Makefile.d/modules/grubinvaders.mk +++ b/Makefile.d/modules/grubinvaders.mk @@ -1,3 +1,21 @@ +# +# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Luke Shumaker +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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, see . +# + grubinvaders_source = http://www.erikyyy.de/invaders/invaders-1.0.0.tar.gz grubinvaders_patches = resources/grubinvaders/patch/diff.patch resources/grubinvaders/patch/compile.sh.patch diff --git a/Makefile.d/modules/memtest86.mk b/Makefile.d/modules/memtest86.mk index 97a644d..8230fcc 100644 --- a/Makefile.d/modules/memtest86.mk +++ b/Makefile.d/modules/memtest86.mk @@ -1,3 +1,21 @@ +# +# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Luke Shumaker +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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, see . +# + memtest86_source = http://www.memtest.org/download/5.01/memtest86+-5.01.tar.gz memtest86_patches = resources/memtest86/patch/config.h resources/memtest86/patch/Makefile diff --git a/Makefile.d/modules/seabios.mk b/Makefile.d/modules/seabios.mk index 215bae3..e6df5a2 100644 --- a/Makefile.d/modules/seabios.mk +++ b/Makefile.d/modules/seabios.mk @@ -1,3 +1,21 @@ +# +# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Luke Shumaker +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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, see . +# + seabios_source = git://git.seabios.org/seabios.git\#commit=9f505f715793d99235bd6b4afb2ca7b96ba5729b $(foreach arch,$(arches),tmp/builddeps-stamps/$(arch)/seabios): \ -- cgit v1.2.3