From 7623f8e2e1ca2afc30da8bc26c0fdabde13f91b7 Mon Sep 17 00:00:00 2001 From: barbieri Date: Mon, 17 Dec 2007 21:30:14 +0000 Subject: [PATCH] Add copyright to all source files. --- lightmediascanner/src/bin/test.c | 20 ++++++++++++++++++++ .../src/lib/lightmediascanner_charset_conv.c | 20 ++++++++++++++++++++ .../src/lib/lightmediascanner_db_audio.c | 19 +++++++++++++++++++ .../src/lib/lightmediascanner_db_common.c | 20 ++++++++++++++++++++ .../src/lib/lightmediascanner_db_image.c | 20 ++++++++++++++++++++ .../src/lib/lightmediascanner_db_playlist.c | 20 ++++++++++++++++++++ .../src/lib/lightmediascanner_db_video.c | 20 ++++++++++++++++++++ .../src/lib/lightmediascanner_utils.c | 20 ++++++++++++++++++++ 8 files changed, 159 insertions(+) diff --git a/lightmediascanner/src/bin/test.c b/lightmediascanner/src/bin/test.c index cb7ab52..f6ae564 100644 --- a/lightmediascanner/src/bin/test.c +++ b/lightmediascanner/src/bin/test.c @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lightmediascanner/src/lib/lightmediascanner_charset_conv.c b/lightmediascanner/src/lib/lightmediascanner_charset_conv.c index 4132ed0..77b82aa 100644 --- a/lightmediascanner/src/lib/lightmediascanner_charset_conv.c +++ b/lightmediascanner/src/lib/lightmediascanner_charset_conv.c @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ + #include "lightmediascanner_charset_conv.h" #include #include diff --git a/lightmediascanner/src/lib/lightmediascanner_db_audio.c b/lightmediascanner/src/lib/lightmediascanner_db_audio.c index a404088..66f4db2 100644 --- a/lightmediascanner/src/lib/lightmediascanner_db_audio.c +++ b/lightmediascanner/src/lib/lightmediascanner_db_audio.c @@ -1,3 +1,22 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ #include #include "lightmediascanner_db_private.h" #include diff --git a/lightmediascanner/src/lib/lightmediascanner_db_common.c b/lightmediascanner/src/lib/lightmediascanner_db_common.c index 94ff646..f95611c 100644 --- a/lightmediascanner/src/lib/lightmediascanner_db_common.c +++ b/lightmediascanner/src/lib/lightmediascanner_db_common.c @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ + #include "lightmediascanner_db_private.h" #include #include diff --git a/lightmediascanner/src/lib/lightmediascanner_db_image.c b/lightmediascanner/src/lib/lightmediascanner_db_image.c index 2d2e097..3f6bcae 100644 --- a/lightmediascanner/src/lib/lightmediascanner_db_image.c +++ b/lightmediascanner/src/lib/lightmediascanner_db_image.c @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ + #include #include "lightmediascanner_db_private.h" #include diff --git a/lightmediascanner/src/lib/lightmediascanner_db_playlist.c b/lightmediascanner/src/lib/lightmediascanner_db_playlist.c index ec9f90e..54c4581 100644 --- a/lightmediascanner/src/lib/lightmediascanner_db_playlist.c +++ b/lightmediascanner/src/lib/lightmediascanner_db_playlist.c @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ + #include #include "lightmediascanner_db_private.h" #include diff --git a/lightmediascanner/src/lib/lightmediascanner_db_video.c b/lightmediascanner/src/lib/lightmediascanner_db_video.c index 05fe154..bb6e3d6 100644 --- a/lightmediascanner/src/lib/lightmediascanner_db_video.c +++ b/lightmediascanner/src/lib/lightmediascanner_db_video.c @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ + #include #include "lightmediascanner_db_private.h" #include diff --git a/lightmediascanner/src/lib/lightmediascanner_utils.c b/lightmediascanner/src/lib/lightmediascanner_utils.c index 0ee509d..29d76cb 100644 --- a/lightmediascanner/src/lib/lightmediascanner_utils.c +++ b/lightmediascanner/src/lib/lightmediascanner_utils.c @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2007 by INdT + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 Lesser 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. + * + * @author Gustavo Sverzut Barbieri + */ + #include #include #include -- 1.7.9.5