Skip to content

Commit 4a3358d

Browse files
Jan WielemakerJan Wielemaker
Jan Wielemaker
authored and
Jan Wielemaker
committed
Added copyright to toplevel files
1 parent 5ca078a commit 4a3358d

File tree

5 files changed

+131
-48
lines changed

5 files changed

+131
-48
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright: VU University of Amsterdam, CWI Amsterdam
2+
# License: Simplified BSD license
3+
14
BOWER_ARCHIVE=swish-bower-components.zip
25
BOWER_URL=http://www.swi-prolog.org/download/swish/${BOWER_ARCHIVE}
36

daemon.pl

+35
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@
66
./daemon.pl --help for help
77
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
88

9+
/* Part of SWISH
10+
11+
Author: Jan Wielemaker
12+
13+
WWW: http://www.swi-prolog.org
14+
Copyright (C): 2014-2016, VU University Amsterdam
15+
CWI Amsterdam
16+
All rights reserved.
17+
18+
Redistribution and use in source and binary forms, with or without
19+
modification, are permitted provided that the following conditions
20+
are met:
21+
22+
1. Redistributions of source code must retain the above copyright
23+
notice, this list of conditions and the following disclaimer.
24+
25+
2. Redistributions in binary form must reproduce the above copyright
26+
notice, this list of conditions and the following disclaimer in
27+
the documentation and/or other materials provided with the
28+
distribution.
29+
30+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
33+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
34+
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
35+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
36+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
38+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
40+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41+
POSSIBILITY OF SUCH DAMAGE.
42+
*/
43+
944
:- use_module(library(http/http_unix_daemon)).
1045

1146
swish_daemon.

ide.pl

+29-24
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
1-
/* Part of SWI-Prolog
1+
/* Part of SWISH
22
33
Author: Jan Wielemaker
4-
E-mail: J.Wielemaker@cs.vu.nl
4+
55
WWW: http://www.swi-prolog.org
6-
Copyright (C): 2015, VU University Amsterdam
7-
8-
This program is free software; you can redistribute it and/or
9-
modify it under the terms of the GNU General Public License
10-
as published by the Free Software Foundation; either version 2
11-
of the License, or (at your option) any later version.
12-
13-
This program is distributed in the hope that it will be useful,
14-
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
GNU General Public License for more details.
17-
18-
You should have received a copy of the GNU General Public
19-
License along with this library; if not, write to the Free Software
20-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21-
22-
As a special exception, if you link this library with other files,
23-
compiled with a Free Software compiler, to produce an executable, this
24-
library does not by itself cause the resulting executable to be covered
25-
by the GNU General Public License. This exception does not however
26-
invalidate any other reasons why the executable file might be covered by
27-
the GNU General Public License.
6+
Copyright (c) 2015-2016, VU University Amsterdam
7+
All rights reserved.
8+
9+
Redistribution and use in source and binary forms, with or without
10+
modification, are permitted provided that the following conditions
11+
are met:
12+
13+
1. Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
16+
2. Redistributions in binary form must reproduce the above copyright
17+
notice, this list of conditions and the following disclaimer in
18+
the documentation and/or other materials provided with the
19+
distribution.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25+
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32+
POSSIBILITY OF SUCH DAMAGE.
2833
*/
2934

3035
:- module(swish_ide,

run.pl

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
/* Part of SWISH
2+
3+
Author: Jan Wielemaker
4+
5+
WWW: http://www.swi-prolog.org
6+
Copyright (C): 2014-2016, VU University Amsterdam
7+
CWI Amsterdam
8+
All rights reserved.
9+
10+
Redistribution and use in source and binary forms, with or without
11+
modification, are permitted provided that the following conditions
12+
are met:
13+
14+
1. Redistributions of source code must retain the above copyright
15+
notice, this list of conditions and the following disclaimer.
16+
17+
2. Redistributions in binary form must reproduce the above copyright
18+
notice, this list of conditions and the following disclaimer in
19+
the documentation and/or other materials provided with the
20+
distribution.
21+
22+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
26+
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33+
POSSIBILITY OF SUCH DAMAGE.
34+
*/
35+
136
:- use_module(server).
237

338
% Using `localhost:3050`, we only bind to localhost interface!

swish.pl

+29-24
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
1-
/* Part of SWI-Prolog
1+
/* Part of SWISH
22
33
Author: Jan Wielemaker
4-
E-mail: J.Wielemaker@cs.vu.nl
4+
55
WWW: http://www.swi-prolog.org
6-
Copyright (C): 2014, VU University Amsterdam
7-
8-
This program is free software; you can redistribute it and/or
9-
modify it under the terms of the GNU General Public License
10-
as published by the Free Software Foundation; either version 2
11-
of the License, or (at your option) any later version.
12-
13-
This program is distributed in the hope that it will be useful,
14-
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
GNU General Public License for more details.
17-
18-
You should have received a copy of the GNU General Public
19-
License along with this library; if not, write to the Free Software
20-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21-
22-
As a special exception, if you link this library with other files,
23-
compiled with a Free Software compiler, to produce an executable, this
24-
library does not by itself cause the resulting executable to be covered
25-
by the GNU General Public License. This exception does not however
26-
invalidate any other reasons why the executable file might be covered by
27-
the GNU General Public License.
6+
Copyright (c) 2014-2016, VU University Amsterdam
7+
All rights reserved.
8+
9+
Redistribution and use in source and binary forms, with or without
10+
modification, are permitted provided that the following conditions
11+
are met:
12+
13+
1. Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
16+
2. Redistributions in binary form must reproduce the above copyright
17+
notice, this list of conditions and the following disclaimer in
18+
the documentation and/or other materials provided with the
19+
distribution.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25+
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32+
POSSIBILITY OF SUCH DAMAGE.
2833
*/
2934

3035
:- module(swish_app,

0 commit comments

Comments
 (0)