Module: kamailio Branch: master Commit: 3af22766b1554193ef7990dd5d575f876f44732e URL: https://github.com/kamailio/kamailio/commit/3af22766b1554193ef7990dd5d575f87...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-06-12T09:18:35+02:00
lib/srutils: removed svn ids
---
Modified: src/lib/srutils/sha256.c Modified: src/lib/srutils/sha256.h Modified: src/lib/srutils/shautils.c Modified: src/lib/srutils/shautils.h Modified: src/lib/srutils/tmrec.c Modified: src/lib/srutils/tmrec.h
---
Diff: https://github.com/kamailio/kamailio/commit/3af22766b1554193ef7990dd5d575f87... Patch: https://github.com/kamailio/kamailio/commit/3af22766b1554193ef7990dd5d575f87...
---
diff --git a/src/lib/srutils/sha256.c b/src/lib/srutils/sha256.c index 2b405511af..a0e23c080e 100644 --- a/src/lib/srutils/sha256.c +++ b/src/lib/srutils/sha256.c @@ -29,7 +29,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sha2.c,v 1.1 2001/11/08 00:01:51 adg Exp adg $ */
#include <string.h> /* memcpy()/memset() or bcopy()/bzero() */ diff --git a/src/lib/srutils/sha256.h b/src/lib/srutils/sha256.h index 111c8be6c2..760ccc0de6 100644 --- a/src/lib/srutils/sha256.h +++ b/src/lib/srutils/sha256.h @@ -29,7 +29,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sha2.h,v 1.1 2001/11/08 00:02:01 adg Exp adg $ */
#ifndef __SHA2_H__ diff --git a/src/lib/srutils/shautils.c b/src/lib/srutils/shautils.c index 13bc89f5e9..5fa79527bf 100644 --- a/src/lib/srutils/shautils.c +++ b/src/lib/srutils/shautils.c @@ -15,8 +15,8 @@ * 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, write to the Free Software + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! @defgroup srutils Various utilities diff --git a/src/lib/srutils/shautils.h b/src/lib/srutils/shautils.h index 1ca8d0789a..aa2d16ad90 100644 --- a/src/lib/srutils/shautils.h +++ b/src/lib/srutils/shautils.h @@ -15,8 +15,8 @@ * 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, write to the Free Software + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! diff --git a/src/lib/srutils/tmrec.c b/src/lib/srutils/tmrec.c index d04e72c36d..6203a4db83 100644 --- a/src/lib/srutils/tmrec.c +++ b/src/lib/srutils/tmrec.c @@ -1,5 +1,4 @@ /* - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. diff --git a/src/lib/srutils/tmrec.h b/src/lib/srutils/tmrec.h index 7786578a18..be531a83da 100644 --- a/src/lib/srutils/tmrec.h +++ b/src/lib/srutils/tmrec.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of ser, a free SIP server.