From ed4ec220dcfcba29a7fc8ff161999c32a98e4430 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 20 Aug 2007 13:54:40 +0000 Subject: * jabberd/Makefile.am, cvs/Makefile.am, ckaliases/Makefile.am, acinclude.m4, Makefile.am: Add copyright statements * wydawca/sql.c (trim_length): Move to verify.c * wydawca/verify.c (trim_length, trim) (check_access_rights): New functions (expand_param): Export (verify_triplet): Call verify_directive_format and check_access_rights * wydawca/wydawca.h (trim_length, trim, directive_parse) (directive_get_value, directive_pack_version) (directive_version_in_range_p, verify_directive_format) (directive_first, directive_next, process_directives) (create_directory, move_file): New functions (MIN_DIRECTIVE_VERSION,MAX_DIRECTIVE_VERSION) (MKDIR_PERMISSIONS,CREAT_PERMISSIONS): New defines * wydawca/gpg.c (wydawca_gpg_homedir): Return a meaningful value (verify_directive_signature): Call directive_parse * wydawca/process.c (parse_file_name): Return void * wydawca/directive.c: New file * wydawca/diskio.c: New file * wydawca/triplet.c (triplet_processor): Call process_directives (enumerate_triplets): Arg is not const * wydawca/Makefile.am: Add new sources * configure.ac: Check for sendfile git-svn-id: file:///svnroot/gsc/trunk@278 d2de0444-eb31-0410-8365-af798a554d48 --- Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Makefile.am b/Makefile.am index dfa0b00..c43b7a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,19 @@ +# This file is part of GSC +# Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff +# +# GSC 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 3, or (at your option) +# any later version. +# +# GSC 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. +# +# You should have received a copy of the GNU General Public License +# along with GSC. If not, see . + AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=ckaliases AM_YFLAGS=-vtd AM_LFLAGS=-d -- cgit v1.2.1