From c92033bff9c765cb6fcd7a14781c60661e662e6d Mon Sep 17 00:00:00 2001 From: sletz Date: Thu, 1 Nov 2007 22:07:32 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1690 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/shm.c b/common/shm.c index 7a1ba7a8..fba72c75 100644 --- a/common/shm.c +++ b/common/shm.c @@ -13,6 +13,7 @@ /* * Copyright (C) 2003 Paul Davis * Copyright (C) 2004 Jack O'Quin + * Copyright (C) 2006-2007 Grame * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,7 +29,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: shm.c,v 1.8.2.16 2006/08/28 10:10:16 letz Exp $ */ #ifdef WIN32