[dmdirc commit] r5819 - in trunk/src/com/dmdirc: . plugins

2 views
Skip to first unread message

com...@dmdirc.com

unread,
Jan 23, 2010, 4:46:06 PM1/23/10
to dmd...@googlegroups.com
Author: greboid
Date: 2010-01-23 21:46:04 +0000 (Sat, 23 Jan 2010)
New Revision: 5819

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/"));

com...@dmdirc.com

unread,
Jan 23, 2010, 4:48:05 PM1/23/10
to dmd...@googlegroups.com

com...@dmdirc.com

unread,
Jan 23, 2010, 5:31:05 PM1/23/10
to dmd...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages