From 9b48e64b39a84800ba80230d1ac72b3436b5f9aa Mon Sep 17 00:00:00 2001 From: Renaud Pawlak Date: Tue, 24 Nov 2015 10:09:50 +0100 Subject: [PATCH] updated copyright --- copyright.txt | 4 +++- .../org/jsweet/JSweetCommandLineLauncher.java | 6 ++++-- src/main/java/org/jsweet/JSweetConfig.java | 6 ++++-- src/main/java/org/jsweet/package-info.java | 4 +++- .../transpiler/EcmaScriptComplianceLevel.java | 4 +++- .../org/jsweet/transpiler/JSweetContext.java | 4 +++- .../org/jsweet/transpiler/JSweetProblem.java | 6 ++++-- .../org/jsweet/transpiler/JSweetTranspiler.java | 6 ++++-- .../java/org/jsweet/transpiler/ModuleKind.java | 4 +++- .../org/jsweet/transpiler/OverloadScanner.java | 4 +++- .../java/org/jsweet/transpiler/Severity.java | 4 +++- .../java/org/jsweet/transpiler/SourceFile.java | 4 +++- .../jsweet/transpiler/TranspilationHandler.java | 6 ++++-- .../java/org/jsweet/transpiler/TypeChecker.java | 4 +++- .../jsweet/transpiler/candies/CandiesMerger.java | 4 +++- .../transpiler/candies/CandiesProcessor.java | 6 ++++-- .../jsweet/transpiler/candies/CandiesStore.java | 4 +++- .../transpiler/candies/CandyDescriptor.java | 4 +++- .../jsweet/transpiler/candies/package-info.java | 4 +++- .../java/org/jsweet/transpiler/package-info.java | 4 +++- .../typescript/Java2TypeScriptAdapter.java | 4 +++- .../typescript/Java2TypeScriptTranslator.java | 6 ++++-- .../transpiler/typescript/package-info.java | 4 +++- .../transpiler/util/AbstractPrinterAdapter.java | 4 +++- .../transpiler/util/AbstractTreePrinter.java | 4 +++- .../transpiler/util/AbstractTreeScanner.java | 4 +++- .../util/ConsoleTranspilationHandler.java | 6 ++++-- .../jsweet/transpiler/util/DirectedGraph.java | 4 +++- .../util/ErrorCountTranspilationHandler.java | 6 ++++-- .../jsweet/transpiler/util/EvaluationResult.java | 4 +++- .../util/JavaCompilationEnvironment.java | 4 +++- .../org/jsweet/transpiler/util/ProcessUtil.java | 6 ++++-- .../jsweet/transpiler/util/ReferenceGrabber.java | 4 +++- .../transpiler/util/RollbackException.java | 4 +++- .../java/org/jsweet/transpiler/util/Util.java | 6 ++++-- .../org/jsweet/transpiler/util/VariableKind.java | 4 +++- .../org/jsweet/transpiler/util/package-info.java | 4 +++- .../org/jsweet/test/transpiler/AbstractTest.java | 6 ++++-- .../org/jsweet/test/transpiler/AmbientTests.java | 6 ++++-- .../org/jsweet/test/transpiler/ApiTests.java | 4 +++- .../org/jsweet/test/transpiler/CandiesTests.java | 4 +++- .../jsweet/test/transpiler/GenericsTests.java | 4 +++- .../org/jsweet/test/transpiler/InitTests.java | 4 +++- .../jsweet/test/transpiler/OverloadTests.java | 4 +++- .../org/jsweet/test/transpiler/RequireTests.java | 4 +++- .../org/jsweet/test/transpiler/RootTests.java | 6 ++++-- .../jsweet/test/transpiler/StructuralTests.java | 6 ++++-- .../org/jsweet/test/transpiler/SyntaxTests.java | 4 +++- .../transpiler/TestTranspilationHandler.java | 4 +++- .../jsweet/test/transpiler/ThrowableTests.java | 4 +++- .../jsweet/test/transpiler/TranspilerTests.java | 6 ++++-- .../jsweet/test/transpiler/TsComparisonTest.java | 4 +++- .../org/jsweet/test/transpiler/TypingTests.java | 4 +++- .../org/jsweet/test/transpiler/UtilTests.java | 4 +++- .../org/jsweet/test/transpiler/VarargsTests.java | 4 +++- src/test/java/source/ambient/LibAccess.java | 4 +++- .../java/source/ambient/LibAccessSubModule.java | 4 +++- src/test/java/source/ambient/lib/Base.java | 4 +++- src/test/java/source/ambient/lib/Extension.java | 4 +++- src/test/java/source/ambient/lib/sub/C.java | 4 +++- src/test/java/source/ambient/package-info.java | 4 +++- src/test/java/source/api/CastMethods.java | 4 +++- src/test/java/source/api/ForeachIteration.java | 4 +++- src/test/java/source/api/JdkInvocations.java | 4 +++- .../java/source/api/PrimitiveInstantiation.java | 4 +++- .../java/source/api/QualifiedInstantiation.java | 4 +++- .../java/source/api/WrongJdkInvocations.java | 4 +++- src/test/java/source/blocksgame/Ball.java | 4 +++- .../java/source/blocksgame/BlockElement.java | 4 +++- src/test/java/source/blocksgame/Factory.java | 4 +++- src/test/java/source/blocksgame/GameArea.java | 4 +++- src/test/java/source/blocksgame/GameManager.java | 4 +++- src/test/java/source/blocksgame/Globals.java | 4 +++- src/test/java/source/blocksgame/Player.java | 4 +++- .../java/source/blocksgame/package-info.java | 4 +++- .../source/blocksgame/util/AnimatedElement.java | 4 +++- .../java/source/blocksgame/util/Collisions.java | 4 +++- .../java/source/blocksgame/util/Direction.java | 4 +++- src/test/java/source/blocksgame/util/Line.java | 4 +++- .../source/blocksgame/util/MobileElement.java | 4 +++- src/test/java/source/blocksgame/util/Point.java | 4 +++- .../java/source/blocksgame/util/Rectangle.java | 4 +++- src/test/java/source/blocksgame/util/Vector.java | 4 +++- src/test/java/source/candies/Angular.java | 4 +++- src/test/java/source/candies/ExpressLib.java | 4 +++- src/test/java/source/candies/GlobalsImport.java | 4 +++- src/test/java/source/candies/JQuery.java | 4 +++- src/test/java/source/candies/QualifiedNames.java | 4 +++- .../generics/InstantiationWithGenerics.java | 4 +++- src/test/java/source/init/Constructor.java | 4 +++- src/test/java/source/init/ConstructorField.java | 4 +++- .../source/init/ConstructorFieldInInterface.java | 4 +++- src/test/java/source/init/ConstructorMethod.java | 4 +++- .../init/ConstructorMethodInInterface.java | 4 +++- src/test/java/source/init/Initializer.java | 4 +++- .../init/InitializerStatementConditionError.java | 4 +++- .../source/init/InitializerStatementError.java | 4 +++- .../source/init/InterfaceRawConstruction.java | 4 +++- src/test/java/source/init/MultipleMains.java | 4 +++- .../source/init/NoOptionalFieldsInClass.java | 4 +++- src/test/java/source/init/StaticInitializer.java | 4 +++- src/test/java/source/overload/Overload.java | 4 +++- src/test/java/source/overload/WrongOverload.java | 4 +++- .../java/source/overload/WrongOverloads.java | 4 +++- src/test/java/source/require/TopLevel1.java | 4 +++- src/test/java/source/require/TopLevel2.java | 4 +++- src/test/java/source/require/a/A.java | 4 +++- src/test/java/source/require/a/Use1.java | 4 +++- src/test/java/source/require/a/Use2.java | 4 +++- src/test/java/source/require/a/b/B1.java | 4 +++- src/test/java/source/require/a/b/B2.java | 4 +++- src/test/java/source/require/b/ClassImport.java | 4 +++- .../require/b/ClassImportImplicitRequire.java | 4 +++- .../java/source/require/b/GlobalsImport.java | 4 +++- .../java/source/require/globals/Globals.java | 4 +++- src/test/java/source/require/package-info.java | 4 +++- .../source/root/noroot/a/GlobalsInNoRoot.java | 16 ++++++++++++++++ .../java/source/root/root/a/GlobalsInRoot.java | 16 ++++++++++++++++ src/test/java/source/root/root/package-info.java | 16 ++++++++++++++++ .../root/rootparent1/InvalidClassLocation.java | 16 ++++++++++++++++ .../rootparent1/root/NoClassesInRootParent.java | 16 ++++++++++++++++ .../root/rootparent1/root/package-info.java | 16 ++++++++++++++++ .../source/root/rootparent2/package-info.java | 16 ++++++++++++++++ .../root/rootparent2/root/NoRootInRoot.java | 16 ++++++++++++++++ .../root/rootparent2/root/package-info.java | 16 ++++++++++++++++ .../java/source/structural/AbstractClass.java | 4 +++- .../AutoImportClassesInSamePackage.java | 4 +++- .../AutoImportClassesInSamePackageUsed.java | 4 +++- src/test/java/source/structural/Enums.java | 4 +++- .../structural/ExtendsClassInSameFile.java | 4 +++- .../java/source/structural/ExtendsObject.java | 4 +++- .../java/source/structural/GlobalsAccess.java | 4 +++- src/test/java/source/structural/Inheritance.java | 4 +++- src/test/java/source/structural/InnerClass.java | 4 +++- src/test/java/source/structural/NameClashes.java | 4 +++- .../structural/NoInstanceofForInterfaces.java | 4 +++- .../source/structural/NoWildcardsInImports.java | 16 ++++++++++++++++ .../java/source/structural/OptionalField.java | 4 +++- .../source/structural/OptionalFieldError.java | 4 +++- .../source/structural/TwoClassesInSameFile.java | 4 +++- .../structural/WrongConstructsInEnums.java | 4 +++- .../structural/WrongConstructsInInterfaces.java | 4 +++- .../source/structural/globalclasses/Globals.java | 4 +++- .../globalclasses/a/GlobalsConstructor.java | 4 +++- .../b/GlobalFunctionStaticGetSet.java | 4 +++- .../globalclasses/c/GlobalFunctionGetSet.java | 4 +++- .../d/GlobalFunctionAccessFromMain.java | 4 +++- .../structural/globalclasses/e/Globals.java | 4 +++- .../f/GlobalFunctionStaticDelete.java | 4 +++- .../globalclasses/g/GlobalFunctionDelete.java | 4 +++- .../source/syntax/AnnotationQualifiedNames.java | 4 +++- src/test/java/source/syntax/FinalVariables.java | 4 +++- .../source/syntax/FinalVariablesRuntime.java | 4 +++- .../java/source/syntax/GlobalsInvocation.java | 4 +++- .../syntax/IndexedAccessInStaticScope.java | 4 +++- src/test/java/source/syntax/Keywords.java | 4 +++- src/test/java/source/syntax/Labels.java | 4 +++- src/test/java/source/syntax/QualifiedNames.java | 4 +++- src/test/java/source/syntax/References.java | 4 +++- .../java/source/syntax/SpecialFunctions.java | 4 +++- .../java/source/syntax/ValidIndexedAccesses.java | 4 +++- .../source/throwable/InvalidTryCatchTest.java | 4 +++- .../source/throwable/TryCatchFinallyTest.java | 4 +++- .../source/tscomparison/AbstractClasses.java | 4 +++- .../java/source/tscomparison/ActualScoping.java | 4 +++- .../source/tscomparison/CompileTimeWarnings.java | 4 +++- .../source/tscomparison/OtherThisExample.java | 4 +++- .../java/source/tscomparison/SaferVarargs.java | 4 +++- .../java/source/tscomparison/StrongerTyping.java | 4 +++- .../java/source/tscomparison/ThisIsThis.java | 4 +++- src/test/java/source/typing/ArraysOfLambdas.java | 4 +++- .../java/source/typing/ClassTypeAsFunction.java | 4 +++- .../java/source/typing/ClassTypeAsTypeOf.java | 4 +++- .../source/typing/InvalidIndexedAccesses.java | 4 +++- src/test/java/source/typing/Lambdas.java | 4 +++- src/test/java/source/typing/Numbers.java | 4 +++- .../java/source/typing/StringTypesUsage.java | 4 +++- src/test/java/source/typing/Tuples.java | 4 +++- src/test/java/source/typing/Unions.java | 4 +++- src/test/java/source/typing/VoidType.java | 4 +++- src/test/java/source/typing/WrongUnions.java | 4 +++- .../source/varargs/VarargsCalledWithArray.java | 4 +++- .../java/source/varargs/VarargsOfArrays.java | 4 +++- .../java/source/varargs/VarargsOnAnonymous.java | 4 +++- src/test/java/source/varargs/VarargsOnApi.java | 4 +++- src/test/java/source/varargs/VarargsOnField.java | 4 +++- .../java/source/varargs/VarargsOnGetter.java | 4 +++- src/test/java/source/varargs/VarargsOnNew.java | 4 +++- .../source/varargs/VarargsOnStaticMethod.java | 4 +++- .../java/source/varargs/VarargsTransmission.java | 4 +++- 190 files changed, 716 insertions(+), 196 deletions(-) diff --git a/copyright.txt b/copyright.txt index 23d4a026..7c67e80b 100644 --- a/copyright.txt +++ b/copyright.txt @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/JSweetCommandLineLauncher.java b/src/main/java/org/jsweet/JSweetCommandLineLauncher.java index bf62f52d..8b1226a2 100644 --- a/src/main/java/org/jsweet/JSweetCommandLineLauncher.java +++ b/src/main/java/org/jsweet/JSweetCommandLineLauncher.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet; import static org.jsweet.transpiler.TranspilationHandler.OUTPUT_LOGGER; diff --git a/src/main/java/org/jsweet/JSweetConfig.java b/src/main/java/org/jsweet/JSweetConfig.java index f3fb35dc..3921df3c 100644 --- a/src/main/java/org/jsweet/JSweetConfig.java +++ b/src/main/java/org/jsweet/JSweetConfig.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet; import java.io.File; diff --git a/src/main/java/org/jsweet/package-info.java b/src/main/java/org/jsweet/package-info.java index afb7eb90..e9d8fd2c 100644 --- a/src/main/java/org/jsweet/package-info.java +++ b/src/main/java/org/jsweet/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/EcmaScriptComplianceLevel.java b/src/main/java/org/jsweet/transpiler/EcmaScriptComplianceLevel.java index 3eb98e09..b9615afe 100644 --- a/src/main/java/org/jsweet/transpiler/EcmaScriptComplianceLevel.java +++ b/src/main/java/org/jsweet/transpiler/EcmaScriptComplianceLevel.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/JSweetContext.java b/src/main/java/org/jsweet/transpiler/JSweetContext.java index 5b767666..0051f1f1 100644 --- a/src/main/java/org/jsweet/transpiler/JSweetContext.java +++ b/src/main/java/org/jsweet/transpiler/JSweetContext.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/JSweetProblem.java b/src/main/java/org/jsweet/transpiler/JSweetProblem.java index 8dd4e382..df11eb82 100644 --- a/src/main/java/org/jsweet/transpiler/JSweetProblem.java +++ b/src/main/java/org/jsweet/transpiler/JSweetProblem.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler; /** diff --git a/src/main/java/org/jsweet/transpiler/JSweetTranspiler.java b/src/main/java/org/jsweet/transpiler/JSweetTranspiler.java index 03ab58a7..8a9e02b0 100644 --- a/src/main/java/org/jsweet/transpiler/JSweetTranspiler.java +++ b/src/main/java/org/jsweet/transpiler/JSweetTranspiler.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler; import static java.util.Arrays.asList; diff --git a/src/main/java/org/jsweet/transpiler/ModuleKind.java b/src/main/java/org/jsweet/transpiler/ModuleKind.java index a92d7c20..75936430 100644 --- a/src/main/java/org/jsweet/transpiler/ModuleKind.java +++ b/src/main/java/org/jsweet/transpiler/ModuleKind.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/OverloadScanner.java b/src/main/java/org/jsweet/transpiler/OverloadScanner.java index e733c853..08f47c29 100644 --- a/src/main/java/org/jsweet/transpiler/OverloadScanner.java +++ b/src/main/java/org/jsweet/transpiler/OverloadScanner.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/Severity.java b/src/main/java/org/jsweet/transpiler/Severity.java index 08c46b29..208a6ae4 100644 --- a/src/main/java/org/jsweet/transpiler/Severity.java +++ b/src/main/java/org/jsweet/transpiler/Severity.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/SourceFile.java b/src/main/java/org/jsweet/transpiler/SourceFile.java index ecd34ac1..13384893 100644 --- a/src/main/java/org/jsweet/transpiler/SourceFile.java +++ b/src/main/java/org/jsweet/transpiler/SourceFile.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/TranspilationHandler.java b/src/main/java/org/jsweet/transpiler/TranspilationHandler.java index 604fdc0a..79b6b071 100644 --- a/src/main/java/org/jsweet/transpiler/TranspilationHandler.java +++ b/src/main/java/org/jsweet/transpiler/TranspilationHandler.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler; import java.io.File; diff --git a/src/main/java/org/jsweet/transpiler/TypeChecker.java b/src/main/java/org/jsweet/transpiler/TypeChecker.java index 34444574..6dbef0cf 100644 --- a/src/main/java/org/jsweet/transpiler/TypeChecker.java +++ b/src/main/java/org/jsweet/transpiler/TypeChecker.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/candies/CandiesMerger.java b/src/main/java/org/jsweet/transpiler/candies/CandiesMerger.java index 52508e3d..97c38d30 100644 --- a/src/main/java/org/jsweet/transpiler/candies/CandiesMerger.java +++ b/src/main/java/org/jsweet/transpiler/candies/CandiesMerger.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/candies/CandiesProcessor.java b/src/main/java/org/jsweet/transpiler/candies/CandiesProcessor.java index 2244f3f6..babdc095 100644 --- a/src/main/java/org/jsweet/transpiler/candies/CandiesProcessor.java +++ b/src/main/java/org/jsweet/transpiler/candies/CandiesProcessor.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler.candies; import java.io.File; diff --git a/src/main/java/org/jsweet/transpiler/candies/CandiesStore.java b/src/main/java/org/jsweet/transpiler/candies/CandiesStore.java index cc4859f4..405ec298 100644 --- a/src/main/java/org/jsweet/transpiler/candies/CandiesStore.java +++ b/src/main/java/org/jsweet/transpiler/candies/CandiesStore.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/candies/CandyDescriptor.java b/src/main/java/org/jsweet/transpiler/candies/CandyDescriptor.java index 9cf1849a..c7173780 100644 --- a/src/main/java/org/jsweet/transpiler/candies/CandyDescriptor.java +++ b/src/main/java/org/jsweet/transpiler/candies/CandyDescriptor.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/candies/package-info.java b/src/main/java/org/jsweet/transpiler/candies/package-info.java index 236dfa57..6ff184eb 100644 --- a/src/main/java/org/jsweet/transpiler/candies/package-info.java +++ b/src/main/java/org/jsweet/transpiler/candies/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/package-info.java b/src/main/java/org/jsweet/transpiler/package-info.java index fbec0087..216e4177 100644 --- a/src/main/java/org/jsweet/transpiler/package-info.java +++ b/src/main/java/org/jsweet/transpiler/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptAdapter.java b/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptAdapter.java index 927e078f..a570b00f 100644 --- a/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptAdapter.java +++ b/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptAdapter.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptTranslator.java b/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptTranslator.java index 40acdd76..e5df0412 100644 --- a/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptTranslator.java +++ b/src/main/java/org/jsweet/transpiler/typescript/Java2TypeScriptTranslator.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler.typescript; import static org.apache.commons.lang3.StringUtils.isBlank; diff --git a/src/main/java/org/jsweet/transpiler/typescript/package-info.java b/src/main/java/org/jsweet/transpiler/typescript/package-info.java index aec38bcc..3039d4c2 100644 --- a/src/main/java/org/jsweet/transpiler/typescript/package-info.java +++ b/src/main/java/org/jsweet/transpiler/typescript/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/AbstractPrinterAdapter.java b/src/main/java/org/jsweet/transpiler/util/AbstractPrinterAdapter.java index 079d2a0e..4bb7094c 100644 --- a/src/main/java/org/jsweet/transpiler/util/AbstractPrinterAdapter.java +++ b/src/main/java/org/jsweet/transpiler/util/AbstractPrinterAdapter.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/AbstractTreePrinter.java b/src/main/java/org/jsweet/transpiler/util/AbstractTreePrinter.java index 59875cdc..9d8834b8 100644 --- a/src/main/java/org/jsweet/transpiler/util/AbstractTreePrinter.java +++ b/src/main/java/org/jsweet/transpiler/util/AbstractTreePrinter.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/AbstractTreeScanner.java b/src/main/java/org/jsweet/transpiler/util/AbstractTreeScanner.java index 451902b8..1faeccac 100644 --- a/src/main/java/org/jsweet/transpiler/util/AbstractTreeScanner.java +++ b/src/main/java/org/jsweet/transpiler/util/AbstractTreeScanner.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/ConsoleTranspilationHandler.java b/src/main/java/org/jsweet/transpiler/util/ConsoleTranspilationHandler.java index b52302ff..8de7f4b7 100644 --- a/src/main/java/org/jsweet/transpiler/util/ConsoleTranspilationHandler.java +++ b/src/main/java/org/jsweet/transpiler/util/ConsoleTranspilationHandler.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler.util; import org.jsweet.transpiler.JSweetProblem; diff --git a/src/main/java/org/jsweet/transpiler/util/DirectedGraph.java b/src/main/java/org/jsweet/transpiler/util/DirectedGraph.java index a4efeba3..9cafaf06 100644 --- a/src/main/java/org/jsweet/transpiler/util/DirectedGraph.java +++ b/src/main/java/org/jsweet/transpiler/util/DirectedGraph.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/ErrorCountTranspilationHandler.java b/src/main/java/org/jsweet/transpiler/util/ErrorCountTranspilationHandler.java index 53aba73c..9a010ff1 100644 --- a/src/main/java/org/jsweet/transpiler/util/ErrorCountTranspilationHandler.java +++ b/src/main/java/org/jsweet/transpiler/util/ErrorCountTranspilationHandler.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler.util; import org.jsweet.transpiler.JSweetProblem; diff --git a/src/main/java/org/jsweet/transpiler/util/EvaluationResult.java b/src/main/java/org/jsweet/transpiler/util/EvaluationResult.java index c26b66bc..c7977b1d 100644 --- a/src/main/java/org/jsweet/transpiler/util/EvaluationResult.java +++ b/src/main/java/org/jsweet/transpiler/util/EvaluationResult.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/JavaCompilationEnvironment.java b/src/main/java/org/jsweet/transpiler/util/JavaCompilationEnvironment.java index 8a2f4f11..4ce86c51 100644 --- a/src/main/java/org/jsweet/transpiler/util/JavaCompilationEnvironment.java +++ b/src/main/java/org/jsweet/transpiler/util/JavaCompilationEnvironment.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/ProcessUtil.java b/src/main/java/org/jsweet/transpiler/util/ProcessUtil.java index b899abfd..90e0fee3 100644 --- a/src/main/java/org/jsweet/transpiler/util/ProcessUtil.java +++ b/src/main/java/org/jsweet/transpiler/util/ProcessUtil.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler.util; import java.io.BufferedReader; diff --git a/src/main/java/org/jsweet/transpiler/util/ReferenceGrabber.java b/src/main/java/org/jsweet/transpiler/util/ReferenceGrabber.java index 3eb7abbc..c834d5fe 100644 --- a/src/main/java/org/jsweet/transpiler/util/ReferenceGrabber.java +++ b/src/main/java/org/jsweet/transpiler/util/ReferenceGrabber.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/RollbackException.java b/src/main/java/org/jsweet/transpiler/util/RollbackException.java index 18f1892f..66fff865 100644 --- a/src/main/java/org/jsweet/transpiler/util/RollbackException.java +++ b/src/main/java/org/jsweet/transpiler/util/RollbackException.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/Util.java b/src/main/java/org/jsweet/transpiler/util/Util.java index c54eb1c5..0a1ef851 100644 --- a/src/main/java/org/jsweet/transpiler/util/Util.java +++ b/src/main/java/org/jsweet/transpiler/util/Util.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.transpiler.util; import static java.util.Arrays.asList; diff --git a/src/main/java/org/jsweet/transpiler/util/VariableKind.java b/src/main/java/org/jsweet/transpiler/util/VariableKind.java index bc4ab831..b6815c0b 100644 --- a/src/main/java/org/jsweet/transpiler/util/VariableKind.java +++ b/src/main/java/org/jsweet/transpiler/util/VariableKind.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/jsweet/transpiler/util/package-info.java b/src/main/java/org/jsweet/transpiler/util/package-info.java index d97b2410..54ea2b35 100644 --- a/src/main/java/org/jsweet/transpiler/util/package-info.java +++ b/src/main/java/org/jsweet/transpiler/util/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/AbstractTest.java b/src/test/java/org/jsweet/test/transpiler/AbstractTest.java index f4fa69f6..d5b509f5 100644 --- a/src/test/java/org/jsweet/test/transpiler/AbstractTest.java +++ b/src/test/java/org/jsweet/test/transpiler/AbstractTest.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.test.transpiler; import static org.junit.Assert.fail; diff --git a/src/test/java/org/jsweet/test/transpiler/AmbientTests.java b/src/test/java/org/jsweet/test/transpiler/AmbientTests.java index eaaa8b9d..cf95519d 100644 --- a/src/test/java/org/jsweet/test/transpiler/AmbientTests.java +++ b/src/test/java/org/jsweet/test/transpiler/AmbientTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.test.transpiler; import java.io.File; diff --git a/src/test/java/org/jsweet/test/transpiler/ApiTests.java b/src/test/java/org/jsweet/test/transpiler/ApiTests.java index 5b93f6e2..738c5010 100644 --- a/src/test/java/org/jsweet/test/transpiler/ApiTests.java +++ b/src/test/java/org/jsweet/test/transpiler/ApiTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/CandiesTests.java b/src/test/java/org/jsweet/test/transpiler/CandiesTests.java index ecf8096d..85e227e7 100644 --- a/src/test/java/org/jsweet/test/transpiler/CandiesTests.java +++ b/src/test/java/org/jsweet/test/transpiler/CandiesTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/GenericsTests.java b/src/test/java/org/jsweet/test/transpiler/GenericsTests.java index 211e4d39..46b10653 100644 --- a/src/test/java/org/jsweet/test/transpiler/GenericsTests.java +++ b/src/test/java/org/jsweet/test/transpiler/GenericsTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/InitTests.java b/src/test/java/org/jsweet/test/transpiler/InitTests.java index 4328a186..bb9d2a99 100644 --- a/src/test/java/org/jsweet/test/transpiler/InitTests.java +++ b/src/test/java/org/jsweet/test/transpiler/InitTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/OverloadTests.java b/src/test/java/org/jsweet/test/transpiler/OverloadTests.java index c678d5da..ef9c95a4 100644 --- a/src/test/java/org/jsweet/test/transpiler/OverloadTests.java +++ b/src/test/java/org/jsweet/test/transpiler/OverloadTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/RequireTests.java b/src/test/java/org/jsweet/test/transpiler/RequireTests.java index 3b0cfe56..98860e87 100644 --- a/src/test/java/org/jsweet/test/transpiler/RequireTests.java +++ b/src/test/java/org/jsweet/test/transpiler/RequireTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/RootTests.java b/src/test/java/org/jsweet/test/transpiler/RootTests.java index a25a385c..74c85184 100644 --- a/src/test/java/org/jsweet/test/transpiler/RootTests.java +++ b/src/test/java/org/jsweet/test/transpiler/RootTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.test.transpiler; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/jsweet/test/transpiler/StructuralTests.java b/src/test/java/org/jsweet/test/transpiler/StructuralTests.java index 844de7f6..bb813f89 100644 --- a/src/test/java/org/jsweet/test/transpiler/StructuralTests.java +++ b/src/test/java/org/jsweet/test/transpiler/StructuralTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.test.transpiler; import static org.jsweet.transpiler.JSweetProblem.GLOBAL_CANNOT_BE_INSTANTIATED; diff --git a/src/test/java/org/jsweet/test/transpiler/SyntaxTests.java b/src/test/java/org/jsweet/test/transpiler/SyntaxTests.java index 729c384b..43ab2b52 100644 --- a/src/test/java/org/jsweet/test/transpiler/SyntaxTests.java +++ b/src/test/java/org/jsweet/test/transpiler/SyntaxTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/TestTranspilationHandler.java b/src/test/java/org/jsweet/test/transpiler/TestTranspilationHandler.java index 70fc9c54..f629b5d7 100644 --- a/src/test/java/org/jsweet/test/transpiler/TestTranspilationHandler.java +++ b/src/test/java/org/jsweet/test/transpiler/TestTranspilationHandler.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/ThrowableTests.java b/src/test/java/org/jsweet/test/transpiler/ThrowableTests.java index 2e3f4bbe..b85cd92c 100644 --- a/src/test/java/org/jsweet/test/transpiler/ThrowableTests.java +++ b/src/test/java/org/jsweet/test/transpiler/ThrowableTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/TranspilerTests.java b/src/test/java/org/jsweet/test/transpiler/TranspilerTests.java index 0fc0372e..79d28898 100644 --- a/src/test/java/org/jsweet/test/transpiler/TranspilerTests.java +++ b/src/test/java/org/jsweet/test/transpiler/TranspilerTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,7 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.jsweet.test.transpiler; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/jsweet/test/transpiler/TsComparisonTest.java b/src/test/java/org/jsweet/test/transpiler/TsComparisonTest.java index f04916ee..30f43360 100644 --- a/src/test/java/org/jsweet/test/transpiler/TsComparisonTest.java +++ b/src/test/java/org/jsweet/test/transpiler/TsComparisonTest.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/TypingTests.java b/src/test/java/org/jsweet/test/transpiler/TypingTests.java index 7c69aa7e..a6f7c9b8 100644 --- a/src/test/java/org/jsweet/test/transpiler/TypingTests.java +++ b/src/test/java/org/jsweet/test/transpiler/TypingTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/UtilTests.java b/src/test/java/org/jsweet/test/transpiler/UtilTests.java index fc4ce660..0a1923e1 100644 --- a/src/test/java/org/jsweet/test/transpiler/UtilTests.java +++ b/src/test/java/org/jsweet/test/transpiler/UtilTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/jsweet/test/transpiler/VarargsTests.java b/src/test/java/org/jsweet/test/transpiler/VarargsTests.java index 12784934..c90d2e7a 100644 --- a/src/test/java/org/jsweet/test/transpiler/VarargsTests.java +++ b/src/test/java/org/jsweet/test/transpiler/VarargsTests.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/ambient/LibAccess.java b/src/test/java/source/ambient/LibAccess.java index 6e2259f4..9af3069a 100644 --- a/src/test/java/source/ambient/LibAccess.java +++ b/src/test/java/source/ambient/LibAccess.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/ambient/LibAccessSubModule.java b/src/test/java/source/ambient/LibAccessSubModule.java index dbf4ee1f..cf800c02 100644 --- a/src/test/java/source/ambient/LibAccessSubModule.java +++ b/src/test/java/source/ambient/LibAccessSubModule.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/ambient/lib/Base.java b/src/test/java/source/ambient/lib/Base.java index 91d8a057..c102900d 100644 --- a/src/test/java/source/ambient/lib/Base.java +++ b/src/test/java/source/ambient/lib/Base.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/ambient/lib/Extension.java b/src/test/java/source/ambient/lib/Extension.java index 0fd26c34..7300917d 100644 --- a/src/test/java/source/ambient/lib/Extension.java +++ b/src/test/java/source/ambient/lib/Extension.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/ambient/lib/sub/C.java b/src/test/java/source/ambient/lib/sub/C.java index af6cf9c9..fc7f3ece 100644 --- a/src/test/java/source/ambient/lib/sub/C.java +++ b/src/test/java/source/ambient/lib/sub/C.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/ambient/package-info.java b/src/test/java/source/ambient/package-info.java index 19a54a4c..43e8b4e9 100644 --- a/src/test/java/source/ambient/package-info.java +++ b/src/test/java/source/ambient/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/api/CastMethods.java b/src/test/java/source/api/CastMethods.java index d23e4972..10ba34bd 100644 --- a/src/test/java/source/api/CastMethods.java +++ b/src/test/java/source/api/CastMethods.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/api/ForeachIteration.java b/src/test/java/source/api/ForeachIteration.java index 06d9afcf..ad140ef8 100644 --- a/src/test/java/source/api/ForeachIteration.java +++ b/src/test/java/source/api/ForeachIteration.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/api/JdkInvocations.java b/src/test/java/source/api/JdkInvocations.java index 11283e14..6e8ae4a5 100644 --- a/src/test/java/source/api/JdkInvocations.java +++ b/src/test/java/source/api/JdkInvocations.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/api/PrimitiveInstantiation.java b/src/test/java/source/api/PrimitiveInstantiation.java index a888e985..df3e7f7e 100644 --- a/src/test/java/source/api/PrimitiveInstantiation.java +++ b/src/test/java/source/api/PrimitiveInstantiation.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/api/QualifiedInstantiation.java b/src/test/java/source/api/QualifiedInstantiation.java index 8e7067b3..1fb9d142 100644 --- a/src/test/java/source/api/QualifiedInstantiation.java +++ b/src/test/java/source/api/QualifiedInstantiation.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/api/WrongJdkInvocations.java b/src/test/java/source/api/WrongJdkInvocations.java index b51364ba..a1e6c757 100644 --- a/src/test/java/source/api/WrongJdkInvocations.java +++ b/src/test/java/source/api/WrongJdkInvocations.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/Ball.java b/src/test/java/source/blocksgame/Ball.java index 8b5bc396..d917b1ee 100644 --- a/src/test/java/source/blocksgame/Ball.java +++ b/src/test/java/source/blocksgame/Ball.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/BlockElement.java b/src/test/java/source/blocksgame/BlockElement.java index 2a52ff44..69cb0e3b 100644 --- a/src/test/java/source/blocksgame/BlockElement.java +++ b/src/test/java/source/blocksgame/BlockElement.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/Factory.java b/src/test/java/source/blocksgame/Factory.java index 2215b7e3..daca2817 100644 --- a/src/test/java/source/blocksgame/Factory.java +++ b/src/test/java/source/blocksgame/Factory.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/GameArea.java b/src/test/java/source/blocksgame/GameArea.java index 48faa42c..2202a1ab 100644 --- a/src/test/java/source/blocksgame/GameArea.java +++ b/src/test/java/source/blocksgame/GameArea.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/GameManager.java b/src/test/java/source/blocksgame/GameManager.java index fbed80e7..7d9e00a7 100644 --- a/src/test/java/source/blocksgame/GameManager.java +++ b/src/test/java/source/blocksgame/GameManager.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/Globals.java b/src/test/java/source/blocksgame/Globals.java index 091c3522..19092cf9 100644 --- a/src/test/java/source/blocksgame/Globals.java +++ b/src/test/java/source/blocksgame/Globals.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/Player.java b/src/test/java/source/blocksgame/Player.java index a12b1bf1..9c898cd1 100644 --- a/src/test/java/source/blocksgame/Player.java +++ b/src/test/java/source/blocksgame/Player.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/package-info.java b/src/test/java/source/blocksgame/package-info.java index 6dbfa3c8..fa8d416e 100644 --- a/src/test/java/source/blocksgame/package-info.java +++ b/src/test/java/source/blocksgame/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/AnimatedElement.java b/src/test/java/source/blocksgame/util/AnimatedElement.java index 5fff9908..0c276865 100644 --- a/src/test/java/source/blocksgame/util/AnimatedElement.java +++ b/src/test/java/source/blocksgame/util/AnimatedElement.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/Collisions.java b/src/test/java/source/blocksgame/util/Collisions.java index c5bcdc8b..c5a75f82 100644 --- a/src/test/java/source/blocksgame/util/Collisions.java +++ b/src/test/java/source/blocksgame/util/Collisions.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/Direction.java b/src/test/java/source/blocksgame/util/Direction.java index 7d1e7504..c6326c40 100644 --- a/src/test/java/source/blocksgame/util/Direction.java +++ b/src/test/java/source/blocksgame/util/Direction.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/Line.java b/src/test/java/source/blocksgame/util/Line.java index f7109a05..68cf6512 100644 --- a/src/test/java/source/blocksgame/util/Line.java +++ b/src/test/java/source/blocksgame/util/Line.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/MobileElement.java b/src/test/java/source/blocksgame/util/MobileElement.java index 2bde89ee..f5e8ebb5 100644 --- a/src/test/java/source/blocksgame/util/MobileElement.java +++ b/src/test/java/source/blocksgame/util/MobileElement.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/Point.java b/src/test/java/source/blocksgame/util/Point.java index be00258f..428627bd 100644 --- a/src/test/java/source/blocksgame/util/Point.java +++ b/src/test/java/source/blocksgame/util/Point.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/Rectangle.java b/src/test/java/source/blocksgame/util/Rectangle.java index e22f514b..9af54ff6 100644 --- a/src/test/java/source/blocksgame/util/Rectangle.java +++ b/src/test/java/source/blocksgame/util/Rectangle.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/blocksgame/util/Vector.java b/src/test/java/source/blocksgame/util/Vector.java index 0c004a69..80492ef1 100644 --- a/src/test/java/source/blocksgame/util/Vector.java +++ b/src/test/java/source/blocksgame/util/Vector.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/candies/Angular.java b/src/test/java/source/candies/Angular.java index 66f56ccc..b487544b 100644 --- a/src/test/java/source/candies/Angular.java +++ b/src/test/java/source/candies/Angular.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/candies/ExpressLib.java b/src/test/java/source/candies/ExpressLib.java index c19a17af..35657aba 100644 --- a/src/test/java/source/candies/ExpressLib.java +++ b/src/test/java/source/candies/ExpressLib.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/candies/GlobalsImport.java b/src/test/java/source/candies/GlobalsImport.java index 81d3ab93..a81f12b5 100644 --- a/src/test/java/source/candies/GlobalsImport.java +++ b/src/test/java/source/candies/GlobalsImport.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/candies/JQuery.java b/src/test/java/source/candies/JQuery.java index 992eee78..f485fb83 100644 --- a/src/test/java/source/candies/JQuery.java +++ b/src/test/java/source/candies/JQuery.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/candies/QualifiedNames.java b/src/test/java/source/candies/QualifiedNames.java index 7bce1df3..d1e3f935 100644 --- a/src/test/java/source/candies/QualifiedNames.java +++ b/src/test/java/source/candies/QualifiedNames.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/generics/InstantiationWithGenerics.java b/src/test/java/source/generics/InstantiationWithGenerics.java index 34fb9471..4d590c54 100644 --- a/src/test/java/source/generics/InstantiationWithGenerics.java +++ b/src/test/java/source/generics/InstantiationWithGenerics.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/Constructor.java b/src/test/java/source/init/Constructor.java index 98904947..90024ff3 100644 --- a/src/test/java/source/init/Constructor.java +++ b/src/test/java/source/init/Constructor.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/ConstructorField.java b/src/test/java/source/init/ConstructorField.java index 701f0603..18479fba 100644 --- a/src/test/java/source/init/ConstructorField.java +++ b/src/test/java/source/init/ConstructorField.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/ConstructorFieldInInterface.java b/src/test/java/source/init/ConstructorFieldInInterface.java index cde9ce5a..1d0c4dfe 100644 --- a/src/test/java/source/init/ConstructorFieldInInterface.java +++ b/src/test/java/source/init/ConstructorFieldInInterface.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/ConstructorMethod.java b/src/test/java/source/init/ConstructorMethod.java index 41a0c687..f6c1c857 100644 --- a/src/test/java/source/init/ConstructorMethod.java +++ b/src/test/java/source/init/ConstructorMethod.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/ConstructorMethodInInterface.java b/src/test/java/source/init/ConstructorMethodInInterface.java index 39c7aaab..7c314f35 100644 --- a/src/test/java/source/init/ConstructorMethodInInterface.java +++ b/src/test/java/source/init/ConstructorMethodInInterface.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/Initializer.java b/src/test/java/source/init/Initializer.java index be4e53c8..eafc5581 100644 --- a/src/test/java/source/init/Initializer.java +++ b/src/test/java/source/init/Initializer.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/InitializerStatementConditionError.java b/src/test/java/source/init/InitializerStatementConditionError.java index 81565a47..6bf1a7b5 100644 --- a/src/test/java/source/init/InitializerStatementConditionError.java +++ b/src/test/java/source/init/InitializerStatementConditionError.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/InitializerStatementError.java b/src/test/java/source/init/InitializerStatementError.java index 63a605e3..e461e8cb 100644 --- a/src/test/java/source/init/InitializerStatementError.java +++ b/src/test/java/source/init/InitializerStatementError.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/InterfaceRawConstruction.java b/src/test/java/source/init/InterfaceRawConstruction.java index bbd5fb30..cb788c1c 100644 --- a/src/test/java/source/init/InterfaceRawConstruction.java +++ b/src/test/java/source/init/InterfaceRawConstruction.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/MultipleMains.java b/src/test/java/source/init/MultipleMains.java index 1dd3319d..490bcb57 100644 --- a/src/test/java/source/init/MultipleMains.java +++ b/src/test/java/source/init/MultipleMains.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/NoOptionalFieldsInClass.java b/src/test/java/source/init/NoOptionalFieldsInClass.java index 5531ef5e..8dd1def6 100644 --- a/src/test/java/source/init/NoOptionalFieldsInClass.java +++ b/src/test/java/source/init/NoOptionalFieldsInClass.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/init/StaticInitializer.java b/src/test/java/source/init/StaticInitializer.java index 48ccbe68..4bf1be65 100644 --- a/src/test/java/source/init/StaticInitializer.java +++ b/src/test/java/source/init/StaticInitializer.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/overload/Overload.java b/src/test/java/source/overload/Overload.java index ea2c13af..2fb68cae 100644 --- a/src/test/java/source/overload/Overload.java +++ b/src/test/java/source/overload/Overload.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/overload/WrongOverload.java b/src/test/java/source/overload/WrongOverload.java index 2e8a1617..c9b22755 100644 --- a/src/test/java/source/overload/WrongOverload.java +++ b/src/test/java/source/overload/WrongOverload.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/overload/WrongOverloads.java b/src/test/java/source/overload/WrongOverloads.java index 95604356..3c5e9bee 100644 --- a/src/test/java/source/overload/WrongOverloads.java +++ b/src/test/java/source/overload/WrongOverloads.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/TopLevel1.java b/src/test/java/source/require/TopLevel1.java index 51161eaf..fdd7c092 100644 --- a/src/test/java/source/require/TopLevel1.java +++ b/src/test/java/source/require/TopLevel1.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/TopLevel2.java b/src/test/java/source/require/TopLevel2.java index bb9d70e8..b733e722 100644 --- a/src/test/java/source/require/TopLevel2.java +++ b/src/test/java/source/require/TopLevel2.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/a/A.java b/src/test/java/source/require/a/A.java index 90c17dbe..ed4672bb 100644 --- a/src/test/java/source/require/a/A.java +++ b/src/test/java/source/require/a/A.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/a/Use1.java b/src/test/java/source/require/a/Use1.java index dfdcc698..f71860ca 100644 --- a/src/test/java/source/require/a/Use1.java +++ b/src/test/java/source/require/a/Use1.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/a/Use2.java b/src/test/java/source/require/a/Use2.java index 67ef5b77..bf2422b7 100644 --- a/src/test/java/source/require/a/Use2.java +++ b/src/test/java/source/require/a/Use2.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/a/b/B1.java b/src/test/java/source/require/a/b/B1.java index 697dc934..16160dd2 100644 --- a/src/test/java/source/require/a/b/B1.java +++ b/src/test/java/source/require/a/b/B1.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/a/b/B2.java b/src/test/java/source/require/a/b/B2.java index 6656d9b7..a83400df 100644 --- a/src/test/java/source/require/a/b/B2.java +++ b/src/test/java/source/require/a/b/B2.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/b/ClassImport.java b/src/test/java/source/require/b/ClassImport.java index 26e83f60..34b28fdf 100644 --- a/src/test/java/source/require/b/ClassImport.java +++ b/src/test/java/source/require/b/ClassImport.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/b/ClassImportImplicitRequire.java b/src/test/java/source/require/b/ClassImportImplicitRequire.java index d7fcddf7..31dde558 100644 --- a/src/test/java/source/require/b/ClassImportImplicitRequire.java +++ b/src/test/java/source/require/b/ClassImportImplicitRequire.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/b/GlobalsImport.java b/src/test/java/source/require/b/GlobalsImport.java index 37cd8f39..0bc4ed36 100644 --- a/src/test/java/source/require/b/GlobalsImport.java +++ b/src/test/java/source/require/b/GlobalsImport.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/globals/Globals.java b/src/test/java/source/require/globals/Globals.java index 06e0a50a..471ba17e 100644 --- a/src/test/java/source/require/globals/Globals.java +++ b/src/test/java/source/require/globals/Globals.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/require/package-info.java b/src/test/java/source/require/package-info.java index 7fa1565e..2b75332b 100644 --- a/src/test/java/source/require/package-info.java +++ b/src/test/java/source/require/package-info.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/root/noroot/a/GlobalsInNoRoot.java b/src/test/java/source/root/noroot/a/GlobalsInNoRoot.java index 7d0ada4d..be642e4e 100644 --- a/src/test/java/source/root/noroot/a/GlobalsInNoRoot.java +++ b/src/test/java/source/root/noroot/a/GlobalsInNoRoot.java @@ -1,3 +1,19 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package source.root.noroot.a; import static jsweet.util.Globals.$export; diff --git a/src/test/java/source/root/root/a/GlobalsInRoot.java b/src/test/java/source/root/root/a/GlobalsInRoot.java index 88db49bf..4e21904c 100644 --- a/src/test/java/source/root/root/a/GlobalsInRoot.java +++ b/src/test/java/source/root/root/a/GlobalsInRoot.java @@ -1,3 +1,19 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package source.root.root.a; import static jsweet.util.Globals.$export; diff --git a/src/test/java/source/root/root/package-info.java b/src/test/java/source/root/root/package-info.java index 39920e50..6ec9b9be 100644 --- a/src/test/java/source/root/root/package-info.java +++ b/src/test/java/source/root/root/package-info.java @@ -1,2 +1,18 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @jsweet.lang.Root package source.root.root; \ No newline at end of file diff --git a/src/test/java/source/root/rootparent1/InvalidClassLocation.java b/src/test/java/source/root/rootparent1/InvalidClassLocation.java index b76dad9d..ebc28c29 100644 --- a/src/test/java/source/root/rootparent1/InvalidClassLocation.java +++ b/src/test/java/source/root/rootparent1/InvalidClassLocation.java @@ -1,3 +1,19 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package source.root.rootparent1; public class InvalidClassLocation { diff --git a/src/test/java/source/root/rootparent1/root/NoClassesInRootParent.java b/src/test/java/source/root/rootparent1/root/NoClassesInRootParent.java index 2ef5aa5d..61307581 100644 --- a/src/test/java/source/root/rootparent1/root/NoClassesInRootParent.java +++ b/src/test/java/source/root/rootparent1/root/NoClassesInRootParent.java @@ -1,3 +1,19 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package source.root.rootparent1.root; public class NoClassesInRootParent { diff --git a/src/test/java/source/root/rootparent1/root/package-info.java b/src/test/java/source/root/rootparent1/root/package-info.java index 2f9e2148..4ceb0025 100644 --- a/src/test/java/source/root/rootparent1/root/package-info.java +++ b/src/test/java/source/root/rootparent1/root/package-info.java @@ -1,2 +1,18 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @jsweet.lang.Root package source.root.rootparent1.root; \ No newline at end of file diff --git a/src/test/java/source/root/rootparent2/package-info.java b/src/test/java/source/root/rootparent2/package-info.java index cc4b8fb1..2736c562 100644 --- a/src/test/java/source/root/rootparent2/package-info.java +++ b/src/test/java/source/root/rootparent2/package-info.java @@ -1,2 +1,18 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @jsweet.lang.Root package source.root.rootparent2; \ No newline at end of file diff --git a/src/test/java/source/root/rootparent2/root/NoRootInRoot.java b/src/test/java/source/root/rootparent2/root/NoRootInRoot.java index bdc805df..3a16c647 100644 --- a/src/test/java/source/root/rootparent2/root/NoRootInRoot.java +++ b/src/test/java/source/root/rootparent2/root/NoRootInRoot.java @@ -1,3 +1,19 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package source.root.rootparent2.root; public class NoRootInRoot { diff --git a/src/test/java/source/root/rootparent2/root/package-info.java b/src/test/java/source/root/rootparent2/root/package-info.java index 25c78689..e1689fa4 100644 --- a/src/test/java/source/root/rootparent2/root/package-info.java +++ b/src/test/java/source/root/rootparent2/root/package-info.java @@ -1,2 +1,18 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @jsweet.lang.Root package source.root.rootparent2.root; \ No newline at end of file diff --git a/src/test/java/source/structural/AbstractClass.java b/src/test/java/source/structural/AbstractClass.java index 14058eae..878b25ff 100644 --- a/src/test/java/source/structural/AbstractClass.java +++ b/src/test/java/source/structural/AbstractClass.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/AutoImportClassesInSamePackage.java b/src/test/java/source/structural/AutoImportClassesInSamePackage.java index 2f845c71..5e44186b 100644 --- a/src/test/java/source/structural/AutoImportClassesInSamePackage.java +++ b/src/test/java/source/structural/AutoImportClassesInSamePackage.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/AutoImportClassesInSamePackageUsed.java b/src/test/java/source/structural/AutoImportClassesInSamePackageUsed.java index f7d115d3..6f096365 100644 --- a/src/test/java/source/structural/AutoImportClassesInSamePackageUsed.java +++ b/src/test/java/source/structural/AutoImportClassesInSamePackageUsed.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/Enums.java b/src/test/java/source/structural/Enums.java index 67e74420..f9cb928c 100644 --- a/src/test/java/source/structural/Enums.java +++ b/src/test/java/source/structural/Enums.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/ExtendsClassInSameFile.java b/src/test/java/source/structural/ExtendsClassInSameFile.java index cb5cbf41..6e50416e 100644 --- a/src/test/java/source/structural/ExtendsClassInSameFile.java +++ b/src/test/java/source/structural/ExtendsClassInSameFile.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/ExtendsObject.java b/src/test/java/source/structural/ExtendsObject.java index 614f3c6a..40f86878 100644 --- a/src/test/java/source/structural/ExtendsObject.java +++ b/src/test/java/source/structural/ExtendsObject.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/GlobalsAccess.java b/src/test/java/source/structural/GlobalsAccess.java index 1905a911..dd757eb4 100644 --- a/src/test/java/source/structural/GlobalsAccess.java +++ b/src/test/java/source/structural/GlobalsAccess.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/Inheritance.java b/src/test/java/source/structural/Inheritance.java index bed2602b..b8b357f2 100644 --- a/src/test/java/source/structural/Inheritance.java +++ b/src/test/java/source/structural/Inheritance.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/InnerClass.java b/src/test/java/source/structural/InnerClass.java index e186cabf..2e0cd896 100644 --- a/src/test/java/source/structural/InnerClass.java +++ b/src/test/java/source/structural/InnerClass.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/NameClashes.java b/src/test/java/source/structural/NameClashes.java index 22ededb6..8a91ca3e 100644 --- a/src/test/java/source/structural/NameClashes.java +++ b/src/test/java/source/structural/NameClashes.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/NoInstanceofForInterfaces.java b/src/test/java/source/structural/NoInstanceofForInterfaces.java index 52cc6f72..d71751ac 100644 --- a/src/test/java/source/structural/NoInstanceofForInterfaces.java +++ b/src/test/java/source/structural/NoInstanceofForInterfaces.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/NoWildcardsInImports.java b/src/test/java/source/structural/NoWildcardsInImports.java index c80ac08b..42bfd6e6 100644 --- a/src/test/java/source/structural/NoWildcardsInImports.java +++ b/src/test/java/source/structural/NoWildcardsInImports.java @@ -1,3 +1,19 @@ +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package source.structural; import static jsweet.dom.Globals.*; diff --git a/src/test/java/source/structural/OptionalField.java b/src/test/java/source/structural/OptionalField.java index 980fa1e2..e62ec36e 100644 --- a/src/test/java/source/structural/OptionalField.java +++ b/src/test/java/source/structural/OptionalField.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/OptionalFieldError.java b/src/test/java/source/structural/OptionalFieldError.java index fd11e32c..8696e56b 100644 --- a/src/test/java/source/structural/OptionalFieldError.java +++ b/src/test/java/source/structural/OptionalFieldError.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/TwoClassesInSameFile.java b/src/test/java/source/structural/TwoClassesInSameFile.java index 311bed61..9d8cbff5 100644 --- a/src/test/java/source/structural/TwoClassesInSameFile.java +++ b/src/test/java/source/structural/TwoClassesInSameFile.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/WrongConstructsInEnums.java b/src/test/java/source/structural/WrongConstructsInEnums.java index b9462622..c37f6f8a 100644 --- a/src/test/java/source/structural/WrongConstructsInEnums.java +++ b/src/test/java/source/structural/WrongConstructsInEnums.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/WrongConstructsInInterfaces.java b/src/test/java/source/structural/WrongConstructsInInterfaces.java index 7a8ea3f5..632769ec 100644 --- a/src/test/java/source/structural/WrongConstructsInInterfaces.java +++ b/src/test/java/source/structural/WrongConstructsInInterfaces.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/Globals.java b/src/test/java/source/structural/globalclasses/Globals.java index 0aa1cf57..7759b274 100644 --- a/src/test/java/source/structural/globalclasses/Globals.java +++ b/src/test/java/source/structural/globalclasses/Globals.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/a/GlobalsConstructor.java b/src/test/java/source/structural/globalclasses/a/GlobalsConstructor.java index 20eedd05..8b3d2840 100644 --- a/src/test/java/source/structural/globalclasses/a/GlobalsConstructor.java +++ b/src/test/java/source/structural/globalclasses/a/GlobalsConstructor.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/b/GlobalFunctionStaticGetSet.java b/src/test/java/source/structural/globalclasses/b/GlobalFunctionStaticGetSet.java index e380faee..c350fbab 100644 --- a/src/test/java/source/structural/globalclasses/b/GlobalFunctionStaticGetSet.java +++ b/src/test/java/source/structural/globalclasses/b/GlobalFunctionStaticGetSet.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/c/GlobalFunctionGetSet.java b/src/test/java/source/structural/globalclasses/c/GlobalFunctionGetSet.java index a7a56148..3f850e2b 100644 --- a/src/test/java/source/structural/globalclasses/c/GlobalFunctionGetSet.java +++ b/src/test/java/source/structural/globalclasses/c/GlobalFunctionGetSet.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/d/GlobalFunctionAccessFromMain.java b/src/test/java/source/structural/globalclasses/d/GlobalFunctionAccessFromMain.java index 4511028a..3d61dd6d 100644 --- a/src/test/java/source/structural/globalclasses/d/GlobalFunctionAccessFromMain.java +++ b/src/test/java/source/structural/globalclasses/d/GlobalFunctionAccessFromMain.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/e/Globals.java b/src/test/java/source/structural/globalclasses/e/Globals.java index 1713daa1..80645f0d 100644 --- a/src/test/java/source/structural/globalclasses/e/Globals.java +++ b/src/test/java/source/structural/globalclasses/e/Globals.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/f/GlobalFunctionStaticDelete.java b/src/test/java/source/structural/globalclasses/f/GlobalFunctionStaticDelete.java index b4d52b76..2fb9e217 100644 --- a/src/test/java/source/structural/globalclasses/f/GlobalFunctionStaticDelete.java +++ b/src/test/java/source/structural/globalclasses/f/GlobalFunctionStaticDelete.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/structural/globalclasses/g/GlobalFunctionDelete.java b/src/test/java/source/structural/globalclasses/g/GlobalFunctionDelete.java index 6a38faf2..3da94cfe 100644 --- a/src/test/java/source/structural/globalclasses/g/GlobalFunctionDelete.java +++ b/src/test/java/source/structural/globalclasses/g/GlobalFunctionDelete.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/AnnotationQualifiedNames.java b/src/test/java/source/syntax/AnnotationQualifiedNames.java index d00644aa..d8aed76e 100644 --- a/src/test/java/source/syntax/AnnotationQualifiedNames.java +++ b/src/test/java/source/syntax/AnnotationQualifiedNames.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/FinalVariables.java b/src/test/java/source/syntax/FinalVariables.java index e17bc7bb..95d705d1 100644 --- a/src/test/java/source/syntax/FinalVariables.java +++ b/src/test/java/source/syntax/FinalVariables.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/FinalVariablesRuntime.java b/src/test/java/source/syntax/FinalVariablesRuntime.java index ea68ba5a..1c959015 100644 --- a/src/test/java/source/syntax/FinalVariablesRuntime.java +++ b/src/test/java/source/syntax/FinalVariablesRuntime.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/GlobalsInvocation.java b/src/test/java/source/syntax/GlobalsInvocation.java index 62ef6653..1a2c8e4b 100644 --- a/src/test/java/source/syntax/GlobalsInvocation.java +++ b/src/test/java/source/syntax/GlobalsInvocation.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/IndexedAccessInStaticScope.java b/src/test/java/source/syntax/IndexedAccessInStaticScope.java index e8b7b97f..fe0ed338 100644 --- a/src/test/java/source/syntax/IndexedAccessInStaticScope.java +++ b/src/test/java/source/syntax/IndexedAccessInStaticScope.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/Keywords.java b/src/test/java/source/syntax/Keywords.java index 814f3b25..81f5451a 100644 --- a/src/test/java/source/syntax/Keywords.java +++ b/src/test/java/source/syntax/Keywords.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/Labels.java b/src/test/java/source/syntax/Labels.java index cc4ce380..a327355c 100644 --- a/src/test/java/source/syntax/Labels.java +++ b/src/test/java/source/syntax/Labels.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/QualifiedNames.java b/src/test/java/source/syntax/QualifiedNames.java index fbf7f894..030a4190 100644 --- a/src/test/java/source/syntax/QualifiedNames.java +++ b/src/test/java/source/syntax/QualifiedNames.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/References.java b/src/test/java/source/syntax/References.java index f3a679cc..1fac2385 100644 --- a/src/test/java/source/syntax/References.java +++ b/src/test/java/source/syntax/References.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/SpecialFunctions.java b/src/test/java/source/syntax/SpecialFunctions.java index ba7cc315..cfe79a8a 100644 --- a/src/test/java/source/syntax/SpecialFunctions.java +++ b/src/test/java/source/syntax/SpecialFunctions.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/syntax/ValidIndexedAccesses.java b/src/test/java/source/syntax/ValidIndexedAccesses.java index cb787773..eb51bcbe 100644 --- a/src/test/java/source/syntax/ValidIndexedAccesses.java +++ b/src/test/java/source/syntax/ValidIndexedAccesses.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/throwable/InvalidTryCatchTest.java b/src/test/java/source/throwable/InvalidTryCatchTest.java index 76538acb..6b509846 100644 --- a/src/test/java/source/throwable/InvalidTryCatchTest.java +++ b/src/test/java/source/throwable/InvalidTryCatchTest.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/throwable/TryCatchFinallyTest.java b/src/test/java/source/throwable/TryCatchFinallyTest.java index dcf959a3..6d083df2 100644 --- a/src/test/java/source/throwable/TryCatchFinallyTest.java +++ b/src/test/java/source/throwable/TryCatchFinallyTest.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/tscomparison/AbstractClasses.java b/src/test/java/source/tscomparison/AbstractClasses.java index 517ea0c6..dc7e5941 100644 --- a/src/test/java/source/tscomparison/AbstractClasses.java +++ b/src/test/java/source/tscomparison/AbstractClasses.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/tscomparison/ActualScoping.java b/src/test/java/source/tscomparison/ActualScoping.java index e24b9f86..4babc1bf 100644 --- a/src/test/java/source/tscomparison/ActualScoping.java +++ b/src/test/java/source/tscomparison/ActualScoping.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/tscomparison/CompileTimeWarnings.java b/src/test/java/source/tscomparison/CompileTimeWarnings.java index 51573503..670f6b23 100644 --- a/src/test/java/source/tscomparison/CompileTimeWarnings.java +++ b/src/test/java/source/tscomparison/CompileTimeWarnings.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/tscomparison/OtherThisExample.java b/src/test/java/source/tscomparison/OtherThisExample.java index ecc031ae..f849f07d 100644 --- a/src/test/java/source/tscomparison/OtherThisExample.java +++ b/src/test/java/source/tscomparison/OtherThisExample.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/tscomparison/SaferVarargs.java b/src/test/java/source/tscomparison/SaferVarargs.java index dd965fff..d8ea9e52 100644 --- a/src/test/java/source/tscomparison/SaferVarargs.java +++ b/src/test/java/source/tscomparison/SaferVarargs.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/tscomparison/StrongerTyping.java b/src/test/java/source/tscomparison/StrongerTyping.java index 1827ab0f..a77e33e1 100644 --- a/src/test/java/source/tscomparison/StrongerTyping.java +++ b/src/test/java/source/tscomparison/StrongerTyping.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/tscomparison/ThisIsThis.java b/src/test/java/source/tscomparison/ThisIsThis.java index 9f573172..5844ab95 100644 --- a/src/test/java/source/tscomparison/ThisIsThis.java +++ b/src/test/java/source/tscomparison/ThisIsThis.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/ArraysOfLambdas.java b/src/test/java/source/typing/ArraysOfLambdas.java index 104c593b..3de5154f 100644 --- a/src/test/java/source/typing/ArraysOfLambdas.java +++ b/src/test/java/source/typing/ArraysOfLambdas.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/ClassTypeAsFunction.java b/src/test/java/source/typing/ClassTypeAsFunction.java index 80a46b35..b4da3ac9 100644 --- a/src/test/java/source/typing/ClassTypeAsFunction.java +++ b/src/test/java/source/typing/ClassTypeAsFunction.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/ClassTypeAsTypeOf.java b/src/test/java/source/typing/ClassTypeAsTypeOf.java index 83a6e3a1..4020e408 100644 --- a/src/test/java/source/typing/ClassTypeAsTypeOf.java +++ b/src/test/java/source/typing/ClassTypeAsTypeOf.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/InvalidIndexedAccesses.java b/src/test/java/source/typing/InvalidIndexedAccesses.java index 56670255..64a651ea 100644 --- a/src/test/java/source/typing/InvalidIndexedAccesses.java +++ b/src/test/java/source/typing/InvalidIndexedAccesses.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/Lambdas.java b/src/test/java/source/typing/Lambdas.java index 08c751a3..437f3b98 100644 --- a/src/test/java/source/typing/Lambdas.java +++ b/src/test/java/source/typing/Lambdas.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/Numbers.java b/src/test/java/source/typing/Numbers.java index a5712b98..bcd2b3b3 100644 --- a/src/test/java/source/typing/Numbers.java +++ b/src/test/java/source/typing/Numbers.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/StringTypesUsage.java b/src/test/java/source/typing/StringTypesUsage.java index 803c97dc..0481b43a 100644 --- a/src/test/java/source/typing/StringTypesUsage.java +++ b/src/test/java/source/typing/StringTypesUsage.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/Tuples.java b/src/test/java/source/typing/Tuples.java index 16a3948a..7f638932 100644 --- a/src/test/java/source/typing/Tuples.java +++ b/src/test/java/source/typing/Tuples.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/Unions.java b/src/test/java/source/typing/Unions.java index 27e80fa2..2c45a861 100644 --- a/src/test/java/source/typing/Unions.java +++ b/src/test/java/source/typing/Unions.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/VoidType.java b/src/test/java/source/typing/VoidType.java index 7ba83548..7c32e58f 100644 --- a/src/test/java/source/typing/VoidType.java +++ b/src/test/java/source/typing/VoidType.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/typing/WrongUnions.java b/src/test/java/source/typing/WrongUnions.java index c15eaacc..125f03de 100644 --- a/src/test/java/source/typing/WrongUnions.java +++ b/src/test/java/source/typing/WrongUnions.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsCalledWithArray.java b/src/test/java/source/varargs/VarargsCalledWithArray.java index 67305c34..76e9a9fb 100644 --- a/src/test/java/source/varargs/VarargsCalledWithArray.java +++ b/src/test/java/source/varargs/VarargsCalledWithArray.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsOfArrays.java b/src/test/java/source/varargs/VarargsOfArrays.java index 6a9c32d3..402664f2 100644 --- a/src/test/java/source/varargs/VarargsOfArrays.java +++ b/src/test/java/source/varargs/VarargsOfArrays.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsOnAnonymous.java b/src/test/java/source/varargs/VarargsOnAnonymous.java index 62fbff57..a4b30b3c 100644 --- a/src/test/java/source/varargs/VarargsOnAnonymous.java +++ b/src/test/java/source/varargs/VarargsOnAnonymous.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsOnApi.java b/src/test/java/source/varargs/VarargsOnApi.java index 3d2a109d..008c80e6 100644 --- a/src/test/java/source/varargs/VarargsOnApi.java +++ b/src/test/java/source/varargs/VarargsOnApi.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsOnField.java b/src/test/java/source/varargs/VarargsOnField.java index d3f7d817..4604a5e6 100644 --- a/src/test/java/source/varargs/VarargsOnField.java +++ b/src/test/java/source/varargs/VarargsOnField.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsOnGetter.java b/src/test/java/source/varargs/VarargsOnGetter.java index bf13d276..3ee17cdd 100644 --- a/src/test/java/source/varargs/VarargsOnGetter.java +++ b/src/test/java/source/varargs/VarargsOnGetter.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsOnNew.java b/src/test/java/source/varargs/VarargsOnNew.java index 3f9efc6d..a63ccd97 100644 --- a/src/test/java/source/varargs/VarargsOnNew.java +++ b/src/test/java/source/varargs/VarargsOnNew.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsOnStaticMethod.java b/src/test/java/source/varargs/VarargsOnStaticMethod.java index 5107d70f..99e036ba 100644 --- a/src/test/java/source/varargs/VarargsOnStaticMethod.java +++ b/src/test/java/source/varargs/VarargsOnStaticMethod.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/source/varargs/VarargsTransmission.java b/src/test/java/source/varargs/VarargsTransmission.java index 9e91ba9e..cddccee1 100644 --- a/src/test/java/source/varargs/VarargsTransmission.java +++ b/src/test/java/source/varargs/VarargsTransmission.java @@ -1,4 +1,6 @@ -/* Copyright 2015 CINCHEO SAS +/* + * JSweet - http://www.jsweet.org + * Copyright (C) 2015 CINCHEO SAS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.