Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2070 → Rev 2071

/trunk/kernel/generic/src/synch/rwlock.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/kernel/generic/src/synch/mutex.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/kernel/generic/src/synch/spinlock.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/kernel/generic/src/synch/semaphore.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/kernel/generic/src/synch/waitq.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/kernel/generic/src/synch/futex.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/kernel/generic/src/synch/condvar.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/kernel/generic/src/main/kinit.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/kernel/generic/src/main/main.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/kernel/generic/src/main/version.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
36,7 → 36,7
#include <print.h>
 
char *project = "SPARTAN kernel";
char *copyright = "Copyright (C) 2001-2007 HelenOS project";
char *copyright = "Copyright (c) 2001-2007 HelenOS project";
char *release = RELEASE;
char *name = NAME;
char *arch = ARCH;
/trunk/kernel/generic/src/main/uinit.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/debug/symtab.c
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/kernel/generic/src/cpu/cpu.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/kernel/generic/src/sysinfo/sysinfo.c
1,5 → 1,5
/*
* Copyright (C) 2006 Jakub Vana
* Copyright (c) 2006 Jakub Vana
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/interrupt/interrupt.c
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/kernel/generic/src/time/delay.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/kernel/generic/src/time/timeout.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/kernel/generic/src/time/clock.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/kernel/generic/src/smp/smp.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/kernel/generic/src/smp/ipi.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/ddi/device.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/kernel/generic/src/ddi/ddi.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/kernel/generic/src/ddi/irq.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/kernel/generic/src/printf/printf.c
1,5 → 1,5
/*
* Copyright (C) 2006 Josef Cejka
* Copyright (c) 2006 Josef Cejka
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/printf/snprintf.c
1,5 → 1,5
/*
* Copyright (C) 2006 Josef Cejka
* Copyright (c) 2006 Josef Cejka
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/printf/sprintf.c
1,5 → 1,5
/*
* Copyright (C) 2006 Josef Cejka
* Copyright (c) 2006 Josef Cejka
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/printf/vprintf.c
1,5 → 1,5
/*
* Copyright (C) 2006 Josef Cejka
* Copyright (c) 2006 Josef Cejka
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/printf/vsnprintf.c
1,5 → 1,5
/*
* Copyright (C) 2006 Josef Cejka
* Copyright (c) 2006 Josef Cejka
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/printf/printf_core.c
1,6 → 1,6
/*
* Copyright (C) 2001-2004 Jakub Jermar
* Copyright (C) 2006 Josef Cejka
* Copyright (c) 2001-2004 Jakub Jermar
* Copyright (c) 2006 Josef Cejka
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/printf/vsprintf.c
1,5 → 1,5
/*
* Copyright (C) 2006 Josef Cejka
* Copyright (c) 2006 Josef Cejka
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/console/console.c
1,6 → 1,6
/*
* Copyright (C) 2003 Josef Cejka
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2003 Josef Cejka
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/console/cmd.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/console/chardev.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/console/klog.c
1,5 → 1,5
/*
* Copyright (C) 2006 Ondrej Palkovsky
* Copyright (c) 2006 Ondrej Palkovsky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/console/kconsole.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/proc/scheduler.c
1,5 → 1,5
/*
* Copyright (C) 2001-2007 Jakub Jermar
* Copyright (c) 2001-2007 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/proc/the.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/proc/task.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/kernel/generic/src/proc/thread.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/kernel/generic/src/lib/rd.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/kernel/generic/src/lib/elf.c
1,6 → 1,6
/*
* Copyright (C) 2006 Sergey Bondari
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Sergey Bondari
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/lib/memstr.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/kernel/generic/src/lib/sort.c
1,5 → 1,5
/*
* Copyright (C) 2005 Sergey Bondari
* Copyright (c) 2005 Sergey Bondari
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/lib/func.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/kernel/generic/src/security/cap.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/kernel/generic/src/adt/btree.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/kernel/generic/src/adt/hash_table.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/kernel/generic/src/adt/list.c
1,5 → 1,5
/*
* Copyright (C) 2004 Jakub Jermar
* Copyright (c) 2004 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/adt/bitmap.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/kernel/generic/src/mm/slab.c
1,5 → 1,5
/*
* Copyright (C) 2006 Ondrej Palkovsky
* Copyright (c) 2006 Ondrej Palkovsky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/mm/tlb.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/kernel/generic/src/mm/backend_anon.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/kernel/generic/src/mm/as.c
1,5 → 1,5
/*
* Copyright (C) 2001-2006 Jakub Jermar
* Copyright (c) 2001-2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/mm/buddy.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/mm/backend_phys.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/kernel/generic/src/mm/frame.c
1,6 → 1,6
/*
* Copyright (C) 2001-2005 Jakub Jermar
* Copyright (C) 2005 Sergey Bondari
* Copyright (c) 2001-2005 Jakub Jermar
* Copyright (c) 2005 Sergey Bondari
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/mm/page.c
1,5 → 1,5
/*
* Copyright (C) 2001-2006 Jakub Jermar
* Copyright (c) 2001-2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/mm/backend_elf.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/kernel/generic/src/syscall/copy.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/kernel/generic/src/syscall/syscall.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/kernel/generic/src/ipc/ipcrsc.c
1,5 → 1,5
/*
* Copyright (C) 2006 Ondrej Palkovsky
* Copyright (c) 2006 Ondrej Palkovsky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/ipc/sysipc.c
1,5 → 1,5
/*
* Copyright (C) 2006 Ondrej Palkovsky
* Copyright (c) 2006 Ondrej Palkovsky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/ipc/ipc.c
1,5 → 1,5
/*
* Copyright (C) 2006 Ondrej Palkovsky
* Copyright (c) 2006 Ondrej Palkovsky
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/ipc/irq.c
1,6 → 1,6
/*
* Copyright (C) 2006 Ondrej Palkovsky
* Copyright (C) 2006 Jakub Jermar
* Copyright (c) 2006 Ondrej Palkovsky
* Copyright (c) 2006 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/trunk/kernel/generic/src/preempt/preemption.c
1,5 → 1,5
/*
* Copyright (C) 2005 Jakub Jermar
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without