diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-12-16 06:32:05 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-12-16 06:33:40 +0100 |
commit | 844a6cfff4fa5dc43fa47a0aa4a823e7bf2c7641 (patch) | |
tree | 8e41f5034c5c09f765f7a11ac2ff71c4861787d2 | |
parent | 27d4c05c16b61a43f2972ffa8671fa5eb4faef18 (diff) |
Fix GPLv3 typo
The GPLv3 version was not available at the time Dillo was forked.
See: https://news.ycombinator.com/item?id=42427115
-rw-r--r-- | 25-years/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/25-years/index.html b/25-years/index.html index cdbeba9..6361873 100644 --- a/25-years/index.html +++ b/25-years/index.html @@ -95,7 +95,7 @@ convention for the function names (like prefixing them with a_ when they are public) or using 3 spaces for indentation, and began adjusting the code base to follow the same convention. -<p>On March of 2000, the license was changed to the GPLv3 with the permission of +<p>On March of 2000, the license was changed to the GPL with the permission of Raph Levien (the main developer of Gzilla/Armadillo). <p>The browser experimented a large rewrite with the idea to maintain several |