GLUED: updated copyrights.

This commit is contained in:
Ricardo Martins 2014-02-02 04:04:03 +00:00
parent 842d6da359
commit 82dea6e18b
7 changed files with 58 additions and 22 deletions

View File

@ -1,6 +1,6 @@
########################################################################### ###########################################################################
# GLUED: GNU/Linux Uniform Environment Distribution # # GLUED: GNU/Linux Uniform Environment Distribution #
# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # # Copyright (C) 2007-2014 Universidade do Porto - Faculdade de Engenharia #
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # # Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
########################################################################### ###########################################################################
# This program is free software; you can redistribute it and/or modify # # This program is free software; you can redistribute it and/or modify #
@ -18,6 +18,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #
# 02110-1301 USA. # # 02110-1301 USA. #
########################################################################### ###########################################################################
# Author: Ricardo Martins #
###########################################################################
nfo1() nfo1()
{ {

View File

@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
########################################################################### ###########################################################################
# GLUED: GNU/Linux Uniform Environment Distribution # # GLUED: GNU/Linux Uniform Environment Distribution #
# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # # Copyright (C) 2007-2014 Universidade do Porto - Faculdade de Engenharia #
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # # Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
########################################################################### ###########################################################################
# This program is free software; you can redistribute it and/or modify # # This program is free software; you can redistribute it and/or modify #
@ -19,6 +19,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #
# 02110-1301 USA. # # 02110-1301 USA. #
########################################################################### ###########################################################################
# Author: Ricardo Martins #
###########################################################################
# Config: GLUED version. # Config: GLUED version.
cfg_glued_version='2.0.x' cfg_glued_version='2.0.x'

View File

@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
########################################################################### ###########################################################################
# GLUED: GNU/Linux Uniform Environment Distribution # # GLUED: GNU/Linux Uniform Environment Distribution #
# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # # Copyright (C) 2007-2014 Universidade do Porto - Faculdade de Engenharia #
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # # Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
########################################################################### ###########################################################################
# This program is free software; you can redistribute it and/or modify # # This program is free software; you can redistribute it and/or modify #
@ -19,6 +19,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #
# 02110-1301 USA. # # 02110-1301 USA. #
########################################################################### ###########################################################################
# Author: Ricardo Martins #
###########################################################################
cmd_parted() cmd_parted()
{ {

View File

@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
########################################################################### ###########################################################################
# GLUED: GNU/Linux Uniform Environment Distribution # # GLUED: GNU/Linux Uniform Environment Distribution #
# Copyright (C) 2007-2013 Universidade do Porto - Faculdade de Engenharia # # Copyright (C) 2007-2014 Universidade do Porto - Faculdade de Engenharia #
# Laboratório de Sistemas e Tecnologia Subaquática (LSTS) # # Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
########################################################################### ###########################################################################
# This program is free software; you can redistribute it and/or modify # # This program is free software; you can redistribute it and/or modify #
@ -19,6 +19,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #
# 02110-1301 USA. # # 02110-1301 USA. #
########################################################################### ###########################################################################
# Author: Ricardo Martins #
###########################################################################
source "functions.bash" source "functions.bash"

View File

@ -19,6 +19,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #
# 02110-1301 USA. # # 02110-1301 USA. #
########################################################################### ###########################################################################
# Author: Ricardo Martins #
###########################################################################
# Check shell type. # Check shell type.
if [ -z "$BASH_VERSION" ]; then if [ -z "$BASH_VERSION" ]; then

View File

@ -1,13 +1,26 @@
#! /bin/bash #! /bin/bash
############################################################################# ###########################################################################
# Copyright (C) 2007-2012 Laboratório de Sistemas e Tecnologia Subaquática # # GLUED: GNU/Linux Uniform Environment Distribution #
# Departamento de Engenharia Electrotécnica e de Computadores # # Copyright (C) 2007-2014 Universidade do Porto - Faculdade de Engenharia #
# Rua Dr. Roberto Frias, 4200-465 Porto, Portugal # # Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
############################################################################# ###########################################################################
# Author: Ricardo Martins # # 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 #
# $Id:: $:# # 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. #
###########################################################################
# Author: Ricardo Martins #
###########################################################################
# Check shell type. # Check shell type.
if [ -z "$BASH_VERSION" ]; then if [ -z "$BASH_VERSION" ]; then

View File

@ -1,13 +1,26 @@
#! /bin/bash #! /bin/bash
############################################################################# ###########################################################################
# Copyright (C) 2007-2012 Laboratório de Sistemas e Tecnologia Subaquática # # GLUED: GNU/Linux Uniform Environment Distribution #
# Departamento de Engenharia Electrotécnica e de Computadores # # Copyright (C) 2007-2014 Universidade do Porto - Faculdade de Engenharia #
# Rua Dr. Roberto Frias, 4200-465 Porto, Portugal # # Laboratório de Sistemas e Tecnologia Subaquática (LSTS) #
############################################################################# ###########################################################################
# Author: Ricardo Martins # # 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 #
# $Id:: $:# # 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. #
###########################################################################
# Author: Ricardo Martins #
###########################################################################
# Check shell type. # Check shell type.
if [ -z "$BASH_VERSION" ]; then if [ -z "$BASH_VERSION" ]; then