From 79ee26ff71a038d3dd69c20ea4ae4f5585212e7d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 24 Oct 2013 23:30:50 +0200 Subject: [PATCH] typo fix --- linspector/backends/jsonrpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linspector/backends/jsonrpc.py b/linspector/backends/jsonrpc.py index 2e531c5..33fda4e 100644 --- a/linspector/backends/jsonrpc.py +++ b/linspector/backends/jsonrpc.py @@ -3,7 +3,7 @@ The Linspector JSON-RPC backend. Uses: http://deavid.github.io/bjsonrpc/ -Copyright (c) 2011-2013 "Johannes Findeisen and Rafael Timmerberg" +Copyright (c) 2011-2013 by Johannes Findeisen and Rafael Timmerberg This file is part of Linspector (http://linspector.org).