From f7b8f90740756cabe020d15f913ee0e71356d80f Mon Sep 17 00:00:00 2001 From: James Zern Date: Sat, 3 Oct 2015 10:05:09 -0700 Subject: [PATCH] delta_palettization.*: add copyright Change-Id: I5dc0ae0de88968d2c73b7025ce18319897219630 --- src/enc/delta_palettization.c | 12 ++++++++++++ src/enc/delta_palettization.h | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/src/enc/delta_palettization.c b/src/enc/delta_palettization.c index ebc6b3c3..e8f8cc24 100644 --- a/src/enc/delta_palettization.c +++ b/src/enc/delta_palettization.c @@ -1,3 +1,15 @@ +// Copyright 2015 Google Inc. All Rights Reserved. +// +// Use of this source code is governed by a BSD-style license +// that can be found in the COPYING file in the root of the source +// tree. An additional intellectual property rights grant can be found +// in the file PATENTS. All contributing project authors may +// be found in the AUTHORS file in the root of the source tree. +// ----------------------------------------------------------------------------- +// +// Author: Mislav Bradac (mislavm@google.com) +// + #ifdef WEBP_EXPERIMENTAL_FEATURES #include "./delta_palettization.h" diff --git a/src/enc/delta_palettization.h b/src/enc/delta_palettization.h index 78a2a6bd..dbaf43c7 100644 --- a/src/enc/delta_palettization.h +++ b/src/enc/delta_palettization.h @@ -1,3 +1,15 @@ +// Copyright 2015 Google Inc. All Rights Reserved. +// +// Use of this source code is governed by a BSD-style license +// that can be found in the COPYING file in the root of the source +// tree. An additional intellectual property rights grant can be found +// in the file PATENTS. All contributing project authors may +// be found in the AUTHORS file in the root of the source tree. +// ----------------------------------------------------------------------------- +// +// Author: Mislav Bradac (mislavm@google.com) +// + #ifndef WEBP_ENC_DELTA_PALETTIZATION_H_ #define WEBP_ENC_DELTA_PALETTIZATION_H_