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
@@ -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
@@ -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.
*
*/
@@ -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';
|