diff --git a/LICENSE b/LICENSE index bb67332..c836416 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2012-2013 Dave Collins +Copyright (c) 2012-2016 Dave Collins Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/spew/bypass.go b/spew/bypass.go index d42a0bc..8a4a658 100644 --- a/spew/bypass.go +++ b/spew/bypass.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Dave Collins +// Copyright (c) 2015-2016 Dave Collins // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/spew/bypasssafe.go b/spew/bypasssafe.go index e47a4e7..1fe3cf3 100644 --- a/spew/bypasssafe.go +++ b/spew/bypasssafe.go @@ -1,4 +1,4 @@ -// Copyright (c) 2015 Dave Collins +// Copyright (c) 2015-2016 Dave Collins // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/spew/common.go b/spew/common.go index 14f02dc..7c519ff 100644 --- a/spew/common.go +++ b/spew/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/common_test.go b/spew/common_test.go index 39b7525..0f5ce47 100644 --- a/spew/common_test.go +++ b/spew/common_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/config.go b/spew/config.go index 9db83c6..2e3d22f 100644 --- a/spew/config.go +++ b/spew/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/doc.go b/spew/doc.go index 1ee1e5e..aacaac6 100644 --- a/spew/doc.go +++ b/spew/doc.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/dump.go b/spew/dump.go index 95f9dbf..df1d582 100644 --- a/spew/dump.go +++ b/spew/dump.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/dump_test.go b/spew/dump_test.go index 2b32040..508ee69 100644 --- a/spew/dump_test.go +++ b/spew/dump_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/dumpcgo_test.go b/spew/dumpcgo_test.go index ed3e3c3..6ab1808 100644 --- a/spew/dumpcgo_test.go +++ b/spew/dumpcgo_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Dave Collins +// Copyright (c) 2013-2016 Dave Collins // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/spew/example_test.go b/spew/example_test.go index de6c4e3..c6ec8c6 100644 --- a/spew/example_test.go +++ b/spew/example_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/format.go b/spew/format.go index ecf3b80..c49875b 100644 --- a/spew/format.go +++ b/spew/format.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/format_test.go b/spew/format_test.go index b664b3f..1c0cf17 100644 --- a/spew/format_test.go +++ b/spew/format_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/internal_test.go b/spew/internal_test.go index 1069ee2..20a9cfe 100644 --- a/spew/internal_test.go +++ b/spew/internal_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/internalunsafe_test.go b/spew/internalunsafe_test.go index 863b62c..a0c612e 100644 --- a/spew/internalunsafe_test.go +++ b/spew/internalunsafe_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 Dave Collins +// Copyright (c) 2013-2016 Dave Collins // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/spew/spew.go b/spew/spew.go index d8233f5..32c0e33 100644 --- a/spew/spew.go +++ b/spew/spew.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/spew/spew_test.go b/spew/spew_test.go index f1f6b71..b70466c 100644 --- a/spew/spew_test.go +++ b/spew/spew_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Dave Collins + * Copyright (c) 2013-2016 Dave Collins * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above