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/mpc2sv8/mpc2sv8.c

    r363 r427  
    11/*
    2   Copyright (c) 2007, The Musepack Development Team
     2  Copyright (c) 2007-2009, The Musepack Development Team
    33  All rights reserved.
    44
     
    5555#define MPC2SV8_VERSION cat(MPC2SV8_MAJOR,MPC2SV8_MINOR,MPC2SV8_BUILD)
    5656
    57 const char    About []        = "mpc2sv8 - Musepack (MPC) sv7 to sv8 converter v" MPC2SV8_VERSION " (C) 2007 MDT\nBuilt " __DATE__ " " __TIME__ "\n";
     57const char    About []        = "mpc2sv8 - Musepack (MPC) sv7 to sv8 converter v" MPC2SV8_VERSION " (C) 2007-2009 MDT\nBuilt " __DATE__ " " __TIME__ "\n";
    5858
    5959static void datacpy(mpc_decoder * d, mpc_encoder_t * e)
Note: See TracChangeset for help on using the changeset viewer.