From 89f00e0cdd6bf2c5fbdd90b5348670e67c2b75b4 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 20 Jan 2014 22:55:29 -0500 Subject: [PATCH] [copyright] Copyright update --- README | 2 +- README.md | 2 +- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/easejs.texi | 2 +- lib/prop_parser.js | 2 +- lib/util.js | 2 +- lib/version.js.in | 2 +- test/Class/AbstractTest.js | 2 +- test/Class/ConstructorTest.js | 2 +- test/Class/ExtendTest.js | 2 +- test/Class/GeneralTest.js | 2 +- test/Class/GetterSetterTest.js | 2 +- test/Class/ImplementTest.js | 2 +- test/Class/InstanceSafetyTest.js | 2 +- test/Class/NameTest.js | 2 +- test/Class/ParentTest.js | 2 +- test/Class/VisibilityTest.js | 2 +- test/ClassBuilder/ConstTest.js | 2 +- test/ClassBuilder/FinalTest.js | 2 +- test/ClassBuilder/MemberRestrictionTest.js | 2 +- test/ClassBuilder/StaticTest.js | 2 +- test/ClassBuilder/VisibilityTest.js | 2 +- test/CombinePreEs5Test.js | 2 +- test/CombineTest.js | 2 +- test/IndexTest.js | 2 +- test/Interface/NameTest.js | 2 +- test/PropParserKeywordsTest.js | 2 +- test/Util/AbstractTest.js | 2 +- test/Util/CloneTest.js | 2 +- test/Util/CopyTest.js | 2 +- test/Util/DefineSecurePropTest.js | 2 +- test/Util/GetPropertyDescriptorTest.js | 2 +- test/Util/PropParseKeywordsTest.js | 2 +- test/Util/PropParseTest.js | 2 +- test/WarnHandlersTest.js | 2 +- test/WarnTest.js | 2 +- test/WarningTest.js | 2 +- test/inc-testcase.js | 2 +- tools/combine | 2 +- tools/linechk | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/README b/README index 88079ed..f451eeb 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Configuring ease.js ******************* - Copyright (C) 2013 Mike Gerwitz + Copyright (C) 2013, 2014 Mike Gerwitz This file is part of GNU ease.js. diff --git a/README.md b/README.md index 79c5382..2e4f12a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@