diff --git a/examples/cwebp.c b/examples/cwebp.c index 20b19205..d1cedc8b 100644 --- a/examples/cwebp.c +++ b/examples/cwebp.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/examples/dwebp.c b/examples/dwebp.c index 6def10f9..12ccd477 100644 --- a/examples/dwebp.c +++ b/examples/dwebp.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/examples/stopwatch.h b/examples/stopwatch.h index 8e5f2241..1a0cf291 100644 --- a/examples/stopwatch.h +++ b/examples/stopwatch.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/examples/vwebp.c b/examples/vwebp.c index 553a603b..bb9e3b55 100644 --- a/examples/vwebp.c +++ b/examples/vwebp.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/examples/webpmux.c b/examples/webpmux.c index 24f8f112..e5cc4b54 100644 --- a/examples/webpmux.c +++ b/examples/webpmux.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/alpha.c b/src/dec/alpha.c index 773eb0b7..f9187495 100644 --- a/src/dec/alpha.c +++ b/src/dec/alpha.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/buffer.c b/src/dec/buffer.c index b8efbb30..235dd579 100644 --- a/src/dec/buffer.c +++ b/src/dec/buffer.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/frame.c b/src/dec/frame.c index 396cc369..2946fd71 100644 --- a/src/dec/frame.c +++ b/src/dec/frame.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/idec.c b/src/dec/idec.c index 5e127be9..fdce8839 100644 --- a/src/dec/idec.c +++ b/src/dec/idec.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/io.c b/src/dec/io.c index 14b2233e..a6a20e94 100644 --- a/src/dec/io.c +++ b/src/dec/io.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/layer.c b/src/dec/layer.c index 13414884..a3a5bdcf 100644 --- a/src/dec/layer.c +++ b/src/dec/layer.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/quant.c b/src/dec/quant.c index 2ea4cdb0..95514114 100644 --- a/src/dec/quant.c +++ b/src/dec/quant.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/tree.c b/src/dec/tree.c index f6af7437..82484e4c 100644 --- a/src/dec/tree.c +++ b/src/dec/tree.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/vp8.c b/src/dec/vp8.c index dac58035..e59d4115 100644 --- a/src/dec/vp8.c +++ b/src/dec/vp8.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/vp8i.h b/src/dec/vp8i.h index 131cfe5a..6ac2c25e 100644 --- a/src/dec/vp8i.h +++ b/src/dec/vp8i.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/webp.c b/src/dec/webp.c index 217ef9ee..a98f15ca 100644 --- a/src/dec/webp.c +++ b/src/dec/webp.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dec/webpi.h b/src/dec/webpi.h index 0ca3c150..83b6ec30 100644 --- a/src/dec/webpi.h +++ b/src/dec/webpi.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/cpu.c b/src/dsp/cpu.c index 73e750a3..d706e631 100644 --- a/src/dsp/cpu.c +++ b/src/dsp/cpu.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/dec.c b/src/dsp/dec.c index 3138bed3..251a4b52 100644 --- a/src/dsp/dec.c +++ b/src/dsp/dec.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/dec_neon.c b/src/dsp/dec_neon.c index e633a307..c9bfe2b9 100644 --- a/src/dsp/dec_neon.c +++ b/src/dsp/dec_neon.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/dec_sse2.c b/src/dsp/dec_sse2.c index 09b0eced..472b68ec 100644 --- a/src/dsp/dec_sse2.c +++ b/src/dsp/dec_sse2.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/dsp.h b/src/dsp/dsp.h index bf5c8387..3c980180 100644 --- a/src/dsp/dsp.h +++ b/src/dsp/dsp.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/enc.c b/src/dsp/enc.c index 9ff4b4a7..09081f45 100644 --- a/src/dsp/enc.c +++ b/src/dsp/enc.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/enc_sse2.c b/src/dsp/enc_sse2.c index 21442aa0..118ed70a 100644 --- a/src/dsp/enc_sse2.c +++ b/src/dsp/enc_sse2.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/upsampling.c b/src/dsp/upsampling.c index a37a7607..ec9ccfa1 100644 --- a/src/dsp/upsampling.c +++ b/src/dsp/upsampling.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/upsampling_sse2.c b/src/dsp/upsampling_sse2.c index f8901815..c89256ab 100644 --- a/src/dsp/upsampling_sse2.c +++ b/src/dsp/upsampling_sse2.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/yuv.c b/src/dsp/yuv.c index dbce107a..7f05f9a3 100644 --- a/src/dsp/yuv.c +++ b/src/dsp/yuv.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/dsp/yuv.h b/src/dsp/yuv.h index 7ed16d47..5000b7d3 100644 --- a/src/dsp/yuv.h +++ b/src/dsp/yuv.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/alpha.c b/src/enc/alpha.c index 3ab5d42e..32c64019 100644 --- a/src/enc/alpha.c +++ b/src/enc/alpha.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/analysis.c b/src/enc/analysis.c index 30eebb34..ce6338b7 100644 --- a/src/enc/analysis.c +++ b/src/enc/analysis.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/config.c b/src/enc/config.c index 0908498b..9dc7e08f 100644 --- a/src/enc/config.c +++ b/src/enc/config.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/cost.c b/src/enc/cost.c index fed34376..0b1b1b73 100644 --- a/src/enc/cost.c +++ b/src/enc/cost.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/cost.h b/src/enc/cost.h index 4089687e..4f55e2cc 100644 --- a/src/enc/cost.h +++ b/src/enc/cost.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/filter.c b/src/enc/filter.c index 22903372..ba659242 100644 --- a/src/enc/filter.c +++ b/src/enc/filter.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/frame.c b/src/enc/frame.c index d23d23ed..e03128fb 100644 --- a/src/enc/frame.c +++ b/src/enc/frame.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/iterator.c b/src/enc/iterator.c index 2ea85823..b677278e 100644 --- a/src/enc/iterator.c +++ b/src/enc/iterator.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/layer.c b/src/enc/layer.c index ce39ca84..423127df 100644 --- a/src/enc/layer.c +++ b/src/enc/layer.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/picture.c b/src/enc/picture.c index d167cd70..700b88ec 100644 --- a/src/enc/picture.c +++ b/src/enc/picture.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/quant.c b/src/enc/quant.c index 5f705f71..e85c08d6 100644 --- a/src/enc/quant.c +++ b/src/enc/quant.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/syntax.c b/src/enc/syntax.c index cc577678..03b94d42 100644 --- a/src/enc/syntax.c +++ b/src/enc/syntax.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/tree.c b/src/enc/tree.c index 527020fd..06c1d579 100644 --- a/src/enc/tree.c +++ b/src/enc/tree.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/vp8enci.h b/src/enc/vp8enci.h index 7bbd0068..2689139f 100644 --- a/src/enc/vp8enci.h +++ b/src/enc/vp8enci.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/enc/webpenc.c b/src/enc/webpenc.c index d5b8ec4b..714d9811 100644 --- a/src/enc/webpenc.c +++ b/src/enc/webpenc.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/mux/muxedit.c b/src/mux/muxedit.c index ee6bb7cd..c73e84eb 100644 --- a/src/mux/muxedit.c +++ b/src/mux/muxedit.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/mux/muxi.h b/src/mux/muxi.h index 5cdff761..2fa6d6ce 100644 --- a/src/mux/muxi.h +++ b/src/mux/muxi.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/mux/muxinternal.c b/src/mux/muxinternal.c index 953f9d4c..22a3c235 100644 --- a/src/mux/muxinternal.c +++ b/src/mux/muxinternal.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/mux/muxread.c b/src/mux/muxread.c index f876f6ed..95557501 100644 --- a/src/mux/muxread.c +++ b/src/mux/muxread.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/alpha.h b/src/utils/alpha.h index 33379ed6..60ab5622 100644 --- a/src/utils/alpha.h +++ b/src/utils/alpha.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/bit_reader.c b/src/utils/bit_reader.c index c37efa71..97472afb 100644 --- a/src/utils/bit_reader.c +++ b/src/utils/bit_reader.c @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/bit_reader.h b/src/utils/bit_reader.h index f4a0b8ae..bee94d93 100644 --- a/src/utils/bit_reader.h +++ b/src/utils/bit_reader.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/bit_writer.c b/src/utils/bit_writer.c index 86752380..6ab44833 100644 --- a/src/utils/bit_writer.c +++ b/src/utils/bit_writer.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/bit_writer.h b/src/utils/bit_writer.h index 9707bddb..c85356fe 100644 --- a/src/utils/bit_writer.h +++ b/src/utils/bit_writer.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/filters.c b/src/utils/filters.c index ca78f0e8..e8dc06d4 100644 --- a/src/utils/filters.c +++ b/src/utils/filters.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/filters.h b/src/utils/filters.h index e45b66f4..b8f90f3e 100644 --- a/src/utils/filters.h +++ b/src/utils/filters.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/tcoder.c b/src/utils/tcoder.c index d3707e00..c6c7b8eb 100644 --- a/src/utils/tcoder.c +++ b/src/utils/tcoder.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/tcoder.h b/src/utils/tcoder.h index 84f385e4..b4390a54 100644 --- a/src/utils/tcoder.h +++ b/src/utils/tcoder.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/tcoderi.h b/src/utils/tcoderi.h index fbf2e7c5..61eeb6e7 100644 --- a/src/utils/tcoderi.h +++ b/src/utils/tcoderi.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/thread.c b/src/utils/thread.c index c8c5e9df..017c27d4 100644 --- a/src/utils/thread.c +++ b/src/utils/thread.c @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/utils/thread.h b/src/utils/thread.h index 2c40f727..2d50578a 100644 --- a/src/utils/thread.h +++ b/src/utils/thread.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/webp/decode.h b/src/webp/decode.h index 6646f6fe..ac89cdc4 100644 --- a/src/webp/decode.h +++ b/src/webp/decode.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/webp/decode_vp8.h b/src/webp/decode_vp8.h index d458b829..eecc3865 100644 --- a/src/webp/decode_vp8.h +++ b/src/webp/decode_vp8.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/webp/encode.h b/src/webp/encode.h index 965e9a29..c883e283 100644 --- a/src/webp/encode.h +++ b/src/webp/encode.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/webp/mux.h b/src/webp/mux.h index 9ceb7185..a833c39a 100644 --- a/src/webp/mux.h +++ b/src/webp/mux.h @@ -1,4 +1,4 @@ -// Copyright 2011 Google Inc. +// Copyright 2011 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/ diff --git a/src/webp/types.h b/src/webp/types.h index e45dc6de..5b80eac8 100644 --- a/src/webp/types.h +++ b/src/webp/types.h @@ -1,4 +1,4 @@ -// Copyright 2010 Google Inc. +// Copyright 2010 Google Inc. All Rights Reserved. // // This code is licensed under the same terms as WebM: // Software License Agreement: http://www.webmproject.org/license/software/