[Apt-got-cvs-commits] apt-got/src/com/debianmirror/server Listener.java,1.2,1.3 MirrorHttpWorkerImpl
Status: Beta
Brought to you by:
dun3
From: Tobias H. <du...@bt...> - 2004-06-02 01:33:04
|
Update of /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server In directory btfmx2:/tmp/cvs-serv14425/src/com/debianmirror/server Modified Files: Listener.java MirrorHttpWorkerImpl.java MirrorHttpWorkerImplFactory.java Server.java ServerConfig.java Worker.java WorkerCache.java WorkerImpl.java WorkerImplFactory.java Log Message: Added GNU GPL copyright information Index: MirrorHttpWorkerImplFactory.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/MirrorHttpWorkerImplFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MirrorHttpWorkerImplFactory.java 6 Apr 2004 20:34:41 -0000 1.2 --- MirrorHttpWorkerImplFactory.java 2 Jun 2004 01:32:51 -0000 1.3 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.util.*; Index: WorkerImplFactory.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/WorkerImplFactory.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** WorkerImplFactory.java 4 Apr 2004 22:32:58 -0000 1.1.1.1 --- WorkerImplFactory.java 2 Jun 2004 01:32:51 -0000 1.2 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn, Jonas Jagerhok, Jamie Fitz-Gerald + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.util.*; Index: Listener.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/Listener.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Listener.java 1 Jun 2004 18:23:45 -0000 1.2 --- Listener.java 2 Jun 2004 01:32:51 -0000 1.3 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn, Jonas Jagerhok, Jamie Fitz-Gerald + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.lang.Thread; import java.net.ServerSocket; Index: Server.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/Server.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Server.java 1 Jun 2004 18:23:45 -0000 1.5 --- Server.java 2 Jun 2004 01:32:51 -0000 1.6 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.util.*; import com.debianmirror.server.ServerConfig; Index: WorkerImpl.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/WorkerImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** WorkerImpl.java 4 Apr 2004 22:32:58 -0000 1.1.1.1 --- WorkerImpl.java 2 Jun 2004 01:32:51 -0000 1.2 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn, Jonas Jagerhok, Jamie Fitz-Gerald + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.io.IOException; import java.util.*; Index: ServerConfig.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/ServerConfig.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ServerConfig.java 1 Jun 2004 19:05:16 -0000 1.10 --- ServerConfig.java 2 Jun 2004 01:32:51 -0000 1.11 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.util.Properties; import java.io.FileInputStream; Index: WorkerCache.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/WorkerCache.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WorkerCache.java 1 Jun 2004 18:23:45 -0000 1.2 --- WorkerCache.java 2 Jun 2004 01:32:51 -0000 1.3 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn, Jonas Jagerhok, Jamie Fitz-Gerald + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import java.lang.Thread; import java.util.*; *************** *** 6,9 **** --- 23,27 ---- import java.util.logging.Level; import java.lang.ThreadGroup; + /** * The WorkerCache hold a bunch of already started Worker threads. Index: Worker.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/Worker.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Worker.java 1 Jun 2004 18:23:45 -0000 1.3 --- Worker.java 2 Jun 2004 01:32:51 -0000 1.4 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn, Jonas Jagerhok, Jamie Fitz-Gerald + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import com.debianmirror.http.HttpRequestHeader; import com.debianmirror.mirror.control.MirrorControl; Index: MirrorHttpWorkerImpl.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/MirrorHttpWorkerImpl.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MirrorHttpWorkerImpl.java 1 Jun 2004 19:05:16 -0000 1.6 --- MirrorHttpWorkerImpl.java 2 Jun 2004 01:32:51 -0000 1.7 *************** *** 1,4 **** --- 1,21 ---- package com.debianmirror.server; + // Copyright 2004 Tobias Hertkorn, Jonas Jagerhok + // This file is part of apt-got. + // + // apt-got 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 2 of the License, or + // (at your option) any later version. + // + // apt-got 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 apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + import com.debianmirror.mirror.control.MirrorControlSingleton; import com.debianmirror.http.*; |