comparison stream/stream_netstream.c @ 21977:cea0eb833758

Fix FSF address and otherwise broken license headers.
author diego
date Mon, 22 Jan 2007 08:02:06 +0000
parents fa99b3d31d13
children d261f5109660
comparison
equal deleted inserted replaced
21976:8aac0a59f9c7 21977:cea0eb833758
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details. 16 * GNU General Public License for more details.
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with GNU Make; see the file COPYING. If not, write to 19 * along with MPlayer; if not, write to the Free Software
20 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 *
22 *
23 */ 21 */
24 22
25 /* 23 /*
26 * Net stream allow you to access MPlayer stream accross a tcp 24 * Net stream allow you to access MPlayer stream accross a tcp
27 * connection. 25 * connection.