X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fclose.c;h=b7789fda35b82f8b25e671e72b1b8d85a206cff2;hb=0efcca9923da4586d3c1d1c10d4afa68c894f576;hp=be53165a32ad31d833e9844a845f77b8964fb0ae;hpb=6d3b83ae7e008f2d61326051b03f7f07d3cc2ef0;p=idzebra-moved-to-github.git diff --git a/dict/close.c b/dict/close.c index be53165..b7789fd 100644 --- a/dict/close.c +++ b/dict/close.c @@ -1,5 +1,5 @@ -/* $Id: close.c,v 1.10 2006-03-26 14:02:49 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: close.c,v 1.13 2007-01-15 15:10:15 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 + */ @@ -46,3 +46,11 @@ int dict_close (Dict dict) return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +