Skip to content

Commit

Permalink
Update LICENSE text
Browse files Browse the repository at this point in the history
  • Loading branch information
isteinbrecher committed Nov 15, 2024
1 parent f02c6eb commit ec11602
Show file tree
Hide file tree
Showing 21 changed files with 41 additions and 21 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CubitPy: Cubit utility functions and a cubit wrapper for python3
CubitPy: Utility functions and 4C related functionality for the Cubit and
Coreform python interface

MIT License

Expand Down
3 changes: 2 additions & 1 deletion cubitpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubit_group.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubit_utility.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubit_wrapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubit_wrapper/cubit_wrapper_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubit_wrapper/cubit_wrapper_host.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubit_wrapper/cubit_wrapper_utility.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubitpy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubitpy_to_dat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/cubitpy_types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/geometry_creation_functions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion cubitpy/mesh_creation_functions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "CubitPy"
authors = [
{name = "Ivo Steinbrecher", email = "ivo.steinbrecher@unibw.de"},
]
description = "CubitPy: Utility functions for the cubit python interface"
description = "CubitPy: Utility functions and 4C related functionality for the Cubit and Coreform python interface"
readme = "README.md"
license = {file = "LICENSE"}
dependencies = [
Expand Down
3 changes: 2 additions & 1 deletion tests/test_delete.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion tests/testing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion tests/testing_header.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion tests/testing_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion tutorial/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down
3 changes: 2 additions & 1 deletion tutorial/tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# CubitPy: Cubit utility functions and a cubit wrapper for python3
# CubitPy: Utility functions and 4C related functionality for the Cubit and
# Coreform python interface
#
# MIT License
#
Expand Down

0 comments on commit ec11602

Please sign in to comment.