added license

cusax-fix
Emil Ivov 20 years ago
parent 54abfb4649
commit f236710b3b

@ -1,3 +1,9 @@
/*
* SIP Communicator, 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.icq;
import net.kano.joustsim.*;
@ -8,7 +14,7 @@
*
* @author Emil Ivov
*/
public class VolatileBuddy
class VolatileBuddy
implements Buddy
{
private Screenname screenname = null;

@ -1,3 +1,9 @@
/*
* SIP Communicator, 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.icq;
import java.util.*;
@ -8,7 +14,7 @@
* Used when initializing a volatile group.
* @author Emil Ivov
*/
public class VolatileGroup
class VolatileGroup
implements MutableGroup
{
private String groupName = new String("NotInContactList");

Loading…
Cancel
Save