Projects tigase _server tigase-stun Commits 7e0fec86
ctrl k
  • src/main/java/tigase/stun/Activator.java
    ■ ■ ■ ■ ■ ■
    1  -/*
    2  - * Tigase XMPP STUN Component
    3  - * Copyright (C) 2012 "Andrzej Wójcik" <andrzej.wojcik@tigase.org>
     1 +/**
     2 + * Tigase STUN Component - STUN server component for Tigase XMPP Server
     3 + * Copyright (C) 2012 Tigase, Inc. (office@tigase.com)
    4 4   *
    5 5   * This program is free software: you can redistribute it and/or modify
    6  - * it under the terms of the GNU General Public License as published by
    7  - * the Free Software Foundation, either version 3 of the License.
     6 + * it under the terms of the GNU Affero General Public License as published by
     7 + * the Free Software Foundation, version 3 of the License.
    8 8   *
    9 9   * This program is distributed in the hope that it will be useful,
    10 10   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 11   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    12  - * GNU General Public License for more details.
     12 + * GNU Affero General Public License for more details.
    13 13   *
    14  - * You should have received a copy of the GNU General Public License
     14 + * You should have received a copy of the GNU Affero General Public License
    15 15   * along with this program. Look for COPYING file in the top folder.
    16 16   * If not, see http://www.gnu.org/licenses/.
    17 17   */
    skipped 87 lines
  • src/main/java/tigase/stun/StatisticsCollector.java
    ■ ■ ■ ■ ■ ■
     1 +/**
     2 + * Tigase STUN Component - STUN server component for Tigase XMPP Server
     3 + * Copyright (C) 2012 Tigase, Inc. (office@tigase.com)
     4 + *
     5 + * This program is free software: you can redistribute it and/or modify
     6 + * it under the terms of the GNU Affero General Public License as published by
     7 + * the Free Software Foundation, version 3 of the License.
     8 + *
     9 + * This program is distributed in the hope that it will be useful,
     10 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     12 + * GNU Affero General Public License for more details.
     13 + *
     14 + * You should have received a copy of the GNU Affero General Public License
     15 + * along with this program. Look for COPYING file in the top folder.
     16 + * If not, see http://www.gnu.org/licenses/.
     17 + */
    1 18  /*
    2 19   * To change this template, choose Tools | Templates
    3 20   * and open the template in the editor.
    skipped 13 lines
  • src/main/java/tigase/stun/StunComponent.java
    ■ ■ ■ ■ ■ ■
    1  -/*
    2  - * StunComponent.java
    3  - *
    4  - * Tigase Jabber/XMPP Server
    5  - * Copyright (C) 2004-2012 "Artur Hefczyc" <artur.hefczyc@tigase.org>
     1 +/**
     2 + * Tigase STUN Component - STUN server component for Tigase XMPP Server
     3 + * Copyright (C) 2012 Tigase, Inc. (office@tigase.com)
    6 4   *
    7 5   * This program is free software: you can redistribute it and/or modify
    8 6   * it under the terms of the GNU Affero General Public License as published by
    9  - * the Free Software Foundation, either version 3 of the License.
     7 + * the Free Software Foundation, version 3 of the License.
    10 8   *
    11 9   * This program is distributed in the hope that it will be useful,
    12 10   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    skipped 3 lines
    16 14   * You should have received a copy of the GNU Affero General Public License
    17 15   * along with this program. Look for COPYING file in the top folder.
    18 16   * If not, see http://www.gnu.org/licenses/.
    19  - *
    20 17   */
    21  - 
    22 18   
    23 19   
    24 20  package tigase.stun;
    skipped 289 lines
  • src/main/java/tigase/stun/StunServerReceiverThread.java
    ■ ■ ■ ■ ■ ■
    1  -/*
    2  - * Tigase XMPP STUN Component
    3  - * Copyright (C) 2012 "Andrzej Wójcik" <andrzej.wojcik@tigase.org>
     1 +/**
     2 + * Tigase STUN Component - STUN server component for Tigase XMPP Server
     3 + * Copyright (C) 2012 Tigase, Inc. (office@tigase.com)
    4 4   *
    5 5   * This program is free software: you can redistribute it and/or modify
    6  - * it under the terms of the GNU General Public License as published by
    7  - * the Free Software Foundation, either version 3 of the License.
     6 + * it under the terms of the GNU Affero General Public License as published by
     7 + * the Free Software Foundation, version 3 of the License.
    8 8   *
    9 9   * This program is distributed in the hope that it will be useful,
    10 10   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 11   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    12  - * GNU General Public License for more details.
     12 + * GNU Affero General Public License for more details.
    13 13   *
    14  - * You should have received a copy of the GNU General Public License
     14 + * You should have received a copy of the GNU Affero General Public License
    15 15   * along with this program. Look for COPYING file in the top folder.
    16 16   * If not, see http://www.gnu.org/licenses/.
    17 17   */
    skipped 181 lines
  • src/main/java/tigase/stun/StunSocket.java
    ■ ■ ■ ■ ■ ■
     1 +/**
     2 + * Tigase STUN Component - STUN server component for Tigase XMPP Server
     3 + * Copyright (C) 2012 Tigase, Inc. (office@tigase.com)
     4 + *
     5 + * This program is free software: you can redistribute it and/or modify
     6 + * it under the terms of the GNU Affero General Public License as published by
     7 + * the Free Software Foundation, version 3 of the License.
     8 + *
     9 + * This program is distributed in the hope that it will be useful,
     10 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     12 + * GNU Affero General Public License for more details.
     13 + *
     14 + * You should have received a copy of the GNU Affero General Public License
     15 + * along with this program. Look for COPYING file in the top folder.
     16 + * If not, see http://www.gnu.org/licenses/.
     17 + */
    1 18  /*
    2 19   * To change this template, choose Tools | Templates
    3 20   * and open the template in the editor.
    skipped 32 lines
Page is in error, reload to recover