From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4710 invoked by alias); 20 Jan 2002 19:42:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4678 invoked from network); 20 Jan 2002 19:42:21 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 20 Jan 2002 19:42:21 -0000 Received: (from mec@localhost) by duracef.shout.net (8.8.7/8.8.7) id NAA32638 for gdb-patches@sources.redhat.com; Sun, 20 Jan 2002 13:42:20 -0600 Date: Sun, 20 Jan 2002 11:42:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200201201942.NAA32638@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [RFA] gdb/top.c: bump copyright year in banner X-SW-Source: 2002-01/txt/msg00590.txt.bz2 This change looks obvious from my point of view, but I'm asking for approval because it implements part of the legal interface. This is for mainline only, not 5.1 branch. I don't know if there have been any changes to the 5.1 branch in calendar year 2002 that require bumping the year, so I'm leaving the branch alone. OK to apply? Michael C 2002-01-20 Michael Chastain * top.c (print_gdb_version): Bump copyright year to 2002. Index: gdb/top.c =================================================================== RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.52 diff -c -3 -p -r1.52 top.c *** top.c 2002/01/17 22:15:17 1.52 --- top.c 2002/01/20 19:39:52 *************** print_gdb_version (struct ui_file *strea *** 1320,1326 **** /* Second line is a copyright notice. */ ! fprintf_filtered (stream, "Copyright 2001 Free Software Foundation, Inc.\n"); /* Following the copyright is a brief statement that the program is free software, that users are free to copy and change it on --- 1320,1326 ---- /* Second line is a copyright notice. */ ! fprintf_filtered (stream, "Copyright 2002 Free Software Foundation, Inc.\n"); /* Following the copyright is a brief statement that the program is free software, that users are free to copy and change it on