diff options
Diffstat (limited to 'lang/js/Makefile.am')
-rw-r--r-- | lang/js/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/js/Makefile.am b/lang/js/Makefile.am index 63cc41bd..c65eb4a7 100644 --- a/lang/js/Makefile.am +++ b/lang/js/Makefile.am @@ -13,10 +13,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # -# 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., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA +# You should have received a copy of the GNU Lesser General Public +# License along with this program; if not, see <https://gnu.org/licenses/>. +# SPDX-License-Identifier: LGPL-2.1-or-later SUBDIRS = src BrowserTestExtension DemoExtension |