| Revision 4859,
586 bytes
checked in by sam, 5 months ago
(diff) |
|
build: fix the WTFPL homepage and copyright information.
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * libcaca Colour ASCII-Art library |
|---|
| 3 | * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> |
|---|
| 4 | * 2009 Jean-Yves Lamoureux <jylam@lnxscene.org> |
|---|
| 5 | * All Rights Reserved |
|---|
| 6 | * |
|---|
| 7 | * This library is free software. It comes without any warranty, to |
|---|
| 8 | * the extent permitted by applicable law. You can redistribute it |
|---|
| 9 | * and/or modify it under the terms of the Do What the Fuck You Want |
|---|
| 10 | * to Public License, Version 2, as published by Sam Hocevar. See |
|---|
| 11 | * http://www.wtfpl.net/ for more details. |
|---|
| 12 | */ |
|---|
| 13 | |
|---|
| 14 | #include "kernel.h" |
|---|
| 15 | #include "klibc.h" |
|---|
| 16 | #include "memory.h" |
|---|
Note: See
TracBrowser
for help on using the repository browser.