瀏覽代碼

clean up some copyrights

svn:r907
Roger Dingledine 22 年之前
父節點
當前提交
8222fe8e4f
共有 8 個文件被更改,包括 10 次插入14 次删除
  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$ */