Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2070 → Rev 2071

/trunk/boot/tools/ppc32/font-8x16.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/tools/ppc32/font-8x16.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/genarch/ofw_tree.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/genarch/ofw.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/genarch/balloc.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/genarch/ofw_tree.c
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/genarch/ofw.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/genarch/balloc.c
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/generic/align.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/generic/printf.c
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/generic/gentypes.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/generic/string.c
1,5 → 1,5
/*
* Copyright (C) 2001-2004 Jakub Jermar
* Copyright (c) 2001-2004 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/generic/printf.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/generic/stdarg.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/generic/string.h
1,5 → 1,5
/*
* Copyright (C) 2001-2004 Jakub Jermar
* Copyright (c) 2001-2004 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/Makefile
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/ofwarch.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/asm.S
1,6 → 1,6
#
# Copyright (C) 2006 Martin Decky
# Copyright (C) 2006 Jakub Jermar
# Copyright (c) 2006 Martin Decky
# Copyright (c) 2006 Jakub Jermar
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/boot.S
1,6 → 1,6
#
# Copyright (C) 2006 Martin Decky
# Copyright (C) 2006 Jakub Jermar
# Copyright (c) 2006 Martin Decky
# Copyright (c) 2006 Jakub Jermar
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/main.c
1,6 → 1,6
/*
* Copyright (C) 2005 Martin Decky
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2005 Martin Decky
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
57,7 → 57,7
/** Print version information. */
static void version_print(void)
{
printf("HelenOS SPARC64 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
printf("HelenOS SPARC64 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
}
 
void bootstrap(void)
/trunk/boot/arch/sparc64/loader/asm.h
1,6 → 1,6
/*
* Copyright (C) 2006 Martin Decky
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Martin Decky
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/main.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/ofwarch.c
1,6 → 1,6
/*
* Copyright (C) 2005 Martin Decky
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2005 Martin Decky
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/register.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/types.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/stack.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/sparc64/loader/Makefile
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ia64/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/ofwarch.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/asm.S
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/boot.S
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/regname.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/main.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
89,7 → 89,7
/** Print version information. */
static void version_print(void)
{
printf("HelenOS PPC32 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
printf("HelenOS PPC32 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
}
 
void bootstrap(void)
/trunk/boot/arch/ppc32/loader/asm.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/main.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/ofwarch.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/types.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc32/loader/Makefile
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ia32xen/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/amd64/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/ofwarch.h
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/asm.S
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/boot.S
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/regname.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/main.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
89,7 → 89,7
/** Print version information. */
static void version_print(void)
{
printf("HelenOS PPC64 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
printf("HelenOS PPC64 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
}
 
void bootstrap(void)
/trunk/boot/arch/ppc64/loader/asm.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/main.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/ofwarch.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/types.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ppc64/loader/Makefile
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/asm.S
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/boot.S
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/regname.h
1,5 → 1,5
/*
* Copyright (C) 2005 Ondrej Palkovsky
* Copyright (c) 2005 Ondrej Palkovsky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/main.c
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
51,7 → 51,7
/** Print version information. */
static void version_print(void)
{
printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp);
printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
}
 
void bootstrap(void)
/trunk/boot/arch/mips32/loader/asm.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/msim.c
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/main.h
1,5 → 1,5
/*
* Copyright (C) 2005 Martin Decky
* Copyright (c) 2005 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/types.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/msim.h
1,5 → 1,5
/*
* Copyright (C) 2006 Martin Decky
* Copyright (c) 2006 Martin Decky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/mips32/loader/Makefile
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
/trunk/boot/arch/ia32/Makefile.inc
1,5 → 1,5
#
# Copyright (C) 2006 Martin Decky
# Copyright (c) 2006 Martin Decky
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without