| Revision 4859,
615 bytes
checked in by sam, 5 months ago
(diff) |
|
build: fix the WTFPL homepage and copyright information.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * libcaca Ruby bindings |
|---|
| 3 | * Copyright (c) 2007-2010 Pascal Terjan <pterjan@linuxfr.org> |
|---|
| 4 | * 2012 Sam Hocevar <sam@hocevar.net> |
|---|
| 5 | * |
|---|
| 6 | * This library is free software. It comes without any warranty, to |
|---|
| 7 | * the extent permitted by applicable law. You can redistribute it |
|---|
| 8 | * and/or modify it under the terms of the Do What the Fuck You Want |
|---|
| 9 | * to Public License, Version 2, as published by Sam Hocevar. See |
|---|
| 10 | * http://www.wtfpl.net/ for more details. |
|---|
| 11 | */ |
|---|
| 12 | |
|---|
| 13 | #ifndef __CACA_DISPLAY_H__ |
|---|
| 14 | #define __CACA_DISPLAY_H__ |
|---|
| 15 | |
|---|
| 16 | #include <ruby.h> |
|---|
| 17 | |
|---|
| 18 | extern VALUE cDisplay; |
|---|
| 19 | extern void Init_caca_display(VALUE); |
|---|
| 20 | |
|---|
| 21 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.