From 5225d05708107d2f03ee919a883491dd4620a541 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 20 Jul 2021 20:02:06 -0400 Subject: [PATCH] remove non contributor --- LICENSE | 1 - README.md | 1 - doc/Informe.tex | 4 +--- src/array.c | 1 - src/builtins.c | 1 - src/console_line.c | 1 - src/include/array.h | 1 - src/include/builtins.h | 1 - src/include/color.h | 1 - src/include/console_line.h | 1 - src/include/launch.h | 1 - src/include/loop.h | 1 - src/include/redirect.h | 1 - src/include/utils.h | 1 - src/launch.c | 1 - src/loop.c | 1 - src/myshellin.c | 1 - src/redirect.c | 1 - src/utils.c | 1 - 19 files changed, 1 insertion(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index ffade76..22fd848 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,4 @@ Copyright (c) 2021 Christopher Cromer -Copyright (c) 2021 Raúl Hernandez Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 7ab650b..5a94b8b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ myshellin es un proyecto semestral del ramo Sistemas Operativos. El propósito d ## Autores - Christopher Cromer -- Raúl Raúl Hernandez ## Requisitos software - glibc diff --git a/doc/Informe.tex b/doc/Informe.tex index 84b42a0..bb8e295 100644 --- a/doc/Informe.tex +++ b/doc/Informe.tex @@ -59,8 +59,7 @@ \begin{flushright} \textbf{Integrantes:}\\ -Christopher Cromer\\ -Raúl Hernandez +Christopher Cromer \end{flushright} \begin{flushright} @@ -85,4 +84,3 @@ Carlos Faúndez \include{sections/conclusiones} \end{document} - diff --git a/src/array.c b/src/array.c index c8a21a7..74ba2d4 100644 --- a/src/array.c +++ b/src/array.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/builtins.c b/src/builtins.c index e3f553f..59e0ccc 100644 --- a/src/builtins.c +++ b/src/builtins.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/console_line.c b/src/console_line.c index cce2cf2..85a9bc7 100644 --- a/src/console_line.c +++ b/src/console_line.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/array.h b/src/include/array.h index a2b640b..d994f35 100644 --- a/src/include/array.h +++ b/src/include/array.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/builtins.h b/src/include/builtins.h index 90ad8d1..7e53258 100644 --- a/src/include/builtins.h +++ b/src/include/builtins.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/color.h b/src/include/color.h index 4ca3db5..355f998 100644 --- a/src/include/color.h +++ b/src/include/color.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/console_line.h b/src/include/console_line.h index 574f96c..01f2642 100644 --- a/src/include/console_line.h +++ b/src/include/console_line.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/launch.h b/src/include/launch.h index d8abd33..3a18059 100644 --- a/src/include/launch.h +++ b/src/include/launch.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/loop.h b/src/include/loop.h index 45a606a..6c6a1da 100644 --- a/src/include/loop.h +++ b/src/include/loop.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/redirect.h b/src/include/redirect.h index d58cc7e..77ce6d1 100644 --- a/src/include/redirect.h +++ b/src/include/redirect.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/include/utils.h b/src/include/utils.h index 1ab61f2..9901cf9 100644 --- a/src/include/utils.h +++ b/src/include/utils.h @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/launch.c b/src/launch.c index 03929ef..0c1573d 100644 --- a/src/launch.c +++ b/src/launch.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/loop.c b/src/loop.c index b092d84..25f7f63 100644 --- a/src/loop.c +++ b/src/loop.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/myshellin.c b/src/myshellin.c index 5d2b286..541bbcb 100644 --- a/src/myshellin.c +++ b/src/myshellin.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/redirect.c b/src/redirect.c index 7f71ca4..4e682a7 100644 --- a/src/redirect.c +++ b/src/redirect.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * diff --git a/src/utils.c b/src/utils.c index 75e0dbf..37f4209 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,6 +1,5 @@ /* * Copyright 2021 Christopher Cromer - * Copyright 2021 Raúl Hernandez * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: *