Updated Branches: refs/heads/develop de2e858c8 -> 29b22583c
MARMOTTA-179: fixed the wrong relabelling of snorql (scriptaculous) headers Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/0d85dd86 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/0d85dd86 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/0d85dd86 Branch: refs/heads/develop Commit: 0d85dd8651ee3daf099f478f632635aa8287f568 Parents: cd88cb0 Author: Sergio Fernández <[email protected]> Authored: Thu Mar 28 16:20:51 2013 +0100 Committer: Sergio Fernández <[email protected]> Committed: Thu Mar 28 16:20:51 2013 +0100 ---------------------------------------------------------------------- NOTICE.txt | 8 ++-- parent/pom.xml | 1 + .../src/main/resources/web/admin/snorql/NOTICE | 2 + .../main/resources/web/admin/snorql/namespaces.js | 2 + .../main/resources/web/admin/snorql/prototype.js | 19 +----------- .../web/admin/snorql/scriptaculous/builder.js | 17 ---------- .../web/admin/snorql/scriptaculous/controls.js | 17 ---------- .../web/admin/snorql/scriptaculous/dragdrop.js | 22 +++---------- .../web/admin/snorql/scriptaculous/effects.js | 22 +++---------- .../admin/snorql/scriptaculous/scriptaculous.js | 24 ++++----------- .../web/admin/snorql/scriptaculous/slider.js | 22 +++---------- .../web/admin/snorql/scriptaculous/sound.js | 22 +++---------- .../web/admin/snorql/scriptaculous/unittest.js | 24 ++++----------- .../main/resources/web/admin/snorql/snorql.html | 1 + .../src/main/resources/web/admin/snorql/snorql.js | 2 + .../src/main/resources/web/admin/snorql/sparql.js | 2 + .../src/main/resources/web/admin/snorql/style.css | 2 + 17 files changed, 49 insertions(+), 160 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index 22f8d89..b1aeeb3 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -57,9 +57,9 @@ Source Locations: The D2R Snorql Library was originally created by Richard Cyganaik (http://richard.cyganiak.de/) for the D2R server project -(http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/). It is licensed under the -Apache Software License 2.0. The source code is available at -https://github.com/kurtjx/SNORQL +(http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/). It is licensed +under the Apache Software License 2.0. The source code is available +at http://github.com/kurtjx/SNORQL Source Locations: - platform/marmotta-sparql/src/main/resources/web/admin/snorql @@ -135,4 +135,4 @@ https://github.com/tristan/jsonld-java The test sources for commons/sesame-tools-rio-jsonld contain the data files from the JSON-LD Test Suite. The JSON-LD Test Suite is published as public domain (with a Creative Commons Zero license and without copyright). The -source code is available at https://github.com/json-ld/json-ld.org \ No newline at end of file +source code is available at https://github.com/json-ld/json-ld.org http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index c917c5d..bbb276d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -400,6 +400,7 @@ <exclude>**/dygraph/**</exclude> <exclude>**/sgvizler/**</exclude> <exclude>**/js/lib/**</exclude> + <exclude>**/src/main/resources/web/admin/snorql/**</exclude> <exclude>**/src/main/java/solr2155/**</exclude> <exclude>**/src/main/java/net/miginfocom/**</exclude> <exclude>**/src/main/java/org/oxbow/**</exclude> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/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 new file mode 100644 index 0000000..61a0089 --- /dev/null +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/NOTICE @@ -0,0 +1,2 @@ +Snorql includes the file xml-to-html.xsl files, witch has copyright 2006 by Dave Beckett (DAWG), +Jeen Broekstra (DAWG) and Andy Seaborne (SPARQler). http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/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 7db1f83..9d025af 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,4 +1,6 @@ /* + * 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 http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/prototype.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/prototype.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/prototype.js index 3548fc0..35a6913 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/prototype.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/prototype.js @@ -1,20 +1,3 @@ -/* - * 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. - */ /* Prototype JavaScript framework, version 1.6.0.2 * (c) 2005-2008 Sam Stephenson * @@ -4235,4 +4218,4 @@ Object.extend(Element.ClassNames.prototype, Enumerable); /*--------------------------------------------------------------------------*/ -Element.addMethods(); \ No newline at end of file +Element.addMethods(); http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/builder.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/builder.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/builder.js index afa33df..8301999 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/builder.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/builder.js @@ -1,20 +1,3 @@ -/* - * 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. - */ // script.aculo.us builder.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 // Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/controls.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/controls.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/controls.js index 278f99b..7ab3eff 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/controls.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/controls.js @@ -1,20 +1,3 @@ -/* - * 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. - */ // script.aculo.us controls.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 // Autocompleter.Base handles all the autocompletion functionality http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/dragdrop.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/dragdrop.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/dragdrop.js index dde6393..2cceb0f 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/dragdrop.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/dragdrop.js @@ -1,22 +1,10 @@ -/* - * 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. - */ // script.aculo.us dragdrop.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 +// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) +// +// script.aculo.us is freely distributable under the terms of an MIT-style license. +// For details, see the script.aculo.us web site: http://script.aculo.us/ + if(Object.isUndefined(Effect)) throw("dragdrop.js requires including script.aculo.us' effects.js library"); http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/effects.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/effects.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/effects.js index 113aff6..f136b56 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/effects.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/effects.js @@ -1,22 +1,10 @@ -/* - * 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. - */ // script.aculo.us effects.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 +// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) +// +// script.aculo.us is freely distributable under the terms of an MIT-style license. +// For details, see the script.aculo.us web site: http://script.aculo.us/ + // converts rgb() and #xxx to #xxxxxx format, // returns self (or first argument) if not convertable String.prototype.parseColor = function() { http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/scriptaculous.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/scriptaculous.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/scriptaculous.js index 6d5a6ee..e84bd9c 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/scriptaculous.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/scriptaculous.js @@ -1,22 +1,10 @@ -/* - * 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. - */ // script.aculo.us scriptaculous.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 +// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) +// +// script.aculo.us is freely distributable under the terms of an MIT-style license. +// For details, see the script.aculo.us web site: http://script.aculo.us/ + var Scriptaculous = { Version: '1.8.1', require: function(libraryName) { @@ -49,4 +37,4 @@ var Scriptaculous = { } } -Scriptaculous.load(); \ No newline at end of file +Scriptaculous.load(); http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/slider.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/slider.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/slider.js index 1279f94..75a1b96 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/slider.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/slider.js @@ -1,22 +1,10 @@ -/* - * 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. - */ // script.aculo.us slider.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 +// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) +// +// script.aculo.us is freely distributable under the terms of an MIT-style license. +// For details, see the script.aculo.us web site: http://script.aculo.us/ + if (!Control) var Control = { }; // options: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/sound.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/sound.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/sound.js index 4d1b027..a61a43a 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/sound.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/sound.js @@ -1,22 +1,10 @@ -/* - * 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. - */ // script.aculo.us sound.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 +// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) +// +// script.aculo.us is freely distributable under the terms of an MIT-style license. +// For details, see the script.aculo.us web site: http://script.aculo.us/ + Sound = { tracks: {}, _enabled: true, http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/unittest.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/unittest.js b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/unittest.js index e40149c..6cadccd 100755 --- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/unittest.js +++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous/unittest.js @@ -1,22 +1,10 @@ -/* - * 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. - */ // script.aculo.us unittest.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 +// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) +// +// script.aculo.us is freely distributable under the terms of an MIT-style license. +// For details, see the script.aculo.us web site: http://script.aculo.us/ + // experimental, Firefox-only Event.simulateMouse = function(element, eventName) { var options = Object.extend({ @@ -575,4 +563,4 @@ Test.context = function(name, spec, log){ } } new Test.Unit.Runner(compiledSpec, { titles: titles, testLog: log || 'testlog', context: name }); -}; \ No newline at end of file +}; http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/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 b45fcac..b3a7133 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,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- + Copyright (c) 2007 Richard Cyganaik 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/0d85dd86/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 22f3b6a..baf391b 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,4 +1,6 @@ /* + * 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 http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/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 2b34538..74a5d54 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,4 +1,6 @@ /* + * 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 http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0d85dd86/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 f94ce4b..066f771 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,4 +1,6 @@ /** + * 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
