From e7a7bb932078c7fba10f58e7887d1be02ad46010 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 21 Nov 2012 09:28:43 +0200 Subject: [PATCH] tests/media/: Change license header Signed-off-by: Toni Gundogdu --- tests/media/media_academicearth.c | 23 ++++++++++++----------- tests/media/media_arte.c | 29 ++++++++++++++++------------- tests/media/media_break.c | 23 ++++++++++++----------- tests/media/media_dailymotion.c | 23 ++++++++++++----------- tests/media/media_gaskrank.c | 23 ++++++++++++----------- tests/media/media_soundcloud.c | 23 ++++++++++++----------- tests/media/media_vimeo.c | 23 ++++++++++++----------- tests/media/media_youtube.c | 23 ++++++++++++----------- 8 files changed, 100 insertions(+), 90 deletions(-) diff --git a/tests/media/media_academicearth.c b/tests/media/media_academicearth.c index 62be3cc..725243a 100644 --- a/tests/media/media_academicearth.c +++ b/tests/media/media_academicearth.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ /* media/academicearth.lua uses the "goto_url", this means that the media diff --git a/tests/media/media_arte.c b/tests/media/media_arte.c index 4de5826..75f1529 100644 --- a/tests/media/media_arte.c +++ b/tests/media/media_arte.c @@ -1,25 +1,28 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ -/* NOTE: Media hosted at videos.arte.tv expire after some time. For this +/* + * NOTE: Media hosted at videos.arte.tv expire after some time. For this * test, we need to fetch the front page and parse a test media URL from - * it. */ + * it. + */ #include "config.h" diff --git a/tests/media/media_break.c b/tests/media/media_break.c index 0a0471f..fca387d 100644 --- a/tests/media/media_break.c +++ b/tests/media/media_break.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" diff --git a/tests/media/media_dailymotion.c b/tests/media/media_dailymotion.c index 656817f..80a4a98 100644 --- a/tests/media/media_dailymotion.c +++ b/tests/media/media_dailymotion.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" diff --git a/tests/media/media_gaskrank.c b/tests/media/media_gaskrank.c index 4301eae..608d55c 100644 --- a/tests/media/media_gaskrank.c +++ b/tests/media/media_gaskrank.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" diff --git a/tests/media/media_soundcloud.c b/tests/media/media_soundcloud.c index 7f34e03..94db5b3 100644 --- a/tests/media/media_soundcloud.c +++ b/tests/media/media_soundcloud.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" diff --git a/tests/media/media_vimeo.c b/tests/media/media_vimeo.c index 7984412..99d0650 100644 --- a/tests/media/media_vimeo.c +++ b/tests/media/media_vimeo.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" diff --git a/tests/media/media_youtube.c b/tests/media/media_youtube.c index 13f2ee6..e1eb989 100644 --- a/tests/media/media_youtube.c +++ b/tests/media/media_youtube.c @@ -1,20 +1,21 @@ /* libquvi-scripts * Copyright (C) 2012 Toni Gundogdu * - * This library 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.1 of the License, or (at your option) any later version. + * This file is part of libquvi-scripts . * - * This library is distributed in the hope that it will be useful, + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public + * License as published by the Free Software Foundation, either + * version 3 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 - * Lesser General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU Affero General + * Public License along with this program. If not, see + * . */ #include "config.h" -- 2.11.4.GIT