diff --git a/src/net/java/sip/communicator/impl/media/transform/zrtp/ZRTPCTransformer.java b/src/net/java/sip/communicator/impl/media/transform/zrtp/ZRTPCTransformer.java index 2a5b5b848..64cd5d9a3 100644 --- a/src/net/java/sip/communicator/impl/media/transform/zrtp/ZRTPCTransformer.java +++ b/src/net/java/sip/communicator/impl/media/transform/zrtp/ZRTPCTransformer.java @@ -1,20 +1,8 @@ -/** - * Copyright (C) 2006-2008 Werner Dittmann - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . +/* + * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * - * Authors: Werner Dittmann + * Distributable under LGPL license. + * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.media.transform.zrtp; diff --git a/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpRawPacket.java b/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpRawPacket.java index 304d3a7cb..f74c33c09 100644 --- a/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpRawPacket.java +++ b/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpRawPacket.java @@ -1,20 +1,8 @@ -/** - * Copyright (C) 2006-2008 Werner Dittmann - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . +/* + * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * - * Authors: Werner Dittmann + * Distributable under LGPL license. + * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.media.transform.zrtp; diff --git a/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpTransformConnector.java b/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpTransformConnector.java index 037298756..fb582a575 100644 --- a/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpTransformConnector.java +++ b/src/net/java/sip/communicator/impl/media/transform/zrtp/ZrtpTransformConnector.java @@ -1,20 +1,8 @@ -/** - * Copyright (C) 2006-2008 Werner Dittmann - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . +/* + * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * - * Authors: Werner Dittmann + * Distributable under LGPL license. + * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.media.transform.zrtp;