From 3b1889121b909a4461a9dc40ece41a9335b45bcf Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Wed, 22 May 2013 15:39:19 -0700 Subject: [PATCH] add missing copyright headers --- .../polyglot/PolyglotJavaSourceAnalysisEngine.java | 10 ++++++++++ .../polyglot/PolyglotUnwoundIRTranslatorExtension.java | 10 ++++++++++ .../src/javaonepointfive/Annotations.java | 10 ++++++++++ .../javaonepointfive/TypeInferencePrimAndStringOp.java | 10 ++++++++++ .../src/p/NonPrimaryTopLevel.java | 10 ++++++++++ .../java/examples/ast/SynchronizedBlockDuplicator.java | 10 ++++++++++ .../ibm/wala/cast/java/ipa/modref/AstJavaModRef.java | 10 ++++++++++ .../ibm/wala/cast/java/ipa/slicer/AstJavaSlicer.java | 10 ++++++++++ .../wala/cast/java/ssa/AstJavaInstructionFactory.java | 10 ++++++++++ .../cast/java/ssa/AstJavaNewEnclosingInstruction.java | 10 ++++++++++ .../wala/cast/java/ssa/EnclosingObjectReference.java | 10 ++++++++++ .../js/test/TestSimplePageCallGraphShapeRhinoNu.java | 10 ++++++++++ .../cast/js/test/TestArgumentSensitivityRhino.java | 10 ++++++++++ .../ibm/wala/cast/js/test/TestForInLoopHackRhino.java | 10 ++++++++++ .../ibm/wala/cast/js/test/TestJQueryExamplesRhino.java | 10 ++++++++++ .../com/ibm/wala/cast/js/test/TestRhinoSourceMap.java | 10 ++++++++++ .../test/TestSimplePageCallGraphShapeRhinoJericho.java | 10 ++++++++++ .../com/ibm/wala/cast/js/vis/JsViewerDriver.java | 10 ++++++++++ .../CAstRhinoLoopUnwindingTranslatorFactory.java | 10 ++++++++++ .../cast/js/translator/CAstRhinoTranslatorFactory.java | 10 ++++++++++ .../ibm/wala/cast/js/translator/TypedNodeVisitor.java | 10 ++++++++++ .../source/com/ibm/wala/js/rhino/Activator.java | 10 ++++++++++ .../ibm/wala/cast/js/test/TestArgumentSensitivity.java | 10 ++++++++++ .../com/ibm/wala/cast/js/test/TestForInLoopHack.java | 10 ++++++++++ .../com/ibm/wala/cast/js/test/TestJQueryExamples.java | 10 ++++++++++ .../js/analysis/typeInference/JSPrimitiveType.java | 10 ++++++++++ .../ibm/wala/cast/js/html/CompositeFileMapping.java | 10 ++++++++++ .../com/ibm/wala/cast/js/html/EmptyFileMapping.java | 10 ++++++++++ .../source/com/ibm/wala/cast/js/html/FileMapping.java | 10 ++++++++++ .../source/com/ibm/wala/cast/js/html/ITag.java | 4 ++-- .../com/ibm/wala/cast/js/html/NestedRangeMapping.java | 10 ++++++++++ .../com/ibm/wala/cast/js/html/RangeFileMapping.java | 10 ++++++++++ .../ibm/wala/cast/js/html/WebPageLoaderFactory.java | 10 ++++++++++ .../cast/js/ipa/callgraph/ArgumentSpecialization.java | 10 ++++++++++ .../wala/cast/js/ipa/callgraph/GlobalObjectKey.java | 10 ++++++++++ .../wala/cast/js/ipa/callgraph/JSAnalysisOptions.java | 10 ++++++++++ .../JavaScriptConstructorContextSelector.java | 10 ++++++++++ .../callgraph/JavaScriptConstructorInstanceKeys.java | 10 ++++++++++ .../JavaScriptFunctionApplyContextInterpreter.java | 10 ++++++++++ .../JavaScriptFunctionApplyContextSelector.java | 10 ++++++++++ .../JavaScriptFunctionApplyTargetSelector.java | 10 ++++++++++ .../JavaScriptFunctionDotCallTargetSelector.java | 10 ++++++++++ .../cast/js/ipa/callgraph/LoadFileTargetSelector.java | 10 ++++++++++ .../callgraph/ObjectSensitivityContextSelector.java | 10 ++++++++++ .../ipa/callgraph/RecursionBoundContextSelector.java | 10 ++++++++++ .../ipa/callgraph/RecursionCheckContextSelector.java | 10 ++++++++++ .../callgraph/correlations/extraction/LabelPos.java | 10 ++++++++++ .../com/ibm/wala/cast/js/ssa/JSInstructionFactory.java | 10 ++++++++++ .../ibm/wala/cast/js/ssa/JavaScriptCheckReference.java | 10 ++++++++++ .../com/ibm/wala/cast/js/ssa/JavaScriptInstanceOf.java | 10 ++++++++++ .../com/ibm/wala/cast/js/ssa/JavaScriptWithRegion.java | 10 ++++++++++ .../com/ibm/wala/cast/js/ssa/PrototypeLookup.java | 10 ++++++++++ .../source/com/ibm/wala/cast/js/ssa/SetPrototype.java | 10 ++++++++++ .../cast/js/translator/JSConstantFoldingRewriter.java | 10 ++++++++++ .../wala/cast/js/translator/JavaScriptCAstNode.java | 10 ++++++++++ .../JavaScriptLoopUnwindingTranslatorFactory.java | 10 ++++++++++ .../cast/js/translator/JavaScriptTranslatorToCAst.java | 10 ++++++++++ .../wala/cast/js/translator/PropertyReadExpander.java | 10 ++++++++++ .../source/com/ibm/wala/cast/js/util/Util.java | 10 ++++++++++ .../source/com/ibm/wala/cast/js/vis/JsPaPanel.java | 10 ++++++++++ .../source/com/ibm/wala/cast/js/vis/JsViewer.java | 10 ++++++++++ .../com/ibm/wala/cast/test/TestCAstTranslator.java | 10 ++++++++++ .../cast/ipa/callgraph/ArgumentInstanceContext.java | 10 ++++++++++ .../CrossLanguageSSAPropagationCallGraphBuilder.java | 10 ++++++++++ .../ipa/callgraph/LexicalScopingResolverContexts.java | 10 ++++++++++ .../callgraph/LexicalScopingSSAContextInterpreter.java | 10 ++++++++++ .../callgraph/OneLevelForLexicalAccessFunctions.java | 10 ++++++++++ .../ipa/callgraph/ScopeMappingKeysContextSelector.java | 10 ++++++++++ .../java/com/ibm/wala/cast/ipa/modref/AstModRef.java | 10 ++++++++++ .../com/ibm/wala/cast/ir/ssa/AstEchoInstruction.java | 10 ++++++++++ .../ibm/wala/cast/ir/ssa/AstIsDefinedInstruction.java | 10 ++++++++++ .../cast/ir/ssa/MultiReturnValueInvokeInstruction.java | 10 ++++++++++ .../ibm/wala/cast/ir/translator/ArrayOpHandler.java | 10 ++++++++++ .../cast/ir/translator/ConstantFoldingRewriter.java | 10 ++++++++++ .../wala/cast/ir/translator/ExposedNamesCollector.java | 10 ++++++++++ .../ibm/wala/cast/ir/translator/TranslatorToCAst.java | 10 ++++++++++ .../com/ibm/wala/cast/loader/CAstAbstractLoader.java | 10 ++++++++++ .../java/com/ibm/wala/cast/tree/CAstAnnotation.java | 10 ++++++++++ .../source/java/com/ibm/wala/cast/tree/CAstSymbol.java | 10 ++++++++++ .../com/ibm/wala/cast/tree/impl/CAstSymbolImpl.java | 10 ++++++++++ .../ibm/wala/cast/tree/impl/CAstSymbolImplBase.java | 10 ++++++++++ .../java/com/ibm/wala/cast/tree/pattern/Alt.java | 10 ++++++++++ .../ibm/wala/cast/tree/rewrite/AstLoopUnwinder.java | 10 ++++++++++ .../ibm/wala/cast/tree/rewrite/CAstBasicRewriter.java | 10 ++++++++++ .../wala/cast/tree/rewrite/CAstRewriterFactory.java | 10 ++++++++++ .../com/ibm/wala/cast/util/TargetLanguageSelector.java | 10 ++++++++++ .../src/annotations/AnnotatedClass1.java | 10 ++++++++++ .../src/annotations/AnnotatedClass2.java | 10 ++++++++++ .../src/annotations/DefaultVisableAnnotation.java | 10 ++++++++++ .../src/annotations/RuntimeInvisableAnnotation.java | 10 ++++++++++ .../src/annotations/RuntimeInvisableAnnotation2.java | 10 ++++++++++ .../RuntimeInvisableAnnotationForMethod.java | 10 ++++++++++ .../src/annotations/RuntimeVisableAnnotation.java | 10 ++++++++++ .../src/annotations/RuntimeVisableAnnotation2.java | 10 ++++++++++ .../annotations/RuntimeVisableAnnotationForMethod.java | 10 ++++++++++ com.ibm.wala.core.testdata/src/cfg/MonitorTest.java | 10 ++++++++++ .../src/classConstant/ClassConstant.java | 10 ++++++++++ .../src/multiDim/TestMultiDim.java | 10 ++++++++++ com.ibm.wala.core.testdata/src/reflection/Helper.java | 10 ++++++++++ .../src/reflection/Reflect10.java | 10 ++++++++++ .../src/reflection/Reflect11.java | 10 ++++++++++ .../src/reflection/Reflect12.java | 10 ++++++++++ .../src/reflection/Reflect13.java | 10 ++++++++++ .../src/reflection/Reflect14.java | 10 ++++++++++ .../src/reflection/Reflect15.java | 10 ++++++++++ .../src/reflection/Reflect16.java | 10 ++++++++++ .../src/reflection/Reflect17.java | 10 ++++++++++ .../src/reflection/Reflect18.java | 10 ++++++++++ .../src/reflection/Reflect19.java | 10 ++++++++++ .../src/reflection/Reflect20.java | 10 ++++++++++ .../src/reflection/Reflect21.java | 10 ++++++++++ .../src/reflection/Reflect22.java | 10 ++++++++++ .../src/reflection/Reflect23.java | 10 ++++++++++ .../src/reflection/Reflect3.java | 10 ++++++++++ .../src/reflection/Reflect4.java | 10 ++++++++++ .../src/reflection/Reflect5.java | 10 ++++++++++ .../src/reflection/Reflect6.java | 10 ++++++++++ .../src/reflection/Reflect7.java | 10 ++++++++++ .../src/reflection/Reflect8.java | 10 ++++++++++ .../src/reflection/Reflect9.java | 10 ++++++++++ com.ibm.wala.core.testdata/src/slice/A.java | 10 ++++++++++ com.ibm.wala.core.testdata/src/slice/B.java | 10 ++++++++++ .../src/slice/TestThrowCatch.java | 10 ++++++++++ .../src/string/SimpleStringOps.java | 10 ++++++++++ .../com/ibm/wala/core/tests/basic/PathFinderTest.java | 10 ++++++++++ .../com/ibm/wala/core/tests/basic/WelshPowellTest.java | 10 ++++++++++ .../wala/core/tests/callGraph/CHACallGraphTest.java | 10 ++++++++++ .../src/com/ibm/wala/core/tests/ir/AnnotationTest.java | 10 ++++++++++ .../ibm/wala/examples/drivers/JavaViewerDriver.java | 10 ++++++++++ .../src/com/ibm/wala/util/io/FileProviderTest.java | 10 ++++++++++ .../src/com/ibm/wala/classLoader/Language.java | 10 ++++++++++ .../ibm/wala/demandpa/alg/AbstractDemandPointsTo.java | 1 - .../ibm/wala/demandpa/alg/ThisFilteringHeapModel.java | 10 ++++++++++ .../src/com/ibm/wala/ipa/cha/IClassHierarchy.java | 10 ++++++++++ .../src/com/ibm/wala/viz/viewer/CgPanel.java | 10 ++++++++++ .../src/com/ibm/wala/viz/viewer/ChaPanel.java | 10 ++++++++++ .../com/ibm/wala/viz/viewer/DualTreeCellRenderer.java | 10 ++++++++++ .../src/com/ibm/wala/viz/viewer/IrAndSourceViewer.java | 10 ++++++++++ .../src/com/ibm/wala/viz/viewer/IrViewer.java | 10 ++++++++++ .../src/com/ibm/wala/viz/viewer/PaPanel.java | 10 ++++++++++ .../src/com/ibm/wala/viz/viewer/SourceViewer.java | 10 ++++++++++ .../src/com/ibm/wala/viz/viewer/WalaViewer.java | 10 ++++++++++ .../com/ibm/wala/cast/java/test/JDTJavaTest.java | 10 ++++++++++ .../wala/cast/java/test/TypeInferenceAssertion.java | 10 ++++++++++ .../source/com/ibm/wala/ide/jdt/Activator.java | 10 ++++++++++ .../source/com/ibm/wala/ide/util/ASTNodeFinder.java | 10 ++++++++++ .../com/ibm/wala/ide/util/JavaEclipseProjectPath.java | 10 ++++++++++ .../source/com/ibm/wala/ide/util/JdtPosition.java | 10 ++++++++++ .../ide/jsdt/tests/AbstractJSProjectScopeTest.java | 10 ++++++++++ .../ibm/wala/ide/jsdt/tests/JSProjectScopeTest.java | 10 ++++++++++ .../ibm/wala/ide/jsdt/tests/WLProjectScopeTest.java | 10 ++++++++++ .../js/client/EclipseJavaScriptAnalysisEngine.java | 10 ++++++++++ .../source/com/ibm/wala/ide/jsdt/Activator.java | 10 ++++++++++ .../wala/ide/util/JavaScriptEclipseProjectPath.java | 10 ++++++++++ .../com/ibm/wala/ide/util/JavaScriptHeadlessUtil.java | 10 ++++++++++ .../source/com/ibm/wala/ide/util/JsdtUtil.java | 10 ++++++++++ .../com/ibm/wala/shrikeBT/IArrayLoadInstruction.java | 10 ++++++++++ .../com/ibm/wala/shrikeBT/IArrayStoreInstruction.java | 10 ++++++++++ .../com/ibm/wala/shrikeBT/IBinaryOpInstruction.java | 10 ++++++++++ .../com/ibm/wala/shrikeBT/IComparisonInstruction.java | 10 ++++++++++ .../wala/shrikeBT/IConditionalBranchInstruction.java | 10 ++++++++++ .../com/ibm/wala/shrikeBT/IConversionInstruction.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/IGetInstruction.java | 10 ++++++++++ .../com/ibm/wala/shrikeBT/IInstanceofInstruction.java | 10 ++++++++++ .../ibm/wala/shrikeBT/ILoadIndirectInstruction.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/ILoadInstruction.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/IMemoryOperation.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/IPutInstruction.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/IShiftInstruction.java | 10 ++++++++++ .../ibm/wala/shrikeBT/IStoreIndirectInstruction.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/IStoreInstruction.java | 10 ++++++++++ .../com/ibm/wala/shrikeBT/ITypeTestInstruction.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/IUnaryOpInstruction.java | 10 ++++++++++ .../src/com/ibm/wala/shrikeBT/IndirectionData.java | 10 ++++++++++ .../src/com/ibm/wala/dataflow/graph/BooleanSolver.java | 4 ++-- .../src/com/ibm/wala/util/debug/LoggingStopwatch.java | 10 ++++++++++ .../src/com/ibm/wala/util/functions/VoidFunction.java | 10 ++++++++++ com.ibm.wala.util/src/com/ibm/wala/util/graph/GXL.java | 10 ++++++++++ .../wala/util/graph/traverse/DFSAllPathsFinder.java | 10 ++++++++++ .../com/ibm/wala/util/graph/traverse/WelshPowell.java | 10 ++++++++++ 180 files changed, 1774 insertions(+), 5 deletions(-) diff --git a/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotJavaSourceAnalysisEngine.java b/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotJavaSourceAnalysisEngine.java index 5ae68fb9e..a22ce4838 100644 --- a/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotJavaSourceAnalysisEngine.java +++ b/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotJavaSourceAnalysisEngine.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.translator.polyglot; import com.ibm.wala.cast.java.client.JavaSourceAnalysisEngine; diff --git a/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotUnwoundIRTranslatorExtension.java b/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotUnwoundIRTranslatorExtension.java index ec996e55e..e154dfcea 100755 --- a/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotUnwoundIRTranslatorExtension.java +++ b/com.ibm.wala.cast.java.polyglot/source/com/ibm/wala/cast/java/translator/polyglot/PolyglotUnwoundIRTranslatorExtension.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.translator.polyglot; import com.ibm.wala.cast.tree.CAst; diff --git a/com.ibm.wala.cast.java.test.data/src/javaonepointfive/Annotations.java b/com.ibm.wala.cast.java.test.data/src/javaonepointfive/Annotations.java index 7c319ac63..41f195558 100644 --- a/com.ibm.wala.cast.java.test.data/src/javaonepointfive/Annotations.java +++ b/com.ibm.wala.cast.java.test.data/src/javaonepointfive/Annotations.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package javaonepointfive; @interface TestAnnotation { diff --git a/com.ibm.wala.cast.java.test.data/src/javaonepointfive/TypeInferencePrimAndStringOp.java b/com.ibm.wala.cast.java.test.data/src/javaonepointfive/TypeInferencePrimAndStringOp.java index 55a5b670e..1cd765235 100644 --- a/com.ibm.wala.cast.java.test.data/src/javaonepointfive/TypeInferencePrimAndStringOp.java +++ b/com.ibm.wala.cast.java.test.data/src/javaonepointfive/TypeInferencePrimAndStringOp.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package javaonepointfive; public class TypeInferencePrimAndStringOp { diff --git a/com.ibm.wala.cast.java.test.data/src/p/NonPrimaryTopLevel.java b/com.ibm.wala.cast.java.test.data/src/p/NonPrimaryTopLevel.java index a9d7213ad..bea506ebb 100644 --- a/com.ibm.wala.cast.java.test.data/src/p/NonPrimaryTopLevel.java +++ b/com.ibm.wala.cast.java.test.data/src/p/NonPrimaryTopLevel.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package p; public class NonPrimaryTopLevel { diff --git a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/examples/ast/SynchronizedBlockDuplicator.java b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/examples/ast/SynchronizedBlockDuplicator.java index b94259c61..2b716c715 100644 --- a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/examples/ast/SynchronizedBlockDuplicator.java +++ b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/examples/ast/SynchronizedBlockDuplicator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.examples.ast; import java.util.Map; diff --git a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/modref/AstJavaModRef.java b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/modref/AstJavaModRef.java index b02a76966..6b60b34dc 100644 --- a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/modref/AstJavaModRef.java +++ b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/modref/AstJavaModRef.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.ipa.modref; import java.util.Collection; diff --git a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/slicer/AstJavaSlicer.java b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/slicer/AstJavaSlicer.java index 8a0dd8501..993ad558b 100644 --- a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/slicer/AstJavaSlicer.java +++ b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/slicer/AstJavaSlicer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.ipa.slicer; import java.util.Collection; diff --git a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaInstructionFactory.java b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaInstructionFactory.java index 1d30fe6fe..cb1d992f9 100644 --- a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaInstructionFactory.java +++ b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaInstructionFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.ssa; import com.ibm.wala.cast.ir.ssa.AstInstructionFactory; diff --git a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaNewEnclosingInstruction.java b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaNewEnclosingInstruction.java index f0f481cb6..6584e38f0 100644 --- a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaNewEnclosingInstruction.java +++ b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/AstJavaNewEnclosingInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.ssa; import java.util.Collection; diff --git a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/EnclosingObjectReference.java b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/EnclosingObjectReference.java index fae2817fa..c0352d815 100644 --- a/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/EnclosingObjectReference.java +++ b/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ssa/EnclosingObjectReference.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.ssa; import java.util.Collection; diff --git a/com.ibm.wala.cast.js.html.nu_validator/tests/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoNu.java b/com.ibm.wala.cast.js.html.nu_validator/tests/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoNu.java index 9e2a9def6..1f6c38e05 100644 --- a/com.ibm.wala.cast.js.html.nu_validator/tests/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoNu.java +++ b/com.ibm.wala.cast.js.html.nu_validator/tests/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoNu.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import com.ibm.wala.cast.js.html.IHtmlParser; diff --git a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivityRhino.java b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivityRhino.java index b34cac1f8..33c698e5f 100644 --- a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivityRhino.java +++ b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivityRhino.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import org.junit.Before; diff --git a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHackRhino.java b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHackRhino.java index f11827a1c..89a6146d0 100644 --- a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHackRhino.java +++ b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHackRhino.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import org.junit.Before; diff --git a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamplesRhino.java b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamplesRhino.java index 3df88afd2..ff84f65ad 100644 --- a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamplesRhino.java +++ b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamplesRhino.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import org.junit.Before; diff --git a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestRhinoSourceMap.java b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestRhinoSourceMap.java index dcbdd2fcb..a03c298d2 100644 --- a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestRhinoSourceMap.java +++ b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestRhinoSourceMap.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import static com.ibm.wala.cast.js.ipa.callgraph.JSCallGraphUtil.makeHierarchy; diff --git a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoJericho.java b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoJericho.java index 635c06b52..bfd1a75d2 100644 --- a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoJericho.java +++ b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShapeRhinoJericho.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import java.io.IOException; diff --git a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/vis/JsViewerDriver.java b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/vis/JsViewerDriver.java index a2f489180..e229fef87 100644 --- a/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/vis/JsViewerDriver.java +++ b/com.ibm.wala.cast.js.rhino.test/harness-src/com/ibm/wala/cast/js/vis/JsViewerDriver.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.vis; import java.io.IOException; diff --git a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoLoopUnwindingTranslatorFactory.java b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoLoopUnwindingTranslatorFactory.java index d9280237e..16966dcef 100755 --- a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoLoopUnwindingTranslatorFactory.java +++ b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoLoopUnwindingTranslatorFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import com.ibm.wala.cast.ir.translator.TranslatorToCAst; diff --git a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoTranslatorFactory.java b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoTranslatorFactory.java index 99e9f963a..57795bb14 100644 --- a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoTranslatorFactory.java +++ b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/CAstRhinoTranslatorFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import com.ibm.wala.cast.ir.translator.TranslatorToCAst; diff --git a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/TypedNodeVisitor.java b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/TypedNodeVisitor.java index ad3d8f193..a26c53b95 100644 --- a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/TypedNodeVisitor.java +++ b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/cast/js/translator/TypedNodeVisitor.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import org.mozilla.javascript.ast.ArrayComprehension; diff --git a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/js/rhino/Activator.java b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/js/rhino/Activator.java index 8ebda5869..37f078a23 100644 --- a/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/js/rhino/Activator.java +++ b/com.ibm.wala.cast.js.rhino/source/com/ibm/wala/js/rhino/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.js.rhino; import org.eclipse.core.runtime.Plugin; diff --git a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivity.java b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivity.java index 2e116c57d..9a2724dc0 100644 --- a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivity.java +++ b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestArgumentSensitivity.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import java.io.IOException; diff --git a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHack.java b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHack.java index ec2dde4ed..adb1fa257 100755 --- a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHack.java +++ b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestForInLoopHack.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import java.io.IOException; diff --git a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamples.java b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamples.java index 3ae3bec4a..a4d4045c5 100644 --- a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamples.java +++ b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestJQueryExamples.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.test; import java.io.IOException; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/analysis/typeInference/JSPrimitiveType.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/analysis/typeInference/JSPrimitiveType.java index 4f27f2ca4..23fd5cded 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/analysis/typeInference/JSPrimitiveType.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/analysis/typeInference/JSPrimitiveType.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.analysis.typeInference; import com.ibm.wala.analysis.typeInference.PrimitiveType; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/CompositeFileMapping.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/CompositeFileMapping.java index 25a3278da..c66591983 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/CompositeFileMapping.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/CompositeFileMapping.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.html; import java.io.PrintStream; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/EmptyFileMapping.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/EmptyFileMapping.java index fc743b69f..858b46bc1 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/EmptyFileMapping.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/EmptyFileMapping.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.html; import java.io.PrintStream; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/FileMapping.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/FileMapping.java index 405b9b0c2..c3998ee6f 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/FileMapping.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/FileMapping.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.html; import java.io.PrintStream; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/ITag.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/ITag.java index de05576f8..70d84032c 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/ITag.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/ITag.java @@ -1,5 +1,3 @@ -package com.ibm.wala.cast.js.html; - /****************************************************************************** * Copyright (c) 2002 - 2011 IBM Corporation. * All rights reserved. This program and the accompanying materials @@ -10,6 +8,8 @@ package com.ibm.wala.cast.js.html; * Contributors: * IBM Corporation - initial API and implementation *****************************************************************************/ +package com.ibm.wala.cast.js.html; + import java.util.Map; import com.ibm.wala.cast.tree.CAstSourcePositionMap.Position; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/NestedRangeMapping.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/NestedRangeMapping.java index 507e1a2e1..d5095c3a4 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/NestedRangeMapping.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/NestedRangeMapping.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.html; import java.io.IOException; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/RangeFileMapping.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/RangeFileMapping.java index 53dfc4919..a6e8dfef5 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/RangeFileMapping.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/RangeFileMapping.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.html; import java.io.IOException; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/WebPageLoaderFactory.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/WebPageLoaderFactory.java index 2fc4c0c0a..3a4135965 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/WebPageLoaderFactory.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/html/WebPageLoaderFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.html; import com.ibm.wala.cast.ir.translator.TranslatorToIR; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ArgumentSpecialization.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ArgumentSpecialization.java index d9b1e25e2..75258a53b 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ArgumentSpecialization.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ArgumentSpecialization.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import java.util.ArrayList; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/GlobalObjectKey.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/GlobalObjectKey.java index d4742301d..f4fea43ac 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/GlobalObjectKey.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/GlobalObjectKey.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import java.util.Iterator; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JSAnalysisOptions.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JSAnalysisOptions.java index 29a7eb0b5..7e3c4f33b 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JSAnalysisOptions.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JSAnalysisOptions.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import com.ibm.wala.ipa.callgraph.AnalysisOptions; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorContextSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorContextSelector.java index fef25c85f..2a9cc4976 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorContextSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorContextSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import com.ibm.wala.cast.ipa.callgraph.LexicalScopingResolverContexts; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorInstanceKeys.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorInstanceKeys.java index 57d189463..5b9462baa 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorInstanceKeys.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptConstructorInstanceKeys.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import com.ibm.wala.classLoader.NewSiteReference; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextInterpreter.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextInterpreter.java index 5f4b32c36..27cd87b9d 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextInterpreter.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextInterpreter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import com.ibm.wala.cast.ipa.callgraph.AstContextInsensitiveSSAContextInterpreter; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextSelector.java index a7ca70392..ed0d24f5a 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyContextSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import com.ibm.wala.cast.js.types.JavaScriptTypes; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyTargetSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyTargetSelector.java index f7ecfa1fd..15b4e17ef 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyTargetSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionApplyTargetSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import com.ibm.wala.cast.js.ipa.summaries.JavaScriptSummarizedFunction; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionDotCallTargetSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionDotCallTargetSelector.java index aa13687fa..2663e97aa 100755 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionDotCallTargetSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/JavaScriptFunctionDotCallTargetSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import java.util.Map; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/LoadFileTargetSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/LoadFileTargetSelector.java index dac95fde6..cab685b70 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/LoadFileTargetSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/LoadFileTargetSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import java.io.IOException; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ObjectSensitivityContextSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ObjectSensitivityContextSelector.java index 33ffde357..b4b8ebbcd 100755 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ObjectSensitivityContextSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/ObjectSensitivityContextSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import java.util.HashMap; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionBoundContextSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionBoundContextSelector.java index 511e23eb5..bb0e45171 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionBoundContextSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionBoundContextSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import com.ibm.wala.analysis.reflection.InstanceKeyWithNode; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionCheckContextSelector.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionCheckContextSelector.java index 24ab69cd7..21c3c7dab 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionCheckContextSelector.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/RecursionCheckContextSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph; import java.util.ArrayList; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/correlations/extraction/LabelPos.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/correlations/extraction/LabelPos.java index d59798e73..fdd189cf1 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/correlations/extraction/LabelPos.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ipa/callgraph/correlations/extraction/LabelPos.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ipa.callgraph.correlations.extraction; import com.ibm.wala.cast.tree.CAstNode; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JSInstructionFactory.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JSInstructionFactory.java index 2bdca272a..ba63a0666 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JSInstructionFactory.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JSInstructionFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ssa; import com.ibm.wala.cast.ir.ssa.AstInstructionFactory; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptCheckReference.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptCheckReference.java index f1647e2af..e230a4f11 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptCheckReference.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptCheckReference.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ssa; import java.util.Collection; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptInstanceOf.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptInstanceOf.java index 68b90a925..55c340b55 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptInstanceOf.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptInstanceOf.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ssa; import java.util.Collection; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptWithRegion.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptWithRegion.java index e985b2988..d13e18598 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptWithRegion.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/JavaScriptWithRegion.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ssa; import java.util.Collection; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/PrototypeLookup.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/PrototypeLookup.java index 54de2a4d9..505a44cfd 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/PrototypeLookup.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/PrototypeLookup.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ssa; import com.ibm.wala.ssa.SSAAbstractUnaryInstruction; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/SetPrototype.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/SetPrototype.java index 456860779..c2150896c 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/SetPrototype.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/ssa/SetPrototype.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.ssa; import com.ibm.wala.ssa.SSAInstruction; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JSConstantFoldingRewriter.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JSConstantFoldingRewriter.java index eb8afc2e3..7b7f79600 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JSConstantFoldingRewriter.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JSConstantFoldingRewriter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import com.ibm.wala.cast.ir.translator.ConstantFoldingRewriter; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptCAstNode.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptCAstNode.java index 6b3f84795..7db4f0b31 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptCAstNode.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptCAstNode.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import com.ibm.wala.cast.tree.CAstNode; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptLoopUnwindingTranslatorFactory.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptLoopUnwindingTranslatorFactory.java index e1d43a500..83c05a515 100755 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptLoopUnwindingTranslatorFactory.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptLoopUnwindingTranslatorFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import com.ibm.wala.cast.ir.translator.TranslatorToCAst; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptTranslatorToCAst.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptTranslatorToCAst.java index c193d3cda..51c6f2204 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptTranslatorToCAst.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/JavaScriptTranslatorToCAst.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import java.util.Collection; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/PropertyReadExpander.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/PropertyReadExpander.java index 3fe307081..0dd8d9800 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/PropertyReadExpander.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/translator/PropertyReadExpander.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.translator; import java.util.Map; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/util/Util.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/util/Util.java index 91414fe41..c2fb4f994 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/util/Util.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/util/Util.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.util; import java.util.Iterator; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsPaPanel.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsPaPanel.java index 78d6c4b9e..33d9e2985 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsPaPanel.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsPaPanel.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.vis; import java.util.ArrayList; diff --git a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsViewer.java b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsViewer.java index b21ab6d16..e428b4ae2 100644 --- a/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsViewer.java +++ b/com.ibm.wala.cast.js/source/com/ibm/wala/cast/js/vis/JsViewer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.vis; import com.ibm.wala.ipa.callgraph.CallGraph; diff --git a/com.ibm.wala.cast.test/harness-src/com/ibm/wala/cast/test/TestCAstTranslator.java b/com.ibm.wala.cast.test/harness-src/com/ibm/wala/cast/test/TestCAstTranslator.java index a5bbff0af..1a12aeb42 100644 --- a/com.ibm.wala.cast.test/harness-src/com/ibm/wala/cast/test/TestCAstTranslator.java +++ b/com.ibm.wala.cast.test/harness-src/com/ibm/wala/cast/test/TestCAstTranslator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.test; import java.io.File; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ArgumentInstanceContext.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ArgumentInstanceContext.java index 959b7bb96..765616b4c 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ArgumentInstanceContext.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ArgumentInstanceContext.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ipa.callgraph; import com.ibm.wala.ipa.callgraph.Context; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/CrossLanguageSSAPropagationCallGraphBuilder.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/CrossLanguageSSAPropagationCallGraphBuilder.java index 0f7fe6637..bdf52fe45 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/CrossLanguageSSAPropagationCallGraphBuilder.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/CrossLanguageSSAPropagationCallGraphBuilder.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ipa.callgraph; import java.util.Iterator; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingResolverContexts.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingResolverContexts.java index 196de3512..36b06e607 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingResolverContexts.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingResolverContexts.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ipa.callgraph; import java.util.Collections; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingSSAContextInterpreter.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingSSAContextInterpreter.java index 6167309f7..dbbd84a29 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingSSAContextInterpreter.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/LexicalScopingSSAContextInterpreter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ipa.callgraph; import com.ibm.wala.cast.ipa.callgraph.AstCallGraph.AstCGNode; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/OneLevelForLexicalAccessFunctions.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/OneLevelForLexicalAccessFunctions.java index cbc99a242..f1ed0a861 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/OneLevelForLexicalAccessFunctions.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/OneLevelForLexicalAccessFunctions.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ipa.callgraph; import com.ibm.wala.cast.ipa.callgraph.ScopeMappingInstanceKeys.ScopeMappingInstanceKey; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ScopeMappingKeysContextSelector.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ScopeMappingKeysContextSelector.java index 17b2fe7d3..a0e8dadad 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ScopeMappingKeysContextSelector.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/callgraph/ScopeMappingKeysContextSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ipa.callgraph; import com.ibm.wala.cast.ipa.callgraph.ScopeMappingInstanceKeys.ScopeMappingInstanceKey; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/modref/AstModRef.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/modref/AstModRef.java index fd845c763..77dfc6b47 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/modref/AstModRef.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ipa/modref/AstModRef.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ipa.modref; import java.util.Collection; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstEchoInstruction.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstEchoInstruction.java index e16d18a8f..e33aecd2d 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstEchoInstruction.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstEchoInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ir.ssa; import java.util.Collection; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstIsDefinedInstruction.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstIsDefinedInstruction.java index 77d5c584b..ebaf873c8 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstIsDefinedInstruction.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/AstIsDefinedInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ir.ssa; import java.util.Collection; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/MultiReturnValueInvokeInstruction.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/MultiReturnValueInvokeInstruction.java index be35d594e..c74e8d0cc 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/MultiReturnValueInvokeInstruction.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/ssa/MultiReturnValueInvokeInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ir.ssa; import com.ibm.wala.classLoader.CallSiteReference; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ArrayOpHandler.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ArrayOpHandler.java index 679fea673..a962463e9 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ArrayOpHandler.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ArrayOpHandler.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ir.translator; import com.ibm.wala.cast.ir.translator.AstTranslator.WalkContext; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ConstantFoldingRewriter.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ConstantFoldingRewriter.java index f0dea2d7f..42db23afa 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ConstantFoldingRewriter.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ConstantFoldingRewriter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ir.translator; import java.util.Map; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ExposedNamesCollector.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ExposedNamesCollector.java index ed1d20169..f4394df7b 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ExposedNamesCollector.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/ExposedNamesCollector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ir.translator; import java.util.Map; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/TranslatorToCAst.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/TranslatorToCAst.java index a29542d0e..e976ff5a3 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/TranslatorToCAst.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/ir/translator/TranslatorToCAst.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.ir.translator; import java.io.IOException; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/loader/CAstAbstractLoader.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/loader/CAstAbstractLoader.java index a684b2018..d7de02e65 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/loader/CAstAbstractLoader.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/loader/CAstAbstractLoader.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.loader; import java.io.IOException; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstAnnotation.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstAnnotation.java index eabe004d7..5fc0a580a 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstAnnotation.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstAnnotation.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree; import java.util.Map; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstSymbol.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstSymbol.java index 1384c650f..b212664e9 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstSymbol.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/CAstSymbol.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree; public interface CAstSymbol { diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImpl.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImpl.java index d37cd061d..8ae1aead8 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImpl.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImpl.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree.impl; public class CAstSymbolImpl extends CAstSymbolImplBase { diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImplBase.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImplBase.java index 4f157752d..ae9723247 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImplBase.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/impl/CAstSymbolImplBase.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree.impl; import com.ibm.wala.cast.tree.CAstSymbol; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/pattern/Alt.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/pattern/Alt.java index 3ec50432c..b56953576 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/pattern/Alt.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/pattern/Alt.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree.pattern; import com.ibm.wala.cast.tree.CAstNode; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/AstLoopUnwinder.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/AstLoopUnwinder.java index 44ad4fbbe..e61f454da 100755 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/AstLoopUnwinder.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/AstLoopUnwinder.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree.rewrite; import java.util.Map; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstBasicRewriter.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstBasicRewriter.java index 7a5ada515..766a6a392 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstBasicRewriter.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstBasicRewriter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree.rewrite; import java.util.HashMap; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstRewriterFactory.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstRewriterFactory.java index 6de103fcc..6e46171b8 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstRewriterFactory.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree/rewrite/CAstRewriterFactory.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.tree.rewrite; import com.ibm.wala.cast.tree.CAst; diff --git a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/util/TargetLanguageSelector.java b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/util/TargetLanguageSelector.java index 78ee9dd9a..01a4d76aa 100644 --- a/com.ibm.wala.cast/source/java/com/ibm/wala/cast/util/TargetLanguageSelector.java +++ b/com.ibm.wala.cast/source/java/com/ibm/wala/cast/util/TargetLanguageSelector.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.util; import com.ibm.wala.util.strings.Atom; diff --git a/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass1.java b/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass1.java index 96eedd4f6..d9a754a0a 100644 --- a/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass1.java +++ b/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass1.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; @RuntimeInvisableAnnotation diff --git a/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass2.java b/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass2.java index 5e6207314..abaa58867 100644 --- a/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass2.java +++ b/com.ibm.wala.core.testdata/src/annotations/AnnotatedClass2.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; @RuntimeInvisableAnnotation diff --git a/com.ibm.wala.core.testdata/src/annotations/DefaultVisableAnnotation.java b/com.ibm.wala.core.testdata/src/annotations/DefaultVisableAnnotation.java index 36485361d..cfcc3fdb9 100644 --- a/com.ibm.wala.core.testdata/src/annotations/DefaultVisableAnnotation.java +++ b/com.ibm.wala.core.testdata/src/annotations/DefaultVisableAnnotation.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; public @interface DefaultVisableAnnotation { diff --git a/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation.java b/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation.java index b81acaff0..e6f9db494 100644 --- a/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation.java +++ b/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; import java.lang.annotation.Retention; diff --git a/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation2.java b/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation2.java index 685089fd1..6b62d5f07 100644 --- a/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation2.java +++ b/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotation2.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; import java.lang.annotation.Retention; diff --git a/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotationForMethod.java b/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotationForMethod.java index 447aeaf80..32829cdd6 100644 --- a/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotationForMethod.java +++ b/com.ibm.wala.core.testdata/src/annotations/RuntimeInvisableAnnotationForMethod.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; import java.lang.annotation.ElementType; diff --git a/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation.java b/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation.java index 4c2dd4199..31459492c 100644 --- a/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation.java +++ b/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; import java.lang.annotation.Retention; diff --git a/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation2.java b/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation2.java index 915623681..3170fc0e1 100644 --- a/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation2.java +++ b/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotation2.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; import java.lang.annotation.Retention; diff --git a/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotationForMethod.java b/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotationForMethod.java index 1241c0cb1..24f017d03 100644 --- a/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotationForMethod.java +++ b/com.ibm.wala.core.testdata/src/annotations/RuntimeVisableAnnotationForMethod.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package annotations; import java.lang.annotation.ElementType; diff --git a/com.ibm.wala.core.testdata/src/cfg/MonitorTest.java b/com.ibm.wala.core.testdata/src/cfg/MonitorTest.java index d5edad190..3f25c3183 100644 --- a/com.ibm.wala.core.testdata/src/cfg/MonitorTest.java +++ b/com.ibm.wala.core.testdata/src/cfg/MonitorTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package cfg; public class MonitorTest { diff --git a/com.ibm.wala.core.testdata/src/classConstant/ClassConstant.java b/com.ibm.wala.core.testdata/src/classConstant/ClassConstant.java index bc5d12c67..3c33897e7 100644 --- a/com.ibm.wala.core.testdata/src/classConstant/ClassConstant.java +++ b/com.ibm.wala.core.testdata/src/classConstant/ClassConstant.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package classConstant; class ClassConstant { diff --git a/com.ibm.wala.core.testdata/src/multiDim/TestMultiDim.java b/com.ibm.wala.core.testdata/src/multiDim/TestMultiDim.java index 6fe61149c..85dfb292b 100644 --- a/com.ibm.wala.core.testdata/src/multiDim/TestMultiDim.java +++ b/com.ibm.wala.core.testdata/src/multiDim/TestMultiDim.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package multiDim; public class TestMultiDim { diff --git a/com.ibm.wala.core.testdata/src/reflection/Helper.java b/com.ibm.wala.core.testdata/src/reflection/Helper.java index e72006987..935d2dd17 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Helper.java +++ b/com.ibm.wala.core.testdata/src/reflection/Helper.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; public class Helper { diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect10.java b/com.ibm.wala.core.testdata/src/reflection/Reflect10.java index 7dfa4535b..2b80fb187 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect10.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect10.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect11.java b/com.ibm.wala.core.testdata/src/reflection/Reflect11.java index bae906052..8b0002835 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect11.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect11.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect12.java b/com.ibm.wala.core.testdata/src/reflection/Reflect12.java index e71e16a46..7a941a8d4 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect12.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect12.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect13.java b/com.ibm.wala.core.testdata/src/reflection/Reflect13.java index 0a5e7caf9..f02ad6e54 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect13.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect13.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect14.java b/com.ibm.wala.core.testdata/src/reflection/Reflect14.java index f9fa3736b..5ec7567ad 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect14.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect14.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect15.java b/com.ibm.wala.core.testdata/src/reflection/Reflect15.java index ffbedf036..cf5a6a26a 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect15.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect15.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.Constructor; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect16.java b/com.ibm.wala.core.testdata/src/reflection/Reflect16.java index 6af939b47..aa8b47cb1 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect16.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect16.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect17.java b/com.ibm.wala.core.testdata/src/reflection/Reflect17.java index 1c296c8e3..523ea35c6 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect17.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect17.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect18.java b/com.ibm.wala.core.testdata/src/reflection/Reflect18.java index 51c71bcb6..dfd62a149 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect18.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect18.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect19.java b/com.ibm.wala.core.testdata/src/reflection/Reflect19.java index 488173342..bee8721cb 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect19.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect19.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.Constructor; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect20.java b/com.ibm.wala.core.testdata/src/reflection/Reflect20.java index d774233a7..d47aed9e5 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect20.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect20.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect21.java b/com.ibm.wala.core.testdata/src/reflection/Reflect21.java index 847c77bd8..8357bcf75 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect21.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect21.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.Constructor; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect22.java b/com.ibm.wala.core.testdata/src/reflection/Reflect22.java index 35ca4a4b5..ed401460d 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect22.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect22.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.Constructor; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect23.java b/com.ibm.wala.core.testdata/src/reflection/Reflect23.java index 9d4c82304..a428880df 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect23.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect23.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect3.java b/com.ibm.wala.core.testdata/src/reflection/Reflect3.java index 00dd21514..84e899d73 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect3.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect3.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.util.Hashtable; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect4.java b/com.ibm.wala.core.testdata/src/reflection/Reflect4.java index 0d2af03d5..d39ae4e80 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect4.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect4.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.io.FilePermission; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect5.java b/com.ibm.wala.core.testdata/src/reflection/Reflect5.java index 0ccbd2fb5..185e060e7 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect5.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect5.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect6.java b/com.ibm.wala.core.testdata/src/reflection/Reflect6.java index 8c6b7d27a..68c880787 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect6.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect6.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect7.java b/com.ibm.wala.core.testdata/src/reflection/Reflect7.java index 1f86889c1..030292e0e 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect7.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect7.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.io.FilePermission; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect8.java b/com.ibm.wala.core.testdata/src/reflection/Reflect8.java index 58485fe4b..e8754bb24 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect8.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect8.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.Constructor; diff --git a/com.ibm.wala.core.testdata/src/reflection/Reflect9.java b/com.ibm.wala.core.testdata/src/reflection/Reflect9.java index 28a56abd0..1fda5c23a 100644 --- a/com.ibm.wala.core.testdata/src/reflection/Reflect9.java +++ b/com.ibm.wala.core.testdata/src/reflection/Reflect9.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package reflection; import java.lang.reflect.InvocationTargetException; diff --git a/com.ibm.wala.core.testdata/src/slice/A.java b/com.ibm.wala.core.testdata/src/slice/A.java index b0c65f996..be114ebd1 100644 --- a/com.ibm.wala.core.testdata/src/slice/A.java +++ b/com.ibm.wala.core.testdata/src/slice/A.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package slice; class A { diff --git a/com.ibm.wala.core.testdata/src/slice/B.java b/com.ibm.wala.core.testdata/src/slice/B.java index 396082202..6e0821e00 100644 --- a/com.ibm.wala.core.testdata/src/slice/B.java +++ b/com.ibm.wala.core.testdata/src/slice/B.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package slice; class B extends A { diff --git a/com.ibm.wala.core.testdata/src/slice/TestThrowCatch.java b/com.ibm.wala.core.testdata/src/slice/TestThrowCatch.java index 235be114d..05618b4c7 100644 --- a/com.ibm.wala.core.testdata/src/slice/TestThrowCatch.java +++ b/com.ibm.wala.core.testdata/src/slice/TestThrowCatch.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package slice; public class TestThrowCatch { diff --git a/com.ibm.wala.core.testdata/src/string/SimpleStringOps.java b/com.ibm.wala.core.testdata/src/string/SimpleStringOps.java index fed94f9a7..3f3b4a050 100644 --- a/com.ibm.wala.core.testdata/src/string/SimpleStringOps.java +++ b/com.ibm.wala.core.testdata/src/string/SimpleStringOps.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package string; public class SimpleStringOps { diff --git a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/PathFinderTest.java b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/PathFinderTest.java index 3cc19d379..20c3e329f 100644 --- a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/PathFinderTest.java +++ b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/PathFinderTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.core.tests.basic; import java.util.List; diff --git a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/WelshPowellTest.java b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/WelshPowellTest.java index 170872e20..4c70529ae 100644 --- a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/WelshPowellTest.java +++ b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/basic/WelshPowellTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.core.tests.basic; import java.util.Iterator; diff --git a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CHACallGraphTest.java b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CHACallGraphTest.java index 3691b4dd9..87595b733 100644 --- a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CHACallGraphTest.java +++ b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/callGraph/CHACallGraphTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.core.tests.callGraph; import java.io.IOException; diff --git a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/ir/AnnotationTest.java b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/ir/AnnotationTest.java index aa9f1fb6f..9ea80fc99 100644 --- a/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/ir/AnnotationTest.java +++ b/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/ir/AnnotationTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.core.tests.ir; import java.io.IOException; diff --git a/com.ibm.wala.core.tests/src/com/ibm/wala/examples/drivers/JavaViewerDriver.java b/com.ibm.wala.core.tests/src/com/ibm/wala/examples/drivers/JavaViewerDriver.java index a2ebc9101..e15038dbc 100644 --- a/com.ibm.wala.core.tests/src/com/ibm/wala/examples/drivers/JavaViewerDriver.java +++ b/com.ibm.wala.core.tests/src/com/ibm/wala/examples/drivers/JavaViewerDriver.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.examples.drivers; import java.io.File; diff --git a/com.ibm.wala.core.tests/src/com/ibm/wala/util/io/FileProviderTest.java b/com.ibm.wala.core.tests/src/com/ibm/wala/util/io/FileProviderTest.java index 79c048228..3a03eaa9b 100644 --- a/com.ibm.wala.core.tests/src/com/ibm/wala/util/io/FileProviderTest.java +++ b/com.ibm.wala.core.tests/src/com/ibm/wala/util/io/FileProviderTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.util.io; import static org.junit.Assert.assertEquals; diff --git a/com.ibm.wala.core/src/com/ibm/wala/classLoader/Language.java b/com.ibm.wala.core/src/com/ibm/wala/classLoader/Language.java index 84d2688d4..896f88a52 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/classLoader/Language.java +++ b/com.ibm.wala.core/src/com/ibm/wala/classLoader/Language.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.classLoader; import java.util.Collection; diff --git a/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/AbstractDemandPointsTo.java b/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/AbstractDemandPointsTo.java index a3ef60364..752f155cb 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/AbstractDemandPointsTo.java +++ b/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/AbstractDemandPointsTo.java @@ -1,4 +1,3 @@ - /******************************************************************************* * This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/ThisFilteringHeapModel.java b/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/ThisFilteringHeapModel.java index 2f3c2fff1..3a47adc05 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/ThisFilteringHeapModel.java +++ b/com.ibm.wala.core/src/com/ibm/wala/demandpa/alg/ThisFilteringHeapModel.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.demandpa.alg; import java.util.Iterator; diff --git a/com.ibm.wala.core/src/com/ibm/wala/ipa/cha/IClassHierarchy.java b/com.ibm.wala.core/src/com/ibm/wala/ipa/cha/IClassHierarchy.java index 1730b76ce..e4e9d175e 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/ipa/cha/IClassHierarchy.java +++ b/com.ibm.wala.core/src/com/ibm/wala/ipa/cha/IClassHierarchy.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ipa.cha; import java.util.Collection; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/CgPanel.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/CgPanel.java index abf41eb5c..cb3c01ef6 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/CgPanel.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/CgPanel.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.util.ArrayList; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/ChaPanel.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/ChaPanel.java index 406768d70..6a39cb66e 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/ChaPanel.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/ChaPanel.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.util.Collection; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/DualTreeCellRenderer.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/DualTreeCellRenderer.java index a54e333df..831f17f72 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/DualTreeCellRenderer.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/DualTreeCellRenderer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.awt.Component; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrAndSourceViewer.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrAndSourceViewer.java index fe068cce4..c085c3c74 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrAndSourceViewer.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrAndSourceViewer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.awt.Component; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrViewer.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrViewer.java index 48d297d10..acc22daf5 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrViewer.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/IrViewer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.awt.BorderLayout; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/PaPanel.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/PaPanel.java index 184c49e2b..7c1e4ec8d 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/PaPanel.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/PaPanel.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.awt.BorderLayout; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/SourceViewer.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/SourceViewer.java index 319a6f82c..3745dc366 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/SourceViewer.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/SourceViewer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.awt.BorderLayout; diff --git a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/WalaViewer.java b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/WalaViewer.java index 7221d64af..7345208df 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/WalaViewer.java +++ b/com.ibm.wala.core/src/com/ibm/wala/viz/viewer/WalaViewer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.viz.viewer; import java.awt.event.WindowAdapter; diff --git a/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/JDTJavaTest.java b/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/JDTJavaTest.java index 9fbe245f6..0e43c9d30 100644 --- a/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/JDTJavaTest.java +++ b/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/JDTJavaTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.test; import java.io.IOException; diff --git a/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/TypeInferenceAssertion.java b/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/TypeInferenceAssertion.java index 4814bee49..09fffd24b 100644 --- a/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/TypeInferenceAssertion.java +++ b/com.ibm.wala.ide.jdt.test/source/com/ibm/wala/cast/java/test/TypeInferenceAssertion.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.java.test; import com.ibm.wala.cast.java.analysis.typeInference.AstJavaTypeInference; diff --git a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/jdt/Activator.java b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/jdt/Activator.java index 4b120ec46..b954afbad 100644 --- a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/jdt/Activator.java +++ b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/jdt/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.jdt; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/ASTNodeFinder.java b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/ASTNodeFinder.java index 48c744dcc..9a97413d0 100644 --- a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/ASTNodeFinder.java +++ b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/ASTNodeFinder.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.util; import static com.ibm.wala.ide.util.JdtUtil.getAST; diff --git a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JavaEclipseProjectPath.java b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JavaEclipseProjectPath.java index 6a526c101..3c2a89d9d 100644 --- a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JavaEclipseProjectPath.java +++ b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JavaEclipseProjectPath.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.util; import java.io.File; diff --git a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JdtPosition.java b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JdtPosition.java index f8e7b5177..0913be3bb 100644 --- a/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JdtPosition.java +++ b/com.ibm.wala.ide.jdt/source/com/ibm/wala/ide/util/JdtPosition.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.util; import java.io.IOException; diff --git a/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/AbstractJSProjectScopeTest.java b/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/AbstractJSProjectScopeTest.java index f0f3e96e2..9da451418 100644 --- a/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/AbstractJSProjectScopeTest.java +++ b/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/AbstractJSProjectScopeTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.jsdt.tests; import java.io.IOException; diff --git a/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/JSProjectScopeTest.java b/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/JSProjectScopeTest.java index 0cd10e63f..3d2b8739e 100644 --- a/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/JSProjectScopeTest.java +++ b/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/JSProjectScopeTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.jsdt.tests; import com.ibm.wala.ide.tests.util.EclipseTestUtil.ZippedProjectData; diff --git a/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/WLProjectScopeTest.java b/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/WLProjectScopeTest.java index d53163f69..4e9822636 100644 --- a/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/WLProjectScopeTest.java +++ b/com.ibm.wala.ide.jsdt.tests/src/com/ibm/wala/ide/jsdt/tests/WLProjectScopeTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.jsdt.tests; import com.ibm.wala.ide.tests.util.EclipseTestUtil.ZippedProjectData; diff --git a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/cast/js/client/EclipseJavaScriptAnalysisEngine.java b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/cast/js/client/EclipseJavaScriptAnalysisEngine.java index fda304dd7..19e92f97b 100644 --- a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/cast/js/client/EclipseJavaScriptAnalysisEngine.java +++ b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/cast/js/client/EclipseJavaScriptAnalysisEngine.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.cast.js.client; import java.io.IOException; diff --git a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/jsdt/Activator.java b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/jsdt/Activator.java index aa8076612..a12ba2a07 100644 --- a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/jsdt/Activator.java +++ b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/jsdt/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.jsdt; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptEclipseProjectPath.java b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptEclipseProjectPath.java index 9009a5e14..03bae2118 100644 --- a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptEclipseProjectPath.java +++ b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptEclipseProjectPath.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.util; import java.io.IOException; diff --git a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptHeadlessUtil.java b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptHeadlessUtil.java index be1862796..e7943c5fc 100644 --- a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptHeadlessUtil.java +++ b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JavaScriptHeadlessUtil.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.util; import org.eclipse.core.resources.IProject; diff --git a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JsdtUtil.java b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JsdtUtil.java index 067339d58..5e35c5b61 100644 --- a/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JsdtUtil.java +++ b/com.ibm.wala.ide.jsdt/source/com/ibm/wala/ide/util/JsdtUtil.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.ide.util; import java.io.IOException; diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayLoadInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayLoadInstruction.java index 3e027103a..6773cc67c 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayLoadInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayLoadInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IArrayLoadInstruction extends IInstruction, IMemoryOperation { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayStoreInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayStoreInstruction.java index 1a2e5d1d3..7c4ef341e 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayStoreInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IArrayStoreInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IArrayStoreInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IBinaryOpInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IBinaryOpInstruction.java index de8840208..f6eb0deb5 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IBinaryOpInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IBinaryOpInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IBinaryOpInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IComparisonInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IComparisonInstruction.java index 1b735731c..f28705ad9 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IComparisonInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IComparisonInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IComparisonInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConditionalBranchInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConditionalBranchInstruction.java index ac775204e..132f3dc1c 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConditionalBranchInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConditionalBranchInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IConditionalBranchInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConversionInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConversionInstruction.java index c9680f3f9..41150f3b6 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConversionInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IConversionInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IConversionInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IGetInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IGetInstruction.java index 1edd6b21e..e29eeacde 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IGetInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IGetInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IGetInstruction extends IInstruction, IMemoryOperation { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IInstanceofInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IInstanceofInstruction.java index fd7ea4a91..e67d93a6d 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IInstanceofInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IInstanceofInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IInstanceofInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadIndirectInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadIndirectInstruction.java index 8595ed716..533362cef 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadIndirectInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadIndirectInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface ILoadIndirectInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadInstruction.java index 367149f81..e0de40b3a 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ILoadInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface ILoadInstruction extends IInstruction, IMemoryOperation { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IMemoryOperation.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IMemoryOperation.java index 3be177bd0..fabb12b4d 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IMemoryOperation.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IMemoryOperation.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IMemoryOperation { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IPutInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IPutInstruction.java index d337c4401..deb91cbef 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IPutInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IPutInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IPutInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IShiftInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IShiftInstruction.java index eb48ee3a5..f8873c31f 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IShiftInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IShiftInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IShiftInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreIndirectInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreIndirectInstruction.java index 01721972b..e61054de1 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreIndirectInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreIndirectInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IStoreIndirectInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreInstruction.java index bd778ea0b..ca2dc851a 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IStoreInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IStoreInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ITypeTestInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ITypeTestInstruction.java index eceed214c..8308cdeab 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ITypeTestInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/ITypeTestInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface ITypeTestInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IUnaryOpInstruction.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IUnaryOpInstruction.java index 5b87ab455..fe25709e3 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IUnaryOpInstruction.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IUnaryOpInstruction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IUnaryOpInstruction extends IInstruction { diff --git a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IndirectionData.java b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IndirectionData.java index f2240bc7f..70248364c 100644 --- a/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IndirectionData.java +++ b/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT/IndirectionData.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.shrikeBT; public interface IndirectionData { diff --git a/com.ibm.wala.util/src/com/ibm/wala/dataflow/graph/BooleanSolver.java b/com.ibm.wala.util/src/com/ibm/wala/dataflow/graph/BooleanSolver.java index cef7610dd..f397e8043 100644 --- a/com.ibm.wala.util/src/com/ibm/wala/dataflow/graph/BooleanSolver.java +++ b/com.ibm.wala.util/src/com/ibm/wala/dataflow/graph/BooleanSolver.java @@ -1,5 +1,3 @@ -package com.ibm.wala.dataflow.graph; - /******************************************************************************* * Copyright (c) 2002 - 2006 IBM Corporation. * All rights reserved. This program and the accompanying materials @@ -10,6 +8,8 @@ package com.ibm.wala.dataflow.graph; * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package com.ibm.wala.dataflow.graph; + import com.ibm.wala.fixpoint.BooleanVariable; /** diff --git a/com.ibm.wala.util/src/com/ibm/wala/util/debug/LoggingStopwatch.java b/com.ibm.wala.util/src/com/ibm/wala/util/debug/LoggingStopwatch.java index 401f2d0ff..f39ae0c68 100644 --- a/com.ibm.wala.util/src/com/ibm/wala/util/debug/LoggingStopwatch.java +++ b/com.ibm.wala.util/src/com/ibm/wala/util/debug/LoggingStopwatch.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.util.debug; /** diff --git a/com.ibm.wala.util/src/com/ibm/wala/util/functions/VoidFunction.java b/com.ibm.wala.util/src/com/ibm/wala/util/functions/VoidFunction.java index f3ff46656..c02e42325 100644 --- a/com.ibm.wala.util/src/com/ibm/wala/util/functions/VoidFunction.java +++ b/com.ibm.wala.util/src/com/ibm/wala/util/functions/VoidFunction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.util.functions; public interface VoidFunction { diff --git a/com.ibm.wala.util/src/com/ibm/wala/util/graph/GXL.java b/com.ibm.wala.util/src/com/ibm/wala/util/graph/GXL.java index 732ddeb94..c0eec4eb0 100644 --- a/com.ibm.wala.util/src/com/ibm/wala/util/graph/GXL.java +++ b/com.ibm.wala.util/src/com/ibm/wala/util/graph/GXL.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.util.graph; import java.util.Iterator; diff --git a/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/DFSAllPathsFinder.java b/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/DFSAllPathsFinder.java index c658ec2cf..f7a4514df 100644 --- a/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/DFSAllPathsFinder.java +++ b/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/DFSAllPathsFinder.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.util.graph.traverse; import java.util.Iterator; diff --git a/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/WelshPowell.java b/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/WelshPowell.java index 9785adf9d..4c9d425a7 100644 --- a/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/WelshPowell.java +++ b/com.ibm.wala.util/src/com/ibm/wala/util/graph/traverse/WelshPowell.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2013 IBM Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package com.ibm.wala.util.graph.traverse; import java.util.Comparator;