commit d938f8428fbdbd60507e9d478699d25ff2eaef3f Author: Pascal Acco Date: Mon Jan 30 10:12:39 2023 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..baf9b1f --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# ---> Matlab +##--------------------------------------------------- +## Remove autosaves generated by the Matlab editor +## We have git for backups! +##--------------------------------------------------- + +# Windows default autosave extension +*.asv + +# OSX / *nix default autosave extension +*.m~ + +# Compiled MEX binaries (all platforms) +*.mex* + +# Simulink Code Generation +slprj/ + +# Session info +octave-workspace + +# Simulink autosave extension +.autosave + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c690c65 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +Copyright 1989, 1991, 1992 by Carnegie Mellon University +Derivative Work - 1996, 1998-2000 Copyright 1996, 1998-2000 The Regents of the University of California +All Rights Reserved +Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of CMU and The Regents of the University of California not be used in advertising or publicity pertaining to distribution of the software without specific written permission. +CMU AND THE REGENTS OF THE UNIVERSITY OF CALIFORNIA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL CMU OR THE REGENTS OF THE UNIVERSITY OF CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e50efc --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# chti23 + +Dépôt commun pour le BE chti : +Chacun sur ça branche de type grpE_NOM1_NOM2