From: Guus Sliepen Date: Sun, 25 Jun 2000 15:22:16 +0000 (+0000) Subject: Added CVS Id tags to header files. X-Git-Tag: release-1.0pre3~188 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=7648bc606596851942dd6437ddaa93f53ab20f09 Added CVS Id tags to header files. --- diff --git a/src/encr.h b/src/encr.h index 227c2c8..77e9923 100644 --- a/src/encr.h +++ b/src/encr.h @@ -15,6 +15,8 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: encr.h,v 1.2.4.1 2000/06/25 15:22:16 guus Exp $ */ #ifndef __TINC_ENCR_H__ diff --git a/src/net.h b/src/net.h index dbf081f..35b500f 100644 --- a/src/net.h +++ b/src/net.h @@ -15,6 +15,8 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: net.h,v 1.9.4.3 2000/06/25 15:22:16 guus Exp $ */ #ifndef __TINC_NET_H__ diff --git a/src/netutl.h b/src/netutl.h index f218740..932814f 100644 --- a/src/netutl.h +++ b/src/netutl.h @@ -15,6 +15,8 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: netutl.h,v 1.2.4.1 2000/06/25 15:22:16 guus Exp $ */ #ifndef __TINC_NETUTL_H__ diff --git a/src/protocol.h b/src/protocol.h index 89da86d..c9137d6 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -15,6 +15,8 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: protocol.h,v 1.5.4.2 2000/06/25 15:22:16 guus Exp $ */ #ifndef __TINC_PROTOCOL_H__