Skip to content

Commit 1bc7c44

Browse files
authored
Merge pull request #126 from stefanotorresi/add-more-license-infos
add license info in readme and spec file
2 parents 5b01b9a + f4cfb2a commit 1bc7c44

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This is a bespoke Prometheus exporter used to enable the monitoring of Pacemaker
99
2. [Installation](#installation)
1010
3. [Usage](#usage)
1111
4. [Development](#development)
12+
5. [License](#license)
1213

1314
## Features
1415

@@ -125,3 +126,17 @@ Note that, by default, `dev` is used as the RPM `Version` field, as well as a su
125126
To prepare an actual release, you can use the `VERSION` environment variable to set this value to an actual release tag.
126127

127128
To commit the release to OBS, run `make obs-commit`.
129+
130+
## License
131+
132+
Copyright (c) 2019 SUSE LLC
133+
134+
This program is free software: you can redistribute it and/or modify
135+
it under the terms of the GNU General Public License as published by
136+
the Free Software Foundation, either version 3 of the License, or
137+
(at your option) any later version.
138+
139+
This program is distributed in the hope that it will be useful,
140+
but WITHOUT ANY WARRANTY; without even the implied warranty of
141+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
142+
[GNU General Public License](LICENSE) for more details.

ha_cluster_exporter.spec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright (c) 2019 SUSE LLC
3+
#
4+
# This program is free software: you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation, either version 3 of the License, or
7+
# (at your option) any later version.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
#
117
Name: prometheus-ha_cluster_exporter
218
# Version will be processed via Makefile
319
Version: %%VERSION%%

0 commit comments

Comments
 (0)