Add missing Copyright to python files
authorangiebird <angiebird@google.com>
Sat, 14 Mar 2020 00:25:49 +0000 (17:25 -0700)
committerangiebird <angiebird@google.com>
Mon, 16 Mar 2020 18:59:49 +0000 (11:59 -0700)
BUG=webm:1655,webm:1654

Change-Id: I2063c59218e082f40958dddbdcb1c105d5440199

tools/3D-Reconstruction/MotionEST/Anandan.py
tools/3D-Reconstruction/MotionEST/Exhaust.py
tools/3D-Reconstruction/MotionEST/GroundTruth.py
tools/3D-Reconstruction/MotionEST/HornSchunck.py
tools/3D-Reconstruction/MotionEST/MotionEST.py
tools/3D-Reconstruction/MotionEST/SearchSmooth.py
tools/3D-Reconstruction/MotionEST/Util.py
tools/3D-Reconstruction/genY4M/genY4M.py
tools/non_greedy_mv/non_greedy_mv.py

index b96cd9f..5ff9e98 100644 (file)
@@ -1,4 +1,12 @@
-#!/usr/bin/env python
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 # coding: utf-8
 import numpy as np
 import numpy.linalg as LA
index 97cfc41..2d6a4d8 100644 (file)
@@ -1,4 +1,12 @@
-#!/usr/bin/env python
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 # coding: utf-8
 import numpy as np
 import numpy.linalg as LA
index 20eb5f1..12bc53f 100644 (file)
@@ -1,4 +1,12 @@
-#!/ usr / bin / env python
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 #coding : utf - 8
 import numpy as np
 import numpy.linalg as LA
index 38fcae1..976bd4a 100644 (file)
@@ -1,4 +1,12 @@
-#!/usr/bin/env python
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 # coding: utf-8
 import numpy as np
 import numpy.linalg as LA
index a9a4ace..0959530 100644 (file)
@@ -1,4 +1,12 @@
-#!/ usr / bin / env python
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 #coding : utf - 8
 import numpy as np
 import numpy.linalg as LA
index e0b7fb6..2dc6771 100644 (file)
@@ -1,4 +1,12 @@
-#!/usr/bin/env python
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 # coding: utf-8
 import numpy as np
 import numpy.linalg as LA
index a5265f4..551881c 100644 (file)
@@ -1,4 +1,12 @@
-#!/usr/bin/env python
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 # coding: utf-8
 import numpy as np
 import numpy.linalg as LA
index 6ef5c6c..8028102 100644 (file)
@@ -1,3 +1,12 @@
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 import argparse
 from os import listdir, path
 from PIL import Image
index 513faa4..a46b7e7 100644 (file)
@@ -1,3 +1,12 @@
+##  Copyright (c) 2020 The WebM project authors. All Rights Reserved.
+##
+##  Use of this source code is governed by a BSD-style license
+##  that can be found in the LICENSE 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.
+##
+
 import sys
 import matplotlib.pyplot as plt
 from matplotlib.collections import LineCollection