diff options
| author | Dave Collins <[email protected]> | 2016-10-29 15:38:27 -0500 | 
|---|---|---|
| committer | Dave Collins <[email protected]> | 2016-10-29 15:38:27 -0500 | 
| commit | 8aeb47a9ec00fc72cac85f3f7f2a1388a63b94d0 (patch) | |
| tree | 4ee41307e22c94ea96c34e6965e52c0568c802a5 | |
| parent | bae5ef75ff3187eed073265fed13837823b40db0 (diff) | |
Update license copyright years.
Several files had been updated since the listed years.  This updates
them accordingly.
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | spew/bypass.go | 2 | ||||
| -rw-r--r-- | spew/bypasssafe.go | 2 | ||||
| -rw-r--r-- | spew/common.go | 2 | ||||
| -rw-r--r-- | spew/common_test.go | 2 | ||||
| -rw-r--r-- | spew/config.go | 2 | ||||
| -rw-r--r-- | spew/doc.go | 2 | ||||
| -rw-r--r-- | spew/dump.go | 2 | ||||
| -rw-r--r-- | spew/dump_test.go | 2 | ||||
| -rw-r--r-- | spew/dumpcgo_test.go | 2 | ||||
| -rw-r--r-- | spew/example_test.go | 2 | ||||
| -rw-r--r-- | spew/format.go | 2 | ||||
| -rw-r--r-- | spew/format_test.go | 2 | ||||
| -rw-r--r-- | spew/internal_test.go | 2 | ||||
| -rw-r--r-- | spew/internalunsafe_test.go | 2 | ||||
| -rw-r--r-- | spew/spew.go | 2 | ||||
| -rw-r--r-- | spew/spew_test.go | 2 | 
17 files changed, 17 insertions, 17 deletions
@@ -1,6 +1,6 @@  ISC License -Copyright (c) 2012-2013 Dave Collins <[email protected]> +Copyright (c) 2012-2016 Dave Collins <[email protected]>  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 <[email protected]> +// Copyright (c) 2015-2016 Dave Collins <[email protected]>  //  // 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 <[email protected]> +// Copyright (c) 2015-2016 Dave Collins <[email protected]>  //  // 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> +// Copyright (c) 2013-2016 Dave Collins <[email protected]>  //  // 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> +// Copyright (c) 2013-2016 Dave Collins <[email protected]>  // 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * 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 <[email protected]> + * Copyright (c) 2013-2016 Dave Collins <[email protected]>   *   * Permission to use, copy, modify, and distribute this software for any   * purpose with or without fee is hereby granted, provided that the above  | 
