From: Pekka Riikonen Date: Fri, 10 Aug 2001 20:08:36 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~1962 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=10ded461617f165e52bc148b0dfa66a0fbca47ac updates. --- diff --git a/lib/silccore/silcidcache.h b/lib/silccore/silcidcache.h index d2d0d063..0e13f431 100644 --- a/lib/silccore/silcidcache.h +++ b/lib/silccore/silcidcache.h @@ -1,24 +1,26 @@ +/* + + silcidcache.h + + COPYRIGHT + + Author: Pekka Riikonen + + Copyright (C) 2000 - 2001 Pekka Riikonen + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +*/ + /****h* silccore/silcidcache.h - * - * NAME - * - * silcidcache.h - * - * COPYRIGHT - * - * Author: Pekka Riikonen - * - * Copyright (C) 2000 - 2001 Pekka Riikonen - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * DESCRIPTION * @@ -26,7 +28,7 @@ * protocol. Application can save here the ID's it uses and the interface * provides fast retrieval of the ID's from the cache. * - */ + ***/ #ifndef SILCIDCACHE_H #define SILCIDCACHE_H diff --git a/lib/silcutil/silcschedule.h b/lib/silcutil/silcschedule.h index 2272f8e1..4574cd8c 100644 --- a/lib/silcutil/silcschedule.h +++ b/lib/silcutil/silcschedule.h @@ -1,26 +1,28 @@ +/* + + silcschedule.h + + COPYRIGHT + + Author: Pekka Riikonen + + Copyright (C) 1998 - 2001 Pekka Riikonen + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +*/ + /****h* silcutil/silcschedule.h * - * NAME - * - * silcschedule.h - * - * COPYRIGHT - * - * Author: Pekka Riikonen - * - * Copyright (C) 1998 - 2001 Pekka Riikonen - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - # DESCRIPTION + * DESCRIPTION * * The SILC Scheduler is the heart of any application. The scheduler provides * the application's main loop that can handle incoming data, outgoing data, @@ -63,7 +65,7 @@ * application could be created by allocating own scheduler for each of the * worker threads. * - */ + ***/ #ifndef SILCSCHEDULE_H #define SILCSCHEDULE_H @@ -344,7 +346,7 @@ void silc_schedule_stop(SilcSchedule schedule); ***/ void silc_schedule(SilcSchedule schedule); -/****f* silcutil/SilcScheduleAPI/silc_schedule +/****f* silcutil/SilcScheduleAPI/silc_schedule_one * * SYNOPSIS * diff --git a/scripts/silcdoc/silcdoc b/scripts/silcdoc/silcdoc index ebf885cf..3ec14190 100755 --- a/scripts/silcdoc/silcdoc +++ b/scripts/silcdoc/silcdoc @@ -55,7 +55,7 @@ if [ "$TYPE" = "HTML" ]; then sh gen.sh index.php $DST/$i.html $DST/$i.html # Generate the details and the layour - files=`find $DST -name ""$i"_*.html"` + files=`find $DST -name "$i_*.html"` for k in $files do sh gen.sh gen_detail.php $k $k diff --git a/util/robodoc/makefile.in b/util/robodoc/makefile.in index 0d3a54b0..91b30909 100644 --- a/util/robodoc/makefile.in +++ b/util/robodoc/makefile.in @@ -293,7 +293,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \