From 6ab3842015a036a6f404d5dc830cf134c436051d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 19 Dec 2015 23:52:04 -0500 Subject: [PATCH] Proper attribution for src/version.js.in --- src/version.js.in | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/version.js.in b/src/version.js.in index 1bd6487..94df6af 100644 --- a/src/version.js.in +++ b/src/version.js.in @@ -1,24 +1,22 @@ /** * Provides version information * - * Copyright (C) 2014 LoVullo Associates, Inc. + * Copyright (C) 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * - * This file is part of liza. + * This file is part of GNU ease.js. * - * liza is free software: you can redistribute it and/or modify it under - * the terms of the GNU General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your - * option) any later version. + * ease.js is free software: you can redistribute it and/or modify it under the + * terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - * Taken from GNU ease.js. + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . */ var major = @MAJOR@,