diff options
Diffstat (limited to 'src/drivers/pc80/vga')
-rw-r--r-- | src/drivers/pc80/vga/vga.c | 3 | ||||
-rw-r--r-- | src/drivers/pc80/vga/vga_font_8x16.c | 3 | ||||
-rw-r--r-- | src/drivers/pc80/vga/vga_io.c | 3 | ||||
-rw-r--r-- | src/drivers/pc80/vga/vga_palette.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/src/drivers/pc80/vga/vga.c b/src/drivers/pc80/vga/vga.c index 9d640419bb..3ec8f54e41 100644 --- a/src/drivers/pc80/vga/vga.c +++ b/src/drivers/pc80/vga/vga.c @@ -12,8 +12,7 @@ * 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; if not, write to the Free Software Foundation, Inc. */ #include <pc80/vga.h> diff --git a/src/drivers/pc80/vga/vga_font_8x16.c b/src/drivers/pc80/vga/vga_font_8x16.c index d98bbeec84..9efb9e1123 100644 --- a/src/drivers/pc80/vga/vga_font_8x16.c +++ b/src/drivers/pc80/vga/vga_font_8x16.c @@ -12,8 +12,7 @@ * 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; if not, write to the Free Software Foundation, Inc. */ #include "vga.h" diff --git a/src/drivers/pc80/vga/vga_io.c b/src/drivers/pc80/vga/vga_io.c index c31287ab6d..a47b33a9b5 100644 --- a/src/drivers/pc80/vga/vga_io.c +++ b/src/drivers/pc80/vga/vga_io.c @@ -12,8 +12,7 @@ * 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; if not, write to the Free Software Foundation, Inc. */ /* diff --git a/src/drivers/pc80/vga/vga_palette.c b/src/drivers/pc80/vga/vga_palette.c index 5446619894..ff8cf727d0 100644 --- a/src/drivers/pc80/vga/vga_palette.c +++ b/src/drivers/pc80/vga/vga_palette.c @@ -12,8 +12,7 @@ * 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; if not, write to the Free Software Foundation, Inc. */ #include "vga.h" |