Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c064ceeb
Commit
c064ceeb
authored
Dec 18, 2005
by
Per Cederqvist
Browse files
Updated year in copyright statement
parent
f4f9f4cd
Changes
27
Hide whitespace changes
Inline
Side-by-side
doc/Protocol-A.texi
View file @
c064ceeb
...
...
@@ -285,7 +285,7 @@ This is the LysKOM Protocol A specification, edition
protocol. It was first distributed with version @value
{
VERSION
}
of
lyskomd.
Copyright @copyright
{}
1995-200
3
Lysator ACS.
Copyright @copyright
{}
1995-200
5
Lysator ACS.
@quotation
Permission is granted to make and distribute verbatim copies of this
...
...
doc/checkargs.py
View file @
c064ceeb
# Check Protocol-A.texi.
# Copyright (C)
2001
-2003 Lysator Academic Computer Association.
# Copyright (C)
1995
-2003
, 2005
Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
...
...
@@ -1792,7 +1792,7 @@ def generate_stable_output(filename, only_recommended):
fp
.
write
(
"# the protocol version in which the entity was first
\n
"
)
fp
.
write
(
"# introduced.
\n
"
)
fp
.
write
(
"
\n
"
)
fp
.
write
(
"# This file is Copyright (C) 1995-2003 Lysator ACS.
\n
"
)
fp
.
write
(
"# This file is Copyright (C) 1995-2003
, 2005
Lysator ACS.
\n
"
)
fp
.
write
(
"# All rights reserved. This file may only be used
\n
"
)
fp
.
write
(
"# for testing purposes. Once the file format has
\n
"
)
fp
.
write
(
"# stabilized a future version of the file will probably
\n
"
)
...
...
@@ -2049,7 +2049,7 @@ def generate_summary_output(filename):
fp
.
write
(
"# format that is intended to be both machine-readable and
\n
"
)
fp
.
write
(
"# human-readable. The requests may be renamed in the future.
\n
"
)
fp
.
write
(
"
\n
"
)
fp
.
write
(
"# This file is Copyright (C) 1995-2003 Lysator ACS.
\n
"
)
fp
.
write
(
"# This file is Copyright (C) 1995-2003
, 2005
Lysator ACS.
\n
"
)
fp
.
write
(
"# All rights reserved. This file may only be used
\n
"
)
fp
.
write
(
"# for testing purposes. Once the file format has
\n
"
)
fp
.
write
(
"# stabilized a future version of the file will probably
\n
"
)
...
...
doc/lyskomd.texi
View file @
c064ceeb
\input
texinfo
@c
$
Id: lyskomd.texi,v
1
.
79
200
4
/
06
/
19
18
:
19
:
41
by
er
s
Exp
$
@c
$
Id: lyskomd.texi,v
1
.
80
200
5
/
12
/
18
21
:
54
:
14
ced
er Exp
$
@c
%**start of header
@setfilename lyskomd.info
@include version.texi
...
...
@@ -28,7 +28,7 @@
This is the reference manual for the lyskomd LysKOM server version
@value
{
VERSION
}
.
Copyright @copyright
{}
1995-200
3
Lysator ACS.
Copyright @copyright
{}
1995-200
4
Lysator ACS.
Permission is granted to make and distribute verbatim copies of this
specification provided the copyright notice and this permission notice
...
...
@@ -50,7 +50,7 @@ are preserved on all copies.
@page
@vskip 0pt plus 1filll
Copyright @copyright
{}
1995-200
3
Lysator ACS
Copyright @copyright
{}
1995-200
4
Lysator ACS
Permission is granted to make and distribute verbatim copies of this document
provided the copyright notice and this permission notice are preserved on all
...
...
mkmi
View file @
c064ceeb
#!/bin/sh
# $Id: mkmi,v 1.2
1
200
4/04/02 21:09:59
ceder Exp $
# $Id: mkmi,v 1.2
2
200
5/12/18 21:54:11
ceder Exp $
# Generate Makefile.in from Makefile.src template
# Copyright (C) 1994-1996, 1998-1999, 2003 Lysator Academic Computer Association.
# Copyright (C) 1994-1996, 1998-1999, 2003
-2004
Lysator Academic Computer Association.
#
# 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
...
...
scripts/xenofarm.sh
View file @
c064ceeb
#!/bin/sh
# Perform a test compilation of the LysKOM server under Xenofarm.
# Copyright (C) 2002-200
3
Lysator Academic Computer Association.
# Copyright (C) 2002-200
4
Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
...
...
src/include/services.h
View file @
c064ceeb
/*
* $Id: services.h,v 0.7
2
2005/12/18 21:
07:33
ceder Exp $
* Copyright (C) 1991-1999, 2001-2003 Lysator Academic Computer Association.
* $Id: services.h,v 0.7
3
2005/12/18 21:
54:15
ceder Exp $
* Copyright (C) 1991-1999, 2001-2003
, 2005
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/async.h
View file @
c064ceeb
/*
* $Id: async.h,v 0.2
6
200
4/07
/18 2
0:44:09
ceder Exp $
* Copyright (C) 1991, 1994-1999, 2001, 2003 Lysator Academic Computer Association.
* $Id: async.h,v 0.2
7
200
5/12
/18 2
1:54:16
ceder Exp $
* Copyright (C) 1991, 1994-1999, 2001, 2003
-2004
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please report bugs at http://bugzilla.lysator.liu.se/.
*/
/*
* $Id: async.h,v 0.2
6
200
4/07
/18 2
0:44:09
ceder Exp $
* $Id: async.h,v 0.2
7
200
5/12
/18 2
1:54:16
ceder Exp $
*
* This file contains the parts of the async protocol that are common
* to the server and the client.
...
...
src/server/aux-item-def-parse.y
View file @
c064ceeb
%{
/*
* $Id: aux-item-def-parse.y,v 1.2
3
200
4/07/21 07:12:44
ceder Exp $
* Copyright (C) 1994-1996, 1999, 2001-200
3
Lysator Academic Computer Association.
* $Id: aux-item-def-parse.y,v 1.2
4
200
5/12/18 21:54:16
ceder Exp $
* Copyright (C) 1994-1996, 1999, 2001-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/connections.c
View file @
c064ceeb
/*
* Copyright (C) 1991-200
3
Lysator Academic Computer Association.
* Copyright (C) 1991-200
5
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/connections.h
View file @
c064ceeb
/*
* $Id: connections.h,v 0.7
8
2005/12/18 21:
08:01
ceder Exp $
* Copyright (C) 1991-2003 Lysator Academic Computer Association.
* $Id: connections.h,v 0.7
9
2005/12/18 21:
54:17
ceder Exp $
* Copyright (C) 1991-2003
, 2005
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please report bugs at http://bugzilla.lysator.liu.se/.
*/
/*
* $Id: connections.h,v 0.7
8
2005/12/18 21:
08:01
ceder Exp $
* $Id: connections.h,v 0.7
9
2005/12/18 21:
54:17
ceder Exp $
*
* connections.h -- The top level of the communication packet.
*
...
...
src/server/fncdef.txt
View file @
c064ceeb
#
# $Id: fncdef.txt,v 0.6
6
2005/12/18 21:
08:0
7 ceder Exp $
# Copyright (C) 1991-1999, 2001-2003
# $Id: fncdef.txt,v 0.6
7
2005/12/18 21:
54:1
7 ceder Exp $
# Copyright (C) 1991-1999, 2001-2003
, 2005
# Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
#
# Please report bugs at http://bugzilla.lysator.liu.se/.
#
# $Id: fncdef.txt,v 0.6
6
2005/12/18 21:
08:0
7 ceder Exp $
# $Id: fncdef.txt,v 0.6
7
2005/12/18 21:
54:1
7 ceder Exp $
#
# This file is used to describe the functions in services.c. All
# functions that are reachable from the clients are listed here, together
...
...
src/server/internal-connections.c
View file @
c064ceeb
/*
* $Id: internal-connections.c,v 0.6
8
2005/12/18 21:
08
:1
7
ceder Exp $
* Copyright (C) 1991-1994, 1996-2003 Lysator Academic Computer Association.
* $Id: internal-connections.c,v 0.6
9
2005/12/18 21:
54
:1
8
ceder Exp $
* Copyright (C) 1991-1994, 1996-2003
, 2005
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/membership.c
View file @
c064ceeb
/*
* $Id: membership.c,v 0.9
7
200
4/07
/18 2
0:44:25
ceder Exp $
* Copyright (C) 1991-200
3
Lysator Academic Computer Association.
* $Id: membership.c,v 0.9
8
200
5/12
/18 2
1:54:18
ceder Exp $
* Copyright (C) 1991-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/person.c
View file @
c064ceeb
/*
* $Id: person.c,v 0.8
7
200
4
/12/1
3 10:20
:1
5
ceder Exp $
* Copyright (C) 1991-1999, 2001-200
3
Lysator Academic Computer Association.
* $Id: person.c,v 0.8
8
200
5
/12/1
8 21:54
:1
9
ceder Exp $
* Copyright (C) 1991-1999, 2001-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/prot-a-send-async.c
View file @
c064ceeb
/*
* $Id: prot-a-send-async.c,v 0.
39
200
4/07
/18 2
0:44:32
ceder Exp $
* Copyright (C) 1991, 1993-1999, 2001-200
3
Lysator Academic Computer Association.
* $Id: prot-a-send-async.c,v 0.
40
200
5/12
/18 2
1:54:20
ceder Exp $
* Copyright (C) 1991, 1993-1999, 2001-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/prot-a-send-async.h
View file @
c064ceeb
/*
* $Id: prot-a-send-async.h,v 0.2
4
200
4/07
/18 2
0:44:38
ceder Exp $
* Copyright (C) 1991, 1994-1999, 2001-200
3
Lysator Academic Computer Association.
* $Id: prot-a-send-async.h,v 0.2
5
200
5/12
/18 2
1:54:20
ceder Exp $
* Copyright (C) 1991, 1994-1999, 2001-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please report bugs at http://bugzilla.lysator.liu.se/.
*/
/*
* $Id: prot-a-send-async.h,v 0.2
4
200
4/07
/18 2
0:44:38
ceder Exp $
* $Id: prot-a-send-async.h,v 0.2
5
200
5/12
/18 2
1:54:20
ceder Exp $
*
* Asynchronous messages in protocol A.
*/
...
...
src/server/ramkomd.c
View file @
c064ceeb
/*
* $Id: ramkomd.c,v 0.13
1
200
4/07/21 07:10:5
0 ceder Exp $
* Copyright (C) 1991-1999, 2001-200
3
Lysator Academic Computer Association.
* $Id: ramkomd.c,v 0.13
2
200
5/12/18 21:54:2
0 ceder Exp $
* Copyright (C) 1991-1999, 2001-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/send-async.c
View file @
c064ceeb
/*
* $Id: send-async.c,v 0.5
1
200
4/07
/18 2
0:4
4:
5
1 ceder Exp $
* Copyright (C) 1991, 1993-200
3
Lysator Academic Computer Association.
* $Id: send-async.c,v 0.5
2
200
5/12
/18 2
1:5
4:
2
1 ceder Exp $
* Copyright (C) 1991, 1993-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/server/send-async.h
View file @
c064ceeb
/*
* $Id: send-async.h,v 0.2
5
200
4/07
/18 2
0:4
4:
5
1 ceder Exp $
* Copyright (C) 1991, 1994-1999, 2001-200
3
Lysator Academic Computer Association.
* $Id: send-async.h,v 0.2
6
200
5/12
/18 2
1:5
4:
2
1 ceder Exp $
* Copyright (C) 1991, 1994-1999, 2001-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please report bugs at http://bugzilla.lysator.liu.se/.
*/
/*
* $Id: send-async.h,v 0.2
5
200
4/07
/18 2
0:4
4:
5
1 ceder Exp $
* $Id: send-async.h,v 0.2
6
200
5/12
/18 2
1:5
4:
2
1 ceder Exp $
*
*/
extern
void
...
...
src/server/session.c
View file @
c064ceeb
/*
* $Id: session.c,v 0.
79
200
4/07
/18 2
0:44:59
ceder Exp $
* Copyright (C) 1991-1994, 1996-200
3
Lysator Academic Computer Association.
* $Id: session.c,v 0.
80
200
5/12
/18 2
1:54:21
ceder Exp $
* Copyright (C) 1991-1994, 1996-200
4
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment