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

GPL-2.0: Mark postal-code commas as optional #514

Merged
merged 1 commit into from
Dec 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/GPL-2.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Public License for more details. </p>
<p>You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.</p>
02110-1301<optional>,</optional> USA.</p>
</standardLicenseHeader>
<notes>This license was released: June 1991 This refers to when this GPL 2.0 only is being used (as opposed to GPLv2
or later).</notes>
Expand All @@ -26,7 +26,7 @@
</p>
</titleText>
<p>Copyright (C) 1989, 1991 Free Software Foundation, Inc.
<br/>51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
<br/>51 Franklin Street, Fifth Floor, Boston, MA 02110-1301<optional>,</optional> USA
</p>
<p>Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is
not allowed.</p>
Expand Down Expand Up @@ -289,7 +289,7 @@
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program; if not, write
to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301<optional>,</optional> USA.
Also add information on how to contact you by electronic and paper mail.</p>
<p>If the program is interactive, make it output a short notice like this when it starts in an interactive
mode:</p>
Expand Down