X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fres-test.c;h=ae1c2da19313759f7f62e5ea3dbd7366d357c1c4;hb=4097bac1dce126e79ce1550fad8b2034a311ff80;hp=f74e70ea3d265d9e1b81a5511bcfdcf07a6446b7;hpb=5437b50633032595afe6f87dc0f989bc92a5aea8;p=idzebra-moved-to-github.git diff --git a/util/res-test.c b/util/res-test.c index f74e70e..ae1c2da 100644 --- a/util/res-test.c +++ b/util/res-test.c @@ -1,6 +1,6 @@ -/* $Id: res-test.c,v 1.9 2004-11-19 10:27:18 heikki Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 - Index Data Aps +/* $Id: res-test.c,v 1.13 2007-01-15 15:10:26 adam Exp $ + Copyright (C) 1995-2007 + Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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 Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ @@ -68,3 +68,11 @@ int main(int argc, char **argv) res_close (res); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +