source: libcaca/trunk/csharp/AssemblyInfo.cs @ 2058

Revision 2058, 739 bytes checked in by sam, 6 years ago (diff)
  • Implemented C# bindings for ditherBitmap() and added it to the C# test.
  • Property svn:keywords set to Id
RevLine 
[921]1/*
[2058]2 *  AssemblyInfo  .NET bindings for libcaca
[921]3 *  Copyright (c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org>
4 *                All Rights Reserved
5 *
[943]6 *  $Id$
[921]7 *
[1462]8 *  This library is free software. It comes without any warranty, to
[1452]9 *  the extent permitted by applicable law. You can redistribute it
10 *  and/or modify it under the terms of the Do What The Fuck You Want
11 *  To Public License, Version 2, as published by Sam Hocevar. See
[921]12 *  http://sam.zoy.org/wtfpl/COPYING for more details.
13 */
14
15
16using System.Reflection;
17using System.Runtime.CompilerServices;
18
19[assembly: AssemblyTitle("Cucul")]
20[assembly: AssemblyDescription("libcucul .NET bindings")]
21[assembly: AssemblyCopyright("(c) 2006 Jean-Yves Lamoureux <jylam@lnxscene.org")]
Note: See TracBrowser for help on using the repository browser.