Bugs item #6258, was opened at 2011-11-04 23:42 Status: Open Priority: 3 Submitted By: Michal Ambroz (rebus) Assigned to: Nobody (None) Summary: License and source files in openvas-libraries contains wrong (old) address to FSF foundation Architecture: None Resolution: None Severity: normal Version: None Component: openvas-libraries Operating System: All Product: OpenVAS Hardware: All URL: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Initial Comment: Hello, rpmlint identified a lot of files in openvas-libraries package that is referencing to the old address of free software foundation. Old Address: 675 Mass Ave, Cambridge, MA 02139, USA New Address: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Probably pristine copy of the COPYING.GPLv2 COPYING.LGPLv2 should be obtained directly from gnu.org to modify the address rather than doing it by hand: wget http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt -O COPYING.GPLv2 wget http://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt -O COPYING.LGPLv2 #List of affected files cd openvas-libraries-4.0.6 OLDADDR="675 Mass Ave, Cambridge, MA 02139, USA" NEWADDR="51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" LIST=`grep -lre "$OLDADDR" *| grep -E '.c$|.h$'` echo "$LIST" #Fix the address to new value in all files in the list: echo "$LIST" | xargs sed -i -e "s/$OLDADDR/$NEWADDR/" Best regards Michal Ambroz ---------------------------------------------------------------------- You can respond by visiting: http://wald.intevation.org/tracker/?func=detail&atid=220&aid=6258&group_id=29 _______________________________________________ Openvas-devel mailing list Openvas-devel@wald.intevation.org http://lists.wald.intevation.org/mailman/listinfo/openvas-devel