Skip to content

Commit 03fc8f6

Browse files
committed
qmlstructure.js, import.js: move copyrights notices to LICENSE
This changes the way how the copyrights notice and the license are included for the qmlstructure.js and import.js files. This does not change the actual copyrights or the license for those files. PR-URL: qmlweb/qmlweb#264 Reviewed-By: Pavel Vasev <[email protected]> Reviewed-By: Stephen D'Angelo <[email protected]>
1 parent cb423a1 commit 03fc8f6

File tree

3 files changed

+4
-56
lines changed

3 files changed

+4
-56
lines changed

LICENSE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ QmlWeb is licensed under the MIT license, as follows:
33
"""
44
MIT License
55

6-
Copyright (c) 2012 Lauri Paimen
7-
Copyright (c) 2013 Anton Kreuzkamp
6+
Copyright (c) 2011, 2012 Lauri Paimen <[email protected]>
7+
Copyright (c) 2013 Anton Kreuzkamp <[email protected]>
8+
Copyright (c) 2015 Pavel Vasev <[email protected]> - initial and working
9+
import implementation.
810
Copyright (c) 2016-2018 QmlWeb contributors
911

1012
Permission is hereby granted, free of charge, to any person obtaining a copy of

src/engine/import.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
/* @license
2-
3-
MIT License
4-
5-
Copyright (c) 2011 Lauri Paimen <[email protected]>
6-
Copyright (c) 2015 Pavel Vasev <[email protected]> - initial and working
7-
import implementation.
8-
Copyright (c) 2016 QmlWeb contributors
9-
10-
Permission is hereby granted, free of charge, to any person obtaining a copy of
11-
this software and associated documentation files (the "Software"), to deal in
12-
the Software without restriction, including without limitation the rights to
13-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14-
the Software, and to permit persons to whom the Software is furnished to do so,
15-
subject to the following conditions:
16-
17-
The above copyright notice and this permission notice shall be included in all
18-
copies or substantial portions of the Software.
19-
20-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
22-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
23-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
24-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
25-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26-
*/
27-
28-
291
/**
302
* Get URL contents.
313
* @param url {String} Url to fetch.

src/engine/qmlstructure.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
/* @license
2-
3-
MIT License
4-
5-
Copyright (c) 2011 Lauri Paimen <[email protected]>
6-
Copyright (c) 2013 Anton Kreuzkamp <[email protected]>
7-
Copyright (c) 2016 QmlWeb contributors
8-
9-
Permission is hereby granted, free of charge, to any person obtaining a copy of
10-
this software and associated documentation files (the "Software"), to deal in
11-
the Software without restriction, including without limitation the rights to
12-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
13-
the Software, and to permit persons to whom the Software is furnished to do so,
14-
subject to the following conditions:
15-
16-
The above copyright notice and this permission notice shall be included in all
17-
copies or substantial portions of the Software.
18-
19-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
22-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
23-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
24-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25-
*/
26-
271
class QMLMethod extends QmlWeb.QMLBinding {
282
}
293

0 commit comments

Comments
 (0)