aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Middleditch <sean@middleditch.us>2010-01-18 21:55:41 -0800
committerSean Middleditch <sean@middleditch.us>2010-01-18 21:55:41 -0800
commit38950b081cae9b231b5474d4cb861f8fa2b1d099 (patch)
tree4c0f7f1973c1af1394bf894813924e0f1815c7ca /src
parent56687e9b56e92ea44e3a9c5e90434833edadea36 (diff)
downloadjansson-38950b081cae9b231b5474d4cb861f8fa2b1d099.zip
jansson-38950b081cae9b231b5474d4cb861f8fa2b1d099.tar.gz
jansson-38950b081cae9b231b5474d4cb861f8fa2b1d099.tar.bz2
add meaningful copyright to jansson-impl.hpp too
Diffstat (limited to 'src')
-rw-r--r--src/jansson-impl.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/jansson-impl.hpp b/src/jansson-impl.hpp
index 89242fa..dbf94df 100644
--- a/src/jansson-impl.hpp
+++ b/src/jansson-impl.hpp
@@ -1,8 +1,6 @@
-// janssonxx - C++ wrapper for jansson, implementation file
+// Copyright (c) 2010 Sean Middleditch <sean@middleditch.us>
//
-// author: Sean Middleditch <sean@middleditch.us>
-//
-// 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(IN_JANSSON_HPP)