benpicco / mate-deskbar-applet

the universal gnome search applet, migrated to mate
GNU General Public License v2.0
1 stars 0 forks source link

incorrect-fsf-address #4

Open raveit65 opened 11 years ago

raveit65 commented 11 years ago

rpmlint shows some warnings about

mate-deskbar-applet.x86_64: E: incorrect-fsf-address /usr/libexec/deskbar-applet/modules-2.20-compatible/calculator.py mate-deskbar-applet.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-deskbar-applet-2.32.0/COPYING mate-deskbar-applet.x86_64: E: incorrect-fsf-address /usr/libexec/deskbar-applet/modules-2.20-compatible/opensearch.py

With that script you can easyly fixed it. https://github.com/szesch/mate-dev-scripts/tree/master/fix-fsf-address

benpicco commented 11 years ago

I guess the proper fix would be to drop the address entirely, hardly anyone keeps track of it.

raveit65 commented 11 years ago

For calculator.py and opensearch.py you can use the script. So far i understand Steve Zesch is it not allowed to change COPYING, but you can replace it with a new one from https://www.gnu.org/licenses/old-licenses/old-licenses.en.html This is the way how i do it for all packages from Mate himself.