Mercurial > audlegacy-plugins
changeset 1751:dc83901850df
- Add license texts to the neon source
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Wed, 19 Sep 2007 17:44:13 +0200 |
parents | 96bb39f615cd |
children | 301a2f9b287d c730f0212456 b68bcc6a39c7 |
files | src/neon/neon.c src/neon/neon.h src/neon/rb.c src/neon/rb.h |
diffstat | 4 files changed, 70 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/neon/neon.c Wed Sep 19 17:34:26 2007 +0200 +++ b/src/neon/neon.c Wed Sep 19 17:44:13 2007 +0200 @@ -1,3 +1,22 @@ +/* + * A neon HTTP input plugin for Audacious + * Copyright (C) 2007 Ralf Ertzinger + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #include <audacious/vfs.h> #include <audacious/plugin.h>
--- a/src/neon/neon.h Wed Sep 19 17:34:26 2007 +0200 +++ b/src/neon/neon.h Wed Sep 19 17:44:13 2007 +0200 @@ -1,3 +1,22 @@ +/* + * A neon HTTP input plugin for Audacious + * Copyright (C) 2007 Ralf Ertzinger + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _NEON_PLUGIN_H #define _NEON_PLUGIN_H
--- a/src/neon/rb.c Wed Sep 19 17:34:26 2007 +0200 +++ b/src/neon/rb.c Wed Sep 19 17:44:13 2007 +0200 @@ -1,3 +1,19 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + /* * Ringbuffer implementation *
--- a/src/neon/rb.h Wed Sep 19 17:34:26 2007 +0200 +++ b/src/neon/rb.h Wed Sep 19 17:44:13 2007 +0200 @@ -1,3 +1,19 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _RB_H #define _RB_H