Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2070 → Rev 2071

/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