Browse Source

clean up some copyrights

svn:r907
Roger Dingledine 20 years ago
parent
commit
8222fe8e4f
8 changed files with 10 additions and 14 deletions
  1. 1 2
      LICENSE
  2. 1 1
      src/common/fakepoll.c
  3. 1 1
      src/common/fakepoll.h
  4. 3 6
      src/common/log.h
  5. 1 1
      src/common/test.h
  6. 1 1
      src/or/directory.c
  7. 1 1
      src/or/dirserv.c
  8. 1 1
      src/or/test.c

+ 1 - 2
LICENSE

@@ -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
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 modification, are permitted provided that the following conditions are

+ 1 - 1
src/common/fakepoll.c

@@ -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 */
 /* See LICENSE for licensing information */
 /* $Id$ */
 /* $Id$ */
 
 

+ 1 - 1
src/common/fakepoll.h

@@ -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 */
 /* See LICENSE for licensing information */
 /* $Id$ */
 /* $Id$ */
 
 

+ 3 - 6
src/common/log.h

@@ -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
 #ifndef __LOG_H
 
 

+ 1 - 1
src/common/test.h

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

+ 1 - 1
src/or/directory.c

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

+ 1 - 1
src/or/dirserv.c

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

+ 1 - 1
src/or/test.c

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