[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1102]



Revision: 1102
          http://svn.sourceforge.net/ledger-smb/?rev=1102&view=rev
Author:   christopherm
Date:     2007-04-25 23:05:11 -0700 (Wed, 25 Apr 2007)

Log Message:
-----------
trivial change, removing 'Licensed to' and replacing with 'Company'. 'Licensed to' just seems wrong for a GPL app

Modified Paths:
--------------
    branches/1.2/bin/am.pl
    trunk/bin/am.pl

Modified: branches/1.2/bin/am.pl
===================================================================
--- branches/1.2/bin/am.pl	2007-04-25 16:55:36 UTC (rev 1101)
+++ branches/1.2/bin/am.pl	2007-04-26 06:05:11 UTC (rev 1102)
@@ -2921,7 +2921,7 @@
 <h1 class="login">| . $locale->text('Version') . qq| $form->{version}</h1>
 
 <p>
-| . $locale->text('Licensed to') . qq|
+| . $locale->text('Company') . qq| :
 <p>
 <b>
 $myconfig{company}

Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl	2007-04-25 16:55:36 UTC (rev 1101)
+++ trunk/bin/am.pl	2007-04-26 06:05:11 UTC (rev 1102)
@@ -2682,7 +2682,7 @@
 <h1 class="login">|.$locale->text('Version').qq| $form->{version}</h1>
 
 <p>
-|.$locale->text('Licensed to').qq|
+|.$locale->text('Company').qq| :
 <p>
 <b>
 $myconfig{company}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.