X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fsem.h;h=a80c914f8b8a6a11eedaba1d7bdbaa9b006c5972;hb=70fbca7abd15ab931dc82119f5b0b8f7b3fe1596;hp=ded711aa9b35d83772073a1da3c9e4b1127dd7d2;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/kern/sem.h b/kern/sem.h index ded711aa..a80c914f 100644 --- a/kern/sem.h +++ b/kern/sem.h @@ -26,9 +26,9 @@ * 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 2001,2004,2005,2006,2007 Develer S.r.l. (http://www.develer.com/) * Copyright 1999,2000,2001 Bernardo Innocenti - * This file is part of DevLib - See README.devlib for information. + * * --> * * \brief Mutually exclusive semaphores. @@ -39,30 +39,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.7 2006/07/19 12:56:27 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.6 2005/11/04 16:20:02 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.5 2005/04/11 19:10:28 bernie - *#* Include top-level headers from cfg/ subdir. - *#* - *#* Revision 1.4 2005/01/22 04:21:20 bernie - *#* Add handy typedef for struct Semaphore. - *#* - *#* Revision 1.3 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.2 2004/06/03 11:27:09 bernie - *#* Add dual-license information. - *#* - *#* Revision 1.1 2004/05/23 17:27:00 bernie - *#* Import kern/ subdirectory. - *#* - *#*/ #ifndef KERN_SEM_H #define KERN_SEM_H