diff --git a/app-conf/deegree/deegree_start.sh b/app-conf/deegree/deegree_start.sh index af0ee34f..d8072312 100755 --- a/app-conf/deegree/deegree_start.sh +++ b/app-conf/deegree/deegree_start.sh @@ -1,13 +1,25 @@ #!/bin/sh -######################### -## -## deegree start script -## for OSGeoLiveDVD 2011 -## -## author: Johannes Wilden -## -## Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider -######################### +############################################################################# +# +# Purpose: This script is used to start deegree +# Author: Johannes Wilden +# Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider +# +############################################################################# +# Copyright (c) 2011-2018 Open Source Geospatial Foundation (OSGeo) +# +# Licensed under the GNU LGPL. +# +# This library is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, either version 2.1 of the License, +# or any later version. This library is distributed in the hope that +# it will be useful, but WITHOUT ANY WARRANTY, without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU Lesser General Public License for more details, either +# in the "LICENSE.LGPL.txt" file distributed with this software or at +# web page "http://www.fsf.org/licenses/lgpl.html". +############################################################################# DEEGREE_WORKSPACE_ROOT="/usr/local/share/deegree" export DEEGREE_WORKSPACE_ROOT diff --git a/app-conf/deegree/deegree_stop.sh b/app-conf/deegree/deegree_stop.sh index 7ecaf3c5..a4134b3a 100755 --- a/app-conf/deegree/deegree_stop.sh +++ b/app-conf/deegree/deegree_stop.sh @@ -1,13 +1,25 @@ #!/bin/sh -######################### -## -## deegree stop script -## for OSGeoLiveDVD 2011 -## -## author: Johannes Wilden -## -## Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider -######################### +############################################################################# +# +# Purpose: This script is used to stop deegree +# Author: Johannes Wilden +# Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider +# +############################################################################# +# Copyright (c) 2011-2018 Open Source Geospatial Foundation (OSGeo) +# +# Licensed under the GNU LGPL. +# +# This library is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, either version 2.1 of the License, +# or any later version. This library is distributed in the hope that +# it will be useful, but WITHOUT ANY WARRANTY, without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU Lesser General Public License for more details, either +# in the "LICENSE.LGPL.txt" file distributed with this software or at +# web page "http://www.fsf.org/licenses/lgpl.html". +############################################################################# ## stop tomcat (and deegree webapps): ## kill the deegree-tomcat process diff --git a/app-conf/geonetwork/shutdown.sh b/app-conf/geonetwork/shutdown.sh index fbf9412b..7cd4e029 100755 --- a/app-conf/geonetwork/shutdown.sh +++ b/app-conf/geonetwork/shutdown.sh @@ -1,4 +1,25 @@ #!/usr/bin/env bash +############################################################################# +# +# Purpose: This script is used to stop geonetwork +# +############################################################################# + +# Copyright (c) 2009-2018 Open Source Geospatial Foundation (OSGeo) +# +# Licensed under the GNU LGPL. +# +# This library is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, either version 2.1 of the License, +# or any later version. This library is distributed in the hope that +# it will be useful, but WITHOUT ANY WARRANTY, without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU Lesser General Public License for more details, either +# in the "LICENSE.LGPL.txt" file distributed with this software or at +# web page "http://www.fsf.org/licenses/lgpl.html". +############################################################################# + export JAVA_HOME="/usr/lib/jvm/default-java" export JETTY_HOME=../jetty export JETTY_FOREGROUND=0 diff --git a/app-conf/geonetwork/startup.sh b/app-conf/geonetwork/startup.sh index b59e8252..df841767 100755 --- a/app-conf/geonetwork/startup.sh +++ b/app-conf/geonetwork/startup.sh @@ -1,4 +1,26 @@ #!/usr/bin/env bash + +############################################################################# +# +# Purpose: This script is used to startup geonetwork +# +############################################################################# + +# Copyright (c) 2009-2018 Open Source Geospatial Foundation (OSGeo) +# +# Licensed under the GNU LGPL. +# +# This library is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, either version 2.1 of the License, +# or any later version. This library is distributed in the hope that +# it will be useful, but WITHOUT ANY WARRANTY, without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU Lesser General Public License for more details, either +# in the "LICENSE.LGPL.txt" file distributed with this software or at +# web page "http://www.fsf.org/licenses/lgpl.html". +############################################################################# + export JAVA_HOME="/usr/lib/jvm/default-java" export JETTY_HOME=../jetty export JETTY_FOREGROUND=0 diff --git a/app-conf/jupyter/install_nbextension.sh b/app-conf/jupyter/install_nbextension.sh index 0504c7a1..83d6aa46 100755 --- a/app-conf/jupyter/install_nbextension.sh +++ b/app-conf/jupyter/install_nbextension.sh @@ -1,10 +1,12 @@ #!/bin/sh -# # install_nbextension.sh +############################################################################# +# +# Purpose: This script will install CesiumWidgets +# Author: Massimo Di Stefano on 07/12/09 # ############################################################################# -# Created by Massimo Di Stefano on 07/12/09. -# Copyright (c) 2010-2016 Open Source Geospatial Foundation (OSGeo) +# Copyright (c) 2010-2018 Open Source Geospatial Foundation (OSGeo) # # Licensed under the GNU LGPL version >= 2.1. #