Skip to content

Commit 264ea29

Browse files
Jaeyoung-Limmanumerous
authored andcommitted
Add autonomous systems lab to the license file
1 parent c5651e1 commit 264ea29

File tree

15 files changed

+45
-30
lines changed

15 files changed

+45
-30
lines changed

Tools/parametric_model/generate_parametric_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/aerodynamic_models/control_surface_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/aerodynamic_models/fuselage_drag_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/aerodynamic_models/standard_wing_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/dynamics_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/model_config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/model_plots/aerodynamics_plots.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/model_plots/model_plots.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/model_plots/rotor_plots.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

Tools/parametric_model/src/models/multirotor_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
*
3-
* Copyright (c) 2021 Manuel Galliker. All rights reserved.
4-
*
3+
* Copyright (c) 2021 Manuel Galliker
4+
* 2021 Autonomous Systems Lab ETH Zurich
5+
* All rights reserved.
56
* Redistribution and use in source and binary forms, with or without
67
* modification, are permitted provided that the following conditions
78
* are met:

0 commit comments

Comments
 (0)