From 56687e9b56e92ea44e3a9c5e90434833edadea36 Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Mon, 18 Jan 2010 21:55:25 -0800 Subject: [PATCH] add meaningful copyright to jansson.hpp --- src/jansson.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/jansson.hpp b/src/jansson.hpp index d3d11b3..1bd18b1 100644 --- a/src/jansson.hpp +++ b/src/jansson.hpp @@ -1,8 +1,6 @@ -// janssonxx - C++ wrapper for jansson +// Copyright (c) 2010 Sean Middleditch // -// author: Sean Middleditch -// -// janssonxx is free software; you can redistribute it and/or modify +// Jansson is free software; you can redistribute it and/or modify // it under the terms of the MIT license. See LICENSE for details. #if !defined(JANSSON_HPP) -- 2.1.4