Removed:
trunk/src/com/dmdirc/licenses/
Modified:
trunk/src/com/dmdirc/plugins/PluginInfo.java
Log:
Fixes issue 3285 (http://bugs.dmdirc.com/view/3285): s/License/Licences
Git-version: 0.6.3m2-346-g3449b8f
Modified: trunk/src/com/dmdirc/plugins/PluginInfo.java
===================================================================
--- trunk/src/com/dmdirc/plugins/PluginInfo.java 2010-01-23 20:44:21 UTC (rev 5818)
+++ trunk/src/com/dmdirc/plugins/PluginInfo.java 2010-01-23 21:46:04 UTC (rev 5819)
@@ -241,13 +241,13 @@
}
/**
- * Get the license for this plugin if it exists.
+ * Get the licence for this plugin if it exists.
*
- * @return An InputStream for the license of this plugin, or null if no
- * license found.
+ * @return An InputStream for the licence of this plugin, or null if no
+ * licence found.
* @throws IOException if there is an error with the ResourceManager.
*/
- public Map<String, InputStream> getLicenseStreams() throws IOException {
+ public Map<String, InputStream> getLicenceStreams() throws IOException {
return new TreeMap<String, InputStream>(getResourceManager().
getResourcesStartingWithAsInputStreams(
"META-INF/licences/"));