diff --git a/caca/caca.c b/caca/caca.c index b7cf8db..6ca9022 100644 --- a/caca/caca.c +++ b/caca/caca.c @@ -3,17 +3,15 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file caca.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Main \e libcaca functions - * +/* * This file contains the main functions used by \e libcaca applications to * initialise the library, get the screen properties, set the framerate and * so on. diff --git a/caca/caca.h b/caca/caca.h index fc9abf8..b1721e3 100644 --- a/caca/caca.h +++ b/caca/caca.h @@ -3,6 +3,8 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See diff --git a/caca/caca_internals.h b/caca/caca_internals.h index 3184a26..5c7a22f 100644 --- a/caca/caca_internals.h +++ b/caca/caca_internals.h @@ -3,20 +3,14 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file caca_internals.h - * \version \$Id$ - * \author Sam Hocevar - * \brief The \e libcaca private header. - * - * This header contains the private types and functions used by \e libcaca. - */ - #ifndef __CACA_INTERNALS_H__ #define __CACA_INTERNALS_H__ diff --git a/caca/driver_conio.c b/caca/driver_conio.c index d49e2a7..0eff198 100644 --- a/caca/driver_conio.c +++ b/caca/driver_conio.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_conio.c - * \version \$Id$ - * \author Sam Hocevar - * \brief DOS/conio.h driver - * +/* * This file contains the libcaca DOS/conio.h input and output driver */ diff --git a/caca/driver_gl.c b/caca/driver_gl.c index 3b4de1c..1916a1c 100644 --- a/caca/driver_gl.c +++ b/caca/driver_gl.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_gl.c - * \version \$Id$ - * \author Jean-Yves Lamoureux - * \brief OpenGL driver - * +/* * This file contains the libcaca OpenGL input and output driver */ diff --git a/caca/driver_ncurses.c b/caca/driver_ncurses.c index 4ce227c..e5e6d77 100644 --- a/caca/driver_ncurses.c +++ b/caca/driver_ncurses.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_ncurses.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Ncurses driver - * +/* * This file contains the libcaca Ncurses input and output driver */ diff --git a/caca/driver_raw.c b/caca/driver_raw.c index 426382b..6459572 100644 --- a/caca/driver_raw.c +++ b/caca/driver_raw.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_raw.c - * \version \$Id$ - * \author Sam Hocevar - * \brief raw driver - * +/* * This file contains the libcaca raw input and output driver */ diff --git a/caca/driver_slang.c b/caca/driver_slang.c index ad9a82f..67e3d2c 100644 --- a/caca/driver_slang.c +++ b/caca/driver_slang.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_slang.c - * \version \$Id$ - * \author Sam Hocevar - * \brief SLang driver - * +/* * This file contains the libcaca SLang input and output driver */ diff --git a/caca/driver_vga.c b/caca/driver_vga.c index c846217..8d38ea1 100644 --- a/caca/driver_vga.c +++ b/caca/driver_vga.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_vga.c - * \version \$Id$ - * \author Sam Hocevar - * \brief VGA driver - * +/* * This file contains the libcaca VGA input and output driver */ diff --git a/caca/driver_win32.c b/caca/driver_win32.c index 51a159d..beeb98d 100644 --- a/caca/driver_win32.c +++ b/caca/driver_win32.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_win32.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Win32 driver - * +/* * This file contains the libcaca Win32 input and output driver */ diff --git a/caca/driver_x11.c b/caca/driver_x11.c index e2adbd9..661d084 100644 --- a/caca/driver_x11.c +++ b/caca/driver_x11.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file driver_x11.c - * \version \$Id$ - * \author Sam Hocevar - * \brief X11 driver - * +/* * This file contains the libcaca X11 input and output driver */ diff --git a/caca/event.c b/caca/event.c index 80543d8..fe19cec 100644 --- a/caca/event.c +++ b/caca/event.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file event.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Event handling - * +/* * This file contains event handling functions for keyboard and mouse input. */ diff --git a/caca/graphics.c b/caca/graphics.c index ee3933b..adb6b82 100644 --- a/caca/graphics.c +++ b/caca/graphics.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file graphics.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Character drawing - * +/* * This file contains character and string drawing functions. */ diff --git a/caca/time.c b/caca/time.c index e957ef6..f7ecade 100644 --- a/caca/time.c +++ b/caca/time.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file time.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Timer routines - * +/* * This file contains simple timer routines. */ diff --git a/cucul/box.c b/cucul/box.c index cf71b01..d36dd91 100644 --- a/cucul/box.c +++ b/cucul/box.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file box.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Simple box drawing - * +/* * This file contains box drawing functions, both filled and outline. */ diff --git a/cucul/canvas.c b/cucul/canvas.c index f6dac9f..6ae690b 100644 --- a/cucul/canvas.c +++ b/cucul/canvas.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file canvas.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Canvas drawing - * +/* * This file contains various canvas handling functions such as character * and string drawing. */ diff --git a/cucul/charset.c b/cucul/charset.c index f3a71bd..70b98c3 100644 --- a/cucul/charset.c +++ b/cucul/charset.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file charset.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Character set conversions - * +/* * This file contains functions for converting characters between * various character sets. */ diff --git a/cucul/colour.c b/cucul/colour.c index a427ecc..d11cb3b 100644 --- a/cucul/colour.c +++ b/cucul/colour.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file colour.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Colour handling - * +/* * This file contains functions for converting colour values between * various colourspaces. */ diff --git a/cucul/conic.c b/cucul/conic.c index a66572d..c0e1470 100644 --- a/cucul/conic.c +++ b/cucul/conic.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file conic.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Ellipse and circle drawing - * +/* * This file contains ellipse and circle drawing functions, both filled * and outline. */ diff --git a/cucul/cucul.c b/cucul/cucul.c index 721ddd4..6b42a1a 100644 --- a/cucul/cucul.c +++ b/cucul/cucul.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file cucul.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Main \e libcucul functions - * +/* * This file contains the main functions used by \e libcucul applications * to initialise a drawing context. */ diff --git a/cucul/cucul.h b/cucul/cucul.h index 6d05ce4..8c9f1ca 100644 --- a/cucul/cucul.h +++ b/cucul/cucul.h @@ -3,6 +3,8 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See diff --git a/cucul/cucul_internals.h b/cucul/cucul_internals.h index f50fc5e..b9aaba8 100644 --- a/cucul/cucul_internals.h +++ b/cucul/cucul_internals.h @@ -3,20 +3,14 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file cucul_internals.h - * \version \$Id$ - * \author Sam Hocevar - * \brief The \e libcucul private header. - * - * This header contains the private types and functions used by \e libcucul. - */ - #ifndef __CUCUL_INTERNALS_H__ #define __CUCUL_INTERNALS_H__ diff --git a/cucul/dither.c b/cucul/dither.c index 9ed91c2..7e37723 100644 --- a/cucul/dither.c +++ b/cucul/dither.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file dither.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Bitmap blitting - * +/* * This file contains bitmap dithering functions. */ diff --git a/cucul/export_ansi.c b/cucul/export_ansi.c index f04a2a8..fe2d25d 100644 --- a/cucul/export_ansi.c +++ b/cucul/export_ansi.c @@ -1,20 +1,18 @@ /* * libcucul Canvas for ultrafast compositing of Unicode letters * Copyright (c) 2002-2006 Sam Hocevar + * 2006 Jean-Yves Lamoureux * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file export_ansi.c - * \version \$Id$ - * \author Sam Hocevar - * \author Jean-Yves Lamoureux - * \brief Export function - * +/* * This file contains export functions for ANSI */ diff --git a/cucul/export_html.c b/cucul/export_html.c index f6daacd..dd00d38 100644 --- a/cucul/export_html.c +++ b/cucul/export_html.c @@ -1,20 +1,18 @@ /* * libcucul Canvas for ultrafast compositing of Unicode letters * Copyright (c) 2002-2006 Sam Hocevar + * 2006 Jean-Yves Lamoureux * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file export_html.c - * \version \$Id$ - * \author Sam Hocevar - * \author Jean-Yves Lamoureux - * \brief Export function - * +/* * This file contains export functions for HTML and HTML3 */ diff --git a/cucul/export_irc.c b/cucul/export_irc.c index 9851e05..6c564b2 100644 --- a/cucul/export_irc.c +++ b/cucul/export_irc.c @@ -1,20 +1,18 @@ /* * libcucul Canvas for ultrafast compositing of Unicode letters * Copyright (c) 2002-2006 Sam Hocevar + * 2006 Jean-Yves Lamoureux * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file export_irc.c - * \version \$Id$ - * \author Sam Hocevar - * \author Jean-Yves Lamoureux - * \brief Export function - * +/* * This file contains export functions for IRC */ diff --git a/cucul/export_ps.c b/cucul/export_ps.c index 2ebd1c5..198fec7 100644 --- a/cucul/export_ps.c +++ b/cucul/export_ps.c @@ -1,20 +1,18 @@ /* * libcucul Canvas for ultrafast compositing of Unicode letters * Copyright (c) 2002-2006 Sam Hocevar + * 2006 Jean-Yves Lamoureux * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file export_ps.c - * \version \$Id$ - * \author Sam Hocevar - * \author Jean-Yves Lamoureux - * \brief Export function - * +/* * This file contains export functions for Postscript files */ diff --git a/cucul/export_svg.c b/cucul/export_svg.c index 9ab6fca..f0aaa60 100644 --- a/cucul/export_svg.c +++ b/cucul/export_svg.c @@ -1,20 +1,18 @@ /* * libcucul Canvas for ultrafast compositing of Unicode letters * Copyright (c) 2002-2006 Sam Hocevar + * 2006 Jean-Yves Lamoureux * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file export_svg.c - * \version \$Id$ - * \author Sam Hocevar - * \author Jean-Yves Lamoureux - * \brief Export function - * +/* * This file contains export functions for SVG (Scalable Vector Graphics files */ diff --git a/cucul/font.c b/cucul/font.c index 1b4ae5e..703a32e 100644 --- a/cucul/font.c +++ b/cucul/font.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file font.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Colour handling - * +/* * This file contains font handling functions. */ diff --git a/cucul/line.c b/cucul/line.c index 4d53b8b..841984d 100644 --- a/cucul/line.c +++ b/cucul/line.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file line.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Line drawing - * +/* * This file contains line and polyline drawing functions, with both thin * and thick styles. */ diff --git a/cucul/math.c b/cucul/math.c index bc5b3d0..3d0f935 100644 --- a/cucul/math.c +++ b/cucul/math.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file math.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Math - * +/* * This file contains simple mathematical routines. */ diff --git a/cucul/sprite.c b/cucul/sprite.c index 0b0d142..3095054 100644 --- a/cucul/sprite.c +++ b/cucul/sprite.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file sprite.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Sprite loading and blitting - * +/* * This file contains a small framework for sprite loading and blitting. */ diff --git a/cucul/transform.c b/cucul/transform.c index 6553568..cb52dd5 100644 --- a/cucul/transform.c +++ b/cucul/transform.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file transform.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Canvas transformation - * +/* * This file contains horizontal and vertical flipping routines. */ diff --git a/cucul/triangle.c b/cucul/triangle.c index e242719..8bb2d5b 100644 --- a/cucul/triangle.c +++ b/cucul/triangle.c @@ -3,17 +3,15 @@ * Copyright (c) 2002-2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file triangle.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Triangle drawing - * +/* * This file contains triangle drawing functions, both filled and outline. */ diff --git a/kernel/kernel.c b/kernel/kernel.c index cd7b673..2bc3fd3 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -4,17 +4,15 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file kernel.c - * \version \$Id$ - * \author Sam Hocevar - * \brief Kernel features - * +/* * This file contains replacement functions for the standard C library * that must be used when building libcucul and libcaca into a kernel. */ diff --git a/kernel/kernel.h b/kernel/kernel.h index b1eda9c..45466c9 100644 --- a/kernel/kernel.h +++ b/kernel/kernel.h @@ -4,17 +4,15 @@ * Copyright (c) 2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file kernel.h - * \version \$Id$ - * \author Sam Hocevar - * \brief Kernel features - * +/* * This file contains replacement functions for the standard C library * that must be used when building libcucul and libcaca into a kernel. */ diff --git a/python/pypycaca.c b/python/pypycaca.c index 291d996..45962de 100644 --- a/python/pypycaca.c +++ b/python/pypycaca.c @@ -1,22 +1,16 @@ /* - * PypyCaca libcaca Python bindings + * PypyCaca libcaca Python bindings * Copyright (c) 2006 Jean-Yves Lamoureux * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file pycaca.c - * \version \$Id: - * \author Jean-Yves Lamoureux - * \brief Main \e pypycaca bindings functions - * - * This file contains functions for python bindings - */ - #include "pypycaca.h" static PyMethodDef CacaMethods[] = { diff --git a/python/pypycaca.h b/python/pypycaca.h index 4e9a7e6..780c762 100644 --- a/python/pypycaca.h +++ b/python/pypycaca.h @@ -3,21 +3,14 @@ * Copyright (c) 2006 Jean-Yves Lamoureux * All Rights Reserved * + * $Id$ + * * This library is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ -/** \file pycaca.h - * \version \$Id: - * \author Jean-Yves Lamoureux - * \brief Main \e pypycaca bindings definitions - * - * This file contains functions prototypes for python bindings - */ - - #include #include #define SET_INTCONSTANT(dict, value) \ diff --git a/src/cacaplas.c b/src/cacaplas.c index 4d6ea8f..5566500 100644 --- a/src/cacaplas.c +++ b/src/cacaplas.c @@ -1,7 +1,7 @@ /* * cacaplas plasma effect for libcaca - * Copyright (c) 2004 Sam Hocevar - * 1998 Michele Bini + * Copyright (c) 1998 Michele Bini + * 2004 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/cacaserver.c b/src/cacaserver.c index 6754b83..62037c4 100644 --- a/src/cacaserver.c +++ b/src/cacaserver.c @@ -4,6 +4,8 @@ * 2006 Sam Hocevar * All Rights Reserved * + * $Id$ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the Do What The Fuck You Want To * Public License, Version 2, as published by Sam Hocevar. See diff --git a/src/cacaview.c b/src/cacaview.c index 998dbcf..020c5b2 100644 --- a/src/cacaview.c +++ b/src/cacaview.c @@ -1,6 +1,6 @@ /* * cacaview image viewer for libcaca - * Copyright (c) 2003 Sam Hocevar + * Copyright (c) 2003-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/common-image.c b/src/common-image.c index 3e2c286..913802f 100644 --- a/src/common-image.c +++ b/src/common-image.c @@ -1,6 +1,6 @@ /* * Imaging tools for cacaview and img2irc - * Copyright (c) 2003, 2004, 2005, 2006 Sam Hocevar + * Copyright (c) 2003-2006 Sam Hocevar * All Rights Reserved * * $Id$ diff --git a/src/common-image.h b/src/common-image.h index d5115f5..54d16ac 100644 --- a/src/common-image.h +++ b/src/common-image.h @@ -1,6 +1,6 @@ /* * Imaging tools for cacaview and img2irc - * Copyright (c) 2003, 2004, 2005, 2006 Sam Hocevar + * Copyright (c) 2003-2006 Sam Hocevar * All Rights Reserved * * $Id$