Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fix-fsf-address :) #25

Closed
wants to merge 1 commit into from
Closed

Fix fix-fsf-address :) #25

wants to merge 1 commit into from

Conversation

tamplan
Copy link

@tamplan tamplan commented Jun 17, 2019

Update FSF address

If someone could use it for all the different repositories i would be the happiest of men (it would be easier for me to correct them all by hand... 8-) )

Regards

Copy link
Contributor

@rbuj rbuj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current post code is 02110-1301. see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html#SEC4
You shouldn't replace the current postcode with 02110-1335.

You have to add this line:

    sed -i "s/\(.*\)59 Temple Street #330\(.*\)/\151 Franklin St, Fifth Floor\2/" $line	

Before the line:

    sed -i "s/\(.*\)59 Temple Place, Suite 330\(.*\)/\151 Franklin St, Fifth Floor\2/" $line

test:

echo "Foundation, Inc., 59 Temple Street #330, Boston, MA 02110-1301, USA." | sed "s/\(.*\)59 Temple Street #330\(.*\)/\151 Franklin St, Fifth Floor\2/"

Extracted from mate-desktop/mate-applets@dff2e89

@tamplan
Copy link
Author

tamplan commented Jun 17, 2019

And in this page https://www.fsf.org/about/contact/, i can see 02110-1335 for the postcode, in the end I don't know which one is correct.

Did someone report it to the FSF?

@rbuj
Copy link
Contributor

rbuj commented Jun 17, 2019

License ZIP code is 02110-1301, until it's not updated in https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

TEST: ZIP code in glibc

$ git clone http://sourceware.org/git/glibc.git
$ cd glibc
$ git grep 02110- | cut -d':' -f 2 | sort -u
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
   02110-1301, USA.  */
 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,

@tamplan
Copy link
Author

tamplan commented Jun 17, 2019

I just understand what you explain yet few days ago, there are two zip codes, one for the mail (mine incorrect) and one for the licence ("yours" and definitively the correct one to use in source code).

Ok PR not valid, i revert my commit.

Thanks for explanations!

@tamplan tamplan closed this Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants