Skip to content
Snippets Groups Projects
Commit b543e978 authored by mh17's avatar mh17
Browse files

added copyright header

parent 9258dcca
No related branches found
No related tags found
No related merge requests found
/* Last edited: 2009-11-26 12:52:29 (mgh) */ /* File: zmapUrl.h
/* Last edited: Aug 31 11:05 2005 (rds) */ * Author: Roy Story (rds@sanger.ac.uk)
/* Declarations for url.c. * Copyright (c) 2006-2010: Genome Research Ltd.
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. *-------------------------------------------------------------------
* ZMap is free software; you can redistribute it and/or
This file is part of GNU Wget. * modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
GNU Wget is free software; you can redistribute it and/or modify * of the License, or (at your option) any later version.
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * This program is distributed in the hope that it will be useful,
(at your option) any later version. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Wget is distributed in the hope that it will be useful, * GNU General Public License for more details.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * You should have received a copy of the GNU General Public License
GNU General Public License for more details. * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
You should have received a copy of the GNU General Public License * or see the on-line version at http://www.gnu.org/copyleft/gpl.txt
along with Wget; if not, write to the Free Software *-------------------------------------------------------------------
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * This file is part of the ZMap genome database package
* originally written by:
In addition, as a special exception, the Free Software Foundation *
gives permission to link the code of its release of Wget with the * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk,
OpenSSL projects "OpenSSL" library (or with modified versions of it * Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk
that use the same license as the "OpenSSL" library), and distribute *
the linked executables. You must obey the GNU General Public License * Description:
in all respects for all of the code used other than "OpenSSL". If you *
modify this file, you may extend this exception to your version of the * Exported functions: See XXXXXXXXXXXXX.h
file, but you are not obligated to do so. If you do not wish to do * HISTORY:
so, delete this exception statement from your version. */ * Created: Thu Nov 26 10:30:21 2009 (mh17)
* CVS info: $Id: zmapUrl.h,v 1.6 2010-03-04 15:35:32 mh17 Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAPURL_H #ifndef ZMAPURL_H
#define ZMAPURL_H #define ZMAPURL_H
...@@ -35,11 +38,11 @@ so, delete this exception statement from your version. */ ...@@ -35,11 +38,11 @@ so, delete this exception statement from your version. */
/* Default port definitions */ /* Default port definitions */
#define DEFAULT_HTTP_PORT 80 #define DEFAULT_HTTP_PORT 80
#define DEFAULT_FTP_PORT 21 #define DEFAULT_FTP_PORT 21
#define DEFAULT_FILE_PORT 0 /* There is no port */ #define DEFAULT_FILE_PORT 0 /* There is no port */
#define DEFAULT_PIPE_PORT 0 /* There is no port */ #define DEFAULT_PIPE_PORT 0 /* There is no port */
#define DEFAULT_ACEDB_PORT 23100 /* default sgifaceserver port */ #define DEFAULT_ACEDB_PORT 23100 /* default sgifaceserver port */
#define DEFAULT_MYSQL_PORT 3306 #define DEFAULT_MYSQL_PORT 3306
#define DEFAULT_HTTPS_PORT 443 #define DEFAULT_HTTPS_PORT 443
/* Note: the ordering here is related to the order of elements in /* Note: the ordering here is related to the order of elements in
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment