Browse Source

Remove my old email address

pull/2/head
Rémi Denis-Courmont 17 years ago
parent
commit
a12bbd58d9
  1. 2
      libs/srtp/Makefile.am
  2. 2
      libs/srtp/recv.c
  3. 2
      libs/srtp/srtp.c
  4. 2
      libs/srtp/srtp.h
  5. 2
      libs/srtp/test-aes.c
  6. 2
      libs/srtp/test-recv.c
  7. 1
      m4/flags.m4

2
libs/srtp/Makefile.am

@ -1,5 +1,5 @@
# Secure RTP with libgcrypt
# Copyright (C) 2007 Rémi Denis-Courmont <rdenis # simphalempin , com>
# Copyright (C) 2007 Rémi Denis-Courmont
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public

2
libs/srtp/recv.c

@ -1,6 +1,6 @@
/*
* Secure RTP with libgcrypt
* Copyright (C) 2007 Rémi Denis-Courmont <rdenis # simphalempin , com>
* Copyright (C) 2007 Rémi Denis-Courmont
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

2
libs/srtp/srtp.c

@ -1,6 +1,6 @@
/*
* Secure RTP with libgcrypt
* Copyright (C) 2007 Rémi Denis-Courmont <rdenis # simphalempin , com>
* Copyright (C) 2007 Rémi Denis-Courmont
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

2
libs/srtp/srtp.h

@ -1,6 +1,6 @@
/*
* Secure RTP with libgcrypt
* Copyright (C) 2007 Rémi Denis-Courmont <rdenis # simphalempin , com>
* Copyright (C) 2007 Rémi Denis-Courmont
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

2
libs/srtp/test-aes.c

@ -1,6 +1,6 @@
/*
* Secure RTP with libgcrypt
* Copyright (C) 2007 Rémi Denis-Courmont <rdenis # simphalempin , com>
* Copyright (C) 2007 Rémi Denis-Courmont
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

2
libs/srtp/test-recv.c

@ -1,6 +1,6 @@
/*
* Secure RTP with libgcrypt
* Copyright (C) 2007 Rémi Denis-Courmont <rdenis # simphalempin , com>
* Copyright (C) 2007 Rémi Denis-Courmont
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public

1
m4/flags.m4

@ -1,5 +1,4 @@
# Copyright © 2006 Rémi Denis-Courmont
# <rdenis (at) simphalempin (dot) com>.
# This file (flags.m4) is free software; unlimited permission to
# copy and/or distribute it , with or without modifications, as long
# as this notice is preserved.

Loading…
Cancel
Save