File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/bemserver_ui/templates/pages Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright Nobatek/INEF4 and contributors
3+ Copyright Nobatek and contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ description = "BEMServer web interface"
55readme = " README.rst"
66license = { file = " LICENSE" }
77authors = [
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]
1111maintainers = [
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]
1515classifiers = [
1616 " Development Status :: 4 - Beta" ,
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments