delta_palettization.*: add copyright

Change-Id: I5dc0ae0de88968d2c73b7025ce18319897219630
This commit is contained in:
James Zern 2015-10-03 10:05:09 -07:00
parent c1e1b7104c
commit f7b8f90740
2 changed files with 24 additions and 0 deletions

View File

@ -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"

View File

@ -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_