← Back to team overview

mahara-contributors team mailing list archive

[Bug 1211621] Re: Correct license info in file headers

 

FYI: We decided not to put the license info at the top of the template
files because the information got printed and it's not necessary to have
the license info on any file if we have it elsewhere.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1211621

Title:
  Correct license info in file headers

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The license info currently reads:

  ----
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 of the License, or
   * (at your option) any later version.
  ----

  To avoid any confusion, it should be corrected to read

  ----
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 or later of the License.
  -----

  The text appears as comment in probably pretty much every file in
  Mahara but also on the installation screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1211621/+subscriptions


References