fix utility project
diff --git a/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/AirTransportGenerator2.java b/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/AirTransportGenerator2.java index c77efb9..088c1b3 100644 --- a/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/AirTransportGenerator2.java +++ b/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/AirTransportGenerator2.java
@@ -523,8 +523,8 @@ if(level == 0) ctry = "ZZZ"; fw.write("# "+filename+LS); fw.write("#/*******************************************************************************"+LS); - fw.write("# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 - * IBM Corporation, BfR, and others."+LS); + fw.write("# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018"+LS); + fw.write("# * IBM Corporation, BfR, and others."+LS); fw.write("# * All rights reserved. This program and the accompanying materials"+LS); fw.write("# * are made available under the terms of the Eclipse Public License v1.0"+LS); fw.write("# * which accompanies this distribution, and is available at"+LS);
diff --git a/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/ContainmentRelationshipFinder.java b/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/ContainmentRelationshipFinder.java index 573bd24..ce59d32 100644 --- a/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/ContainmentRelationshipFinder.java +++ b/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/ContainmentRelationshipFinder.java
@@ -219,8 +219,8 @@ public static void writeL0ToL1Header() { write("# "+CNTRY_LVL0_CODE+"_0_"+CNTRY_LVL0_CODE+"_1.properties "); write("#/*******************************************************************************"); - write("# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 - * IBM Corporation, BfR, and others."); + write("# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018"); + write("# * IBM Corporation, BfR, and others."); write("# * All rights reserved. This program and the accompanying materials"); write("# * are made available under the terms of the Eclipse Public License v1.0"); write("# * which accompanies this distribution, and is available at"); @@ -263,8 +263,8 @@ public static void writeL1ToL2Header() { write("# "+CNTRY_LVL0_CODE+"_1_"+CNTRY_LVL0_CODE+"_2.properties "); write("#/*******************************************************************************"); - write("# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 - * IBM Corporation, BfR, and others."); + write("# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018"); + write("* IBM Corporation, BfR, and others."); write("# * All rights reserved. This program and the accompanying materials"); write("# * are made available under the terms of the Eclipse Public License v1.0"); write("# * which accompanies this distribution, and is available at");
diff --git a/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/GenUtils.java b/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/GenUtils.java index 6dbe75f..3ebb182 100644 --- a/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/GenUtils.java +++ b/org.eclipse.stem/core/org.eclipse.stem.utility/src/org/eclipse/stem/utility/generators/GenUtils.java
@@ -1094,8 +1094,8 @@ static protected String getCopyright() { String copyright = "# /*********************************************************************************************\n"; //$NON-NLS-1$ - copyright += "# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 - * IBM Corporation, BfR, and others.\n"; //$NON-NLS-1$ + copyright += "# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018";//$NON-NLS-1$ + copyright += "* IBM Corporation, BfR, and others.\n"; //$NON-NLS-1$ copyright += "# * All rights reserved. This program and the accompanying materials\n"; //$NON-NLS-1$ copyright += "# * are made available under the terms of the Eclipse Public License v1.0\n"; //$NON-NLS-1$ copyright += "# * which accompanies this distribution, and is available at\n"; //$NON-NLS-1$ @@ -1265,8 +1265,8 @@ String copyright = "<!-- \n"; //$NON-NLS-1$ copyright += "# ***************************************************************************************************\n"; //$NON-NLS-1$ - copyright += "# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 - * IBM Corporation, BfR, and others.\n"; //$NON-NLS-1$ + copyright += "# * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018";//$NON-NLS-1$ + copyright += "* IBM Corporation, BfR, and others.\n"; //$NON-NLS-1$ copyright += "# * All rights reserved. This program and the accompanying materials\n"; //$NON-NLS-1$ copyright += "# * are made available under the terms of the Eclipse Public License v1.0\n"; //$NON-NLS-1$ copyright += "# * which accompanies this distribution, and is available at\n"; //$NON-NLS-1$