diff options
author | cperciva <cperciva@FreeBSD.org> | 2004-02-10 20:42:33 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2004-02-10 20:42:33 +0000 |
commit | 81f9b2b83adf9740e4603070330b067a62d7608f (patch) | |
tree | e310d1cd14b59bad0016ce8ccdfd5360b9c29500 /lib/libpthread/thread | |
parent | d3296afe56fbe54528da95cf3826561b3fce2718 (diff) | |
download | FreeBSD-src-81f9b2b83adf9740e4603070330b067a62d7608f.zip FreeBSD-src-81f9b2b83adf9740e4603070330b067a62d7608f.tar.gz |
style cleanup: Remove duplicate $FreeBSD$ tags.
These files had tags after the copyright notice,
inside the comment block (incorrect, removed),
and outside the comment block (correct).
Approved by: rwatson (mentor)
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r-- | lib/libpthread/thread/thr_printf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_printf.c b/lib/libpthread/thread/thr_printf.c index b4a156d..2a4b12b 100644 --- a/lib/libpthread/thread/thr_printf.c +++ b/lib/libpthread/thread/thr_printf.c @@ -22,8 +22,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <sys/cdefs.h> |