Tweaks + license comments.

fix-message-formatting
Danny van Heumen 12 years ago
parent fbd78040c3
commit 95c4b9ae08

@ -1,7 +1,8 @@
/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license. See terms of license at gnu.org.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.protocol.irc;

@ -1,3 +1,9 @@
/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.protocol.irc;
import net.java.sip.communicator.service.protocol.ChatRoomMemberRole;
@ -5,7 +11,7 @@
/**
* IRC Modes enum
*
* @author danny
* @author Danny van Heumen
*/
public enum Mode
{

@ -1,3 +1,9 @@
/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.protocol.irc;
import java.util.ArrayList;
@ -5,6 +11,14 @@
import com.ircclouds.irc.api.domain.messages.ChannelModeMessage;
/**
* IRC mode parser.
*
* Parses a mode string and returns individual mode entries complete with
* parameters, if any.
*
* @author Danny van Heumen
*/
public class ModeParser
{
/**

Loading…
Cancel
Save