From 8b83add95f6f90d49e74a1c7c8a1b91842ee2166 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 22 Dec 2013 09:37:21 -0500 Subject: [PATCH] ease.js is now GNU ease.js. On Sun, Dec 22, 2013 at 03:31:08AM -0500, Richard Stallman wrote: > I hereby dub ease.js a GNU package, and you its maintainer. > > Please don't forget to mention prominently in the README file and > other suitable documentation places that it is a GNU program. --- README | 8 +++---- README.md | 18 +++++++-------- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/about.texi | 23 +++++++++++-------- doc/classes.texi | 2 +- doc/easejs.texi | 17 ++++++++++---- doc/impl-details.texi | 2 +- doc/integration.texi | 2 +- doc/mkeywords.texi | 2 +- doc/source-tree.texi | 2 +- index.js | 2 +- lib/ClassBuilder.js | 2 +- lib/FallbackMemberBuilder.js | 2 +- lib/FallbackVisibilityObjectFactory.js | 2 +- lib/MemberBuilder.js | 2 +- lib/MemberBuilderValidator.js | 2 +- lib/MethodWrapperFactory.js | 2 +- lib/MethodWrappers.js | 2 +- lib/VisibilityObjectFactory.js | 2 +- lib/VisibilityObjectFactoryFactory.js | 2 +- lib/class.js | 2 +- lib/class_abstract.js | 2 +- lib/class_final.js | 2 +- lib/interface.js | 2 +- lib/prop_parser.js | 2 +- lib/util.js | 2 +- lib/version.js.in | 2 +- lib/warn.js | 2 +- test/FallbackMemberBuilderTest.js | 2 +- test/FallbackVisibilityObjectFactoryTest.js | 2 +- test/Interface/ExtendTest.js | 2 +- test/Interface/GeneralTest.js | 2 +- test/Makefile | 2 +- test/MemberBuilder/GetterSetterTest.js | 2 +- test/MemberBuilder/MethodTest.js | 2 +- test/MemberBuilder/PropTest.js | 2 +- test/MemberBuilder/VisibilityTest.js | 2 +- test/MemberBuilder/inc-common.js | 2 +- .../GetterSetterTest.js | 2 +- test/MemberBuilderValidator/MethodTest.js | 2 +- test/MemberBuilderValidator/PropertyTest.js | 2 +- test/MemberBuilderValidator/inc-common.js | 2 +- test/MethodWrapperFactoryTest.js | 2 +- test/MethodWrappersTest.js | 2 +- test/VersionTest.js | 2 +- test/VisibilityObjectFactoryFactoryTest.js | 2 +- test/VisibilityObjectFactoryTest.js | 2 +- test/common.js | 2 +- test/inc-testcase.js | 2 +- test/perf/common.js | 2 +- ...rf-class-define-methods-keyword-private.js | 2 +- ...-class-define-methods-keyword-protected.js | 2 +- ...erf-class-define-methods-keyword-public.js | 2 +- test/perf/perf-class-define-methods.js | 2 +- test/perf/perf-class-define-named.js | 2 +- ...class-define-properties-keyword-private.js | 2 +- ...ass-define-properties-keyword-protected.js | 2 +- ...-class-define-properties-keyword-public.js | 2 +- test/perf/perf-class-define-properties.js | 2 +- test/perf/perf-class-define.js | 2 +- test/perf/perf-class-get-property.js | 2 +- test/perf/perf-class-inst-anon-empty.js | 2 +- test/perf/perf-class-inst-named-empty.js | 2 +- test/perf/perf-class-invoke-method.js | 2 +- test/perf/perf-class-require.js | 2 +- test/perf/perf-class-set-property.js | 2 +- test/runner.js | 2 +- test/test-class-abstract.js | 2 +- test/test-class-constructor.js | 2 +- test/test-class-extend.js | 2 +- test/test-class-gettersetter.js | 2 +- test/test-class-implement.js | 2 +- test/test-class-name.js | 2 +- test/test-class-parent.js | 2 +- test/test-class-visibility.js | 2 +- test/test-class.js | 2 +- test/test-class_builder-const.js | 2 +- test/test-class_builder-final.js | 2 +- .../test-class_builder-member-restrictions.js | 2 +- test/test-class_builder-static.js | 2 +- test/test-class_builder-visibility.js | 2 +- test/test-combine-pre-es5.js | 2 +- test/test-combine.js | 2 +- test/test-index.js | 2 +- test/test-interface-name.js | 2 +- test/test-prop_parser-parse-keywords.js | 2 +- test/test-rmtrail | 2 +- test/test-util-abstract.js | 2 +- test/test-util-clone.js | 2 +- test/test-util-copy.js | 2 +- test/test-util-define-secure-prop.js | 2 +- test/test-util-get-property-descriptor.js | 2 +- test/test-util-prop-parse-keywords.js | 2 +- test/test-util-prop-parse.js | 2 +- test/test-warn-exception.js | 2 +- test/test-warn-handlers.js | 2 +- test/test-warn-impl.js | 2 +- tools/combine | 2 +- tools/combine-order.js | 2 +- tools/combine-test.tpl | 2 +- tools/copyright | 4 ++-- tools/gitlog-to-authors | 2 +- tools/gitlog-to-news | 2 +- tools/license.tpl | 2 +- tools/linechk | 2 +- tools/mkexterns | 2 +- tools/rmtrail | 2 +- tools/signchk | 2 +- tools/verset | 2 +- 110 files changed, 146 insertions(+), 134 deletions(-) diff --git a/README b/README index f6969fa..960f98f 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Configuring ease.js Copyright (C) 2013 Mike Gerwitz - This file is part of ease.js. + This file is part of GNU ease.js. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and @@ -11,9 +11,9 @@ Configuring ease.js of any kind. -This file contains information on configuring and building ease.js; for -information on using the library, please see the Markdown-formatted -README.md file or the Texinfo manual. +This file contains information on configuring and building GNU ease.js; for +information on using the library, please see the Markdown-formatted README.md +file or the Texinfo manual. Installing diff --git a/README.md b/README.md index 44f0390..96e7059 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ease.js +# GNU ease.js -ease.js is a collection of CommonJS modules intended to "ease" the transition -into JavaScript from other Object-Oriented languages. It provides an intuitive -means of achieving classical inheritance and has planned support traits/mixins. +GNU ease.js is a classical object-oriented framework for Javascript, intended to +eliminate boilerplate code and "ease" the transition into JavaScript from other +object-oriented languages. Current support includes: @@ -13,7 +13,7 @@ Current support includes: * Visibility (public, protected and private members) * Static and constant members -While the current focus of the project is Object-Oriented design, it is likely +While the current focus of the project is object-oriented design, it is likely that ease.js will expand to other paradigms in the future. **This project is under active development. Please see the manual for more @@ -32,7 +32,7 @@ http://easejs.org/bugs/ ## Why ease.js? There are already a number of libraries/frameworks that permit basic classical -Object-Oriented development, so why ease.js? While many of the existing +object-oriented development, so why ease.js? While many of the existing solutions certainly provide viable solutions, they are largely incomplete. Until the appearance of ECMAScript 5, many of the features enjoyed by classical OO developers were elusive to JavaScript. The aim of this project is to provide an @@ -49,7 +49,7 @@ whatever native ECMAScript implementation is decided upon. ### Why Classical OOP in JavaScript? ease.js was created (historically) for a number of reasons: -* To "ease" Object-Oriented developers into JavaScript by providing a familiar +* To "ease" object-oriented developers into JavaScript by providing a familiar environment. * To provide the maintenance and development benefits of classical OOP. * To provide features missing from the language, such as proper encapsulation @@ -57,9 +57,9 @@ ease.js was created (historically) for a number of reasons: etc. * To encapsulate the hacks commonly used to perform the above tasks. -Many JS purists believe that classical Object-Oriented programming should be +Many JS purists believe that classical object-oriented programming should be left out of the language and one should stick strictly to prototypal -development. While the two are related (both Object-Oriented), they can be +development. While the two are related (both object-oriented), they can be applied to different problem domains in order to achieve results that are more natural or intuitive to developers. ease.js works seamlessly with existing prototypes, allowing the developer to choose whether or not they want to use diff --git a/configure.ac b/configure.ac index 163cc88..1d7356d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # # Copyright (C) 2013 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/Makefile.am b/doc/Makefile.am index eb1f12e..1fbfd61 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ # # Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/about.texi b/doc/about.texi index 5afde09..32becfc 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -1,4 +1,4 @@ -@c This document is part of the ease.js manual +@c This document is part of the GNU ease.js manual. @c Copyright (c) 2011 Mike Gerwitz @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 @@ -8,12 +8,11 @@ @c Free Documentation License''. @node About -@unnumbered About ease.js +@unnumbered About GNU ease.js -ease.js is a collection of @uref{http://commonjs.org, CommonJS} modules intended -to ``ease'' the transition into JavaScript from other Object-Oriented languages. -It provides an intuitive means of achieving classical inheritance and has -planned support for traits/mixins, function overloading and more. +GNU ease.js is a classical object-oriented framework for Javascript, intended to +eliminate boilerplate code and "ease" the transition into JavaScript from other +object-oriented languages. Current support includes: @itemize @bullet @@ -30,10 +29,11 @@ that ease.js will expand to other paradigms in the future. @section History -ease.js was initially developed for use at Mike's place of employment in order to -move the familiar concept of Object Oriented development over to JavaScript for -use in robust web applications. JavaScript lacks basic core principals of Object -Oriented development, the most major of which is proper encapsulation. +ease.js was initially developed for use at the author's place of employment in +order to move the familiar concept of object-oriented development over to +JavaScript for use in robust web applications. JavaScript lacks basic core +principals of object-oriented development, the most major of which is proper +encapsulation. The library would be required to work both server and client-side, supporting all major web browsers as far back as Internet Explorer 6. Since it would be @@ -73,6 +73,9 @@ the future. The project is owned and developed independently by Mike Gerwitz. There is no ownership by his employer. +On 22 December 2013, ease.js officially became a part of GNU with the kind help +and supervision of Brandon Invergo. + @section Why ease.js? There already exists a number of different ways to accomplish inheritance and diff --git a/doc/classes.texi b/doc/classes.texi index ef70071..47f7258 100644 --- a/doc/classes.texi +++ b/doc/classes.texi @@ -1,4 +1,4 @@ -@c This document is part of the ease.js manual +@c This document is part of the GNU ease.js manual. @c Copyright (c) 2011 Mike Gerwitz @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/doc/easejs.texi b/doc/easejs.texi index 85f3f1b..c5af5b4 100644 --- a/doc/easejs.texi +++ b/doc/easejs.texi @@ -1,14 +1,23 @@ +@c This document is part of the GNU ease.js manual. +@c Copyright (c) 2011 Mike Gerwitz +@c Permission is granted to copy, distribute and/or modify this document +@c under the terms of the GNU Free Documentation License, Version 1.3 +@c or any later version published by the Free Software Foundation; +@c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover +@c Texts. A copy of the license is included in the section entitled ``GNU +@c Free Documentation License''. + \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename easejs.info @include version.texi -@settitle ease.js Manual v@value{VERSION} +@settitle GNU ease.js Manual v@value{VERSION} @c %**end of header @copying -This manual is for ease.js, version @value{VERSION}. +This manual is for GNU ease.js, version @value{VERSION}. -Copyright @copyright{} 2011 Mike Gerwitz. +Copyright @copyright{} 2011, 2012, 2013 Mike Gerwitz. @quotation Permission is granted to copy, distribute and/or modify this document @@ -23,7 +32,7 @@ Free Documentation License". @titlepage -@title ease.js Manual v@value{VERSION} +@title GNU ease.js Manual v@value{VERSION} @subtitle User & Developer Documentation @author Mike Gerwitz diff --git a/doc/impl-details.texi b/doc/impl-details.texi index 6d20bc4..e783e42 100644 --- a/doc/impl-details.texi +++ b/doc/impl-details.texi @@ -1,4 +1,4 @@ -@c This document is part of the ease.js manual +@c This document is part of the GNU ease.js manual. @c Copyright (c) 2011 Mike Gerwitz @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/doc/integration.texi b/doc/integration.texi index 721c22c..b2013ee 100644 --- a/doc/integration.texi +++ b/doc/integration.texi @@ -1,4 +1,4 @@ -@c This document is part of the ease.js manual +@c This document is part of the GNU ease.js manual. @c Copyright (c) 2011 Mike Gerwitz @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/doc/mkeywords.texi b/doc/mkeywords.texi index 3a38e96..04e784b 100644 --- a/doc/mkeywords.texi +++ b/doc/mkeywords.texi @@ -1,4 +1,4 @@ -@c This document is part of the ease.js manual +@c This document is part of the GNU ease.js manual. @c Copyright (c) 2011 Mike Gerwitz @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/doc/source-tree.texi b/doc/source-tree.texi index 2c92259..2957a6d 100644 --- a/doc/source-tree.texi +++ b/doc/source-tree.texi @@ -1,4 +1,4 @@ -@c This document is part of the ease.js manual +@c This document is part of the GNU ease.js manual. @c Copyright (c) 2011 Mike Gerwitz @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/index.js b/index.js index 4648307..d56cf08 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/ClassBuilder.js b/lib/ClassBuilder.js index 77473f2..7337cd6 100644 --- a/lib/ClassBuilder.js +++ b/lib/ClassBuilder.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/FallbackMemberBuilder.js b/lib/FallbackMemberBuilder.js index d971dff..202e00f 100644 --- a/lib/FallbackMemberBuilder.js +++ b/lib/FallbackMemberBuilder.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/FallbackVisibilityObjectFactory.js b/lib/FallbackVisibilityObjectFactory.js index ed42b0a..dc0959f 100644 --- a/lib/FallbackVisibilityObjectFactory.js +++ b/lib/FallbackVisibilityObjectFactory.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/MemberBuilder.js b/lib/MemberBuilder.js index 2570b30..c699834 100644 --- a/lib/MemberBuilder.js +++ b/lib/MemberBuilder.js @@ -13,7 +13,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/MemberBuilderValidator.js b/lib/MemberBuilderValidator.js index 5e01a90..89a8fce 100644 --- a/lib/MemberBuilderValidator.js +++ b/lib/MemberBuilderValidator.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/MethodWrapperFactory.js b/lib/MethodWrapperFactory.js index 5c227e2..69240b6 100644 --- a/lib/MethodWrapperFactory.js +++ b/lib/MethodWrapperFactory.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/MethodWrappers.js b/lib/MethodWrappers.js index c1c81e7..cd0c727 100644 --- a/lib/MethodWrappers.js +++ b/lib/MethodWrappers.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/VisibilityObjectFactory.js b/lib/VisibilityObjectFactory.js index f2ca95a..21d8e66 100644 --- a/lib/VisibilityObjectFactory.js +++ b/lib/VisibilityObjectFactory.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/VisibilityObjectFactoryFactory.js b/lib/VisibilityObjectFactoryFactory.js index 3a66022..a1023c6 100644 --- a/lib/VisibilityObjectFactoryFactory.js +++ b/lib/VisibilityObjectFactoryFactory.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/class.js b/lib/class.js index 81f7bd2..81aecce 100644 --- a/lib/class.js +++ b/lib/class.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/class_abstract.js b/lib/class_abstract.js index 2d9ef39..4cdb287 100644 --- a/lib/class_abstract.js +++ b/lib/class_abstract.js @@ -7,7 +7,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/class_final.js b/lib/class_final.js index 1e6c61f..c8abef5 100644 --- a/lib/class_final.js +++ b/lib/class_final.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/interface.js b/lib/interface.js index 916868e..498d468 100644 --- a/lib/interface.js +++ b/lib/interface.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/prop_parser.js b/lib/prop_parser.js index 54e6110..229b971 100644 --- a/lib/prop_parser.js +++ b/lib/prop_parser.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/util.js b/lib/util.js index 2853449..668ff79 100644 --- a/lib/util.js +++ b/lib/util.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/version.js.in b/lib/version.js.in index dd6ee4a..3aee614 100644 --- a/lib/version.js.in +++ b/lib/version.js.in @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/lib/warn.js b/lib/warn.js index 7309be4..ba41ec0 100644 --- a/lib/warn.js +++ b/lib/warn.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/FallbackMemberBuilderTest.js b/test/FallbackMemberBuilderTest.js index 14526d2..65f2a93 100644 --- a/test/FallbackMemberBuilderTest.js +++ b/test/FallbackMemberBuilderTest.js @@ -5,7 +5,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/FallbackVisibilityObjectFactoryTest.js b/test/FallbackVisibilityObjectFactoryTest.js index 95e1940..a2971e0 100644 --- a/test/FallbackVisibilityObjectFactoryTest.js +++ b/test/FallbackVisibilityObjectFactoryTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/Interface/ExtendTest.js b/test/Interface/ExtendTest.js index 769ec83..4ff1bc8 100644 --- a/test/Interface/ExtendTest.js +++ b/test/Interface/ExtendTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/Interface/GeneralTest.js b/test/Interface/GeneralTest.js index b4f8f53..708662a 100644 --- a/test/Interface/GeneralTest.js +++ b/test/Interface/GeneralTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/Makefile b/test/Makefile index d93f33f..cbc2652 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ # # Copyright (C) 2011, 2012 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/test/MemberBuilder/GetterSetterTest.js b/test/MemberBuilder/GetterSetterTest.js index faddd3f..1752049 100644 --- a/test/MemberBuilder/GetterSetterTest.js +++ b/test/MemberBuilder/GetterSetterTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilder/MethodTest.js b/test/MemberBuilder/MethodTest.js index d798dc6..584b55e 100644 --- a/test/MemberBuilder/MethodTest.js +++ b/test/MemberBuilder/MethodTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilder/PropTest.js b/test/MemberBuilder/PropTest.js index 3b83a20..8959c8b 100644 --- a/test/MemberBuilder/PropTest.js +++ b/test/MemberBuilder/PropTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilder/VisibilityTest.js b/test/MemberBuilder/VisibilityTest.js index 3becdef..73fa7ff 100644 --- a/test/MemberBuilder/VisibilityTest.js +++ b/test/MemberBuilder/VisibilityTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilder/inc-common.js b/test/MemberBuilder/inc-common.js index 6343c43..902c0a8 100644 --- a/test/MemberBuilder/inc-common.js +++ b/test/MemberBuilder/inc-common.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilderValidator/GetterSetterTest.js b/test/MemberBuilderValidator/GetterSetterTest.js index 11c7ef8..4856956 100644 --- a/test/MemberBuilderValidator/GetterSetterTest.js +++ b/test/MemberBuilderValidator/GetterSetterTest.js @@ -6,7 +6,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilderValidator/MethodTest.js b/test/MemberBuilderValidator/MethodTest.js index 9a51a6a..6394c06 100644 --- a/test/MemberBuilderValidator/MethodTest.js +++ b/test/MemberBuilderValidator/MethodTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilderValidator/PropertyTest.js b/test/MemberBuilderValidator/PropertyTest.js index 148ad49..4037c41 100644 --- a/test/MemberBuilderValidator/PropertyTest.js +++ b/test/MemberBuilderValidator/PropertyTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MemberBuilderValidator/inc-common.js b/test/MemberBuilderValidator/inc-common.js index 430842d..ca0817a 100644 --- a/test/MemberBuilderValidator/inc-common.js +++ b/test/MemberBuilderValidator/inc-common.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MethodWrapperFactoryTest.js b/test/MethodWrapperFactoryTest.js index ae3237b..2a36440 100644 --- a/test/MethodWrapperFactoryTest.js +++ b/test/MethodWrapperFactoryTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/MethodWrappersTest.js b/test/MethodWrappersTest.js index 7fcf772..2431888 100644 --- a/test/MethodWrappersTest.js +++ b/test/MethodWrappersTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/VersionTest.js b/test/VersionTest.js index 930d92e..37ce112 100644 --- a/test/VersionTest.js +++ b/test/VersionTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/VisibilityObjectFactoryFactoryTest.js b/test/VisibilityObjectFactoryFactoryTest.js index 9b79265..d65c098 100644 --- a/test/VisibilityObjectFactoryFactoryTest.js +++ b/test/VisibilityObjectFactoryFactoryTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/VisibilityObjectFactoryTest.js b/test/VisibilityObjectFactoryTest.js index 2ccf3f5..034ef2f 100644 --- a/test/VisibilityObjectFactoryTest.js +++ b/test/VisibilityObjectFactoryTest.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/common.js b/test/common.js index 1dc84ee..51e43c8 100644 --- a/test/common.js +++ b/test/common.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/inc-testcase.js b/test/inc-testcase.js index 626e3a8..5de8725 100644 --- a/test/inc-testcase.js +++ b/test/inc-testcase.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/common.js b/test/perf/common.js index aa1d0bc..251032c 100644 --- a/test/perf/common.js +++ b/test/perf/common.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-methods-keyword-private.js b/test/perf/perf-class-define-methods-keyword-private.js index 48014e6..9665372 100644 --- a/test/perf/perf-class-define-methods-keyword-private.js +++ b/test/perf/perf-class-define-methods-keyword-private.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-methods-keyword-protected.js b/test/perf/perf-class-define-methods-keyword-protected.js index fe9f86e..6cdabc1 100644 --- a/test/perf/perf-class-define-methods-keyword-protected.js +++ b/test/perf/perf-class-define-methods-keyword-protected.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-methods-keyword-public.js b/test/perf/perf-class-define-methods-keyword-public.js index 501ac95..4918a1d 100644 --- a/test/perf/perf-class-define-methods-keyword-public.js +++ b/test/perf/perf-class-define-methods-keyword-public.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-methods.js b/test/perf/perf-class-define-methods.js index 3202438..4089ebb 100644 --- a/test/perf/perf-class-define-methods.js +++ b/test/perf/perf-class-define-methods.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-named.js b/test/perf/perf-class-define-named.js index 9c02330..9edcbe4 100644 --- a/test/perf/perf-class-define-named.js +++ b/test/perf/perf-class-define-named.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-properties-keyword-private.js b/test/perf/perf-class-define-properties-keyword-private.js index 6533959..8a94670 100644 --- a/test/perf/perf-class-define-properties-keyword-private.js +++ b/test/perf/perf-class-define-properties-keyword-private.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-properties-keyword-protected.js b/test/perf/perf-class-define-properties-keyword-protected.js index d6e559d..98a09ca 100644 --- a/test/perf/perf-class-define-properties-keyword-protected.js +++ b/test/perf/perf-class-define-properties-keyword-protected.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-properties-keyword-public.js b/test/perf/perf-class-define-properties-keyword-public.js index 00dde2e..0c7fad3 100644 --- a/test/perf/perf-class-define-properties-keyword-public.js +++ b/test/perf/perf-class-define-properties-keyword-public.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define-properties.js b/test/perf/perf-class-define-properties.js index 5d5576c..60fd9d3 100644 --- a/test/perf/perf-class-define-properties.js +++ b/test/perf/perf-class-define-properties.js @@ -4,7 +4,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-define.js b/test/perf/perf-class-define.js index b4ad7ab..fecc9c0 100644 --- a/test/perf/perf-class-define.js +++ b/test/perf/perf-class-define.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-get-property.js b/test/perf/perf-class-get-property.js index 8f4ce2d..cd603c7 100644 --- a/test/perf/perf-class-get-property.js +++ b/test/perf/perf-class-get-property.js @@ -4,7 +4,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-inst-anon-empty.js b/test/perf/perf-class-inst-anon-empty.js index 2b1c7dc..fadafaf 100644 --- a/test/perf/perf-class-inst-anon-empty.js +++ b/test/perf/perf-class-inst-anon-empty.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-inst-named-empty.js b/test/perf/perf-class-inst-named-empty.js index 14260ae..7eeadda 100644 --- a/test/perf/perf-class-inst-named-empty.js +++ b/test/perf/perf-class-inst-named-empty.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-invoke-method.js b/test/perf/perf-class-invoke-method.js index 7d87cea..788943e 100644 --- a/test/perf/perf-class-invoke-method.js +++ b/test/perf/perf-class-invoke-method.js @@ -20,7 +20,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-require.js b/test/perf/perf-class-require.js index 15f90a7..c2181da 100644 --- a/test/perf/perf-class-require.js +++ b/test/perf/perf-class-require.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/perf/perf-class-set-property.js b/test/perf/perf-class-set-property.js index 2d14226..65e96f7 100644 --- a/test/perf/perf-class-set-property.js +++ b/test/perf/perf-class-set-property.js @@ -4,7 +4,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/runner.js b/test/runner.js index 1792917..264c47d 100644 --- a/test/runner.js +++ b/test/runner.js @@ -6,7 +6,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-abstract.js b/test/test-class-abstract.js index 0225215..002231e 100644 --- a/test/test-class-abstract.js +++ b/test/test-class-abstract.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-constructor.js b/test/test-class-constructor.js index 2f5f409..0397c6e 100644 --- a/test/test-class-constructor.js +++ b/test/test-class-constructor.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-extend.js b/test/test-class-extend.js index 4397ef7..aeb8134 100644 --- a/test/test-class-extend.js +++ b/test/test-class-extend.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-gettersetter.js b/test/test-class-gettersetter.js index 29e84b4..cb5045e 100644 --- a/test/test-class-gettersetter.js +++ b/test/test-class-gettersetter.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-implement.js b/test/test-class-implement.js index f5bbb13..5e77780 100644 --- a/test/test-class-implement.js +++ b/test/test-class-implement.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-name.js b/test/test-class-name.js index 7e5d7b3..b60cd58 100644 --- a/test/test-class-name.js +++ b/test/test-class-name.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-parent.js b/test/test-class-parent.js index 4a5a00d..c5e30be 100644 --- a/test/test-class-parent.js +++ b/test/test-class-parent.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class-visibility.js b/test/test-class-visibility.js index d129696..76a5b86 100644 --- a/test/test-class-visibility.js +++ b/test/test-class-visibility.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class.js b/test/test-class.js index 06187d5..2a93727 100644 --- a/test/test-class.js +++ b/test/test-class.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class_builder-const.js b/test/test-class_builder-const.js index 37cbb57..825f3c3 100644 --- a/test/test-class_builder-const.js +++ b/test/test-class_builder-const.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class_builder-final.js b/test/test-class_builder-final.js index 9080c6e..0965345 100644 --- a/test/test-class_builder-final.js +++ b/test/test-class_builder-final.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class_builder-member-restrictions.js b/test/test-class_builder-member-restrictions.js index ca7376d..3ebfcd0 100644 --- a/test/test-class_builder-member-restrictions.js +++ b/test/test-class_builder-member-restrictions.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class_builder-static.js b/test/test-class_builder-static.js index 24cf57b..73f2f77 100644 --- a/test/test-class_builder-static.js +++ b/test/test-class_builder-static.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-class_builder-visibility.js b/test/test-class_builder-visibility.js index e7f6b01..64efebb 100644 --- a/test/test-class_builder-visibility.js +++ b/test/test-class_builder-visibility.js @@ -5,7 +5,7 @@ * * Copyright (C) 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-combine-pre-es5.js b/test/test-combine-pre-es5.js index 3ed148a..d3d54b9 100644 --- a/test/test-combine-pre-es5.js +++ b/test/test-combine-pre-es5.js @@ -8,7 +8,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-combine.js b/test/test-combine.js index 5e3af9d..147019e 100644 --- a/test/test-combine.js +++ b/test/test-combine.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-index.js b/test/test-index.js index c5b09c2..6af9f92 100644 --- a/test/test-index.js +++ b/test/test-index.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-interface-name.js b/test/test-interface-name.js index 267839b..0c24506 100644 --- a/test/test-interface-name.js +++ b/test/test-interface-name.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-prop_parser-parse-keywords.js b/test/test-prop_parser-parse-keywords.js index 55270e0..1478aee 100644 --- a/test/test-prop_parser-parse-keywords.js +++ b/test/test-prop_parser-parse-keywords.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-rmtrail b/test/test-rmtrail index d5f8022..0e32a8f 100755 --- a/test/test-rmtrail +++ b/test/test-rmtrail @@ -2,7 +2,7 @@ # # Copyright (C) 2010, 2011, 2013 Mike Gerwitz # -# This file is part of ease.js. +# 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 diff --git a/test/test-util-abstract.js b/test/test-util-abstract.js index 5636322..5b94111 100644 --- a/test/test-util-abstract.js +++ b/test/test-util-abstract.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-util-clone.js b/test/test-util-clone.js index 52c373b..0e9fcc3 100644 --- a/test/test-util-clone.js +++ b/test/test-util-clone.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-util-copy.js b/test/test-util-copy.js index 850bc87..bce4778 100644 --- a/test/test-util-copy.js +++ b/test/test-util-copy.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-util-define-secure-prop.js b/test/test-util-define-secure-prop.js index 2169d49..f9365a1 100644 --- a/test/test-util-define-secure-prop.js +++ b/test/test-util-define-secure-prop.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-util-get-property-descriptor.js b/test/test-util-get-property-descriptor.js index b42038c..bf076e6 100644 --- a/test/test-util-get-property-descriptor.js +++ b/test/test-util-get-property-descriptor.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-util-prop-parse-keywords.js b/test/test-util-prop-parse-keywords.js index 079ef0d..1ee26d5 100644 --- a/test/test-util-prop-parse-keywords.js +++ b/test/test-util-prop-parse-keywords.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-util-prop-parse.js b/test/test-util-prop-parse.js index 0822ef6..f421c4b 100644 --- a/test/test-util-prop-parse.js +++ b/test/test-util-prop-parse.js @@ -3,7 +3,7 @@ * * Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-warn-exception.js b/test/test-warn-exception.js index bb25a38..4f63b73 100644 --- a/test/test-warn-exception.js +++ b/test/test-warn-exception.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-warn-handlers.js b/test/test-warn-handlers.js index 32db723..b82c1fa 100644 --- a/test/test-warn-handlers.js +++ b/test/test-warn-handlers.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/test/test-warn-impl.js b/test/test-warn-impl.js index 567195e..cb17fa5 100644 --- a/test/test-warn-impl.js +++ b/test/test-warn-impl.js @@ -3,7 +3,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/tools/combine b/tools/combine index 5aee321..91de31f 100755 --- a/tools/combine +++ b/tools/combine @@ -2,7 +2,7 @@ # # Copyright (C) 2010, 2011, 2012 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/combine-order.js b/tools/combine-order.js index b46a208..cbb53d1 100644 --- a/tools/combine-order.js +++ b/tools/combine-order.js @@ -9,7 +9,7 @@ * * Copyright (C) 2011, 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/tools/combine-test.tpl b/tools/combine-test.tpl index a571dad..54ce1e3 100644 --- a/tools/combine-test.tpl +++ b/tools/combine-test.tpl @@ -2,7 +2,7 @@ # # Copyright (C) 2010, 2011, 2013 Mike Gerwitz # -# This file is part of ease.js. +# 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 diff --git a/tools/copyright b/tools/copyright index 9646037..24cdec0 100755 --- a/tools/copyright +++ b/tools/copyright @@ -3,7 +3,7 @@ # # Copyright (C) 2013 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -51,7 +51,7 @@ shopt -s extglob || { } # we will be updating all files that contain this line -ident='This file is part of ease.js.$' +ident='This file is part of GNU ease.js$' ignorepath='.git|build|webroot|node_modules' files=$( grep -rl "$ident" ../!($ignorepath) ) diff --git a/tools/gitlog-to-authors b/tools/gitlog-to-authors index 83e285f..6702e69 100755 --- a/tools/gitlog-to-authors +++ b/tools/gitlog-to-authors @@ -3,7 +3,7 @@ # # Copyright (C) 2012, 2013 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/gitlog-to-news b/tools/gitlog-to-news index b9f9887..1a9fb4d 100755 --- a/tools/gitlog-to-news +++ b/tools/gitlog-to-news @@ -3,7 +3,7 @@ # # Copyright (C) 2012, 2013 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/license.tpl b/tools/license.tpl index 466f326..acac3fa 100644 --- a/tools/license.tpl +++ b/tools/license.tpl @@ -6,7 +6,7 @@ * * Copyright (C) 2013 Mike Gerwitz * - * This file is part of ease.js. + * 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 diff --git a/tools/linechk b/tools/linechk index fb27399..bf485a4 100755 --- a/tools/linechk +++ b/tools/linechk @@ -6,7 +6,7 @@ # # Copyright (C) 2012 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/mkexterns b/tools/mkexterns index 7fa488f..61833d5 100755 --- a/tools/mkexterns +++ b/tools/mkexterns @@ -7,7 +7,7 @@ # # Copyright (C) 2011, 2012 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/rmtrail b/tools/rmtrail index efc06e5..777e7f8 100755 --- a/tools/rmtrail +++ b/tools/rmtrail @@ -11,7 +11,7 @@ # # Copyright (C) 2010, 2011, 2012 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/signchk b/tools/signchk index 33f11f5..f62f9e7 100755 --- a/tools/signchk +++ b/tools/signchk @@ -7,7 +7,7 @@ # # Copyright (C) 2012, 2013 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/verset b/tools/verset index f5475e8..0e15ecc 100755 --- a/tools/verset +++ b/tools/verset @@ -4,7 +4,7 @@ # # Copyright (C) 2012, 2013 Mike Gerwitz # -# This file is part of ease.js. +# This file is part of GNU ease.js. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by