# # file: index-hdr.pl # auth: Brad Burdick # desc: Index file header templates # ########################################################################## # Copyright (c) 1994, 1995 Internet Multicasting Service # # The SEC EDGAR Level 1 Dissemination processing software ("software") # was developed by the Internet Multicasting Service and may # be used for academic, research, government, and internal business # purposes without charge. You may not resell this code or include it # in a product that you are selling without prior permission of the # Internet Multicasting Service. # # This software is provided ``as is'', without express or implied # warranty, and with no support nor obligation to assist in its # use, correction, modification or enhancement. We assume no liability # with respect to the infringement of copyrights, trade secrets, or any # patents, and are not responsible for consequential damages. Proper # use of the software is entirely the responsibility of the user. ########################################################################## @master_hdr = ("Description: Master Index of EDGAR Dissemination Feed %s", "Last Data Received: %s", "Discussion List: edgar-interest@town.hall.org", "To Subscribe to List: Majordomo@town.hall.org", "General Information: info@radio.com", "E-mail server: mail@town.hall.org", "Anonymous FTP: ftp://town.hall.org/edgar/%s", ); @daily_hdr = ("Description: Daily Index of EDGAR Dissemination Feed %s", "Last Data Received: %s", "Discussion List: edgar-interest@town.hall.org", "To Subscribe to List: Majordomo@town.hall.org", "General Information: info@radio.com", "E-mail server: mail@town.hall.org", "Anonymous FTP: ftp://town.hall.org/edgar/%s", ); # keep require happy 1;