diff --git a/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex b/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex index 89567c12f..cb7113614 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex b/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex index 5073d696a..2b5011912 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/actionscript3_script.flex b/libsrc/ffdec_lib/lexers/actionscript3_script.flex index e5e947233..8e393ed1f 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_script.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_script.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/actionscript_pcode.flex b/libsrc/ffdec_lib/lexers/actionscript_pcode.flex index 766db3bbe..208f50abd 100644 --- a/libsrc/ffdec_lib/lexers/actionscript_pcode.flex +++ b/libsrc/ffdec_lib/lexers/actionscript_pcode.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/actionscript_script.flex b/libsrc/ffdec_lib/lexers/actionscript_script.flex index 3cb0fb959..350dca603 100644 --- a/libsrc/ffdec_lib/lexers/actionscript_script.flex +++ b/libsrc/ffdec_lib/lexers/actionscript_script.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/tag_conditions.flex b/libsrc/ffdec_lib/lexers/tag_conditions.flex index 9ba2e0721..8d17f451c 100644 --- a/libsrc/ffdec_lib/lexers/tag_conditions.flex +++ b/libsrc/ffdec_lib/lexers/tag_conditions.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/text.flex b/libsrc/ffdec_lib/lexers/text.flex index 5e022bfc6..142aa531d 100644 --- a/libsrc/ffdec_lib/lexers/text.flex +++ b/libsrc/ffdec_lib/lexers/text.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java index 5aebe959f..3f5a595ed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 JPEXS, All rights reserved. + * Copyright (C) 2010-2015 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java index 0f6482417..5c1c3d898 100644 --- a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java @@ -114,7 +114,7 @@ public class AboutDialog extends AppDialog { authorLabel.setHorizontalAlignment(SwingConstants.CENTER); cp.add(authorLabel); - JLabel dateLabel = new JLabel("2010-2014"); + JLabel dateLabel = new JLabel("2010-2015"); dateLabel.setAlignmentX(0.5f); //dateLabel.setPreferredSize(new Dimension(300, 10)); dateLabel.setHorizontalAlignment(SwingConstants.CENTER);