From 55bc8fe201f14bd1598ca6e1c88076f9a7e337d9 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 25 Sep 2009 15:05:50 +0200 Subject: [PATCH] core,media-export: correct license to LGPL Files were previously licensed GPL due to copy&paste error --- .../rygel-media-export-recursive-file-monitor.vala | 19 +++++++--------- src/rygel/rygel-media-db-container.vala | 18 +++++++--------- src/rygel/rygel-media-db-object-factory.vala | 19 ++++++++-------- src/rygel/rygel-media-db.vala | 19 ++++++++-------- src/rygel/rygel-metadata-extractor.vala | 25 +++++++++++----------- 5 files changed, 47 insertions(+), 53 deletions(-) diff --git a/src/plugins/media-export/rygel-media-export-recursive-file-monitor.vala b/src/plugins/media-export/rygel-media-export-recursive-file-monitor.vala index 3a356d8..1cc7789 100644 --- a/src/plugins/media-export/rygel-media-export-recursive-file-monitor.vala +++ b/src/plugins/media-export/rygel-media-export-recursive-file-monitor.vala @@ -1,27 +1,24 @@ /* * Copyright (C) 2009 Jens Georg . * - * Author: Jens Georg + * This file is part of Rygel. * - * 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 + * Rygel 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, + * Rygel 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. + * GNU Lesser 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, + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. */ + using Gee; using Rygel; diff --git a/src/rygel/rygel-media-db-container.vala b/src/rygel/rygel-media-db-container.vala index f080d2d..70c170b 100644 --- a/src/rygel/rygel-media-db-container.vala +++ b/src/rygel/rygel-media-db-container.vala @@ -3,23 +3,21 @@ * * Author: Jens Georg * - * 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 + * This file is part of Rygel. + * + * Rygel 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, + * Rygel 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. + * GNU Lesser 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, + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. */ public class Rygel.MediaDBContainer : MediaContainer { diff --git a/src/rygel/rygel-media-db-object-factory.vala b/src/rygel/rygel-media-db-object-factory.vala index 49312cf..f2187fd 100644 --- a/src/rygel/rygel-media-db-object-factory.vala +++ b/src/rygel/rygel-media-db-object-factory.vala @@ -3,25 +3,24 @@ * * Author: Jens Georg * - * 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 + * This file is part of Rygel. + * + * Rygel 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, + * Rygel 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. + * GNU Lesser 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, + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. */ + /** * Class used by MediaDB to create containers and items on demand * diff --git a/src/rygel/rygel-media-db.vala b/src/rygel/rygel-media-db.vala index fcedad6..05d9cdf 100644 --- a/src/rygel/rygel-media-db.vala +++ b/src/rygel/rygel-media-db.vala @@ -3,25 +3,24 @@ * * Author: Jens Georg * - * 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 + * This file is part of Rygel. + * + * Rygel 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, + * Rygel 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. + * GNU Lesser 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, + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. */ + using Gee; using Sqlite; diff --git a/src/rygel/rygel-metadata-extractor.vala b/src/rygel/rygel-metadata-extractor.vala index 84414d7..d475e6e 100644 --- a/src/rygel/rygel-metadata-extractor.vala +++ b/src/rygel/rygel-metadata-extractor.vala @@ -1,27 +1,28 @@ /* - * Copyright (C) 2008 Zeeshan Ali . + * Copyright (C) 2008 Zeeshan Ali (Khattak) . + * Copyright (C) 2009 Jens Georg . * - * Author: Zeeshan Ali + * Author: Zeeshan Ali (Khattak) + * Author: Jens Georg * - * 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 + * This file is part of Rygel. + * + * Rygel 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, + * Rygel 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. + * GNU Lesser 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, + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. */ + using Gst; using Gee; -- 2.7.4