BSSGP/IuUP: Fix license disclaimer copy+paste

The license disclaimer already stated GPLv2-or-later, it just stated
confusingly you should look at the AGPL for reference.  Fix that.

Change-Id: I673c5c177a8e4010921f1fed747ce376f274da54
This commit is contained in:
Harald Welte 2020-03-01 20:26:26 +01:00
parent b12a0ffc03
commit 4895d7a1d3
2 changed files with 4 additions and 4 deletions

View File

@ -230,9 +230,9 @@ OCTETSTRING f__NS__compact__len(OCTETSTRING const &in)
* This program 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.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

View File

@ -195,9 +195,9 @@ int osmo_iuup_compute_header_crc(const uint8_t *iuup_pdu, unsigned int pdu_len)
* This program 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.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/