Changeset 2667 in ProjectBuilder for projects


Ignore:
Timestamp:
Feb 17, 2021, 2:08:32 AM (3 years ago)
Author:
Bruno Cornec
Message:

Copyright and version update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor

    r2666 r2667  
    55# $Id$
    66#
    7 # Copyright B. Cornec 2009
     7# Copyright B. Cornec 2009-2021
    88# Provided under the GPL v2
    99
     
    148148# String definitions
    149149my $ce_title = "CDDBeditor";
    150 my $ce_help = "(c) Bruno Cornec 2009-2020 - All right reversed under the GPL v2";
     150my $ce_help = "(c) Bruno Cornec 2009-2021 - All right reversed under the GPL v2";
    151151my $artist_label = Newt::Label("Artist: ");
    152152my $empty_label = Newt::Label("      ");
     
    193193$ce_config{"USER"} = "bruno";
    194194# Requires 4 words exactly
    195 $ce_config{"HELLO_ID"} = "$ce_config{\"USER\"} $ce_config{\"DOMAIN\"} CDDBEditor 0.5";
    196 
    197 # Copied from CDDB.pm
     195$ce_config{"HELLO_ID"} = "$ce_config{\"USER\"} $ce_config{\"DOMAIN\"} CDDBEditor 0.6";
     196
     197# Inspired by CDDB.pm
    198198# Determine whether we can submit changes by e-mail.
    199199
Note: See TracChangeset for help on using the changeset viewer.