File: fix-varstream-copyright.patch

package info (click to toggle)
node-webfont 11.4.0%2Bdfsg2%2B~cs35.7.26-12
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 121,980 kB
  • sloc: xml: 3,682,028; ansic: 31,165; javascript: 12,578; cpp: 4,385; python: 689; sh: 307; makefile: 227
file content (59 lines) | stat: -rw-r--r-- 2,281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Description: Make the licensing conditions on VarStream consistent
Forwarded: https://github.com/nfroidure/VarStream/pull/8
Author: Julian Gilbey <jdg@debian.org>
Applied-Upstream: https://github.com/nfroidure/VarStream/commit/9666fd0eb9d87cd0fedb9a53080c1dbdbf0c7ae0
Last-Update: 2023-02-07

--- a/varstream/src/VarStream.js
+++ b/varstream/src/VarStream.js
@@ -1,12 +1,9 @@
 'use strict';
 /*
- * Copyright (C) 2012 Nicolas Froidure
+ * Copyright (c) 2013 Nicolas Froidure, <http://insertafter.com/>
  *
- * This file is free software;
- * you can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) as published by the Free Software
- * Foundation, in version 3. It is distributed in the
- * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+ * This file is distributed under the terms of the MIT License, as
+ * found in the LICENCE file.
  *
  */
 var DuplexStream = require('readable-stream').Duplex
--- a/varstream/src/VarStreamReader.js
+++ b/varstream/src/VarStreamReader.js
@@ -1,11 +1,8 @@
 /*
- * Copyright (C) 2012-2013 Nicolas Froidure
+ * Copyright (c) 2013 Nicolas Froidure, <http://insertafter.com/>
  *
- * This file is free software;
- * you can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) as published by the Free Software
- * Foundation, in version 3. It is distributed in the
- * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+ * This file is distributed under the terms of the MIT License, as
+ * found in the LICENCE file.
  *
  */
 
--- a/varstream/src/VarStreamWriter.js
+++ b/varstream/src/VarStreamWriter.js
@@ -1,12 +1,9 @@
 'use strict';
 /*
- * Copyright (C) 2012-2013 Nicolas Froidure
+ * Copyright (c) 2013 Nicolas Froidure, <http://insertafter.com/>
  *
- * This file is free software;
- * you can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) as published by the Free Software
- * Foundation, in version 3. It is distributed in the
- * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+ * This file is distributed under the terms of the MIT License, as
+ * found in the LICENCE file.
  *
  */
 'use strict';