MARMOTTA-179: clarified the status of sparql.js dile distributed with snorql
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/3f258896 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/3f258896 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/3f258896 Branch: refs/heads/develop Commit: 3f2588964c1bb068c09e4b5b7873dac8f1097c40 Parents: 0d0ebd2 Author: Sergio Fernández <ser...@wikier.org> Authored: Fri Mar 29 11:01:44 2013 +0100 Committer: Sergio Fernández <ser...@wikier.org> Committed: Fri Mar 29 11:01:44 2013 +0100 ---------------------------------------------------------------------- .../src/main/resources/web/admin/snorql/NOTICE | 7 ++++- .../main/resources/web/admin/snorql/namespaces.js | 2 +- .../main/resources/web/admin/snorql/snorql.html | 2 +- .../src/main/resources/web/admin/snorql/snorql.js | 2 +- .../src/main/resources/web/admin/snorql/sparql.js | 19 --------------- .../src/main/resources/web/admin/snorql/style.css | 2 +- 6 files changed, 9 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3f258896/platform/marmotta-sparql/src/main/resources/web/admin/snorql/NOTICE ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/NOTICE b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/NOTICE index 61a0089..7474373 100644 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/NOTICE +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/NOTICE @@ -1,2 +1,5 @@ -Snorql includes the file xml-to-html.xsl files, witch has copyright 2006 by Dave Beckett (DAWG), -Jeen Broekstra (DAWG) and Andy Seaborne (SPARQler). +Snorql includes the xml-to-html.xsl files, witch has copyright 2006 by +Dave Beckett (DAWG), Jeen Broekstra (DAWG) and Andy Seaborne (SPARQler). + +Snorql includes the sparql.js files, witch has copyright 2006, 2007 +Lee Feigenbaum, Elias Torres and Wing Yung. http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3f258896/platform/marmotta-sparql/src/main/resources/web/admin/snorql/namespaces.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/namespaces.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/namespaces.js index 9d025af..7eccd80 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/namespaces.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/namespaces.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 Richard Cyganaik + * Copyright (c) 2007 Richard Cyganiak * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3f258896/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.html ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.html b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.html index b3a7133..aead0a1 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.html +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.html @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (c) 2007 Richard Cyganaik + Copyright (c) 2007 Richard Cyganiak Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3f258896/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.js index baf391b..df47c72 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/snorql.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 Richard Cyganaik + * Copyright (c) 2007 Richard Cyganiak * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3f258896/platform/marmotta-sparql/src/main/resources/web/admin/snorql/sparql.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/sparql.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/sparql.js index 74a5d54..613c53f 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/sparql.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/sparql.js @@ -1,22 +1,3 @@ -/* - * Copyright (c) 2007 Richard Cyganaik - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ /********************************************************** Copyright (c) 2006, 2007 Lee Feigenbaum ( lee AT thefigtrees DOT net ) http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3f258896/platform/marmotta-sparql/src/main/resources/web/admin/snorql/style.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/style.css b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/style.css index 066f771..329379a 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/style.css +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/style.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2007 Richard Cyganaik + * Copyright (c) 2007 Richard Cyganiak * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file