Skip to content

Commit ed61af9

Browse files
Remove all allusions to 'INEF4'
1 parent bfafc22 commit ed61af9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright Nobatek/INEF4 and contributors
3+
Copyright Nobatek and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description = "BEMServer web interface"
55
readme = "README.rst"
66
license = { file = "LICENSE" }
77
authors = [
8-
{ name = "Jérôme Lafréchoux", email = "jlafrechoux@nobatek.inef4.com" },
9-
{ name = "David Frédérique", email = "dfrederique@nobatek.inef4.com" },
8+
{ name = "Jérôme Lafréchoux", email = "jlafrechoux@nobatek.com" },
9+
{ name = "David Frédérique", email = "dfrederique@nobatek.com" },
1010
]
1111
maintainers = [
12-
{ name = "Jérôme Lafréchoux", email = "jlafrechoux@nobatek.inef4.com" },
13-
{ name = "David Frédérique", email = "dfrederique@nobatek.inef4.com" },
12+
{ name = "Jérôme Lafréchoux", email = "jlafrechoux@nobatek.com" },
13+
{ name = "David Frédérique", email = "dfrederique@nobatek.com" },
1414
]
1515
classifiers = [
1616
"Development Status :: 4 - Beta",

src/bemserver_ui/templates/pages/skeleton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>BEMServer{% if title %} - {{ title }}{% if subtitle %} - {{ subtitle }}{% endif %}{% endif %}</title>
77
<meta name="description" content="{{ description | default('') }}">
8-
<meta name="author" content="{{ author | default('Nobatek/INEF4', true) }}">
8+
<meta name="author" content="{{ author | default('Nobatek', true) }}">
99
<link rel="icon" href="{{ url_for('static', filename='images/bemserver.ico') }}">
1010
<link rel="shortcut icon" href="{{ url_for('static', filename='images/bemserver.ico') }}">
1111
{% block head_styles %}

0 commit comments

Comments
 (0)