From f9ad067649812289ac5d9d9bea5420303fb0c525 Mon Sep 17 00:00:00 2001
From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
Date: Wed, 12 Mar 2014 12:03:01 -0300
Subject: [PATCH] Update package name on file headers

Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
---
 scripts/00-update                | 4 ++--
 scripts/00-update_le4            | 4 ++--
 scripts/10-remove                | 4 ++--
 scripts/10-remove_le4            | 4 ++--
 scripts/20-install               | 4 ++--
 scripts/20-install_le4           | 6 +++---
 scripts/30-upgrade               | 4 ++--
 scripts/35-upgrade-gnome         | 4 ++--
 scripts/40-configure1            | 4 ++--
 scripts/40-configure_le4         | 4 ++--
 scripts/40-configure_le5         | 4 ++--
 scripts/40-configure_minicom     | 4 ++--
 scripts/50-update-kernel         | 4 ++--
 scripts/50-update-kernel_le4     | 4 ++--
 scripts/60-update-initrd_le4     | 4 ++--
 scripts/60-update-initrd_le5     | 4 ++--
 scripts/60-update-initrd_minicom | 4 ++--
 scripts/common-functions.sh      | 4 ++--
 scripts/common-functions.sh_le4  | 4 ++--
 19 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/scripts/00-update b/scripts/00-update
index 935f1a2..a24d1f6 100755
--- a/scripts/00-update
+++ b/scripts/00-update
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/00-update_le4 b/scripts/00-update_le4
index 9ee6b2f..4b4a991 100755
--- a/scripts/00-update_le4
+++ b/scripts/00-update_le4
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/10-remove b/scripts/10-remove
index 00b7fd8..623234e 100755
--- a/scripts/10-remove
+++ b/scripts/10-remove
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/10-remove_le4 b/scripts/10-remove_le4
index 00b7fd8..623234e 100755
--- a/scripts/10-remove_le4
+++ b/scripts/10-remove_le4
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/20-install b/scripts/20-install
index 0812c91..1044f24 100755
--- a/scripts/20-install
+++ b/scripts/20-install
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/20-install_le4 b/scripts/20-install_le4
index 76e00b7..bdb0138 100755
--- a/scripts/20-install_le4
+++ b/scripts/20-install_le4
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
@@ -40,7 +40,7 @@ if [ "$1" == "multiterminal" ]; then
     chroot  "$CHROOTDIR" dpkg -i /tmp/le-multiterminal-installer_1.0.8_i386.deb
 fi
 
-#Wait for le-base's postinst finish.
+#Wait for create-iso's postinst finish.
 sleep 1
 
 closeChroot
diff --git a/scripts/30-upgrade b/scripts/30-upgrade
index c6c8ce2..63d7691 100755
--- a/scripts/30-upgrade
+++ b/scripts/30-upgrade
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/35-upgrade-gnome b/scripts/35-upgrade-gnome
index 06dade7..5db5185 100755
--- a/scripts/35-upgrade-gnome
+++ b/scripts/35-upgrade-gnome
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/40-configure1 b/scripts/40-configure1
index 14e191d..4a9ff43 100755
--- a/scripts/40-configure1
+++ b/scripts/40-configure1
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/40-configure_le4 b/scripts/40-configure_le4
index 5859075..63486af 100755
--- a/scripts/40-configure_le4
+++ b/scripts/40-configure_le4
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/40-configure_le5 b/scripts/40-configure_le5
index ec4753f..6ffd7ca 100755
--- a/scripts/40-configure_le5
+++ b/scripts/40-configure_le5
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/40-configure_minicom b/scripts/40-configure_minicom
index 500169d..bf29d3d 100755
--- a/scripts/40-configure_minicom
+++ b/scripts/40-configure_minicom
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/50-update-kernel b/scripts/50-update-kernel
index 0682d92..88e22eb 100755
--- a/scripts/50-update-kernel
+++ b/scripts/50-update-kernel
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/50-update-kernel_le4 b/scripts/50-update-kernel_le4
index 064e2a0..aa938a6 100755
--- a/scripts/50-update-kernel_le4
+++ b/scripts/50-update-kernel_le4
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/60-update-initrd_le4 b/scripts/60-update-initrd_le4
index b00ae01..677cebe 100755
--- a/scripts/60-update-initrd_le4
+++ b/scripts/60-update-initrd_le4
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/60-update-initrd_le5 b/scripts/60-update-initrd_le5
index 1983d04..154b887 100755
--- a/scripts/60-update-initrd_le5
+++ b/scripts/60-update-initrd_le5
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/60-update-initrd_minicom b/scripts/60-update-initrd_minicom
index 6a7ee16..98940bf 100755
--- a/scripts/60-update-initrd_minicom
+++ b/scripts/60-update-initrd_minicom
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/common-functions.sh b/scripts/common-functions.sh
index 380ffe3..845bf4f 100755
--- a/scripts/common-functions.sh
+++ b/scripts/common-functions.sh
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
diff --git a/scripts/common-functions.sh_le4 b/scripts/common-functions.sh_le4
index c344c2e..40408f2 100755
--- a/scripts/common-functions.sh_le4
+++ b/scripts/common-functions.sh_le4
@@ -3,9 +3,9 @@
 # Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
 # Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
 #
-# This file is part of le-base
+# This file is part of create-iso
 #
-# le-base is free software; you can redistribute it and/or
+# create-iso 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.
-- 
GitLab