From 40164c0d801920b4208c4da593bf8feeab6cf8b8 Mon Sep 17 00:00:00 2001 From: marko Date: Tue, 1 Jan 2008 18:27:47 +0000 Subject: [PATCH] Happy new year - hope it won't be as cosmetic and useless as this commit: Replace the 4-clause BSD copyright notice with a simplified 2-clause one obtained from FreeBSD. Hereby we lift the following two restrictions: -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. Include all the years from when a file originally appeared until including 2008. in copyright notices. Drop the "all rights reserved" statement from copyright notices, given that this is implied automatically by contemproary interpretations of US copyright law. Our MZT / MZOS funding only covered years 2004. and 2005., so drop the notice crediting MZT / MZOS from files / code created from scratch in 2006. and afterwards. Move the RCS ID line after the copyright notice. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- annotations.tcl | 27 +++++++++++++++++++++++++++ canvas.tcl | 19 ++++++++----------- cfgparse.tcl | 17 ++++++----------- decentralized/memberd.tcl | 15 ++++----------- editor.tcl | 17 ++++++----------- exec.tcl | 18 ++++++------------ filemgmt.tcl | 16 +++++----------- help.tcl | 33 ++++++++++----------------------- host.tcl | 17 ++++++----------- hub.tcl | 17 ++++++----------- imunes | 15 +++++---------- imunes.tcl | 17 ++++++----------- initgui.tcl | 19 +++++++------------ ipsec.tcl | 18 ++++-------------- ipv4.tcl | 17 ++++++----------- ipv6.tcl | 17 ++++++----------- lanswitch.tcl | 17 ++++++----------- linkcfg.tcl | 17 ++++++----------- nodecfg.tcl | 17 +++++------------ ns2imunes.tcl | 22 +++++++--------------- pc.tcl | 17 ++++++----------- quagga.tcl | 18 ++++++------------ rj45.tcl | 17 ++++++----------- static.tcl | 17 ++++++----------- topogen.tcl | 17 ++++++----------- xorp.tcl | 17 ++++++----------- 26 files changed, 178 insertions(+), 297 deletions(-) diff --git a/annotations.tcl b/annotations.tcl index 0be38ad..de59730 100644 --- a/annotations.tcl +++ b/annotations.tcl @@ -1,3 +1,30 @@ +# +# Copyright 2007-2008 University of Zagreb, Croatia. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# + +# $Id: annotations.tcl,v 1.1.2.9 2008/01/01 18:27:47 marko Exp $ + #****h* imunes/annotations.tcl # NAME diff --git a/canvas.tcl b/canvas.tcl index 75f5227..568dfff 100755 --- a/canvas.tcl +++ b/canvas.tcl @@ -1,6 +1,7 @@ -# $Id: canvas.tcl,v 1.9.2.4 2007/07/19 03:31:21 marko Exp $ +# $Id: canvas.tcl,v 1.9.2.5 2008/01/01 18:27:47 marko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +11,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -31,6 +25,9 @@ # SUCH DAMAGE. # +# $Id: canvas.tcl,v 1.9.2.5 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/canvas.tcl # NAME # canvas.tcl -- file used for manipultaion with canvases in IMUNES diff --git a/cfgparse.tcl b/cfgparse.tcl index e13ac9f..5d3f622 100755 --- a/cfgparse.tcl +++ b/cfgparse.tcl @@ -1,6 +1,5 @@ -# $Id: cfgparse.tcl,v 1.15.2.6 2007/07/20 15:16:24 miljenko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: cfgparse.tcl,v 1.15.2.7 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/cfgparse.tcl # NAME # cfgparse.tcl -- file used for parsing the configuration diff --git a/decentralized/memberd.tcl b/decentralized/memberd.tcl index 13a16a8..a5e1ea9 100755 --- a/decentralized/memberd.tcl +++ b/decentralized/memberd.tcl @@ -1,8 +1,8 @@ -# $Id: memberd.tcl,v 1.1.2.2 2007/07/19 00:12:45 marko Exp $ +# $Id: memberd.tcl,v 1.1.2.3 2008/01/01 18:27:48 marko Exp $ #!/usr/local/bin/tclsh8.4 # -# Copyright 2006 University of Zagreb, Croatia. All rights reserved. +# Copyright 2006-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -12,18 +12,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) diff --git a/editor.tcl b/editor.tcl index 8eff18b..7bd2e75 100755 --- a/editor.tcl +++ b/editor.tcl @@ -1,6 +1,5 @@ -# $Id: editor.tcl,v 1.62.2.15 2007/12/13 13:08:33 marko Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: editor.tcl,v 1.62.2.16 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/editor.tcl # NAME # editor.tcl -- file used for defining functions that can be used in diff --git a/exec.tcl b/exec.tcl index da7ed2d..0e1d239 100755 --- a/exec.tcl +++ b/exec.tcl @@ -1,6 +1,5 @@ -# $Id: exec.tcl,v 1.46.2.6 2007/07/19 03:31:21 marko Exp $ - -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,8 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: exec.tcl,v 1.46.2.7 2008/01/01 18:27:47 marko Exp $ + #****f* exec.tcl/nexec # NAME diff --git a/filemgmt.tcl b/filemgmt.tcl index 315af26..04f22ea 100755 --- a/filemgmt.tcl +++ b/filemgmt.tcl @@ -1,6 +1,5 @@ -# $Id: filemgmt.tcl,v 1.7.2.6 2007/07/19 07:27:07 marko Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,8 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: filemgmt.tcl,v 1.7.2.7 2008/01/01 18:27:47 marko Exp $ + ##****h* imunes/filemgmt.tcl # NAME diff --git a/help.tcl b/help.tcl index 974ae78..71cfe02 100755 --- a/help.tcl +++ b/help.tcl @@ -1,6 +1,5 @@ -# $Id: help.tcl,v 1.4.2.1 2007/05/07 08:20:09 ana Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,8 @@ # and Technology through the research contracts #IP-2003-143 and #IP-2004-154. # +# $Id: help.tcl,v 1.4.2.2 2008/01/01 18:27:47 marko Exp $ + #****h* imunes/help.tcl # NAME # help.tcl -- file used for help infromation @@ -44,7 +38,7 @@ set copyright { -Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +Copyright 2004-2008 University of Zagreb, Croatia. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -54,18 +48,11 @@ are met: 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: -This product includes software developed by the University of Zagreb, -Croatia and its contributors. -4. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -74,7 +61,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -This work was supported in part by Croatian Ministry of Science -and Technology through the research contracts #IP-2003-143 and #IP-2004-154. +This work was supported in part by Croatian Ministry of Science and +Technology through the research contracts #IP-2003-143 and #IP-2004-154. } diff --git a/host.tcl b/host.tcl index d4a16c1..38882e9 100755 --- a/host.tcl +++ b/host.tcl @@ -1,6 +1,5 @@ -# $Id: host.tcl,v 1.13.2.2 2007/07/19 00:12:45 marko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: host.tcl,v 1.13.2.3 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/host.tcl # NAME # host.tcl -- defines host specific procedures diff --git a/hub.tcl b/hub.tcl index 856603a..e4d238f 100755 --- a/hub.tcl +++ b/hub.tcl @@ -1,6 +1,5 @@ -# $Id: hub.tcl,v 1.9.2.1 2007/05/07 08:20:09 ana Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: hub.tcl,v 1.9.2.2 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/hub.tcl # NAME # hub.tcl -- defines hub specific procedures diff --git a/imunes b/imunes index a643a6d..cac66e0 100755 --- a/imunes +++ b/imunes @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +10,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +27,8 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: Exp $ + if [ `id -ur` -eq 0 -a -x /sbin/vimage ]; then vimage=`vimage` diff --git a/imunes.tcl b/imunes.tcl index 113eee3..cf1e322 100755 --- a/imunes.tcl +++ b/imunes.tcl @@ -1,6 +1,5 @@ -# $Id: imunes.tcl,v 1.19.2.5 2007/07/20 12:57:15 miljenko Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: imunes.tcl,v 1.19.2.6 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/imunes.tcl # NAME # imunes.tcl diff --git a/initgui.tcl b/initgui.tcl index 27392fe..590db6d 100755 --- a/initgui.tcl +++ b/initgui.tcl @@ -1,6 +1,5 @@ -# $Id: initgui.tcl,v 1.34.2.5 2007/07/20 15:15:37 miljenko Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: initgui.tcl,v 1.34.2.6 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/initgui.tcl # NAME # initgui.tcl diff --git a/ipsec.tcl b/ipsec.tcl index db99adb..4854e6b 100755 --- a/ipsec.tcl +++ b/ipsec.tcl @@ -1,6 +1,5 @@ -# $Id: ipsec.tcl,v 1.3.2.6 2007/07/19 04:10:00 marko Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2007-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -30,10 +22,8 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# This work was supported in part by the Croatian Ministry of Science -# and Technology through the research contract #IP-2003-143. -# +# $Id: ipsec.tcl,v 1.3.2.7 2008/01/01 18:27:47 marko Exp $ #****f* ipsec.tcl/editIpsecCfg # NAME diff --git a/ipv4.tcl b/ipv4.tcl index c613cfb..0d168a3 100755 --- a/ipv4.tcl +++ b/ipv4.tcl @@ -1,6 +1,5 @@ -# $Id: ipv4.tcl,v 1.10.2.3 2007/07/19 03:31:22 marko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: ipv4.tcl,v 1.10.2.4 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/ipv4.tcl # NAME # ipv4.tcl -- file for handeling IPv4 diff --git a/ipv6.tcl b/ipv6.tcl index d470a49..cf34f6f 100755 --- a/ipv6.tcl +++ b/ipv6.tcl @@ -1,6 +1,5 @@ -# $Id: ipv6.tcl,v 1.8.2.3 2007/07/19 03:31:22 marko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: ipv6.tcl,v 1.8.2.4 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/ipv6.tcl # NAME # ipv6.tcl -- file for handeling IPv6 diff --git a/lanswitch.tcl b/lanswitch.tcl index ce66c57..73f1d3f 100755 --- a/lanswitch.tcl +++ b/lanswitch.tcl @@ -1,6 +1,5 @@ -# $Id: lanswitch.tcl,v 1.9.2.1 2007/05/07 08:20:09 ana Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: lanswitch.tcl,v 1.9.2.2 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/lanswitch.tcl # NAME # lanswitch.tcl -- defines lanswitch specific procedures diff --git a/linkcfg.tcl b/linkcfg.tcl index 048333e..8d948f6 100755 --- a/linkcfg.tcl +++ b/linkcfg.tcl @@ -1,6 +1,5 @@ -# $Id: linkcfg.tcl,v 1.14.2.3 2007/07/19 03:31:22 marko Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: linkcfg.tcl,v 1.14.2.4 2008/01/01 18:27:47 marko Exp $ + + #****h* imunes/linkcfg.tcl # NAME # linkcfg.tcl -- file used for manipultaion with links in IMUNES diff --git a/nodecfg.tcl b/nodecfg.tcl index 74c0166..6b4200d 100755 --- a/nodecfg.tcl +++ b/nodecfg.tcl @@ -1,6 +1,5 @@ -# $Id: nodecfg.tcl,v 1.16.2.4 2007/08/11 08:57:29 ana Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,19 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. - # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -35,6 +26,8 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: nodecfg.tcl,v 1.16.2.5 2008/01/01 18:27:47 marko Exp $ + #****h* imunes/nodecfg.tcl # NAME diff --git a/ns2imunes.tcl b/ns2imunes.tcl index 9f31ada..b6e339a 100755 --- a/ns2imunes.tcl +++ b/ns2imunes.tcl @@ -1,6 +1,5 @@ -# $Id: ns2imunes.tcl,v 1.2.2.1 2007/05/07 08:20:10 ana Exp $ # -# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2004-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,19 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. - # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -31,9 +22,10 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# This work was supported in part by Croatian Ministry of Science -# and Technology through the research contract #IP-2003-143. -# + +# $Id: ns2imunes.tcl,v 1.2.2.2 2008/01/01 18:27:48 marko Exp $ + + #****h* imunes/ns2imunes.tcl # NAME # ns2imunes.tcl -- file used for converting from ns2 scripts to IMUNES conf diff --git a/pc.tcl b/pc.tcl index 7d4b372..9d575f8 100755 --- a/pc.tcl +++ b/pc.tcl @@ -1,6 +1,5 @@ -# $Id: pc.tcl,v 1.13.2.2 2007/07/19 00:12:45 marko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: pc.tcl,v 1.13.2.3 2008/01/01 18:27:48 marko Exp $ + + #****h* imunes/pc.tcl # NAME # pc.tcl -- defines pc specific procedures diff --git a/quagga.tcl b/quagga.tcl index cf52182..75c6afe 100755 --- a/quagga.tcl +++ b/quagga.tcl @@ -1,6 +1,5 @@ -# $Id: quagga.tcl,v 1.16.2.1 2007/05/07 08:20:10 ana Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: quagga.tcl,v 1.16.2.2 2008/01/01 18:27:48 marko Exp $ + + #****h* imunes/quagga.tcl # NAME # router.quagga.tcl -- defines specific procedures for router @@ -48,7 +43,6 @@ #**** - set MODULE router.quagga #****f* quagga.tcl/router.quagga.layer diff --git a/rj45.tcl b/rj45.tcl index 6a0f42c..f476a96 100755 --- a/rj45.tcl +++ b/rj45.tcl @@ -1,6 +1,5 @@ -# $Id: rj45.tcl,v 1.8.2.1 2007/05/07 08:20:10 ana Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: rj45.tcl,v 1.8.2.2 2008/01/01 18:27:48 marko Exp $ + + #****h* imunes/rj45.tcl # NAME # rj45.tcl -- defines rj45 specific procedures diff --git a/static.tcl b/static.tcl index 78548a0..5eaef57 100755 --- a/static.tcl +++ b/static.tcl @@ -1,6 +1,5 @@ -# $Id: static.tcl,v 1.13.2.2 2007/07/19 00:12:45 marko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: static.tcl,v 1.13.2.3 2008/01/01 18:27:48 marko Exp $ + + #****h* imunes/static.tcl # NAME # router.static.tcl -- defines specific procedures for router diff --git a/topogen.tcl b/topogen.tcl index 2751c84..2151585 100755 --- a/topogen.tcl +++ b/topogen.tcl @@ -1,6 +1,5 @@ -# $Id: topogen.tcl,v 1.2.2.2 2007/12/13 12:50:39 marko Exp $ # -# Copyright 2007 University of Zagreb, Croatia. All rights reserved. +# Copyright 2007-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -31,6 +23,9 @@ # SUCH DAMAGE. # +# $Id: topogen.tcl,v 1.2.2.3 2008/01/01 18:27:48 marko Exp $ + + menu .menubar.t_g -tearoff 0 set m .menubar.t_g.chain diff --git a/xorp.tcl b/xorp.tcl index f312882..ce392f6 100755 --- a/xorp.tcl +++ b/xorp.tcl @@ -1,6 +1,5 @@ -# $Id: xorp.tcl,v 1.19.2.2 2007/07/19 00:12:45 marko Exp $ # -# Copyright 2005 University of Zagreb, Croatia. All rights reserved. +# Copyright 2005-2008 University of Zagreb, Croatia. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,18 +9,11 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of Zagreb, -# Croatia and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND +# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE +# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) @@ -34,6 +26,9 @@ # and Technology through the research contract #IP-2003-143. # +# $Id: xorp.tcl,v 1.19.2.3 2008/01/01 18:27:48 marko Exp $ + + #****h* imunes/xorp.tcl # NAME # router.xorp.tcl -- defines specific procedures for routers -- 2.39.5