Skip to content

Commit 5dca3d5

Browse files
authored
Merge pull request #19 from vroncevic/dev
[flexlm] Update display logo, version, docs
2 parents fbaeca2 + 9886521 commit 5dca3d5

15 files changed

Lines changed: 52 additions & 47 deletions

File tree

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ RUN rm -Rf v1.0.zip sh_util-1.0
3535
RUN mkdir /sh_tool/
3636
COPY sh_tool /sh_tool/
3737
RUN find /sh_tool/ -name "*.editorconfig" -type f -exec rm -Rf {} \;
38-
RUN mkdir -p /root/scripts/flexlm/ver.3.0/
38+
RUN mkdir -p /root/scripts/flexlm/ver.4.0/
3939
RUN mkdir /root/bin/
40-
RUN cp -R /sh_tool/bin/ /root/scripts/flexlm/ver.3.0/
41-
RUN cp -R /sh_tool/conf/ /root/scripts/flexlm/ver.3.0/
42-
RUN cp -R /sh_tool/log/ /root/scripts/flexlm/ver.3.0/
40+
RUN cp -R /sh_tool/bin/ /root/scripts/flexlm/ver.4.0/
41+
RUN cp -R /sh_tool/conf/ /root/scripts/flexlm/ver.4.0/
42+
RUN cp -R /sh_tool/log/ /root/scripts/flexlm/ver.4.0/
4343
RUN rm -Rf /sh_tool/
44-
RUN chmod -R 755 /root/scripts/flexlm/ver.3.0/
45-
RUN ln -s /root/scripts/flexlm/ver.3.0/bin/flexlm.sh /root/bin/flexlm
46-
RUN tree /root/scripts/flexlm/ver.3.0/
44+
RUN chmod -R 755 /root/scripts/flexlm/ver.4.0/
45+
RUN ln -s /root/scripts/flexlm/ver.4.0/bin/flexlm.sh /root/bin/flexlm
46+
RUN tree /root/scripts/flexlm/ver.4.0/

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Navigate to release **[page](https://github.com/vroncevic/flexlm/releases)** dow
3636
To install **flexlm** type the following
3737

3838
```bash
39-
tar xvzf flexlm-3.0.tar.gz
40-
cd flexlm-3.0
41-
cp -R ~/sh_tool/bin/ /root/scripts/flexlm/ver.3.0/
42-
cp -R ~/sh_tool/conf/ /root/scripts/flexlm/ver.3.0/
43-
cp -R ~/sh_tool/log/ /root/scripts/flexlm/ver.3.0/
39+
tar xvzf flexlm-4.0.tar.gz
40+
cd flexlm-4.0
41+
cp -R ~/sh_tool/bin/ /root/scripts/flexlm/ver.4.0/
42+
cp -R ~/sh_tool/conf/ /root/scripts/flexlm/ver.4.0/
43+
cp -R ~/sh_tool/log/ /root/scripts/flexlm/ver.4.0/
4444
```
4545

4646
Self generated setup script and execution
@@ -57,7 +57,7 @@ Self generated setup script and execution
5757
[setup] create symbolic link of App/Tool/Script
5858
[setup] done
5959

60-
/root/scripts/flexlm/ver.3.0/
60+
/root/scripts/flexlm/ver.4.0/
6161
├── bin
6262
│   ├── check_license.sh
6363
│   ├── flexlm.sh
@@ -73,7 +73,7 @@ Self generated setup script and execution
7373
└── flexlm.log
7474

7575
4 directories, 10 files
76-
lrwxrwxrwx 1 root root 42 Dec 3 19:35 /root/bin/flexlm -> /root/scripts/flexlm/ver.3.0/bin/flexlm.sh
76+
lrwxrwxrwx 1 root root 42 Dec 3 19:35 /root/bin/flexlm -> /root/scripts/flexlm/ver.4.0/bin/flexlm.sh
7777
```
7878

7979
Or You can use docker to create image/container.
@@ -82,15 +82,15 @@ Or You can use docker to create image/container.
8282

8383
```bash
8484
# Create symlink for shell tool
85-
ln -s /root/scripts/flexlm/ver.3.0/bin/flexlm.sh /root/bin/flexlm
85+
ln -s /root/scripts/flexlm/ver.4.0/bin/flexlm.sh /root/bin/flexlm
8686

8787
# Setting PATH
8888
export PATH=${PATH}:/root/bin/
8989

9090
# Start Cadence License Server
9191
flexlm
9292

93-
flexlm ver.3.0
93+
flexlm ver.4.0
9494
Wed Dec 3 07:36:18 PM CET 2025
9595

9696
[check_root] Check permission for current session? [ok]
@@ -107,7 +107,7 @@ Wed Dec 3 07:36:18 PM CET 2025
107107
░░ ░░░ ░░░░░░ ░░ ░░ ░░░ ░░░ ░░ ░░
108108

109109

110-
Info github.io/flexlm ver.3.0
110+
Info github.io/flexlm ver.4.0
111111
Issue github.io/issue
112112
Author vroncevic.github.io
113113

@@ -159,7 +159,7 @@ More documentation and info at
159159

160160
### Copyright and licence
161161

162-
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
162+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-4.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
163163

164164
Copyright (C) 2016 - 2026 by [vroncevic.github.io/flexlm](https://vroncevic.github.io/flexlm)
165165

0 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.

docs/build/html/_sources/index.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ To install **flexlm** type the following
4646

4747
.. code-block:: bash
4848
49-
tar xvzf flexlm-3.0.tar.gz
50-
cd flexlm-3.0
51-
cp -R ~/sh_tool/bin/ /root/scripts/flexlm/ver.3.0/
52-
cp -R ~/sh_tool/conf/ /root/scripts/flexlm/ver.3.0/
53-
cp -R ~/sh_tool/log/ /root/scripts/flexlm/ver.3.0/
49+
tar xvzf flexlm-4.0.tar.gz
50+
cd flexlm-4.0
51+
cp -R ~/sh_tool/bin/ /root/scripts/flexlm/ver.4.0/
52+
cp -R ~/sh_tool/conf/ /root/scripts/flexlm/ver.4.0/
53+
cp -R ~/sh_tool/log/ /root/scripts/flexlm/ver.4.0/
5454
5555
Or You can use Docker to create image/container.
5656

@@ -90,7 +90,7 @@ Copyright and licence
9090
|License: GPL v3| |License: Apache 2.0|
9191

9292
.. |License: GPL v3| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
93-
:target: https://www.gnu.org/licenses/gpl-3.0
93+
:target: https://www.gnu.org/licenses/gpl-4.0
9494

9595
.. |License: Apache 2.0| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
9696
:target: https://opensource.org/licenses/Apache-2.0

docs/build/html/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ <h1>Installation<a class="headerlink" href="#installation" title="Link to this h
4949
<p><a class="reference external" href="https://www.debian.org"><img alt="Debian Linux OS" src="https://raw.githubusercontent.com/vroncevic/flexlm/dev/docs/debtux.png" /></a></p>
5050
<p>Navigate to release <a class="reference external" href="https://github.com/vroncevic/flexlm/releases">page</a> download and extract release archive.</p>
5151
<p>To install <strong>flexlm</strong> type the following</p>
52-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>tar<span class="w"> </span>xvzf<span class="w"> </span>flexlm-3.0.tar.gz
53-
<span class="nb">cd</span><span class="w"> </span>flexlm-3.0
54-
cp<span class="w"> </span>-R<span class="w"> </span>~/sh_tool/bin/<span class="w"> </span>/root/scripts/flexlm/ver.3.0/
55-
cp<span class="w"> </span>-R<span class="w"> </span>~/sh_tool/conf/<span class="w"> </span>/root/scripts/flexlm/ver.3.0/
56-
cp<span class="w"> </span>-R<span class="w"> </span>~/sh_tool/log/<span class="w"> </span>/root/scripts/flexlm/ver.3.0/
52+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>tar<span class="w"> </span>xvzf<span class="w"> </span>flexlm-4.0.tar.gz
53+
<span class="nb">cd</span><span class="w"> </span>flexlm-4.0
54+
cp<span class="w"> </span>-R<span class="w"> </span>~/sh_tool/bin/<span class="w"> </span>/root/scripts/flexlm/ver.4.0/
55+
cp<span class="w"> </span>-R<span class="w"> </span>~/sh_tool/conf/<span class="w"> </span>/root/scripts/flexlm/ver.4.0/
56+
cp<span class="w"> </span>-R<span class="w"> </span>~/sh_tool/log/<span class="w"> </span>/root/scripts/flexlm/ver.4.0/
5757
</pre></div>
5858
</div>
5959
<p>Or You can use Docker to create image/container.</p>
@@ -88,7 +88,7 @@ <h1>Shell tool structure<a class="headerlink" href="#shell-tool-structure" title
8888
</section>
8989
<section id="copyright-and-licence">
9090
<h1>Copyright and licence<a class="headerlink" href="#copyright-and-licence" title="Link to this heading"></a></h1>
91-
<p><a class="reference external" href="https://www.gnu.org/licenses/gpl-3.0"><img alt="License: GPL v3" src="https://img.shields.io/badge/License-GPLv3-blue.svg" /></a> <a class="reference external" href="https://opensource.org/licenses/Apache-2.0"><img alt="License: Apache 2.0" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a></p>
91+
<p><a class="reference external" href="https://www.gnu.org/licenses/gpl-4.0"><img alt="License: GPL v3" src="https://img.shields.io/badge/License-GPLv3-blue.svg" /></a> <a class="reference external" href="https://opensource.org/licenses/Apache-2.0"><img alt="License: Apache 2.0" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a></p>
9292
<p>Copyright (C) 2016 - 2026 by <a class="reference external" href="https://vroncevic.github.io/flexlm">vroncevic.github.io/flexlm</a></p>
9393
<p><strong>flexlm</strong> is free software; you can redistribute it and/or modify it
9494
under the same terms as Bash itself, either Bash version 4.2.47 or,

docs/build/html/objects.inv

0 Bytes
Binary file not shown.

docs/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
project: str = 'flexlm'
3030
project_copyright: str = '2026, Vladimir Roncevic <elektron.ronca@gmail.com>'
3131
author: str = 'Vladimir Roncevic <elektron.ronca@gmail.com>'
32-
version: str = '3.0'
32+
version: str = '4.0'
3333
release: str = 'https://github.com/vroncevic/flexlm/releases'
3434
extensions: List[str] = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
3535
templates_path: List[str] = ['_templates']

docs/source/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ To install **flexlm** type the following
4646

4747
.. code-block:: bash
4848
49-
tar xvzf flexlm-3.0.tar.gz
50-
cd flexlm-3.0
51-
cp -R ~/sh_tool/bin/ /root/scripts/flexlm/ver.3.0/
52-
cp -R ~/sh_tool/conf/ /root/scripts/flexlm/ver.3.0/
53-
cp -R ~/sh_tool/log/ /root/scripts/flexlm/ver.3.0/
49+
tar xvzf flexlm-4.0.tar.gz
50+
cd flexlm-4.0
51+
cp -R ~/sh_tool/bin/ /root/scripts/flexlm/ver.4.0/
52+
cp -R ~/sh_tool/conf/ /root/scripts/flexlm/ver.4.0/
53+
cp -R ~/sh_tool/log/ /root/scripts/flexlm/ver.4.0/
5454
5555
Or You can use Docker to create image/container.
5656

@@ -90,7 +90,7 @@ Copyright and licence
9090
|License: GPL v3| |License: Apache 2.0|
9191

9292
.. |License: GPL v3| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
93-
:target: https://www.gnu.org/licenses/gpl-3.0
93+
:target: https://www.gnu.org/licenses/gpl-4.0
9494

9595
.. |License: Apache 2.0| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
9696
:target: https://opensource.org/licenses/Apache-2.0

0 commit comments

Comments
 (0)