clean up some copyrights

svn:r907
This commit is contained in:
Roger Dingledine 2003-12-13 22:53:17 +00:00
parent 03616803e6
commit 8222fe8e4f
8 changed files with 10 additions and 14 deletions

View File

@ -1,5 +1,4 @@
Copyright (c) 2001-2003, Roger Dingledine, Matej Pfajfar, Naval
Research Lab.
Copyright (c) 2001-2003, Roger Dingledine
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are

View File

@ -1,4 +1,4 @@
/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */
/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine */
/* See LICENSE for licensing information */
/* $Id$ */

View File

@ -1,4 +1,4 @@
/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */
/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine. */
/* See LICENSE for licensing information */
/* $Id$ */

View File

@ -1,9 +1,6 @@
/*
* log.h
* Logging facilities.
*
* Matej Pfajfar <mp292@cam.ac.uk>
*/
/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
/* See LICENSE for licensing information */
/* $Id$ */
#ifndef __LOG_H

View File

@ -1,4 +1,4 @@
/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
/* Copyright 2001,2002,2003 Roger Dingledine. */
/* See LICENSE for licensing information */
/* $Id$ */

View File

@ -1,4 +1,4 @@
/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
/* Copyright 2001,2002,2003 Roger Dingledine. */
/* See LICENSE for licensing information */
/* $Id$ */

View File

@ -127,7 +127,7 @@ dirserv_router_fingerprint_is_known(const routerinfo_t *router)
break;
}
}
if (!ent) { /* No such server known */
log_fn(LOG_INFO,"no fingerprint found for %s",router->nickname);
return 0;

View File

@ -1,4 +1,4 @@
/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
/* Copyright 2001,2002,2003 Roger Dingledine. */
/* See LICENSE for licensing information */
/* $Id$ */