changed headers for license

Change-Id: Ie09fd98548a9c3300a523b40f83d42c3de13e1c3
This commit is contained in:
Hwasoo Lee
2010-06-15 17:43:20 -04:00
parent 8ccdd10ad8
commit 0a8911b74c
5 changed files with 3940 additions and 3935 deletions

View File

@@ -1,9 +1,10 @@
// Copyright (c) 2010 The WebM project authors. All Rights Reserved. // Copyright (c) 2010 The WebM project authors. All Rights Reserved.
// //
// Use of this source code is governed by a BSD-style license and patent // Use of this source code is governed by a BSD-style license
// grant that can be found in the LICENSE file in the root of the source // that can be found in the LICENSE file in the root of the source
// tree. All contributing project authors may be found in the AUTHORS // tree. An additional intellectual property rights grant can be found
// file in the root of the source tree. // in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#include "mkvparser.hpp" #include "mkvparser.hpp"
#include <cassert> #include <cassert>

View File

@@ -1,9 +1,10 @@
// Copyright (c) 2010 The WebM project authors. All Rights Reserved. // Copyright (c) 2010 The WebM project authors. All Rights Reserved.
// //
// Use of this source code is governed by a BSD-style license and patent // Use of this source code is governed by a BSD-style license
// grant that can be found in the LICENSE file in the root of the source // that can be found in the LICENSE file in the root of the source
// tree. All contributing project authors may be found in the AUTHORS // tree. An additional intellectual property rights grant can be found
// file in the root of the source tree. // in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#ifndef MKVPARSER_HPP #ifndef MKVPARSER_HPP
#define MKVPARSER_HPP #define MKVPARSER_HPP

View File

@@ -1,9 +1,10 @@
// Copyright (c) 2010 The WebM project authors. All Rights Reserved. // Copyright (c) 2010 The WebM project authors. All Rights Reserved.
// //
// Use of this source code is governed by a BSD-style license and patent // Use of this source code is governed by a BSD-style license
// grant that can be found in the LICENSE file in the root of the source // that can be found in the LICENSE file in the root of the source
// tree. All contributing project authors may be found in the AUTHORS // tree. An additional intellectual property rights grant can be found
// file in the root of the source tree. // in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#include "mkvreader.hpp" #include "mkvreader.hpp"

View File

@@ -1,9 +1,10 @@
// Copyright (c) 2010 The WebM project authors. All Rights Reserved. // Copyright (c) 2010 The WebM project authors. All Rights Reserved.
// //
// Use of this source code is governed by a BSD-style license and patent // Use of this source code is governed by a BSD-style license
// grant that can be found in the LICENSE file in the root of the source // that can be found in the LICENSE file in the root of the source
// tree. All contributing project authors may be found in the AUTHORS // tree. An additional intellectual property rights grant can be found
// file in the root of the source tree. // in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#ifndef MKVREADER_HPP #ifndef MKVREADER_HPP
#define MKVREADER_HPP #define MKVREADER_HPP

View File

@@ -1,9 +1,10 @@
// Copyright (c) 2010 The WebM project authors. All Rights Reserved. // Copyright (c) 2010 The WebM project authors. All Rights Reserved.
// //
// Use of this source code is governed by a BSD-style license and patent // Use of this source code is governed by a BSD-style license
// grant that can be found in the LICENSE file in the root of the source // that can be found in the LICENSE file in the root of the source
// tree. All contributing project authors may be found in the AUTHORS // tree. An additional intellectual property rights grant can be found
// file in the root of the source tree. // in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// //
// This sample application is designed to help clients understand how to use // This sample application is designed to help clients understand how to use
// mkvparser library. // mkvparser library.