]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
shinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Tue, 24 Feb 2004 17:21:53 +0000 (17:21 +0000)
committerokuji <okuji@localhost>
Tue, 24 Feb 2004 17:21:53 +0000 (17:21 +0000)
* genkernsyms.sh: Updated copyright information.
* genmk.rb: Likewise.
* genmodsrc.sh: Likewise.
* gensymlist.sh: Likewise.
* boot/i386/pc/boot.S: Likewise.
* boot/i386/pc/diskboot.S: Likewise.
* disk/i386/pc/biosdisk.c: Likewise.
* disk/i386/pc/partition.c: Likewise.
* font/manager.c: Likewise.
* fs/ext2.c: Likewise.
* fs/fat.c: Likewise.
* include/pupa/boot.h: Likewise.
* include/pupa/device.h: Likewise.
* include/pupa/disk.h: Likewise.
* include/pupa/dl.h: Likewise.
* include/pupa/elf.h: Likewise.
* include/pupa/err.h: Likewise.
* include/pupa/file.h: Likewise.
* include/pupa/font.h: Likewise.
* include/pupa/fs.h: Likewise.
* include/pupa/kernel.h: Likewise.
* include/pupa/loader.h: Likewise.
* include/pupa/misc.h: Likewise.
* include/pupa/mm.h: Likewise.
* include/pupa/net.h: Likewise.
* include/pupa/normal.h: Likewise.
* include/pupa/rescue.h: Likewise.
* include/pupa/setjmp.h: Likewise.
* include/pupa/symbol.h: Likewise.
* include/pupa/term.h: Likewise.
* include/pupa/types.h: Likewise.
* include/pupa/i386/setjmp.h: Likewise.
* include/pupa/i386/types.h: Likewise.
* include/pupa/i386/pc/biosdisk.h: Likewise.
* include/pupa/i386/pc/boot.h: Likewise.
* include/pupa/i386/pc/console.h: Likewise.
* include/pupa/i386/pc/init.h: Likewise.
* include/pupa/i386/pc/kernel.h: Likewise.
* include/pupa/i386/pc/linux.h: Likewise.
* include/pupa/i386/pc/loader.h: Likewise.
* include/pupa/i386/pc/memory.h: Likewise.
* include/pupa/i386/pc/multiboot.h: Likewise.
* include/pupa/i386/pc/partition.h: Likewise.
* include/pupa/i386/pc/time.h: Likewise.
* include/pupa/i386/pc/vga.h: Likewise.
* include/pupa/i386/pc/util/biosdisk.h: Likewise.
* include/pupa/util/getroot.h: Likewise.
* include/pupa/util/misc.h: Likewise.
* include/pupa/util/resolve.h: Likewise.
* kern/device.c: Likewise.
* kern/disk.c: Likewise.
* kern/dl.c: Likewise.
* kern/err.c: Likewise.
* kern/file.c: Likewise.
* kern/fs.c: Likewise.
* kern/loader.c: Likewise.
* kern/main.c: Likewise.
* kern/misc.c: Likewise.
* kern/mm.c: Likewise.
* kern/rescue.c: Likewise.
* kern/term.c: Likewise.
* kern/i386/dl.c: Likewise.
* kern/i386/pc/init.c: Likewise.
* kern/i386/pc/lzo1x.S: Likewise.
* kern/i386/pc/startup.S: Likewise.
* loader/i386/pc/chainloader.c: Likewise.
* loader/i386/pc/linux.c: Likewise.
* loader/i386/pc/multiboot.c: Likewise.
* normal/cmdline.c: Likewise.
* normal/command.c: Likewise.
* normal/main.c: Likewise.
* normal/menu.c: Likewise.
* normal/i386/setjmp.S: Likewise.
* term/i386/pc/console.c: Likewise.
* term/i386/pc/vga.c: Likewise.
* util/console.c: Likewise.
* util/genmoddep.c: Likewise.
* util/misc.c: Likewise.
* util/pupa-emu.c: Likewise.
* util/resolve.c: Likewise.
* util/unifont2pff.rb: Likewise.
* util/i386/pc/biosdisk.c: Likewise.
* util/i386/pc/getroot.c: Likewise.
* util/i386/pc/pupa-mkimage.c: Likewise.
* util/i386/pc/pupa-setup.c: Likewise.

86 files changed:
ChangeLog
boot/i386/pc/boot.S
boot/i386/pc/diskboot.S
disk/i386/pc/biosdisk.c
disk/i386/pc/partition.c
font/manager.c
fs/ext2.c
fs/fat.c
genkernsyms.sh
genmk.rb
genmodsrc.sh
gensymlist.sh
include/grub/boot.h
include/grub/device.h
include/grub/disk.h
include/grub/dl.h
include/grub/elf.h
include/grub/err.h
include/grub/file.h
include/grub/font.h
include/grub/fs.h
include/grub/i386/pc/biosdisk.h
include/grub/i386/pc/boot.h
include/grub/i386/pc/console.h
include/grub/i386/pc/init.h
include/grub/i386/pc/kernel.h
include/grub/i386/pc/linux.h
include/grub/i386/pc/loader.h
include/grub/i386/pc/memory.h
include/grub/i386/pc/multiboot.h
include/grub/i386/pc/partition.h
include/grub/i386/pc/time.h
include/grub/i386/pc/util/biosdisk.h
include/grub/i386/pc/vga.h
include/grub/i386/setjmp.h
include/grub/i386/types.h
include/grub/kernel.h
include/grub/loader.h
include/grub/misc.h
include/grub/mm.h
include/grub/net.h
include/grub/normal.h
include/grub/rescue.h
include/grub/setjmp.h
include/grub/symbol.h
include/grub/term.h
include/grub/types.h
include/grub/util/getroot.h
include/grub/util/misc.h
include/grub/util/resolve.h
kern/device.c
kern/disk.c
kern/dl.c
kern/err.c
kern/file.c
kern/fs.c
kern/i386/dl.c
kern/i386/pc/init.c
kern/i386/pc/lzo1x.S
kern/i386/pc/startup.S
kern/loader.c
kern/main.c
kern/misc.c
kern/mm.c
kern/rescue.c
kern/term.c
loader/i386/pc/chainloader.c
loader/i386/pc/linux.c
loader/i386/pc/multiboot.c
normal/cmdline.c
normal/command.c
normal/i386/setjmp.S
normal/main.c
normal/menu.c
term/i386/pc/console.c
term/i386/pc/vga.c
util/console.c
util/genmoddep.c
util/grub-emu.c
util/i386/pc/biosdisk.c
util/i386/pc/getroot.c
util/i386/pc/grub-mkimage.c
util/i386/pc/grub-setup.c
util/misc.c
util/resolve.c
util/unifont2pff.rb

index e42b879fec8bc4ad3b12d50c5c907a7b2c7c44d5..bfb0257b018ac5d58bb06a443ac1125aac47ba2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2004-02-24  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * genkernsyms.sh: Updated copyright information.
+       * genmk.rb: Likewise.
+       * genmodsrc.sh: Likewise.
+       * gensymlist.sh: Likewise.
+       * boot/i386/pc/boot.S: Likewise.
+       * boot/i386/pc/diskboot.S: Likewise.
+       * disk/i386/pc/biosdisk.c: Likewise.
+       * disk/i386/pc/partition.c: Likewise.
+       * font/manager.c: Likewise.
+       * fs/ext2.c: Likewise.
+       * fs/fat.c: Likewise.
+       * include/pupa/boot.h: Likewise.
+       * include/pupa/device.h: Likewise.
+       * include/pupa/disk.h: Likewise.
+       * include/pupa/dl.h: Likewise.
+       * include/pupa/elf.h: Likewise.
+       * include/pupa/err.h: Likewise.
+       * include/pupa/file.h: Likewise.
+       * include/pupa/font.h: Likewise.
+       * include/pupa/fs.h: Likewise.
+       * include/pupa/kernel.h: Likewise.
+       * include/pupa/loader.h: Likewise.
+       * include/pupa/misc.h: Likewise.
+       * include/pupa/mm.h: Likewise.
+       * include/pupa/net.h: Likewise.
+       * include/pupa/normal.h: Likewise.
+       * include/pupa/rescue.h: Likewise.
+       * include/pupa/setjmp.h: Likewise.
+       * include/pupa/symbol.h: Likewise.
+       * include/pupa/term.h: Likewise.
+       * include/pupa/types.h: Likewise.
+       * include/pupa/i386/setjmp.h: Likewise.
+       * include/pupa/i386/types.h: Likewise.
+       * include/pupa/i386/pc/biosdisk.h: Likewise.
+       * include/pupa/i386/pc/boot.h: Likewise.
+       * include/pupa/i386/pc/console.h: Likewise.
+       * include/pupa/i386/pc/init.h: Likewise.
+       * include/pupa/i386/pc/kernel.h: Likewise.
+       * include/pupa/i386/pc/linux.h: Likewise.
+       * include/pupa/i386/pc/loader.h: Likewise.
+       * include/pupa/i386/pc/memory.h: Likewise.
+       * include/pupa/i386/pc/multiboot.h: Likewise.
+       * include/pupa/i386/pc/partition.h: Likewise.
+       * include/pupa/i386/pc/time.h: Likewise.
+       * include/pupa/i386/pc/vga.h: Likewise.
+       * include/pupa/i386/pc/util/biosdisk.h: Likewise.
+       * include/pupa/util/getroot.h: Likewise.
+       * include/pupa/util/misc.h: Likewise.
+       * include/pupa/util/resolve.h: Likewise.
+       * kern/device.c: Likewise.
+       * kern/disk.c: Likewise.
+       * kern/dl.c: Likewise.
+       * kern/err.c: Likewise.
+       * kern/file.c: Likewise.
+       * kern/fs.c: Likewise.
+       * kern/loader.c: Likewise.
+       * kern/main.c: Likewise.
+       * kern/misc.c: Likewise.
+       * kern/mm.c: Likewise.
+       * kern/rescue.c: Likewise.
+       * kern/term.c: Likewise.
+       * kern/i386/dl.c: Likewise.
+       * kern/i386/pc/init.c: Likewise.
+       * kern/i386/pc/lzo1x.S: Likewise.
+       * kern/i386/pc/startup.S: Likewise.
+       * loader/i386/pc/chainloader.c: Likewise.
+       * loader/i386/pc/linux.c: Likewise.
+       * loader/i386/pc/multiboot.c: Likewise.
+       * normal/cmdline.c: Likewise.
+       * normal/command.c: Likewise.
+       * normal/main.c: Likewise.
+       * normal/menu.c: Likewise.
+       * normal/i386/setjmp.S: Likewise.
+       * term/i386/pc/console.c: Likewise.
+       * term/i386/pc/vga.c: Likewise.
+       * util/console.c: Likewise.
+       * util/genmoddep.c: Likewise.
+       * util/misc.c: Likewise.
+       * util/pupa-emu.c: Likewise.
+       * util/resolve.c: Likewise.
+       * util/unifont2pff.rb: Likewise.
+       * util/i386/pc/biosdisk.c: Likewise.
+       * util/i386/pc/getroot.c: Likewise.
+       * util/i386/pc/pupa-mkimage.c: Likewise.
+       * util/i386/pc/pupa-setup.c: Likewise.
+
 2004-02-15  Jeroen Dekkers  <jeroen@dekkers.cx>
 
        * fs/ext2.c (pupa_ext2_read_file): Correct the value of BLOCKEND
index 570ff76c0e4b2ee7b7821d6b5979841befa15969..e4e0543c6e0409cf3db096dd1409399fb2008cd5 100644 (file)
@@ -1,8 +1,7 @@
 /* -*-Asm-*- */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001   Free Software Foundation, Inc.
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 1999,2000,2001,2002   Free Software Foundation, Inc.
  *
  *  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
index da1e02a1795249e9650ae0bfababed0306123868..72c4f028f5e92975ff7423c334bf68d972a51be1 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001   Free Software Foundation, Inc.
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 1999,2000,2001,2002   Free Software Foundation, Inc.
  *
  *  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
index 1856f7bd9efc8611d31e5e70668825ed22eb1f64..3dc34ba4d92c3a82e0e588118514a5bbc9aa0224 100644 (file)
@@ -1,8 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 1999,2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ba0771b4c3179813a1bfcd05fece373bf849d5e9..171180bda339fbcdd8d5410a4f9b799f9abe8834 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002 Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 77c682285061ea5ccb65b7d7e65179455eb6e422..4b26483ce3eea1934515df1cea0036f15fff6b9a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index 62e46ef3df76265d0c2f4385a5a96a64d16de252..79794a03a5989560a37151c0054d33981ba93d6b 100644 (file)
--- a/fs/ext2.c
+++ b/fs/ext2.c
@@ -1,8 +1,7 @@
 /* ext2.c - Second Extended filesystem */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2004  Free Software Foundation, Inc.
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>.
+ *  Copyright (C) 2003, 2004  Free Software Foundation, Inc.
  *
  *  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
index 723727631f05e73c74cc8404e7072ae25869f6cc..9ee62b5147c1267ea802a40da9f1d43b53c005e1 100644 (file)
--- a/fs/fat.c
+++ b/fs/fat.c
@@ -1,9 +1,7 @@
 /* fat.c - FAT filesystem */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2000,2001  Free Software Foundation, Inc.
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>.
+ *  Copyright (C) 2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  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
index 0177ab3cf9652e65d21cae239dc90a2090d3449f..12189355f179ad735364a1c86edcc625fcda6068 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+# Copyright (C) 2002  Free Software Foundation, Inc.
 #
 # This gensymlist.sh is free software; the author
 # gives unlimited permission to copy and/or distribute it,
index b3643d68a89a174d67cb80cfd8a94ed727fdf721..709409c075516b8494b6a1003d4fae3b1f8baf48 100644 (file)
--- a/genmk.rb
+++ b/genmk.rb
@@ -1,6 +1,6 @@
 #! /usr/bin/ruby -w
 #
-# Copyright (C) 2002,2003 Yoshinori K. Okuji <okuji@enbug.org>
+# Copyright (C) 2002,2003  Free Software Foundation, Inc.
 #
 # This genmk.rb is free software; the author
 # gives unlimited permission to copy and/or distribute it,
index f02eb139dfb73e430ccef1e5f70adedebb3d3619..5933170a150e31344ea8ea498fcd0cb1aa0e3bdd 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+# Copyright (C) 2002  Free Software Foundation, Inc.
 #
 # This genmodsrc.sh is free software; the author
 # gives unlimited permission to copy and/or distribute it,
index 531ce1c2189b36a6b10a93be9ab1acec4204191a..003dc22be426d92371a33d52d9b9486a42b06596 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+# Copyright (C) 2002  Free Software Foundation, Inc.
 #
 # This gensymlist.sh is free software; the author
 # gives unlimited permission to copy and/or distribute it,
index bf897dbf2f07312b46884870c5fb91c413b7514a..14eb7be12647a3c0138e6d0ca396b327c3ec5460 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index e8df53c5c71e5e3a9bc38fdbb718948796038537..a0dad3d280c595f663b49a1b1e51056384ab8b83 100644 (file)
@@ -1,7 +1,7 @@
 /* device.h - device manager */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 51bd5a64c7f4bbfe0c771813c30f17163db5b055..b7d5839ae089be488cffcefaed11141aea9e06bd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index b53b445027021c5b631126eb0050ba2ae40ca05a..8c974ab1d7ebf0276e899bda73881a23c39b7e7d 100644 (file)
@@ -1,7 +1,7 @@
 /* dl.h - types and prototypes for loadable module support */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 832e95042f73a834ed894ad64a0537b0dd0dfde9..1ff12c5206bbcaa394961d1ddd84d211b50bce3c 100644 (file)
@@ -1,6 +1,5 @@
 /* This file defines standard ELF types, structures, and macros.
    Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
-   Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
    This file was part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 40081a7e4e1db401914a9c2bf70a82c151e48945..59ab341a140b2e33f476e286904ffa33bff93858 100644 (file)
@@ -1,8 +1,7 @@
 /* err.h - error numbers and prototypes */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 5e3a5e64f6db6cdc375943669f2cc30765d3b718..9c876ca4cad22605cae2dd0f1fd4d2bea9af6fde 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index a866ceee263076cb711326fc1ac41967d02b0d74..57719c7ef09faafc7f9fad586cced109fc9af1cd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index bf23b51c38281cc44758823366b48d3b6b2fb0fd..b4ceed643aa9d61568a19fe94ff9c61e3f6b88de 100644 (file)
@@ -1,8 +1,7 @@
 /* fs.h - filesystem manager */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>.
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 0260b9654b1b8fb75ca18995332089a404a1ca2f..ba7238e0d1f7fed574dff69a070fd14fe044fa65 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 6d08865f6393a41a48232e29c1eba8b6a849590b..90a58ec25376cd763147881b4e6b6e79bb9d7f81 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999, 2000   Free Software Foundation, Inc.
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 1999,2000,2002   Free Software Foundation, Inc.
  *
  *  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
index 8a846b4b00f3c4071854bf8a8f696cf6f9a3b9c1..58f3200f623405f64d91db2975d4041b20378666 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index e6396ee0c35ced804bf9851e41bb13433474354e..703af536e5055252dfe33349243834d063481297 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index ee63d6f5cf5fbd90d893388bed7c4e9f22610d2a..a090e0038dbb74ae9079ef4aa681b8cb42c25108 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  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
index 3914e008431f61481751a9ec96cd155047278e2e..c1c028652c00493ba7a1601683af9a2ad038ef10 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002,2004  Free Software Foundation, Inc.
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 1999,2000,2001,2002,2003,2004  Free Software Foundation, Inc.
  *
  *  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
index 53c0268d4894978f66cc39779b5d360ba025b495..c797f56baee3b63cbf866b3cca467d228380bbc1 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Jeroen Dekkers <jeroen@dekkers.cx>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  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
index d22f8b6cb7d54debd819b252722d6a9b471c4325..a6ae77bc6f6454767d37db5dc999e39354dc2d6b 100644 (file)
@@ -1,7 +1,7 @@
 /* memory.h - describe the memory map */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index ec5805bd7054ce66b68b4c5a10570f2e9305ce5e..1ee2759ac666d3fac18aa0c63c0f30f60241d149 100644 (file)
@@ -1,7 +1,7 @@
 /* multiboot.h - multiboot header file. */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Jeroen Dekkers  <jeroen@dekkers.cx>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index 10113a43802fa3e6d9627182531b24b16f715a28..ab9a3b76976c6b2082083cfea9ec58dd31bc25e0 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001  Free Software Foundation, Inc.
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 435a49f172a8aecab2db39c199ceb8cdd17f87ce..834df0d5905fbaf72e5936d9d130ab6be3d1af1f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index 10d20ff234485dc68bcf223d8e9ee8f8f9f2d273..2f8dc8941b2ebc92f283a231e6ed1cbccee78fea 100644 (file)
@@ -1,7 +1,7 @@
 /* biosdisk.h - emulate biosdisk */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 013e377b3a9b86ea19de6e827751a77dd8203003..fde0472a7e9ca7d589f4f01f57b1cbb501573673 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index f6627c1b9ed7bbea39ae05dbb9bda22a0240cf28..1f25b19f078f41614f85c1c0a29e08d543ae2e27 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index bc49cd6dedad2f301d6121d284b8dd31faddf2ab..b2c5705b1259d4bb0a879be603c984ba11d0caf3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 2e48c9c691cb351e37b04736247808eae7052967..24d89fbcb82babee932856e4155c8c76d737a290 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index bb3a570855afb6b751da00e4093a72be4bafb026..8d537bbb9d5a88d109f1eea5810d0588264aef6c 100644 (file)
@@ -1,8 +1,7 @@
 /* loader.h - OS loaders */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Jeroen Dekkers <jeroen@dekkers.cx>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  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
index 25673aa838bcbf7bc03c2be4d4bd24e048710922..bd2feb53c3fef48705a8332debf2d147dcced19d 100644 (file)
@@ -1,8 +1,7 @@
 /* misc.h - prototypes for misc functions */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 2033574dcb9ee352765aa1462b05029d1361dfbd..9bb0acf786cd9fc476e1b102d8e2723f52abfcc1 100644 (file)
@@ -1,7 +1,7 @@
 /* mm.h - prototypes and declarations for memory manager */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index e7cbcb6d2e670068a45de128339d7a5bda5ee2dc..85d4d8725a8f3fd525686c7286238d60a40f6826 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 022a7a847597a9d342a4d1e84a9b335041b73328..9a14f5c78f9cc82659c4c4bc7963b49cdaafe8cf 100644 (file)
@@ -1,8 +1,7 @@
 /* normal.h - prototypes for the normal mode */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>.
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  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
index bf102678fb8dd6cbf9e9fead9943a505f819ee91..af1c6df825f9f78952222b759047e0b9e25d5006 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index cf50b748d1ca9041f5278f63281df39d9ff72cb9..5efd62cb9f8c56ed63d1e938228e507a0a59a2a4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index d3a4cbc4eca9755848235b06abe4f08b5c25b816..3c4378e497fe956be6e7462570ec6490356f0efb 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
  *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 3e6685b212cd29899ccc61dd78dd5ddf1f772045..b0f9e6ce2e94ca3715f4d0edb6cb7600c35fb370 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index f44618a7657f33251a31eaa20e0eaeba8d4d07a5..a9861ceb973307a6a70648d13c9e453512d548e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index c71ce96042502132d74625c297c8b31be469c710..74ca437a59b3980952f6132f196a2bc76d7de2fe 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 03c01a4c25dd0b8b443425c03eafa7b7b8a9c5e2..eef840a7b938dbec672e9234ce3ee3463b5ede83 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 35d2507d96ddd21695bbaf7be2346ea94ca1e361..b4b7e1e07ca44037c689aaa58e6b7efa8f8237c5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 2c37d936b36f585fb9c9fa7e7e8861d6bb53ade0..9a04c0b7204cd10945c53771912462f0b5325a69 100644 (file)
@@ -1,7 +1,7 @@
 /* device.c - device manager */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 0373e58aa157780874b57ec0ecff4c32c6317c3f..f7520b03d7d318e7b5d59493783cb7bbc573e6c5 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 21b702d97e9ef06aa9f20f3ea5e77debc92f8f7f..1a05968b9ff78d3bc396ae1eeb89d0a51b47c740 100644 (file)
--- a/kern/dl.c
+++ b/kern/dl.c
@@ -1,7 +1,7 @@
 /* dl.c - loadable module support */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 7e2d103e4611e3e449feab69b11da01b14c04db2..5f724d2bcbcb051e4c0af055ea070f3c6a1f6cce 100644 (file)
@@ -1,7 +1,7 @@
 /* err.c - error handling routines */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 7d95ba59518b878ad3b7c368ebc51c73278dbc87..dbd4f058e2b54652f929787bea99c4a24ea1914b 100644 (file)
@@ -1,7 +1,7 @@
 /* file.c - file I/O functions */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 652fc55b9066168f36d5ca7b4dce554606820920..4de85b4eb6bad5b20b579aa9eae3d997d5f3fffe 100644 (file)
--- a/kern/fs.c
+++ b/kern/fs.c
@@ -1,7 +1,7 @@
 /* fs.c - filesystem manager */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index bdd6dd96224d288577d32bb2b5c10561bde5c2f5..abc125e52367214749608c9343fe651d38b40a8b 100644 (file)
@@ -1,7 +1,7 @@
 /* dl-386.c - arch-dependent part of loadable module support */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 57c6d3d758a6c11c00272349598accd9953a7d71..020f685065421b4e2fee492f78cbbcd8c78a2b37 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index 616d146a568336b2b001b297137e7087c0269270..567a100a660a9a1e85d04ee26896540570caa995 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
  *  Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index ff60fe6b5cae8fdb5474d0d19d2adf78c72ffe19..903caf273690c7311ff3a71df1323684ee9615a2 100644 (file)
@@ -1,9 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002 Free Software Foundation, Inc.
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
- *  Copyright (C) 2003 Jeroen Dekkers <jeroen@dekkers.cx>
+ *  Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc.
  *
  *  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
index b34118b68c1ec21b1967e25942e2a113dfaf3581..1e24d2fa3837206a97c4d99d02985b1f87694e38 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Jeroen Dekkers <jeroen@dekkers.cx>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ac0e9376e8994771d95ed78b40bbde2f8483b19e..4c6b9066b8460ba58db89503ff871cb097c90d8b 100644 (file)
@@ -1,7 +1,7 @@
 /* main.c - the kernel main routine */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index 09595bd05a0019a6f68f22f31d545e8d3564c359..1c5513fd9bbc7f8edf6658bf0c754d6783dd42fd 100644 (file)
@@ -1,9 +1,7 @@
 /* misc.c - definitions of misc functions */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 1999,2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ce88f9a89074fe6809e14a3f3af6e052b69fd2fb..2117e147f7488b3edb07bcae117b400b961c6ff0 100644 (file)
--- a/kern/mm.c
+++ b/kern/mm.c
@@ -1,7 +1,7 @@
 /* mm.c - functions for memory manager */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 23e596c22d3feb5db12bfd88cd760c297a31b9ec..1a2897f90fd44f4ca07405e198563f7660c4fcce 100644 (file)
@@ -1,7 +1,7 @@
 /* rescue.c - rescue mode */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index 1e3dbb15ef32ce2fc3b95c6dea926c00fdee022e..a551444cbe6d0e567ca811153570381fa83430da 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index b0d417da25ad5950c6328df81d965c8df5386f4a..c96e29dd42f3ef701d067c581e999f95ae83e29a 100644 (file)
@@ -1,7 +1,7 @@
 /* chainloader.c - boot another boot loader */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index 6cd022723a099ba02dd6126ff4e13a50f0a931a2..5a57eda5edf2f49aa159a23941863d9009eef258 100644 (file)
@@ -1,8 +1,7 @@
 /* linux.c - boot Linux zImage or bzImage */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002,2004  Free Software Foundation, Inc.
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 1999,2000,2001,2002,2003,2004  Free Software Foundation, Inc.
  *
  *  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
index 390c0cfa136811dbb1b82424ae1feb1a32ab0e51..a9d9714d531e762dc754e13fed3c40efd15fdb72 100644 (file)
@@ -1,7 +1,7 @@
 /* multiboot.c - boot a multiboot OS image. */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Jeroen Dekkers  <jeroen@dekkers.cx>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index 5f0ffd9c004e00fce02a5306b5d9468c03d0d8ac..17990a8338f278221279e998fd8e991678678963 100644 (file)
@@ -1,8 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 1999,2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  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
index 8bef9d0dccf52967d36ce6105411af4a562e77c7..800073a60403f0f281a1fe8b5ed7b143c4a834f0 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>.
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index 0273b0f9e5c13d538091654d7a8ee16ad07b5f97..6d0ebabddb08bce7d0b60f699e4df03f53500483 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
@@ -54,4 +54,4 @@ FUNCTION(pupa_longjmp)
        jnz     1f
        incl    %eax
 1:     jmp     *%ecx
-       
\ No newline at end of file
+       
index 8753fd7e70b743e40a7437baa9cfa14e466bd441..2a0b08bc0fc7b5433f6420ef7b7b66f27097370e 100644 (file)
@@ -1,9 +1,7 @@
 /* main.c - the normal mode main routine */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>.
+ *  Copyright (C) 2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  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
index 930db0475951dbec282a9ae27319331ed265fae9..09b2725df4b097f3152c4af04f2b105eb187c111 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index 04cd7b0830d52435b0d41dfda7ed51e2ea43ca76..9746c29e2427d7e9f22b31e8a5bbd55422880f18 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  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
index ef9b665257243c2e63ecabfca4f31d7a932e6a2f..6666c951282324196aa9487a13fd681f4bd6d6a5 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  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
@@ -510,7 +509,7 @@ pupa_vga_putchar (pupa_uint32_t c)
 static int
 debug_command (int argc, char *argv[])
 {
-  pupa_printf ("こんにちは\n");
+  pupa_printf ("???????¡ã??n");
 
   return 0;
 }
index d391598ed9b06b89306fd895d789c0eca4cfba7b..b75238faa59223ae7267aca9033d7505886372e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  console.c -- Ncurses console for PUPA.  */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003  Marco Gerards  <metgerards@student.han.nl>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  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
index 20da7a532b716a62a04e2f6351fbb4b578dd52c9..38ed27b91b32f584e9e0e9dbc7d6504def1850d3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  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
index 0aaa2362406fe2f4cb0d62e2caf3c7847504b9c1..19cdbc0b0cd9303114332c16d8946c8701fc8027 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index c0c0f4e790aa86f65313b93935d402f9044e96bd..1b33039d1b615a8788d7e0f599d4fc0eece244cf 100644 (file)
@@ -1,9 +1,7 @@
 /* biosdisk.c - emulate biosdisk */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 1999,2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 2db3883ba0eea546aa6d465e19dd7d6cfdb75dec..9e67a6db75b80e13a506c0430ca04a3587947dc8 100644 (file)
@@ -1,9 +1,7 @@
 /* getroot.c - Get root device */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 1999,2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ea850dc4ee1aedb4b5c01bb1697e09bd8013bcaf..d38c5fcad0e86908102e3f6026915200abe42970 100644 (file)
@@ -1,7 +1,7 @@
 /* pupa-mkimage.c - make a bootable image */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 31d855d1f25ec4cfc1ba9f4687cfa5e662f584d9..de820257970155a29b86555b0deea102fd5bf77b 100644 (file)
@@ -1,9 +1,7 @@
 /* pupa-setup.c - make PUPA usable */
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
- *  Copyright (C) 2002  Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 1999,2000,2001,2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 581f07692be6d35c83616ba63ac8ac6d23331846..798994dca5542177848b72f6eeb3960dd8f588ea 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002,2003 Yoshinori K. Okuji <okuji@enbug.org>
- *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
+ *  Copyright (C) 2002,2003  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 9f93904163256ad68315ce23a1768d24707e165e..7e079ed2c0b7e042ea14504814d0a1e58b76e446 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
- *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2002  Free Software Foundation, Inc.
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index c2013cb0715a2cb37f9c75fa29074cd30f3b3358..b3b1b1b55883883bae0f5762769d3c32ce221cb1 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/ruby -w
 #
-# Copyright (C) 2003  Yoshinori K. Okuji <okuji@enbug.org>
+# Copyright (C) 2003  Free Software Foundation, Inc.
 #
 # This unifont2pff.rb is free software; the author
 # gives unlimited permission to copy and/or distribute it,