diff --git a/functions.bash b/functions.bash index e5c1cc9..166de0d 100644 --- a/functions.bash +++ b/functions.bash @@ -1,3 +1,24 @@ +########################################################################### +# GLUED: GNU/Linux Uniform Environment Distribution # +# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # +# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # +########################################################################### +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or (at # +# your option) any later version. # +# # +# This program 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 # +# General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program; if not, write to the Free Software # +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # +# 02110-1301 USA. # +########################################################################### + nfo1() { echo -e "[$(date +"%Y-%m-%d %H:%M:%S")] \033[0m\033[1;34m* $*\033[0m" diff --git a/mkconfig.bash b/mkconfig.bash index 26f3837..49bf0d9 100755 --- a/mkconfig.bash +++ b/mkconfig.bash @@ -1,13 +1,24 @@ #! /bin/bash -############################################################################# -# Copyright (C) 2007-2012 Laboratório de Sistemas e Tecnologia Subaquática # -# Departamento de Engenharia Electrotécnica e de Computadores # -# Rua Dr. Roberto Frias, 4200-465 Porto, Portugal # -############################################################################# -# Author: Ricardo Martins # -############################################################################# -# $Id:: mkconfig.bash 1629 2013-06-30 11:39:30Z rasm $:# -############################################################################# +########################################################################### +# GLUED: GNU/Linux Uniform Environment Distribution # +# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # +# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # +########################################################################### +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or (at # +# your option) any later version. # +# # +# This program 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 # +# General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program; if not, write to the Free Software # +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # +# 02110-1301 USA. # +########################################################################### # Config: GLUED version. cfg_glued_version='1.9.x' diff --git a/mkdisk.bash b/mkdisk.bash index badc9db..8989add 100755 --- a/mkdisk.bash +++ b/mkdisk.bash @@ -1,13 +1,24 @@ #! /bin/bash -############################################################################# -# Copyright (C) 2007-2012 Laboratório de Sistemas e Tecnologia Subaquática # -# Departamento de Engenharia Electrotécnica e de Computadores # -# Rua Dr. Roberto Frias, 4200-465 Porto, Portugal # -############################################################################# -# Author: Ricardo Martins # -############################################################################# -# $Id:: $:# -############################################################################# +########################################################################### +# GLUED: GNU/Linux Uniform Environment Distribution # +# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # +# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # +########################################################################### +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or (at # +# your option) any later version. # +# # +# This program 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 # +# General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program; if not, write to the Free Software # +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # +# 02110-1301 USA. # +########################################################################### cmd_parted() { diff --git a/mkpackage.bash b/mkpackage.bash index af46e40..b46e46a 100755 --- a/mkpackage.bash +++ b/mkpackage.bash @@ -1,13 +1,24 @@ #! /bin/bash -############################################################################# -# Copyright (C) 2007-2012 Laboratório de Sistemas e Tecnologia Subaquática # -# Departamento de Engenharia Electrotécnica e de Computadores # -# Rua Dr. Roberto Frias, 4200-465 Porto, Portugal # -############################################################################# -# Author: Ricardo Martins # -############################################################################# -# $Id:: mkpackage.bash 1408 2013-02-06 14:10:34Z nurc $:# -############################################################################# +########################################################################### +# GLUED: GNU/Linux Uniform Environment Distribution # +# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # +# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # +########################################################################### +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or (at # +# your option) any later version. # +# # +# This program 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 # +# General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program; if not, write to the Free Software # +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # +# 02110-1301 USA. # +########################################################################### source "functions.bash" diff --git a/mksystem.bash b/mksystem.bash index ef73614..72ef205 100755 --- a/mksystem.bash +++ b/mksystem.bash @@ -1,13 +1,24 @@ #! /bin/bash -############################################################################# -# Copyright (C) 2007-2012 Laboratório de Sistemas e Tecnologia Subaquática # -# Departamento de Engenharia Electrotécnica e de Computadores # -# Rua Dr. Roberto Frias, 4200-465 Porto, Portugal # -############################################################################# -# Author: Ricardo Martins # -############################################################################# -# $Id:: mksystem.bash 1152 2012-09-14 02:06:10Z rasm $:# -############################################################################# +########################################################################### +# GLUED: GNU/Linux Uniform Environment Distribution # +# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # +# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # +########################################################################### +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or (at # +# your option) any later version. # +# # +# This program 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 # +# General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program; if not, write to the Free Software # +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # +# 02110-1301 USA. # +########################################################################### # Check shell type. if [ -z "$BASH_VERSION" ]; then diff --git a/utils/glued-download-sources.bash b/utils/glued-download-sources.bash index e85ee5f..d4239b7 100755 --- a/utils/glued-download-sources.bash +++ b/utils/glued-download-sources.bash @@ -1,13 +1,24 @@ #! /bin/bash -############################################################################# -# Copyright (C) 2007-2013 Laboratório de Sistemas e Tecnologia Subaquática # -# Departamento de Engenharia Electrotécnica e de Computadores # -# Rua Dr. Roberto Frias, 4200-465 Porto, Portugal # -############################################################################# -# Author: Ricardo Martins # -############################################################################# -# $Id:: glued-download-sources.bash 1622 2013-06-25 08:31:22Z rasm $:# -############################################################################# +########################################################################### +# GLUED: GNU/Linux Uniform Environment Distribution # +# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # +# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # +########################################################################### +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or (at # +# your option) any later version. # +# # +# This program 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 # +# General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program; if not, write to the Free Software # +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # +# 02110-1301 USA. # +########################################################################### if [ -f 'functions.bash' ]; then DST='downloads'