[libss7-commits] mattf: trunk r50 - /trunk/
libss7-commits at lists.digium.com
libss7-commits at lists.digium.com
Fri Sep 22 08:47:24 MST 2006
Author: mattf
Date: Fri Sep 22 10:47:24 2006
New Revision: 50
URL: http://svn.digium.com/view/libss7?rev=50&view=rev
Log:
Make sure all of our copyright notices are correct
Modified:
trunk/isup.c
trunk/isup.h
trunk/libss7.h
trunk/mtp2.c
trunk/mtp2.h
trunk/mtp3.c
trunk/mtp3.h
trunk/ss7.c
trunk/ss7_internal.h
trunk/ss7_sched.c
Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Fri Sep 22 10:47:24 2006
@@ -3,7 +3,7 @@
Written by Matthew Fredrickson <creslin at digium.com>
-Copyright (C) 2005
+Copyright Digium, Inc. (C) 2006
All Rights Reserved.
This program is free software; you can redistribute it under the
Modified: trunk/isup.h
URL: http://svn.digium.com/view/libss7/trunk/isup.h?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/isup.h (original)
+++ trunk/isup.h Fri Sep 22 10:47:24 2006
@@ -3,7 +3,7 @@
Written by Matthew Fredrickson <creslin at digium.com>
-Copyright (C) 2005
+Copyright Digium, Inc. (C) 2006
All Rights Reserved.
This program is free software; you can redistribute it under the
Modified: trunk/libss7.h
URL: http://svn.digium.com/view/libss7/trunk/libss7.h?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/libss7.h (original)
+++ trunk/libss7.h Fri Sep 22 10:47:24 2006
@@ -1,3 +1,16 @@
+/*
+libss7: An implementation of Signaling System 7
+
+Written by Matthew Fredrickson <matt at fredricknet.net>
+
+Copyright Digium, Inc. (C), 2006
+All Rights Reserved.
+
+This program is free software; you can redistribute it under the
+terms of the GNU General Public License as published by the Free
+Software Foundation
+
+*/
#ifndef _LIBSS7_H
#define _LIBSS7_H
Modified: trunk/mtp2.c
URL: http://svn.digium.com/view/libss7/trunk/mtp2.c?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/mtp2.c (original)
+++ trunk/mtp2.c Fri Sep 22 10:47:24 2006
@@ -3,7 +3,7 @@
Written by Matthew Fredrickson <matt at fredricknet.net>
-Copyright (C), 2005
+Copyright Digium, Inc. (C), 2006
All Rights Reserved.
This program is free software; you can redistribute it under the
Modified: trunk/mtp2.h
URL: http://svn.digium.com/view/libss7/trunk/mtp2.h?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/mtp2.h (original)
+++ trunk/mtp2.h Fri Sep 22 10:47:24 2006
@@ -3,7 +3,7 @@
Written by Matthew Fredrickson <creslin at digium.com>
-Copyright (C) 2005
+Copyright Digium, Inc. (C) 2006
All Rights Reserved.
This program is free software; you can redistribute it under the
Modified: trunk/mtp3.c
URL: http://svn.digium.com/view/libss7/trunk/mtp3.c?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/mtp3.c (original)
+++ trunk/mtp3.c Fri Sep 22 10:47:24 2006
@@ -1,3 +1,16 @@
+/*
+libss7: An implementation of Signaling System 7
+
+Written by Matthew Fredrickson <matt at fredricknet.net>
+
+Copyright Digium, Inc. (C), 2006
+All Rights Reserved.
+
+This program is free software; you can redistribute it under the
+terms of the GNU General Public License as published by the Free
+Software Foundation
+
+*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
Modified: trunk/mtp3.h
URL: http://svn.digium.com/view/libss7/trunk/mtp3.h?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/mtp3.h (original)
+++ trunk/mtp3.h Fri Sep 22 10:47:24 2006
@@ -1,3 +1,16 @@
+/*
+libss7: An implementation of Signaling System 7
+
+Written by Matthew Fredrickson <matt at fredricknet.net>
+
+Copyright Digium, Inc. (C), 2006
+All Rights Reserved.
+
+This program is free software; you can redistribute it under the
+terms of the GNU General Public License as published by the Free
+Software Foundation
+
+*/
#ifndef _MTP3_H
#define _MTP3_H
Modified: trunk/ss7.c
URL: http://svn.digium.com/view/libss7/trunk/ss7.c?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/ss7.c (original)
+++ trunk/ss7.c Fri Sep 22 10:47:24 2006
@@ -3,7 +3,7 @@
Written by Matthew Fredrickson <matt at fredricknet.net>
-Copyright (C), 2005
+Copyright Digium, Inc (C), 2006
All Rights Reserved.
This program is free software; you can redistribute it under the
Modified: trunk/ss7_internal.h
URL: http://svn.digium.com/view/libss7/trunk/ss7_internal.h?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/ss7_internal.h (original)
+++ trunk/ss7_internal.h Fri Sep 22 10:47:24 2006
@@ -1,3 +1,16 @@
+/*
+libss7: An implementation of Signaling System 7
+
+Written by Matthew Fredrickson <matt at fredricknet.net>
+
+Copyright Digium, Inc. (C), 2006
+All Rights Reserved.
+
+This program is free software; you can redistribute it under the
+terms of the GNU General Public License as published by the Free
+Software Foundation
+
+*/
#ifndef _SS7_H
#define _SS7_H
Modified: trunk/ss7_sched.c
URL: http://svn.digium.com/view/libss7/trunk/ss7_sched.c?rev=50&r1=49&r2=50&view=diff
==============================================================================
--- trunk/ss7_sched.c (original)
+++ trunk/ss7_sched.c Fri Sep 22 10:47:24 2006
@@ -3,7 +3,7 @@
*
* Written by Matthew Fredrickson <creslin at digium.com>
*
- * scheduling routines taken from libpri by Mark Spencer
+ * scheduling routines taken from libpri by Mark Spencer <markster at digium.com>
*
* Copyright (C) 2005, Digium, Inc
* All Rights Reserved.
More information about the libss7-commits
mailing list