Ignore:
Timestamp:
02/23/09 20:15:46 (15 years ago)
Author:
r2d
Message:

update copyright

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpccut/mpccut.c

    r353 r427  
    11/*
    2   Copyright (c) 2007, The Musepack Development Team
     2  Copyright (c) 2007-2009, The Musepack Development Team
    33  All rights reserved.
    44
     
    5454#define MPCCUT_VERSION cat(MPCCUT_MAJOR,MPCCUT_MINOR,MPCCUT_BUILD)
    5555
    56 const char    About []        = "mpccut - Musepack (MPC) stream cutter v" MPCCUT_VERSION " (C) 2007 MDT\nBuilt " __DATE__ " " __TIME__ "\n";
     56const char    About []        = "mpccut - Musepack (MPC) stream cutter v" MPCCUT_VERSION " (C) 2007-2009 MDT\nBuilt " __DATE__ " " __TIME__ "\n";
    5757
    5858static void copy_data(FILE * in_file, int in_file_pos, FILE * out_file, int data_size)
Note: See TracChangeset for help on using the changeset viewer.