Changeset 140
- Timestamp:
- 06/16/06 06:07:45 (3 years ago)
- Files:
-
- trunk/COPYING (modified) (2 diffs)
- trunk/debian/changelog (modified) (1 diff)
- trunk/debian/copyright (modified) (2 diffs)
- trunk/debian/swapspace.init (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)
- trunk/swapspace.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/COPYING
r137 r140 3 3 4 4 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5 59 Temple Place, Suite 330, Boston, MA 02111-1307USA5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 6 6 Everyone is permitted to copy and distribute verbatim copies 7 7 of this license document, but changing it is not allowed. … … 306 306 You should have received a copy of the GNU General Public License 307 307 along with this program; if not, write to the Free Software 308 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA308 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 309 309 310 310 trunk/debian/changelog
r139 r140 1 swapspace (1.7) stable; urgency=low 2 3 * Updated FSF's postal address 4 5 -- Jeroen T. Vermeulen <jtv@thaiopensource.org> Thu, 15 Jun 2006 16:20:00 +0700 6 1 7 swapspace (1.6) stable; urgency=low 2 8 trunk/debian/copyright
r62 r140 4 4 It was downloaded from thaiopensource.org 5 5 6 Copyright Holder: Software Industry Promotion Agency <jtv@ sipa.or.th>6 Copyright Holder: Software Industry Promotion Agency <jtv@thaiopensource.org> 7 7 8 8 License: … … 20 20 You should have received a copy of the GNU General Public License 21 21 along with this package; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 22 Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 24 23 25 24 On Debian systems, the complete text of the GNU General trunk/debian/swapspace.init
r105 r140 15 15 # You should have received a copy of the GNU General Public License 16 16 # along with swapspace; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 # Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 18 # USA 18 19 19 20 set -e trunk/src/config.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 trunk/src/env.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 trunk/src/hog.c
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 trunk/src/log.c
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #include <errno.h> trunk/src/log.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #ifndef SWAPSPACE_LOG_H trunk/src/main.c
r139 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 trunk/src/main.h
r139 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #ifndef SWAPSPACE_MAIN_H trunk/src/memory.c
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #include "env.h" trunk/src/memory.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #ifndef SWAPSPACE_MEMORY_H trunk/src/opts.c
r139 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #include "env.h" trunk/src/opts.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 trunk/src/state.c
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 trunk/src/state.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #ifndef SWAPSPACE_STATE_H trunk/src/support.c
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #include "env.h" trunk/src/support.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #ifndef SWAPSPACE_SUPPORT_H trunk/src/swaps.c
r139 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #include "env.h" trunk/src/swaps.h
r138 r140 17 17 You should have received a copy of the GNU General Public License 18 18 along with swapspace; if not, write to the Free Software 19 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 #ifndef SWAPSPACE_SWAPS_H trunk/swapspace.conf
r137 r140 13 13 # You should have received a copy of the GNU General Public License 14 14 # along with swapspace; if not, write to the Free Software 15 # Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA15 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 16 16 17 17
