1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

It's stupid to put my own copyright on a file where I didn't really write the

code. Luckily, I had the proper copyright statement in there already, so moving
it fixes things.


git-svn-id: https://svn.xiph.org/trunk/ezstream@15781 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2009-03-16 20:39:22 +00:00
parent b11e6acb36
commit 90d4a1a6a3

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
* Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@ -30,7 +30,6 @@
/*
* Modified basename() implementation from OpenBSD, based on:
* $OpenBSD: src/lib/libc/gen/basename.c,v 1.14 2005/08/08 08:05:33 espie Exp $
* Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
*/
char *
local_basename(const char *path)