File: 0002-Fix-incorrect-license-information-in-one-file-from-a.patch

package info (click to toggle)
python-css-parser 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,216 kB
  • sloc: python: 20,485; sh: 11; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Kovid Goyal <kovid@kovidgoyal.net>
Date: Wed, 4 Nov 2020 11:33:54 +0530
Subject: Fix incorrect license information in one file from a copy/paste
Origin: https://github.com/ebook-utils/css-parser/commit/ed76065ba4add295fd3099f77cfaeeafae5c83bf

---
 run_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run_tests.py b/run_tests.py
index 7df05c4..e8622cd 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # vim:fileencoding=utf-8
-# License: Apache 2.0 Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
+# License: LGPLv3 Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
 
 from __future__ import absolute_import, division, print_function, unicode_literals