diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/console.c | 4 | ||||
-rw-r--r-- | src/console/die.c | 4 | ||||
-rw-r--r-- | src/console/early_print.c | 4 | ||||
-rw-r--r-- | src/console/init.c | 4 | ||||
-rw-r--r-- | src/console/post.c | 4 | ||||
-rw-r--r-- | src/console/vsprintf.c | 4 |
6 files changed, 0 insertions, 24 deletions
diff --git a/src/console/console.c b/src/console/console.c index 855de648cd..c4365f3e6d 100644 --- a/src/console/console.c +++ b/src/console/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/cbmem_console.h> diff --git a/src/console/die.c b/src/console/die.c index 128fe6b0f0..ea46f51dfa 100644 --- a/src/console/die.c +++ b/src/console/die.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/io.h> diff --git a/src/console/early_print.c b/src/console/early_print.c index 978cae9206..900dd5d7a3 100644 --- a/src/console/early_print.c +++ b/src/console/early_print.c @@ -9,10 +9,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/streams.h> diff --git a/src/console/init.c b/src/console/init.c index 98a9d430b3..ed1f056c68 100644 --- a/src/console/init.c +++ b/src/console/init.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/console/post.c b/src/console/post.c index 44ff857d1f..b43bd0931b 100644 --- a/src/console/post.c +++ b/src/console/post.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/io.h> diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index 5d1923524c..4edb3ea6e6 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.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/vtxprintf.h> |