diff --git a/doc/mkeywords.texi b/doc/mkeywords.texi index 6833040..05b9fb2 100644 --- a/doc/mkeywords.texi +++ b/doc/mkeywords.texi @@ -1,5 +1,5 @@ @c This document is part of the GNU ease.js manual. -@c Copyright (C) 2011, 2013, 2014 Mike Gerwitz +@c Copyright (C) 2011, 2013, 2014 Free Software Foundation, Inc. @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 or @c any later version published by the Free Software Foundation; with no diff --git a/lib/ClassBuilder.js b/lib/ClassBuilder.js index c214a5c..cb0331a 100644 --- a/lib/ClassBuilder.js +++ b/lib/ClassBuilder.js @@ -1,7 +1,7 @@ /** * Handles building of classes * - * Copyright (C) 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * Copyright (C) 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/FallbackMemberBuilder.js b/lib/FallbackMemberBuilder.js index b5eba83..0fbe92b 100644 --- a/lib/FallbackMemberBuilder.js +++ b/lib/FallbackMemberBuilder.js @@ -1,7 +1,7 @@ /** * Handles building members (properties, methods) in a pre-ES5 environment * - * Copyright (C) 2011, 2013 Free Software Foundation, Inc. + * Copyright (C) 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/FallbackVisibilityObjectFactory.js b/lib/FallbackVisibilityObjectFactory.js index 29f03f3..85fb704 100644 --- a/lib/FallbackVisibilityObjectFactory.js +++ b/lib/FallbackVisibilityObjectFactory.js @@ -1,7 +1,7 @@ /** * Contains fallback visibility object factory * - * Copyright (C) 2010, 2011, 2013 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/Trait.js b/lib/Trait.js index 2545147..0075d96 100644 --- a/lib/Trait.js +++ b/lib/Trait.js @@ -1,7 +1,7 @@ /** * Provides system for code reuse via traits * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2014, 2015 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/VisibilityObjectFactoryFactory.js b/lib/VisibilityObjectFactoryFactory.js index a7ca2f6..aa2bb7f 100644 --- a/lib/VisibilityObjectFactoryFactory.js +++ b/lib/VisibilityObjectFactoryFactory.js @@ -1,7 +1,7 @@ /** * Contains factory for visibility object factory * - * Copyright (C) 2011, 2013 Free Software Foundation, Inc. + * Copyright (C) 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/class.js b/lib/class.js index dc13e98..8096f02 100644 --- a/lib/class.js +++ b/lib/class.js @@ -1,7 +1,7 @@ /** * Contains basic inheritance mechanism * - * Copyright (C) 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/class_final.js b/lib/class_final.js index d4532e6..667218a 100644 --- a/lib/class_final.js +++ b/lib/class_final.js @@ -1,7 +1,7 @@ /** * Wrapper permitting the definition of final classes * - * Copyright (C) 2010, 2011, 2013 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/util/Symbol.js b/lib/util/Symbol.js index 2b6aa6d..d44f5a3 100644 --- a/lib/util/Symbol.js +++ b/lib/util/Symbol.js @@ -1,7 +1,7 @@ /** * Forward-compatible subset of ES6 Symbol * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/warn/DismissiveHandler.js b/lib/warn/DismissiveHandler.js index c54a64d..d4f568b 100644 --- a/lib/warn/DismissiveHandler.js +++ b/lib/warn/DismissiveHandler.js @@ -1,7 +1,7 @@ /** * Dismissive warning handler * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/lib/warn/ThrowHandler.js b/lib/warn/ThrowHandler.js index 9ac8c79..ff89c4f 100644 --- a/lib/warn/ThrowHandler.js +++ b/lib/warn/ThrowHandler.js @@ -1,7 +1,7 @@ /** * Throwing warning handler * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Class/GeneralTest.js b/test/Class/GeneralTest.js index 0b59bbe..76fddff 100644 --- a/test/Class/GeneralTest.js +++ b/test/Class/GeneralTest.js @@ -1,7 +1,7 @@ /** * Tests class module object creation * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2014, 2015 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Class/InteropTest.js b/test/Class/InteropTest.js index c099f78..959f163 100644 --- a/test/Class/InteropTest.js +++ b/test/Class/InteropTest.js @@ -1,7 +1,7 @@ /** * Tests class interoperability with vanilla ECMAScript * - * Copyright (C) 2014 Mike Gerwitz + * Copyright (C) 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/ClassBuilder/InstanceTest.js b/test/ClassBuilder/InstanceTest.js index ad3b8f2..b84ac07 100644 --- a/test/ClassBuilder/InstanceTest.js +++ b/test/ClassBuilder/InstanceTest.js @@ -1,7 +1,7 @@ /** * Tests treatment of class instances * - * Copyright (C) 2014 Mike Gerwitz + * Copyright (C) 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Trait/AbstractTest.js b/test/Trait/AbstractTest.js index 8b8777d..70b8713 100644 --- a/test/Trait/AbstractTest.js +++ b/test/Trait/AbstractTest.js @@ -1,7 +1,7 @@ /** * Tests abstract trait definition and use * - * Copyright (C) 2015 Free Software Foundation, Inc. + * Copyright (C) 2014, 2015 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Trait/DefinitionTest.js b/test/Trait/DefinitionTest.js index adc6f7a..0402924 100644 --- a/test/Trait/DefinitionTest.js +++ b/test/Trait/DefinitionTest.js @@ -1,7 +1,7 @@ /** * Tests basic trait definition * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2014, 2015 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Trait/NamedTest.js b/test/Trait/NamedTest.js index 68cbad6..b93efec 100644 --- a/test/Trait/NamedTest.js +++ b/test/Trait/NamedTest.js @@ -1,7 +1,7 @@ /** * Tests named trait definitions * - * Copyright (C) 2014 Mike Gerwitz + * Copyright (C) 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Trait/ParameterTest.js b/test/Trait/ParameterTest.js index 542cbe1..95d47dc 100644 --- a/test/Trait/ParameterTest.js +++ b/test/Trait/ParameterTest.js @@ -1,7 +1,7 @@ /** * Tests parameterized traits * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2014, 2015 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Util/IndexTest.js b/test/Util/IndexTest.js index d719a56..a803b4a 100644 --- a/test/Util/IndexTest.js +++ b/test/Util/IndexTest.js @@ -1,7 +1,7 @@ /** * Tests utility module entry point * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/Util/SymbolTest.js b/test/Util/SymbolTest.js index 3748240..4af261b 100644 --- a/test/Util/SymbolTest.js +++ b/test/Util/SymbolTest.js @@ -1,7 +1,7 @@ /** * Tests symbol subset * - * Copyright (C) 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/common.js b/test/common.js index 845b73b..b008c74 100644 --- a/test/common.js +++ b/test/common.js @@ -1,7 +1,7 @@ /** * Common paths for testing * - * Copyright (C) 2010, 2011, 2013 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/perf/common.js b/test/perf/common.js index 13c1d46..281f903 100644 --- a/test/perf/common.js +++ b/test/perf/common.js @@ -1,7 +1,7 @@ /** * Common performance testing functionality * - * Copyright (C) 2011, 2013 Free Software Foundation, Inc. + * Copyright (C) 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/perf/perf-class-invoke-method.js b/test/perf/perf-class-invoke-method.js index 01f185e..6a52d07 100644 --- a/test/perf/perf-class-invoke-method.js +++ b/test/perf/perf-class-invoke-method.js @@ -18,7 +18,7 @@ * will remove this performance hit if the Class contains no private * members. * - * Copyright (C) 2011, 2013 Free Software Foundation, Inc. + * Copyright (C) 2011, 2013, 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * diff --git a/test/perf/runner.in b/test/perf/runner.in index ce046e2..8067506 100755 --- a/test/perf/runner.in +++ b/test/perf/runner.in @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2014 Mike Gerwitz +# Copyright (C) 2012, 2013, 2014 Free Software Foundation, Inc. # # This file is part of GNU ease.js. # diff --git a/tools/copyright b/tools/copyright index 860b161..6ca39c9 100755 --- a/tools/copyright +++ b/tools/copyright @@ -1,7 +1,7 @@ #!/bin/bash # Updates copyright of various source files and commits to repository # -# Copyright (C) 2013, 2014 Free Software Foundation, Inc. +# Copyright (C) 2013, 2014, 2015 Free Software Foundation, Inc. # # This file is part of GNU ease.js. # diff --git a/tools/license-min.tpl b/tools/license-min.tpl index 06f3a8d..d3b79dd 100644 --- a/tools/license-min.tpl +++ b/tools/license-min.tpl @@ -1,6 +1,6 @@ /** * Combined, minified redistributable GNU ease.js file. * - * Copyright (C) 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. * @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later */ diff --git a/tools/license.tpl b/tools/license.tpl index 7e1a3df..12864ae 100644 --- a/tools/license.tpl +++ b/tools/license.tpl @@ -7,7 +7,7 @@ * @licstart The following is the entire license notice for the JavaScript * code in this file. * - * Copyright (C) 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. * * GNU ease.js is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License (GNU GPL) as published diff --git a/tools/perf2html b/tools/perf2html index 842bb72..761c662 100755 --- a/tools/perf2html +++ b/tools/perf2html @@ -1,7 +1,7 @@ #!/usr/bin/awk -f # Renders performance test output # -# Copyright (C) 2014 Mike Gerwitz +# Copyright (C) 2014 Free Software Foundation, Inc. # # This file is part of GNU ease.js. # diff --git a/tools/vergen b/tools/vergen index 54dead9..0a2c45f 100755 --- a/tools/vergen +++ b/tools/vergen @@ -1,7 +1,7 @@ #!/bin/sh # Generates version string # -# Copyright (C) 2014 Free Software Foundation, Inc. +# Copyright (C) 2012, 2013, 2014 Free Software Foundation, Inc. # # This file is part of GNU ease.js. #