diff --git a/debugtools/DDR_Autoblob/src/com/ibm/j9ddr/autoblob/constants/ConstantParser.java b/debugtools/DDR_Autoblob/src/com/ibm/j9ddr/autoblob/constants/ConstantParser.java index 9301e5366c9..1c56d0af089 100644 --- a/debugtools/DDR_Autoblob/src/com/ibm/j9ddr/autoblob/constants/ConstantParser.java +++ b/debugtools/DDR_Autoblob/src/com/ibm/j9ddr/autoblob/constants/ConstantParser.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2016 IBM Corp. and others + * Copyright (c) 2010, 2017 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this diff --git a/debugtools/DDR_VM/src/com/ibm/j9ddr/VMDataFactory.java b/debugtools/DDR_VM/src/com/ibm/j9ddr/VMDataFactory.java index abadd827eb5..f6d7accc638 100644 --- a/debugtools/DDR_VM/src/com/ibm/j9ddr/VMDataFactory.java +++ b/debugtools/DDR_VM/src/com/ibm/j9ddr/VMDataFactory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 1991, 2016 IBM Corp. and others + * Copyright (c) 1991, 2014 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this diff --git a/debugtools/DDR_VM/src/com/ibm/j9ddr/corereaders/memory/MemorySourceTable.java b/debugtools/DDR_VM/src/com/ibm/j9ddr/corereaders/memory/MemorySourceTable.java index c349b8301f9..e599f07eab0 100644 --- a/debugtools/DDR_VM/src/com/ibm/j9ddr/corereaders/memory/MemorySourceTable.java +++ b/debugtools/DDR_VM/src/com/ibm/j9ddr/corereaders/memory/MemorySourceTable.java @@ -37,6 +37,7 @@ * sources and efficiently finding ranges for addresses * * @author andhall + * ADD STUFF HERE * */ public class MemorySourceTable