Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -126,7 +126,8 @@ |
127 | 127 | 'licensesThirdParty' => array( |
128 | 128 | 'type' => 'and', |
129 | 129 | 'licenseGroups' => array( |
130 | | - array( |
| 130 | + array( |
| 131 | + // This should be a list of all CC licenses we can reasonably expect to find around the web |
131 | 132 | 'head' => 'mwe-upwiz-license-cc-head', |
132 | 133 | 'subhead' => 'mwe-upwiz-license-cc-subhead', |
133 | 134 | 'licenses' => array( |
— | — | @@ -138,6 +139,8 @@ |
139 | 140 | ) |
140 | 141 | ), |
141 | 142 | array( |
| 143 | + // n.b. as of April 2011, Flickr still uses CC 2.0 licenses. |
| 144 | + // The White House also has an account there, hence the Public Domain US Government license |
142 | 145 | 'head' => 'mwe-upwiz-license-flickr-head', |
143 | 146 | 'subhead' => 'mwe-upwiz-license-flickr-subhead', |
144 | 147 | 'prependTemplates' => array( 'flickrreview' ), |
— | — | @@ -156,7 +159,8 @@ |
157 | 160 | 'pd-us', |
158 | 161 | ) |
159 | 162 | ), |
160 | | - array( |
| 163 | + array( |
| 164 | + // omitted navy because it is believed only MultiChil uses it heavily. Could add it back |
161 | 165 | 'head' => 'mwe-upwiz-license-usgov-head', |
162 | 166 | 'licenses' => array( |
163 | 167 | 'pd-usgov', |