X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.h;h=482fb7a39708f3a1193f1e0b2689322dded7bbbe;hb=780f975602d282f0d2599e6601d7fee29d493762;hp=00ad4a094b8fd74404aeedfbc13c8f9f0512ae60;hpb=7aba26c4dd422016f6c27db30f6eaa686b87fd7e;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index 00ad4a09..482fb7a3 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -26,15 +26,13 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2001,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernie Innocenti - * + * Copyright 2001, 2004 Develer S.r.l. (http://www.develer.com/) + * Copyright 1999, 2000, 2001, 2008 Bernie Innocenti * --> * * \brief Process scheduler (public interface). * * \version $Id$ - * * \author Bernie Innocenti */ #ifndef KERN_PROC_H @@ -142,5 +140,5 @@ void proc_rename(struct Process *proc, const char* name); #error No cpustack_t size supported! #endif #endif -#endif /* KERN_PROC_H */ +#endif /* KERN_PROC_H */