aboutsummaryrefslogtreecommitdiff
path: root/jabberd
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-20 13:54:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-20 13:54:40 +0000
commitfa832ddd5aa85f459403766d12733c52c971f9fb (patch)
treedad5c40613ed86b02e684f3374a542a94795df1b /jabberd
parent1fa149c03f228d9ab2f55086a0eb3337cdb59992 (diff)
downloadgsc-fa832ddd5aa85f459403766d12733c52c971f9fb.tar.gz
gsc-fa832ddd5aa85f459403766d12733c52c971f9fb.tar.bz2
* 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
Diffstat (limited to 'jabberd')
-rw-r--r--jabberd/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/jabberd/Makefile.am b/jabberd/Makefile.am
index 1fab2c3..7d947b0 100644
--- a/jabberd/Makefile.am
+++ b/jabberd/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 <http://www.gnu.org/licenses/>.
+
bin_PROGRAMS = jabberd
jabberd_SOURCES = main.c progman.c jabberd.h
LDADD = ../lib/libgsc.a ../gnu/libgnu.a

Return to:

Send suggestions and report system problems to the System administrator.