[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1023-gfc7796b

Alex Vandiver alexmv at bestpractical.com
Thu Dec 23 14:43:59 EST 2010


The branch, 3.9-trunk has been updated
       via  fc7796b06582509e3058149938f2ff8796cea52a (commit)
       via  e9e84d512d83af1594749bef366be5078bf09410 (commit)
      from  410f1613d74ea5821bd1586e3e7179de94b712d7 (commit)

Summary of changes:
 configure.ac               |    2 +-
 share/html/Elements/Footer |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit e9e84d512d83af1594749bef366be5078bf09410
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 23 14:43:39 2010 -0500

    Fix minor dnl wrapping bug

diff --git a/configure.ac b/configure.ac
index acfdd81..e31e52b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR([lib/RT.pm])
 
 dnl Save our incant early since $@ gets overwritten by some macros.
 dnl ${ac_configure_args} is available later, but it's quoted differently
-dnl and dnl undocumented.  See http://www.spinics.net/lists/ac/msg10022.html.
+dnl and undocumented.  See http://www.spinics.net/lists/ac/msg10022.html.
 AC_SUBST(CONFIGURE_INCANT, "$0 $@")
 
 dnl Extract RT version number components

commit fc7796b06582509e3058149938f2ff8796cea52a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 23 13:46:46 2010 -0500

    Link to the right version of the GPL on the front page; also, make the URL not in the loc string

diff --git a/share/html/Elements/Footer b/share/html/Elements/Footer
index d004663..b77bdfa 100755
--- a/share/html/Elements/Footer
+++ b/share/html/Elements/Footer
@@ -56,7 +56,7 @@
   <p id="bpscredits"><span><&|/l,     '&#187;&#124;&#171;', $RT::VERSION, '2010', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&>
 </span></p>
 % if (!$Menu) {
-  <p id="legal"><&|/l&>Distributed under version 2 <a href="http://www.gnu.org/copyleft/gpl.html"> of the GNU GPL.</a></&><br /><&|/l, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br /></p>
+  <p id="legal"><&|/l, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>' &>Distributed under [_1]version 2 of the GNU GPL[_2].</a></&><br /><&|/l, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br /></p>
 % }
 </div>
 % if ($Debug >= 2 ) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list