From 97fbbd5bb927b204ed41b9c0417ae2e1c0dfb9a3 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 15 Jan 2014 23:56:00 -0500 Subject: [PATCH] [no-copyright] Modified headers to reduce GPL license notice width --- index.js | 22 +++++----- lib/ClassBuilder.js | 30 +++++++------- lib/FallbackMemberBuilder.js | 22 +++++----- lib/FallbackVisibilityObjectFactory.js | 23 +++++------ lib/MemberBuilder.js | 40 +++++++++---------- lib/MemberBuilderValidator.js | 23 +++++------ lib/MethodWrapperFactory.js | 23 +++++------ lib/MethodWrappers.js | 22 +++++----- lib/VisibilityObjectFactory.js | 22 +++++----- lib/VisibilityObjectFactoryFactory.js | 27 ++++++------- lib/class.js | 22 +++++----- lib/class_abstract.js | 28 ++++++------- lib/class_final.js | 22 +++++----- lib/interface.js | 22 +++++----- lib/prop_parser.js | 22 +++++----- lib/util.js | 22 +++++----- lib/warn.js | 22 +++++----- test/FallbackMemberBuilderTest.js | 22 +++++----- test/FallbackVisibilityObjectFactoryTest.js | 22 +++++----- test/Interface/ExtendTest.js | 22 +++++----- test/Interface/GeneralTest.js | 22 +++++----- test/MemberBuilder/GetterSetterTest.js | 22 +++++----- test/MemberBuilder/MethodTest.js | 22 +++++----- test/MemberBuilder/PropTest.js | 22 +++++----- test/MemberBuilder/VisibilityTest.js | 22 +++++----- test/MemberBuilder/inc-common.js | 22 +++++----- .../GetterSetterTest.js | 22 +++++----- test/MemberBuilderValidator/MethodTest.js | 22 +++++----- test/MemberBuilderValidator/PropertyTest.js | 22 +++++----- test/MemberBuilderValidator/inc-common.js | 23 +++++------ test/MethodWrapperFactoryTest.js | 23 +++++------ test/MethodWrappersTest.js | 22 +++++----- test/VersionTest.js | 22 +++++----- test/VisibilityObjectFactoryFactoryTest.js | 22 +++++----- test/VisibilityObjectFactoryTest.js | 22 +++++----- test/common.js | 22 +++++----- test/inc-testcase.js | 22 +++++----- test/perf/common.js | 22 +++++----- ...rf-class-define-methods-keyword-private.js | 29 ++++++-------- ...-class-define-methods-keyword-protected.js | 23 +++++------ ...erf-class-define-methods-keyword-public.js | 23 +++++------ test/perf/perf-class-define-methods.js | 23 +++++------ test/perf/perf-class-define-named.js | 23 +++++------ ...class-define-properties-keyword-private.js | 29 ++++++-------- ...ass-define-properties-keyword-protected.js | 29 ++++++-------- ...-class-define-properties-keyword-public.js | 23 +++++------ test/perf/perf-class-define-properties.js | 23 +++++------ test/perf/perf-class-define.js | 23 +++++------ test/perf/perf-class-get-property.js | 29 ++++++-------- test/perf/perf-class-inst-anon-empty.js | 23 +++++------ test/perf/perf-class-inst-named-empty.js | 23 +++++------ test/perf/perf-class-invoke-method.js | 23 +++++------ test/perf/perf-class-require.js | 23 +++++------ test/perf/perf-class-set-property.js | 23 +++++------ test/runner.js | 22 +++++----- test/test-class-abstract.js | 22 +++++----- test/test-class-constructor.js | 22 +++++----- test/test-class-extend.js | 22 +++++----- test/test-class-gettersetter.js | 22 +++++----- test/test-class-implement.js | 22 +++++----- test/test-class-name.js | 22 +++++----- test/test-class-parent.js | 22 +++++----- test/test-class-visibility.js | 22 +++++----- test/test-class.js | 22 +++++----- test/test-class_builder-const.js | 22 +++++----- test/test-class_builder-final.js | 22 +++++----- .../test-class_builder-member-restrictions.js | 22 +++++----- test/test-class_builder-static.js | 22 +++++----- test/test-class_builder-visibility.js | 22 +++++----- test/test-combine-pre-es5.js | 22 +++++----- test/test-combine.js | 22 +++++----- test/test-index.js | 22 +++++----- test/test-interface-name.js | 22 +++++----- test/test-prop_parser-parse-keywords.js | 22 +++++----- test/test-rmtrail | 20 +++++----- test/test-util-abstract.js | 22 +++++----- test/test-util-clone.js | 22 +++++----- test/test-util-copy.js | 22 +++++----- test/test-util-define-secure-prop.js | 22 +++++----- test/test-util-get-property-descriptor.js | 22 +++++----- test/test-util-prop-parse-keywords.js | 22 +++++----- test/test-util-prop-parse.js | 22 +++++----- test/test-warn-exception.js | 22 +++++----- test/test-warn-handlers.js | 22 +++++----- test/test-warn-impl.js | 22 +++++----- tools/combine-order.js | 24 +++++------ tools/combine-test.tpl | 20 +++++----- tools/copyright | 10 ++--- tools/mkexterns | 8 ++-- tools/rmtrail | 13 +++--- tools/signchk | 3 +- 91 files changed, 920 insertions(+), 1108 deletions(-) diff --git a/index.js b/index.js index d56cf08..3edd1c3 100644 --- a/index.js +++ b/index.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ exports.Class = require( __dirname + '/lib/class' ); diff --git a/lib/ClassBuilder.js b/lib/ClassBuilder.js index 7337cd6..8b4db46 100644 --- a/lib/ClassBuilder.js +++ b/lib/ClassBuilder.js @@ -5,25 +5,23 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . * - * @author Mike Gerwitz - * - * TODO: This module is currently being tested /indirectly/ by the class tests. - * This is because of a refactoring. All of this logic used to be part of - * the class module. Test this module directly, but keep the existing - * class tests in tact for a higher-level test. + * TODO: This module is currently being tested /indirectly/ by the class + * tests. This is because of a refactoring. All of this logic used to + * be part of the class module. Test this module directly, but keep + * the existing class tests in tact for a higher-level test. */ var util = require( __dirname + '/util' ), diff --git a/lib/FallbackMemberBuilder.js b/lib/FallbackMemberBuilder.js index 202e00f..47e9882 100644 --- a/lib/FallbackMemberBuilder.js +++ b/lib/FallbackMemberBuilder.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/lib/FallbackVisibilityObjectFactory.js b/lib/FallbackVisibilityObjectFactory.js index dc0959f..95a1fd1 100644 --- a/lib/FallbackVisibilityObjectFactory.js +++ b/lib/FallbackVisibilityObjectFactory.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - /** * Initializes fallback visibility object factory * diff --git a/lib/MemberBuilder.js b/lib/MemberBuilder.js index c699834..18e45e5 100644 --- a/lib/MemberBuilder.js +++ b/lib/MemberBuilder.js @@ -1,34 +1,32 @@ /** * Handles building members (properties, methods) * - * This prototype could have easily been refactored into a number of others - * (e.g. one for each type of member), but that refactoring has been deferred - * until necessary to ensure ease.js maintains a relatively small footprint. - * Ultimately, however, such a decision is a micro-optimization and shouldn't - * harm the design and maintainability of the software. - * - * TODO: Implementation is inconsistent between various members. For example, - * methods use ___$$keywords$$, whereas properties use [ val, keywords ]. Decide - * on a common format. - * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * * This file is part of GNU ease.js. * - * 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. + * 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 . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . * - * @author Mike Gerwitz + * This prototype could have easily been refactored into a number of others + * (e.g. one for each type of member), but that refactoring has been + * deferred until necessary to ensure ease.js maintains a relatively small + * footprint. Ultimately, however, such a decision is a micro-optimization + * and shouldn't harm the design and maintainability of the software. + * + * TODO: Implementation is inconsistent between various members. For + * example, methods use ___$$keywords$$, whereas properties use [ val, + * keywords ]. Decide on a common format. */ var util = require( __dirname + '/util' ), diff --git a/lib/MemberBuilderValidator.js b/lib/MemberBuilderValidator.js index 89a8fce..0730043 100644 --- a/lib/MemberBuilderValidator.js +++ b/lib/MemberBuilderValidator.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - module.exports = exports = function MemberBuilderValidator( warn_handler ) { // permit omitting 'new' keyword diff --git a/lib/MethodWrapperFactory.js b/lib/MethodWrapperFactory.js index 69240b6..b21b816 100644 --- a/lib/MethodWrapperFactory.js +++ b/lib/MethodWrapperFactory.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - /** * Initializes factory to wrap methods * diff --git a/lib/MethodWrappers.js b/lib/MethodWrappers.js index cd0c727..c568b43 100644 --- a/lib/MethodWrappers.js +++ b/lib/MethodWrappers.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/lib/VisibilityObjectFactory.js b/lib/VisibilityObjectFactory.js index 21d8e66..cf2ab5c 100644 --- a/lib/VisibilityObjectFactory.js +++ b/lib/VisibilityObjectFactory.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/lib/VisibilityObjectFactoryFactory.js b/lib/VisibilityObjectFactoryFactory.js index a1023c6..3bf7f33 100644 --- a/lib/VisibilityObjectFactoryFactory.js +++ b/lib/VisibilityObjectFactoryFactory.js @@ -5,24 +5,21 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . * - * @author Mike Gerwitz - * @package core - * - * XXX: Figure out how to resolve Closure Compiler's warning about shared type - * information + * XXX: Figure out how to resolve Closure Compiler's warning about shared + * type information */ // XXX: Tightly coupled diff --git a/lib/class.js b/lib/class.js index 81aecce..8e1bca4 100644 --- a/lib/class.js +++ b/lib/class.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var util = require( __dirname + '/util' ), diff --git a/lib/class_abstract.js b/lib/class_abstract.js index 4cdb287..42a0327 100644 --- a/lib/class_abstract.js +++ b/lib/class_abstract.js @@ -1,28 +1,26 @@ /** * Wrapper permitting the definition of abstract classes * - * This doesn't actually introduce any new functionality. Rather, it sets a flag - * to allow abstract methods within a class, forcing users to clearly state - * that a class is abstract. + * This doesn't actually introduce any new functionality. Rather, it sets a + * flag to allow abstract methods within a class, forcing users to clearly + * state that a class is abstract. * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var Class = require( __dirname + '/class' ); diff --git a/lib/class_final.js b/lib/class_final.js index c8abef5..4449bb5 100644 --- a/lib/class_final.js +++ b/lib/class_final.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var Class = require( __dirname + '/class' ); diff --git a/lib/interface.js b/lib/interface.js index 498d468..dcb6beb 100644 --- a/lib/interface.js +++ b/lib/interface.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var util = require( __dirname + '/util' ), diff --git a/lib/prop_parser.js b/lib/prop_parser.js index 229b971..6ff68a7 100644 --- a/lib/prop_parser.js +++ b/lib/prop_parser.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/lib/util.js b/lib/util.js index 19c13b6..db35e75 100644 --- a/lib/util.js +++ b/lib/util.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var propParseKeywords = require( __dirname + '/prop_parser' ).parseKeywords; diff --git a/lib/warn.js b/lib/warn.js index ba41ec0..b320e43 100644 --- a/lib/warn.js +++ b/lib/warn.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/test/FallbackMemberBuilderTest.js b/test/FallbackMemberBuilderTest.js index 65f2a93..6387fcc 100644 --- a/test/FallbackMemberBuilderTest.js +++ b/test/FallbackMemberBuilderTest.js @@ -7,20 +7,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ require( './common' ).testCase( diff --git a/test/FallbackVisibilityObjectFactoryTest.js b/test/FallbackVisibilityObjectFactoryTest.js index a2971e0..9262b55 100644 --- a/test/FallbackVisibilityObjectFactoryTest.js +++ b/test/FallbackVisibilityObjectFactoryTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ require( 'common' ).testCase( diff --git a/test/Interface/ExtendTest.js b/test/Interface/ExtendTest.js index 4ff1bc8..6eb2313 100644 --- a/test/Interface/ExtendTest.js +++ b/test/Interface/ExtendTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( 'common' ), diff --git a/test/Interface/GeneralTest.js b/test/Interface/GeneralTest.js index 708662a..770ed71 100644 --- a/test/Interface/GeneralTest.js +++ b/test/Interface/GeneralTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ require( 'common' ).testCase( diff --git a/test/MemberBuilder/GetterSetterTest.js b/test/MemberBuilder/GetterSetterTest.js index 1752049..e09e89f 100644 --- a/test/MemberBuilder/GetterSetterTest.js +++ b/test/MemberBuilder/GetterSetterTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( 'common' ), diff --git a/test/MemberBuilder/MethodTest.js b/test/MemberBuilder/MethodTest.js index 584b55e..72b86c8 100644 --- a/test/MemberBuilder/MethodTest.js +++ b/test/MemberBuilder/MethodTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var shared = require( __dirname + '/inc-common' ); diff --git a/test/MemberBuilder/PropTest.js b/test/MemberBuilder/PropTest.js index 8959c8b..fbb530b 100644 --- a/test/MemberBuilder/PropTest.js +++ b/test/MemberBuilder/PropTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var shared = require( __dirname + '/inc-common' ); diff --git a/test/MemberBuilder/VisibilityTest.js b/test/MemberBuilder/VisibilityTest.js index 73fa7ff..121408e 100644 --- a/test/MemberBuilder/VisibilityTest.js +++ b/test/MemberBuilder/VisibilityTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ // get-set-test (supported) diff --git a/test/MemberBuilder/inc-common.js b/test/MemberBuilder/inc-common.js index 902c0a8..7a92e19 100644 --- a/test/MemberBuilder/inc-common.js +++ b/test/MemberBuilder/inc-common.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/test/MemberBuilderValidator/GetterSetterTest.js b/test/MemberBuilderValidator/GetterSetterTest.js index 4856956..ce1f470 100644 --- a/test/MemberBuilderValidator/GetterSetterTest.js +++ b/test/MemberBuilderValidator/GetterSetterTest.js @@ -8,20 +8,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var shared = require( __dirname + '/inc-common' ); diff --git a/test/MemberBuilderValidator/MethodTest.js b/test/MemberBuilderValidator/MethodTest.js index 6394c06..637cc46 100644 --- a/test/MemberBuilderValidator/MethodTest.js +++ b/test/MemberBuilderValidator/MethodTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var shared = require( __dirname + '/inc-common' ); diff --git a/test/MemberBuilderValidator/PropertyTest.js b/test/MemberBuilderValidator/PropertyTest.js index 4037c41..38f258f 100644 --- a/test/MemberBuilderValidator/PropertyTest.js +++ b/test/MemberBuilderValidator/PropertyTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var shared = require( __dirname + '/inc-common' ); diff --git a/test/MemberBuilderValidator/inc-common.js b/test/MemberBuilderValidator/inc-common.js index ca0817a..e717ea9 100644 --- a/test/MemberBuilderValidator/inc-common.js +++ b/test/MemberBuilderValidator/inc-common.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - /** * Member name to be used in tests * @type {string} diff --git a/test/MethodWrapperFactoryTest.js b/test/MethodWrapperFactoryTest.js index 2a36440..cfe7a47 100644 --- a/test/MethodWrapperFactoryTest.js +++ b/test/MethodWrapperFactoryTest.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - require( 'common' ).testCase( { caseSetUp: function() diff --git a/test/MethodWrappersTest.js b/test/MethodWrappersTest.js index 2431888..849da43 100644 --- a/test/MethodWrappersTest.js +++ b/test/MethodWrappersTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ require( 'common' ).testCase( diff --git a/test/VersionTest.js b/test/VersionTest.js index 37ce112..c0a2a9f 100644 --- a/test/VersionTest.js +++ b/test/VersionTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ require( 'common' ).testCase( diff --git a/test/VisibilityObjectFactoryFactoryTest.js b/test/VisibilityObjectFactoryFactoryTest.js index d65c098..8e6cee5 100644 --- a/test/VisibilityObjectFactoryFactoryTest.js +++ b/test/VisibilityObjectFactoryFactoryTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ require( 'common' ).testCase( diff --git a/test/VisibilityObjectFactoryTest.js b/test/VisibilityObjectFactoryTest.js index 034ef2f..9f7e437 100644 --- a/test/VisibilityObjectFactoryTest.js +++ b/test/VisibilityObjectFactoryTest.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ require( 'common' ).testCase( diff --git a/test/common.js b/test/common.js index 51e43c8..b2990ea 100644 --- a/test/common.js +++ b/test/common.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/test/inc-testcase.js b/test/inc-testcase.js index 5de8725..50e3477 100644 --- a/test/inc-testcase.js +++ b/test/inc-testcase.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var assert = require( 'assert' ), diff --git a/test/perf/common.js b/test/perf/common.js index 251032c..6f05974 100644 --- a/test/perf/common.js +++ b/test/perf/common.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /** diff --git a/test/perf/perf-class-define-methods-keyword-private.js b/test/perf/perf-class-define-methods-keyword-private.js index 9665372..7022ad3 100644 --- a/test/perf/perf-class-define-methods-keyword-private.js +++ b/test/perf/perf-class-define-methods-keyword-private.js @@ -5,23 +5,20 @@ * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * * This file is part of GNU ease.js. - * - * 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. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - * - * @author Mike Gerwitz - */ + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-methods-keyword-protected.js b/test/perf/perf-class-define-methods-keyword-protected.js index 6cdabc1..17f1398 100644 --- a/test/perf/perf-class-define-methods-keyword-protected.js +++ b/test/perf/perf-class-define-methods-keyword-protected.js @@ -6,23 +6,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-methods-keyword-public.js b/test/perf/perf-class-define-methods-keyword-public.js index 4918a1d..033f023 100644 --- a/test/perf/perf-class-define-methods-keyword-public.js +++ b/test/perf/perf-class-define-methods-keyword-public.js @@ -6,23 +6,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-methods.js b/test/perf/perf-class-define-methods.js index 4089ebb..2db3f2d 100644 --- a/test/perf/perf-class-define-methods.js +++ b/test/perf/perf-class-define-methods.js @@ -6,23 +6,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-named.js b/test/perf/perf-class-define-named.js index 9edcbe4..3feff12 100644 --- a/test/perf/perf-class-define-named.js +++ b/test/perf/perf-class-define-named.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-properties-keyword-private.js b/test/perf/perf-class-define-properties-keyword-private.js index 8a94670..255f79a 100644 --- a/test/perf/perf-class-define-properties-keyword-private.js +++ b/test/perf/perf-class-define-properties-keyword-private.js @@ -5,23 +5,20 @@ * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * * This file is part of GNU ease.js. - * - * 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. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - * - * @author Mike Gerwitz - */ + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-properties-keyword-protected.js b/test/perf/perf-class-define-properties-keyword-protected.js index 98a09ca..fd8a6a9 100644 --- a/test/perf/perf-class-define-properties-keyword-protected.js +++ b/test/perf/perf-class-define-properties-keyword-protected.js @@ -5,23 +5,20 @@ * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * * This file is part of GNU ease.js. - * - * 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. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - * - * @author Mike Gerwitz - */ + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-properties-keyword-public.js b/test/perf/perf-class-define-properties-keyword-public.js index 0c7fad3..39e2b61 100644 --- a/test/perf/perf-class-define-properties-keyword-public.js +++ b/test/perf/perf-class-define-properties-keyword-public.js @@ -6,23 +6,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define-properties.js b/test/perf/perf-class-define-properties.js index 60fd9d3..97999d3 100644 --- a/test/perf/perf-class-define-properties.js +++ b/test/perf/perf-class-define-properties.js @@ -6,23 +6,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-define.js b/test/perf/perf-class-define.js index fecc9c0..07641cc 100644 --- a/test/perf/perf-class-define.js +++ b/test/perf/perf-class-define.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-get-property.js b/test/perf/perf-class-get-property.js index cd603c7..66bda0c 100644 --- a/test/perf/perf-class-get-property.js +++ b/test/perf/perf-class-get-property.js @@ -5,23 +5,20 @@ * Copyright (C) 2011, 2013 Mike Gerwitz * * This file is part of GNU ease.js. - * - * 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. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - * - * @author Mike Gerwitz - */ + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ), diff --git a/test/perf/perf-class-inst-anon-empty.js b/test/perf/perf-class-inst-anon-empty.js index fadafaf..3081372 100644 --- a/test/perf/perf-class-inst-anon-empty.js +++ b/test/perf/perf-class-inst-anon-empty.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-inst-named-empty.js b/test/perf/perf-class-inst-named-empty.js index 7eeadda..ecf5cf4 100644 --- a/test/perf/perf-class-inst-named-empty.js +++ b/test/perf/perf-class-inst-named-empty.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ) diff --git a/test/perf/perf-class-invoke-method.js b/test/perf/perf-class-invoke-method.js index 788943e..1ba683f 100644 --- a/test/perf/perf-class-invoke-method.js +++ b/test/perf/perf-class-invoke-method.js @@ -22,23 +22,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ), diff --git a/test/perf/perf-class-require.js b/test/perf/perf-class-require.js index c2181da..5dff28c 100644 --- a/test/perf/perf-class-require.js +++ b/test/perf/perf-class-require.js @@ -5,23 +5,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ); // we run this test once because require() will cache the object in memory diff --git a/test/perf/perf-class-set-property.js b/test/perf/perf-class-set-property.js index 65e96f7..6d0000c 100644 --- a/test/perf/perf-class-set-property.js +++ b/test/perf/perf-class-set-property.js @@ -6,23 +6,20 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ - var common = require( __dirname + '/common.js' ), Class = common.require( 'class' ), diff --git a/test/runner.js b/test/runner.js index 487fbc3..6cd87a9 100644 --- a/test/runner.js +++ b/test/runner.js @@ -8,20 +8,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( 'common' ); diff --git a/test/test-class-abstract.js b/test/test-class-abstract.js index 002231e..9837be2 100644 --- a/test/test-class-abstract.js +++ b/test/test-class-abstract.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class-constructor.js b/test/test-class-constructor.js index 0397c6e..a35423a 100644 --- a/test/test-class-constructor.js +++ b/test/test-class-constructor.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class-extend.js b/test/test-class-extend.js index aeb8134..6e01192 100644 --- a/test/test-class-extend.js +++ b/test/test-class-extend.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class-gettersetter.js b/test/test-class-gettersetter.js index cb5045e..ca6cc9e 100644 --- a/test/test-class-gettersetter.js +++ b/test/test-class-gettersetter.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class-implement.js b/test/test-class-implement.js index 5e77780..5a4aa1f 100644 --- a/test/test-class-implement.js +++ b/test/test-class-implement.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class-name.js b/test/test-class-name.js index b60cd58..7df91e6 100644 --- a/test/test-class-name.js +++ b/test/test-class-name.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class-parent.js b/test/test-class-parent.js index adb7b49..f0584d3 100644 --- a/test/test-class-parent.js +++ b/test/test-class-parent.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class-visibility.js b/test/test-class-visibility.js index 76a5b86..0b92f5c 100644 --- a/test/test-class-visibility.js +++ b/test/test-class-visibility.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class.js b/test/test-class.js index 2a93727..5eed9fa 100644 --- a/test/test-class.js +++ b/test/test-class.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class_builder-const.js b/test/test-class_builder-const.js index 825f3c3..290c3c1 100644 --- a/test/test-class_builder-const.js +++ b/test/test-class_builder-const.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class_builder-final.js b/test/test-class_builder-final.js index 0965345..6e071ce 100644 --- a/test/test-class_builder-final.js +++ b/test/test-class_builder-final.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class_builder-member-restrictions.js b/test/test-class_builder-member-restrictions.js index 3ebfcd0..06335e7 100644 --- a/test/test-class_builder-member-restrictions.js +++ b/test/test-class_builder-member-restrictions.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class_builder-static.js b/test/test-class_builder-static.js index 73f2f77..59c9800 100644 --- a/test/test-class_builder-static.js +++ b/test/test-class_builder-static.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-class_builder-visibility.js b/test/test-class_builder-visibility.js index 64efebb..3148887 100644 --- a/test/test-class_builder-visibility.js +++ b/test/test-class_builder-visibility.js @@ -7,20 +7,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-combine-pre-es5.js b/test/test-combine-pre-es5.js index d3d54b9..ea21066 100644 --- a/test/test-combine-pre-es5.js +++ b/test/test-combine-pre-es5.js @@ -10,20 +10,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-combine.js b/test/test-combine.js index 147019e..f585ab7 100644 --- a/test/test-combine.js +++ b/test/test-combine.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-index.js b/test/test-index.js index 6af9f92..8ae3866 100644 --- a/test/test-index.js +++ b/test/test-index.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-interface-name.js b/test/test-interface-name.js index 0c24506..ecc3f1b 100644 --- a/test/test-interface-name.js +++ b/test/test-interface-name.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-prop_parser-parse-keywords.js b/test/test-prop_parser-parse-keywords.js index 1478aee..81cd8a2 100644 --- a/test/test-prop_parser-parse-keywords.js +++ b/test/test-prop_parser-parse-keywords.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-rmtrail b/test/test-rmtrail index 0e32a8f..3760ca2 100755 --- a/test/test-rmtrail +++ b/test/test-rmtrail @@ -4,18 +4,18 @@ # # This file is part of GNU ease.js. # -# 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. +# 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 . +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . # # PATH_TOOLS=$( dirname "$0" )/../tools diff --git a/test/test-util-abstract.js b/test/test-util-abstract.js index 5b94111..2553398 100644 --- a/test/test-util-abstract.js +++ b/test/test-util-abstract.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-util-clone.js b/test/test-util-clone.js index 0e9fcc3..f8097b5 100644 --- a/test/test-util-clone.js +++ b/test/test-util-clone.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-util-copy.js b/test/test-util-copy.js index bce4778..fac502a 100644 --- a/test/test-util-copy.js +++ b/test/test-util-copy.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-util-define-secure-prop.js b/test/test-util-define-secure-prop.js index f9365a1..588ddf8 100644 --- a/test/test-util-define-secure-prop.js +++ b/test/test-util-define-secure-prop.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-util-get-property-descriptor.js b/test/test-util-get-property-descriptor.js index bf076e6..6622ead 100644 --- a/test/test-util-get-property-descriptor.js +++ b/test/test-util-get-property-descriptor.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-util-prop-parse-keywords.js b/test/test-util-prop-parse-keywords.js index 1ee26d5..30c9793 100644 --- a/test/test-util-prop-parse-keywords.js +++ b/test/test-util-prop-parse-keywords.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-util-prop-parse.js b/test/test-util-prop-parse.js index f421c4b..6da473b 100644 --- a/test/test-util-prop-parse.js +++ b/test/test-util-prop-parse.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-warn-exception.js b/test/test-warn-exception.js index 4f63b73..5535d75 100644 --- a/test/test-warn-exception.js +++ b/test/test-warn-exception.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-warn-handlers.js b/test/test-warn-handlers.js index b82c1fa..0eda73a 100644 --- a/test/test-warn-handlers.js +++ b/test/test-warn-handlers.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/test/test-warn-impl.js b/test/test-warn-impl.js index cb17fa5..0e5bf43 100644 --- a/test/test-warn-impl.js +++ b/test/test-warn-impl.js @@ -5,20 +5,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . - * - * @author Mike Gerwitz + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ var common = require( './common' ), diff --git a/tools/combine-order.js b/tools/combine-order.js index cbb53d1..cc386e8 100644 --- a/tools/combine-order.js +++ b/tools/combine-order.js @@ -1,8 +1,8 @@ /** * Determines dependency order * - * This script will determine the order in which files must be concatenated in - * order to run properly. Dependencies must be added before the file that + * This script will determine the order in which files must be concatenated + * in order to run properly. Dependencies must be added before the file that * depends on them. * * Circular dependencies are not supported, nor should they be. @@ -11,18 +11,18 @@ * * This file is part of GNU ease.js. * - * 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. + * 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 . + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . * * @author Mike Gerwitz */ diff --git a/tools/combine-test.tpl b/tools/combine-test.tpl index 54ce1e3..985d857 100644 --- a/tools/combine-test.tpl +++ b/tools/combine-test.tpl @@ -4,18 +4,18 @@ # # This file is part of GNU ease.js. # -# 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. +# 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 . +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . # # module.common = module['test/common'] = { exports: { diff --git a/tools/copyright b/tools/copyright index edae0a4..ad1add0 100755 --- a/tools/copyright +++ b/tools/copyright @@ -18,13 +18,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Please note that this file will update itself. Further, it will only update -# files that state ``this file is part of ease.js''. +# Please note that this file will update itself. Further, it will only +# update files that state ``this file is part of ease.js''. # # This script will look up the modification dates from the file commits and -# update the copyright line accordingly. Since the history must not include the -# copyright update itself, this script will also perform the commit (feel free -# to amend afterward) to ensure consistency in future filtering. +# update the copyright line accordingly. Since the history must not include +# the copyright update itself, this script will also perform the commit +# (feel free to amend afterward) to ensure consistency in future filtering. # # This should be run from the tools directory. ## diff --git a/tools/mkexterns b/tools/mkexterns index 75bf3b6..c9dda8e 100755 --- a/tools/mkexterns +++ b/tools/mkexterns @@ -1,9 +1,9 @@ #!/bin/bash # -# Because this project consists of a bunch of CommonJS modules, the constructors -# have restricted scope. This means that they cannot be used as types in other -# modules. Therefore, to permit this, we must generate an extern file containing -# basic definitions of each. +# Because this project consists of a bunch of CommonJS modules, the +# constructors have restricted scope. This means that they cannot be used as +# types in other modules. Therefore, to permit this, we must generate an +# extern file containing basic definitions of each. # # Copyright (C) 2011, 2012, 2013 Mike Gerwitz # diff --git a/tools/rmtrail b/tools/rmtrail index ede01d9..2f813c5 100755 --- a/tools/rmtrail +++ b/tools/rmtrail @@ -1,13 +1,14 @@ #!/bin/sh # -# Removes trailing commas from array and object declarations (certain browsers, -# such as earlier versions of IE, do not parse trailing commas correctly) +# Removes trailing commas from array and object declarations (certain +# browsers, such as earlier versions of IE, do not parse trailing commas +# correctly) # # This is a very simple (dumb) system. It does not check to ensure we're not -# replacing text inside a string, nor is it 100% certain we're in an array or -# object declaration. However, until such an implementation is needed, I'd like -# to keep it as simple (and fast) as possible. The below implementation is -# suitable for our needs. +# replacing text inside a string, nor is it 100% certain we're in an array +# or object declaration. However, until such an implementation is needed, +# I'd like to keep it as simple (and fast) as possible. The below +# implementation is suitable for our needs. # # Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz # diff --git a/tools/signchk b/tools/signchk index f62f9e7..cfe9d65 100755 --- a/tools/signchk +++ b/tools/signchk @@ -1,6 +1,7 @@ #!/bin/bash # -# Lists all commits after a given commit that do not have a trusted signature +# Lists all commits after a given commit that do not have a trusted +# signature # # Allows for automated detection of potential attacks or false authorship of # commits by validating signatures against trusted public GPG keys.