Changeset 138
- Timestamp:
- 12/10/05 02:20:50 (3 years ago)
- Files:
-
- trunk/README (modified) (2 diffs)
- trunk/doc/swapspace.8 (modified) (1 diff)
- trunk/src/config.h (modified) (1 diff)
- trunk/src/env.h (modified) (1 diff)
- trunk/src/hog.c (modified) (1 diff)
- trunk/src/log.c (modified) (1 diff)
- trunk/src/log.h (modified) (1 diff)
- trunk/src/main.c (modified) (1 diff)
- trunk/src/main.h (modified) (1 diff)
- trunk/src/memory.c (modified) (1 diff)
- trunk/src/memory.h (modified) (1 diff)
- trunk/src/opts.c (modified) (1 diff)
- trunk/src/opts.h (modified) (1 diff)
- trunk/src/state.c (modified) (1 diff)
- trunk/src/state.h (modified) (1 diff)
- trunk/src/support.c (modified) (1 diff)
- trunk/src/support.h (modified) (1 diff)
- trunk/src/swaps.c (modified) (1 diff)
- trunk/src/swaps.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README
r137 r138 2 2 3 3 http://thaiopensource.org/development/swapspace/ 4 5 4 6 5 What it does for you … … 24 23 25 24 Swapspace is made available for use under the GNU General Public License (GPL). 26 See the file COPYING for details. 25 See the file COPYING for an open copyright license. 26 27 Copyright (C) 2005 Software Industry Promotion Agency (SIPA), Thailand. Written 28 by Jeroen T. Vermeulen <jtv@xs4all.nl> 27 29 28 30 trunk/doc/swapspace.8
r130 r138 164 164 \& /var/lib/swapspace/ 165 165 .SH AUTHOR 166 Written by Jeroen Vermeulen for Software Industry Promotion Agency of Thailand.166 Written by Jeroen T. Vermeulen 167 167 .SH BUGS 168 168 Please report any bugs you may find on the project website at: 169 169 http://thaiopensource.org/development/swapspace/ 170 170 .SH COPYRIGHT 171 Copyright \(co 2005 Software Industry Promotion Agency 171 Copyright \(co 2005 Software Industry Promotion Agency (SIPA), Thailand 172 172 .br 173 173 This is free software; see the source for copying conditions. There is no trunk/src/config.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/env.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/hog.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/log.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/log.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/main.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/main.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/memory.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/memory.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/opts.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/opts.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/state.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/state.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/support.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/support.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/swaps.c
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify trunk/src/swaps.h
r128 r138 1 1 /* 2 2 This file is part of Swapspace. 3 4 Copyright (C) 2005, Software Industry Industry Promotion Agency (SIPA), Thailand 5 Written by Jeroen T. Vermeulen <jtv@xs4all.nl>. 3 6 4 7 Swapspace is free software; you can redistribute it and/or modify
