From b10c35e0ed2aa34af57905eb1e8cf1cf8963898e Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 14 May 2008 18:02:27 +0000 Subject: Use standard license headers with standard formatting. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26775 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/modify_reg.c | 31 +++++++++++++++---------------- TOOLS/netstream.c | 32 +++++++++++++++----------------- 2 files changed, 30 insertions(+), 33 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/modify_reg.c b/TOOLS/modify_reg.c index 6a05422b47..2bd40a91f0 100644 --- a/TOOLS/modify_reg.c +++ b/TOOLS/modify_reg.c @@ -1,24 +1,23 @@ /* - * modify_reg.c * A program to modify a registry file. * * Copyright (C) 2007 Alan Nisota * - * This file is part of MPlayer, a free movie player. - * - * MPlayer 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, or (at your option) - * any later version. - * - * MPlayer 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 MPlayer; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * This file is part of MPlayer. + * + * MPlayer 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. + * + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c index a2b5bd3768..d536dc6373 100644 --- a/TOOLS/netstream.c +++ b/TOOLS/netstream.c @@ -1,23 +1,21 @@ /* - * netstream.c + * Copyright (C) Alban Bedel - 04/2003 * - * Copyright (C) Alban Bedel - 04/2003 + * This file is part of MPlayer. * - * This file is part of MPlayer, a free movie player. - * - * MPlayer 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, or (at your option) - * any later version. - * - * MPlayer 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 MPlayer; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * MPlayer 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. + * + * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include -- cgit v1.2.3