Skip to content

Commit

Permalink
add missed license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jul 31, 2018
1 parent 45a424a commit c4b6401
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
20 changes: 20 additions & 0 deletions rpm/SPECS/iotasigfox.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Copyright 2016 Telefonica Investigacion y Desarrollo, S.A.U
#
# This file is part of the iotagent-sigfox
#
# the iotagent-sigfox is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# the iotagent-sigfox is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
# General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with the iotagent-sigfox. If not, see http://www.gnu.org/licenses/.
#
# For those usages not covered by this license please contact with
# iot_support at tid dot es

Summary: Sigfox IoT Agent
Name: iotagent-sigfox
Version: %{_product_version}
Expand Down
2 changes: 1 addition & 1 deletion rpm/create-rpm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2016 Telefonica Investigacion y Desarrollo, S.A.U
#
# This file is part of the iotagent-ul.
# This file is part of the iotagent-sigfox
#
# the iotagent-sigfox is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public License as
Expand Down
22 changes: 22 additions & 0 deletions rpm/get_version_string.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
#!/bin/bash
#
# Copyright 2016 Telefonica Investigacion y Desarrollo, S.A.U
#
# This file is part of the iotagent-sigfox
#
# the iotagent-sigfox is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# the iotagent-sigfox is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
# General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with the iotagent-sigfox. If not, see http://www.gnu.org/licenses/.
#
# For those usages not covered by this license please contact with
# iot_support at tid dot es
#
#
# Bash lib to know the RPM version and revision from a GitHub repository
# Call method get_rpm_version_string to obtain them for rpmbuild
#

shopt -s extglob

get_branch()
Expand Down

0 comments on commit c4b6401

Please sign in to comment.