Skip to content

Commit 92462b3

Browse files
committed
Merge branch 'license' into 'master'
Fix LICENSE See merge request postgres-ai/custom-images!14
2 parents d472da2 + 57e1c0c commit 92462b3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

LICENSE

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
GNU AFFERO GENERAL PUBLIC LICENSE
22
Version 3, 19 November 2007
33

4-
Copyright © 2018-2019, Postgres.ai (https://postgres.ai), Nikolay Samokhvalov
4+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5+
Everyone is permitted to copy and distribute verbatim copies
6+
of this license document, but changing it is not allowed.
57

68
Preamble
79

@@ -27,7 +29,7 @@ with two steps: (1) assert copyright on the software, and (2) offer
2729
you this License which gives you legal permission to copy, distribute
2830
and/or modify the software.
2931

30-
A secondary benefit of OAdefending all users' freedom is that
32+
A secondary benefit of defending all users' freedom is that
3133
improvements made in alternate versions of the program, if they
3234
receive widespread use, become available for other developers to
3335
incorporate. Many developers of free software are heartened and
@@ -627,12 +629,12 @@ to attach them to the start of each source file to most effectively
627629
state the exclusion of warranty; and each file should have at least
628630
the "copyright" line and a pointer to where the full notice is found.
629631

630-
<one line to give the program's name and a brief idea of what it does.>
631-
Copyright (C) <year> <name of author>
632+
Custom Docker Images for PostgreSQL
633+
Copyright © 2020, Postgres.ai (https://postgres.ai), Nikolay Samokhvalov
632634

633635
This program is free software: you can redistribute it and/or modify
634-
it under the terms of the GNU Affero General Public License as published by
635-
the Free Software Foundation, either version 3 of the License, or
636+
it under the terms of the GNU Affero General Public License as published
637+
by the Free Software Foundation, either version 3 of the License, or
636638
(at your option) any later version.
637639

638640
This program is distributed in the hope that it will be useful,
@@ -641,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
641643
GNU Affero General Public License for more details.
642644

643645
You should have received a copy of the GNU Affero General Public License
644-
along with this program. If not, see <https://www.gnu.org/licenses/>.
646+
along with this program. If not, see <http://www.gnu.org/licenses/>.
645647

646648
Also add information on how to contact you by electronic and paper mail.
647649

@@ -656,4 +658,4 @@ specific requirements.
656658
You should also get your employer (if you work as a programmer) or school,
657659
if any, to sign a "copyright disclaimer" for the program, if necessary.
658660
For more information on this, and how to apply and follow the GNU AGPL, see
659-
<https://www.gnu.org/licenses/>.
661+
<http://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)