epmfile.pm (dfa12748) epmfile.pm (bda541eb)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 1440 unchanged lines hidden (view full) ---

1449
1450 last;
1451 }
1452 }
1453}
1454
1455#####################################################################
1456# Replacing Copyright with License in the spec file
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 1440 unchanged lines hidden (view full) ---

1449
1450 last;
1451 }
1452 }
1453}
1454
1455#####################################################################
1456# Replacing Copyright with License in the spec file
1457# Syntax: License: LGPL, SISSL
1457# Syntax: License: ALv2 (older usages were LGPL, SISSL)
1458#####################################################################
1459
1460sub set_license_in_specfile
1461{
1462 my ($changefile, $variableshashref) = @_;
1463
1464 my $license = $variableshashref->{'LICENSENAME'};
1465

--- 2000 unchanged lines hidden ---
1458#####################################################################
1459
1460sub set_license_in_specfile
1461{
1462 my ($changefile, $variableshashref) = @_;
1463
1464 my $license = $variableshashref->{'LICENSENAME'};
1465

--- 2000 unchanged lines hidden ---