diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-08 00:56:52 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-08 00:56:52 +0200 |
commit | c2553b1b3e1ff61e24b9435b897ef942abcec006 (patch) | |
tree | f725e56a795342baacd2e31da8a3580f1df1dc4a /proto/ospf | |
parent | eee9cefd8c13184e45878ce8e2ef12fcdece3ded (diff) | |
download | bird-c2553b1b3e1ff61e24b9435b897ef942abcec006.tar bird-c2553b1b3e1ff61e24b9435b897ef942abcec006.zip |
Minor changes.
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/hello.c | 2 | ||||
-rw-r--r-- | proto/ospf/hello.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index dd8f975..de1669f 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -1,7 +1,7 @@ /* * BIRD -- OSPF * - * (c) 1999 Ondrej Filip <feela@network.cz> + * (c) 1999 - 2000 Ondrej Filip <feela@network.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h index 4369b60..fe53c10 100644 --- a/proto/ospf/hello.h +++ b/proto/ospf/hello.h @@ -1,7 +1,7 @@ /* * BIRD -- OSPF * - * (c) 1999 Ondrej Filip <feela@network.cz> + * (c) 1999 - 2000 Ondrej Filip <feela@network.cz> * * Can be freely distributed and used under the terms of the GNU GPL. * |