mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added GPL v3 according to Debian Policy Manual, thanks to Roger Kalt
This commit is contained in:
parent
2575a37e23
commit
83a51175f4
@ -1,6 +1,22 @@
|
|||||||
# elog2sql
|
# elog2sql
|
||||||
# global configuration vars
|
# global configuration vars
|
||||||
|
|
||||||
|
# Copyright 2000 + Stefan Ritt
|
||||||
|
#
|
||||||
|
# ELOG 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# set the database table names to "$table_prefix<logbookname>"
|
# set the database table names to "$table_prefix<logbookname>"
|
||||||
|
|||||||
@ -1,5 +1,21 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
|
# Copyright 2000 + Stefan Ritt
|
||||||
|
#
|
||||||
|
# ELOG 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
doelog - save a mime message to elog
|
doelog - save a mime message to elog
|
||||||
|
|||||||
@ -1,5 +1,21 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
# Copyright 2000 + Stefan Ritt
|
||||||
|
#
|
||||||
|
# ELOG 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
parsecfg.pl - create a sql db template from a elog.cfg file
|
parsecfg.pl - create a sql db template from a elog.cfg file
|
||||||
|
|||||||
@ -1,5 +1,21 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
# Copyright 2000 + Stefan Ritt
|
||||||
|
#
|
||||||
|
# ELOG 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
parselog.pl - create a sql db input file from a elog logbook
|
parselog.pl - create a sql db input file from a elog logbook
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: elog
|
Name: elog
|
||||||
Summary: elog is a standalone electronic web logbook
|
Summary: elog is a standalone electronic web logbook
|
||||||
Version: 2.8.1
|
Version: 2.9.2
|
||||||
Release: 1
|
Release: test
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz
|
Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz
|
||||||
|
|||||||
15
src/auth.c
15
src/auth.c
@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
Name: auth.c
|
Name: auth.c
|
||||||
Created by: Stefan Ritt
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
Contents: Authentication subroutines. Currently supported:
|
Contents: Authentication subroutines. Currently supported:
|
||||||
|
|
||||||
|
|||||||
18
src/crypt.c
18
src/crypt.c
@ -1,6 +1,24 @@
|
|||||||
/* SHA256-based Unix crypt implementation.
|
/* SHA256-based Unix crypt implementation.
|
||||||
Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>.
|
Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>.
|
||||||
Adapted for MS Windows by Stefan Ritt <stefan.ritt@psi.ch>
|
Adapted for MS Windows by Stefan Ritt <stefan.ritt@psi.ch>
|
||||||
|
|
||||||
|
Copyrights Ulrich Drepper
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
$Id$ */
|
$Id$ */
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|||||||
16
src/elconv.c
16
src/elconv.c
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
Name: elconv.c
|
Name: elconv.c
|
||||||
Created by: Stefan Ritt
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contents: Conversion program for ELOG messages
|
Contents: Conversion program for ELOG messages
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
Name: elog-version.h
|
Name: elog-version.h
|
||||||
Created by: Stefan Ritt
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contents: Version file for all ELOG programs
|
Contents: Version file for all ELOG programs
|
||||||
|
|
||||||
|
|||||||
15
src/elog.c
15
src/elog.c
@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
Name: elog.c
|
Name: elog.c
|
||||||
Created by: Stefan Ritt
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
Contents: Electronic logbook utility
|
Contents: Electronic logbook utility
|
||||||
|
|
||||||
|
|||||||
16
src/elogd.c
16
src/elogd.c
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
Name: elogd.c
|
Name: elogd.c
|
||||||
Created by: Stefan Ritt
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
|
|||||||
16
src/elogd.h
16
src/elogd.h
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
Name: elogd.h
|
Name: elogd.h
|
||||||
Created by: Stefan Ritt
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contents: Header file for ELOG program
|
Contents: Header file for ELOG program
|
||||||
|
|
||||||
|
|||||||
@ -1 +1,23 @@
|
|||||||
|
/********************************************************************\
|
||||||
|
|
||||||
|
Name: git-revision.h
|
||||||
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
\********************************************************************/
|
||||||
|
|
||||||
#define GIT_REVISION "Mon Jan 13 09:25:57 2014 +0100 - a738232"
|
#define GIT_REVISION "Mon Jan 13 09:25:57 2014 +0100 - a738232"
|
||||||
|
|||||||
17
src/locext.c
17
src/locext.c
@ -2,6 +2,23 @@
|
|||||||
|
|
||||||
Name: locext.c
|
Name: locext.c
|
||||||
Created by: Stefan Ritt
|
Created by: Stefan Ritt
|
||||||
|
Copyright 2000 + Stefan Ritt
|
||||||
|
|
||||||
|
ELOG 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ELOG 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 ELOG. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contents: Extract all localization strings from elogd and put
|
Contents: Extract all localization strings from elogd and put
|
||||||
them into eloglang.xxxx
|
them into eloglang.xxxx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user