diff options
author | Frédéric Brière <fbriere@fbriere.net> | 2016-10-01 18:30:38 -0400 |
---|---|---|
committer | Frédéric Brière <fbriere@fbriere.net> | 2016-10-02 21:06:24 -0400 |
commit | 1f6d76bb12cf026dff26a0588a75c2dfdaa8cde3 (patch) | |
tree | 4bde6362102f3fc1ab25c078a5bca0eba9b28e2d /src/stun | |
parent | e65364c61775aab6345b8bb9e8f83a53bc7f4a32 (diff) | |
download | twinkle-1f6d76bb12cf026dff26a0588a75c2dfdaa8cde3.tar twinkle-1f6d76bb12cf026dff26a0588a75c2dfdaa8cde3.tar.gz twinkle-1f6d76bb12cf026dff26a0588a75c2dfdaa8cde3.tar.lz twinkle-1f6d76bb12cf026dff26a0588a75c2dfdaa8cde3.tar.xz twinkle-1f6d76bb12cf026dff26a0588a75c2dfdaa8cde3.zip |
Replace (old) FSF postal address with URL in header files
Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html
Fixes #25, fixes #71
Diffstat (limited to 'src/stun')
-rw-r--r-- | src/stun/stun_transaction.cpp | 3 | ||||
-rw-r--r-- | src/stun/stun_transaction.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/stun/stun_transaction.cpp b/src/stun/stun_transaction.cpp index 9514ba4..4d1d4ae 100644 --- a/src/stun/stun_transaction.cpp +++ b/src/stun/stun_transaction.cpp @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstring> diff --git a/src/stun/stun_transaction.h b/src/stun/stun_transaction.h index c06e1c5..132bfc2 100644 --- a/src/stun/stun_transaction.h +++ b/src/stun/stun_transaction.h @@ -12,8 +12,7 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _STUN_TRANSACTION_H |