diff --git a/suggest.js b/suggest.js index 2f6db79..7ae94e3 100644 --- a/suggest.js +++ b/suggest.js @@ -190,6 +190,9 @@ var licensePhrases = { 'Original BSD': 'all advertising materials mentioning features or use of this software must display the following acknowledgement', 'New BSD': 'may be used to endorse or promote products derived from this software without specific prior written permission', 'BSD': 'redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met', + 'AGPLv1': 'affero general public license,? version 1', + 'AGPLv3': 'affero general public license,? version 3', + 'AGPL': 'affero general public license', 'GPLv2': 'gnu general public license,? version 2', 'GPLv3': 'gnu general public license,? version 3', 'GPL': 'gnu general public license', @@ -205,9 +208,6 @@ var licensePhrases = { 'Eclipse': 'eclipse public license', 'Artistic': 'artistic license', 'zlib': 'the origin of this software must not be misrepresented', - 'AGPLv1': 'affero general public license,? version 1', - 'AGPLv3': 'affero general public license,? version 3', - 'AGPL': 'affero general public license', 'ISC': 'permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted', 'CC0': 'cc0', 'Unlicense': 'this is free and unencumbered software released into the public domain',