Merge pull request #280 from eustas/master

Fix headers
diff --git a/dec/bit_reader.c b/dec/bit_reader.c
index 983a039..fc814d0 100644
--- a/dec/bit_reader.c
+++ b/dec/bit_reader.c
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/bit_reader.h b/dec/bit_reader.h
index d226868..0301a48 100644
--- a/dec/bit_reader.h
+++ b/dec/bit_reader.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/context.h b/dec/context.h
index cb5eeea..b71f9a3 100644
--- a/dec/context.h
+++ b/dec/context.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/decode.c b/dec/decode.c
index f83dd45..6e3f9e1 100644
--- a/dec/decode.c
+++ b/dec/decode.c
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/decode.h b/dec/decode.h
index 3fe84d8..af3c0b5 100644
--- a/dec/decode.h
+++ b/dec/decode.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/dictionary.c b/dec/dictionary.c
index 6f95122..d87f277 100644
--- a/dec/dictionary.c
+++ b/dec/dictionary.c
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/dictionary.h b/dec/dictionary.h
index a1f899b..b327fd6 100644
--- a/dec/dictionary.h
+++ b/dec/dictionary.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/huffman.c b/dec/huffman.c
index 26fc627..291f0a7 100644
--- a/dec/huffman.c
+++ b/dec/huffman.c
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/huffman.h b/dec/huffman.h
index 12bd6e4..e8481f0 100644
--- a/dec/huffman.h
+++ b/dec/huffman.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/port.h b/dec/port.h
index 4370e12..f80e957 100644
--- a/dec/port.h
+++ b/dec/port.h
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/prefix.h b/dec/prefix.h
index d85df90..41263fd 100644
--- a/dec/prefix.h
+++ b/dec/prefix.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/state.c b/dec/state.c
index be8b070..d5815e0 100644
--- a/dec/state.c
+++ b/dec/state.c
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/state.h b/dec/state.h
index 07eb0bd..f569f58 100644
--- a/dec/state.h
+++ b/dec/state.h
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/streams.c b/dec/streams.c
index 296ae5a..0c781a7 100644
--- a/dec/streams.c
+++ b/dec/streams.c
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/streams.h b/dec/streams.h
index adf0bf0..a849432 100644
--- a/dec/streams.h
+++ b/dec/streams.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/transform.h b/dec/transform.h
index a74e902..f47eeb4 100644
--- a/dec/transform.h
+++ b/dec/transform.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/dec/types.h b/dec/types.h
index 2ffe302..56fde60 100644
--- a/dec/types.h
+++ b/dec/types.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/backward_references.cc b/enc/backward_references.cc
index 51049d7..3080a21 100644
--- a/enc/backward_references.cc
+++ b/enc/backward_references.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/backward_references.h b/enc/backward_references.h
index ffd3c2a..97b251c 100644
--- a/enc/backward_references.h
+++ b/enc/backward_references.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/bit_cost.h b/enc/bit_cost.h
index 5f8fd03..22bfa37 100644
--- a/enc/bit_cost.h
+++ b/enc/bit_cost.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/block_splitter.cc b/enc/block_splitter.cc
index 983dac7..deb4949 100644
--- a/enc/block_splitter.cc
+++ b/enc/block_splitter.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/block_splitter.h b/enc/block_splitter.h
index 05b403e..d07b2a5 100644
--- a/enc/block_splitter.h
+++ b/enc/block_splitter.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/brotli_bit_stream.cc b/enc/brotli_bit_stream.cc
index a774dc4..c4ecf8b 100644
--- a/enc/brotli_bit_stream.cc
+++ b/enc/brotli_bit_stream.cc
@@ -1,7 +1,6 @@
 /* Copyright 2014 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/brotli_bit_stream.h b/enc/brotli_bit_stream.h
index 024256f..c9bd774 100644
--- a/enc/brotli_bit_stream.h
+++ b/enc/brotli_bit_stream.h
@@ -1,7 +1,6 @@
 /* Copyright 2014 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/cluster.h b/enc/cluster.h
index b4f780f..f9628c1 100644
--- a/enc/cluster.h
+++ b/enc/cluster.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/command.h b/enc/command.h
index 5e0f0c5..de6b373 100644
--- a/enc/command.h
+++ b/enc/command.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/context.h b/enc/context.h
index 6f4df5b..c12c00b 100644
--- a/enc/context.h
+++ b/enc/context.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/dictionary.cc b/enc/dictionary.cc
index bd84fd9..0564bab 100644
--- a/enc/dictionary.cc
+++ b/enc/dictionary.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/dictionary.h b/enc/dictionary.h
index df6789c..8a6b0e0 100644
--- a/enc/dictionary.h
+++ b/enc/dictionary.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/dictionary_hash.h b/enc/dictionary_hash.h
index aa88617..afbb1f1 100644
--- a/enc/dictionary_hash.h
+++ b/enc/dictionary_hash.h
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/encode.cc b/enc/encode.cc
index 3d7038d..12a6797 100644
--- a/enc/encode.cc
+++ b/enc/encode.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/encode.h b/enc/encode.h
index 85c69e2..62a0cbf 100644
--- a/enc/encode.h
+++ b/enc/encode.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/encode_parallel.cc b/enc/encode_parallel.cc
index 24fff74..cd539aa 100644
--- a/enc/encode_parallel.cc
+++ b/enc/encode_parallel.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/encode_parallel.h b/enc/encode_parallel.h
index e2edec1..8d637b7 100644
--- a/enc/encode_parallel.h
+++ b/enc/encode_parallel.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/entropy_encode.cc b/enc/entropy_encode.cc
index 739b6ed..c543d5a 100644
--- a/enc/entropy_encode.cc
+++ b/enc/entropy_encode.cc
@@ -1,7 +1,6 @@
 /* Copyright 2010 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/entropy_encode.h b/enc/entropy_encode.h
index f054550..02700a3 100644
--- a/enc/entropy_encode.h
+++ b/enc/entropy_encode.h
@@ -1,7 +1,6 @@
 /* Copyright 2010 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/fast_log.h b/enc/fast_log.h
index 1329039..6524ad2 100644
--- a/enc/fast_log.h
+++ b/enc/fast_log.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/find_match_length.h b/enc/find_match_length.h
index c9625eb..457e612 100644
--- a/enc/find_match_length.h
+++ b/enc/find_match_length.h
@@ -1,7 +1,6 @@
 /* Copyright 2010 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/hash.h b/enc/hash.h
index 4e11492..7c57ed6 100644
--- a/enc/hash.h
+++ b/enc/hash.h
@@ -1,7 +1,6 @@
 /* Copyright 2010 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/histogram.cc b/enc/histogram.cc
index 91f1202..0837ad4 100644
--- a/enc/histogram.cc
+++ b/enc/histogram.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/histogram.h b/enc/histogram.h
index 7615821..d2cdef0 100644
--- a/enc/histogram.h
+++ b/enc/histogram.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/literal_cost.cc b/enc/literal_cost.cc
index c0a4801..34f8b72 100644
--- a/enc/literal_cost.cc
+++ b/enc/literal_cost.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/literal_cost.h b/enc/literal_cost.h
index 2ab6bd0..291aa8a 100644
--- a/enc/literal_cost.h
+++ b/enc/literal_cost.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/metablock.cc b/enc/metablock.cc
index d6cb9bb..40beaa1 100644
--- a/enc/metablock.cc
+++ b/enc/metablock.cc
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/metablock.h b/enc/metablock.h
index fd4e4a1..f4ecaed 100644
--- a/enc/metablock.h
+++ b/enc/metablock.h
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/port.h b/enc/port.h
index c0069c1..208a0d1 100644
--- a/enc/port.h
+++ b/enc/port.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/prefix.h b/enc/prefix.h
index 20b8c02..d069ad3 100644
--- a/enc/prefix.h
+++ b/enc/prefix.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/ringbuffer.h b/enc/ringbuffer.h
index 8734391..3dc6cdd 100644
--- a/enc/ringbuffer.h
+++ b/enc/ringbuffer.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/static_dict.cc b/enc/static_dict.cc
index 8f229c2..989465b 100644
--- a/enc/static_dict.cc
+++ b/enc/static_dict.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/static_dict.h b/enc/static_dict.h
index 892da93..2986037 100644
--- a/enc/static_dict.h
+++ b/enc/static_dict.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/static_dict_lut.h b/enc/static_dict_lut.h
index 93b6929..489c03a 100644
--- a/enc/static_dict_lut.h
+++ b/enc/static_dict_lut.h
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/streams.cc b/enc/streams.cc
index 1eff769..2ea766f 100644
--- a/enc/streams.cc
+++ b/enc/streams.cc
@@ -1,7 +1,6 @@
 /* Copyright 2009 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/streams.h b/enc/streams.h
index bf2d75a..68fc23c 100644
--- a/enc/streams.h
+++ b/enc/streams.h
@@ -1,7 +1,6 @@
 /* Copyright 2009 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/transform.h b/enc/transform.h
index ec10c6e..7db95f6 100644
--- a/enc/transform.h
+++ b/enc/transform.h
@@ -1,7 +1,6 @@
 /* Copyright 2010 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/types.h b/enc/types.h
index 000686a..851749c 100644
--- a/enc/types.h
+++ b/enc/types.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/utf8_util.cc b/enc/utf8_util.cc
index b05d2bc..6c10da1 100644
--- a/enc/utf8_util.cc
+++ b/enc/utf8_util.cc
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/utf8_util.h b/enc/utf8_util.h
index c5cff1e..74f22b6 100644
--- a/enc/utf8_util.h
+++ b/enc/utf8_util.h
@@ -1,7 +1,6 @@
 /* Copyright 2013 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/enc/write_bits.h b/enc/write_bits.h
index f26120d..1b8376d 100644
--- a/enc/write_bits.h
+++ b/enc/write_bits.h
@@ -1,7 +1,6 @@
 /* Copyright 2010 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/tools/bro.cc b/tools/bro.cc
index 187ca01..da91b02 100644
--- a/tools/bro.cc
+++ b/tools/bro.cc
@@ -1,7 +1,6 @@
 /* Copyright 2014 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */
 
diff --git a/tools/version.h b/tools/version.h
index 6d8d3ea..6125a73 100644
--- a/tools/version.h
+++ b/tools/version.h
@@ -1,7 +1,6 @@
 /* Copyright 2015 Google Inc. All Rights Reserved.
 
-   Distributed under MIT license, or public domain if desired and
-   recognized in your jurisdiction.
+   Distributed under MIT license.
    See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
 */