Browse Source

Happy new year! (#6799)

Mark Knol 7 years ago
parent
commit
b3cc1d7949
100 changed files with 101 additions and 101 deletions
  1. 1 1
      extra/ImportAll.hx
  2. 1 1
      extra/installer.nsi
  3. 1 1
      src/codegen/codegen.ml
  4. 1 1
      src/codegen/dotnet.ml
  5. 1 1
      src/codegen/gencommon/abstractImplementationFix.ml
  6. 1 1
      src/codegen/gencommon/arrayDeclSynf.ml
  7. 1 1
      src/codegen/gencommon/castDetect.ml
  8. 1 1
      src/codegen/gencommon/classInstance.ml
  9. 1 1
      src/codegen/gencommon/closuresToClass.ml
  10. 1 1
      src/codegen/gencommon/dynamicFieldAccess.ml
  11. 1 1
      src/codegen/gencommon/dynamicOperators.ml
  12. 1 1
      src/codegen/gencommon/enumToClass.ml
  13. 1 1
      src/codegen/gencommon/enumToClass2.ml
  14. 1 1
      src/codegen/gencommon/expressionUnwrap.ml
  15. 1 1
      src/codegen/gencommon/filterClosures.ml
  16. 1 1
      src/codegen/gencommon/fixOverrides.ml
  17. 1 1
      src/codegen/gencommon/gencommon.ml
  18. 1 1
      src/codegen/gencommon/hardNullableSynf.ml
  19. 1 1
      src/codegen/gencommon/initFunction.ml
  20. 1 1
      src/codegen/gencommon/intDivisionSynf.ml
  21. 1 1
      src/codegen/gencommon/interfaceProps.ml
  22. 1 1
      src/codegen/gencommon/interfaceVarsDeleteModf.ml
  23. 1 1
      src/codegen/gencommon/normalize.ml
  24. 1 1
      src/codegen/gencommon/objectDeclMap.ml
  25. 1 1
      src/codegen/gencommon/overloadingConstructor.ml
  26. 1 1
      src/codegen/gencommon/realTypeParams.ml
  27. 1 1
      src/codegen/gencommon/reflectionCFs.ml
  28. 1 1
      src/codegen/gencommon/renameTypeParameters.ml
  29. 1 1
      src/codegen/gencommon/setHXGen.ml
  30. 1 1
      src/codegen/gencommon/switchToIf.ml
  31. 1 1
      src/codegen/gencommon/tArrayTransform.ml
  32. 1 1
      src/codegen/gencommon/unnecessaryCastsRemoval.ml
  33. 1 1
      src/codegen/gencommon/unreachableCodeEliminationSynf.ml
  34. 1 1
      src/codegen/genxml.ml
  35. 1 1
      src/codegen/java.ml
  36. 1 1
      src/codegen/swfLoader.ml
  37. 2 2
      src/compiler/main.ml
  38. 1 1
      src/context/common.ml
  39. 1 1
      src/context/displayFields.ml
  40. 1 1
      src/context/displayToplevel.ml
  41. 1 1
      src/context/typecore.ml
  42. 1 1
      src/core/ast.ml
  43. 1 1
      src/core/json.ml
  44. 1 1
      src/core/numeric.ml
  45. 1 1
      src/core/timer.ml
  46. 1 1
      src/core/type.ml
  47. 1 1
      src/filters/capturedVars.ml
  48. 1 1
      src/filters/defaultArguments.ml
  49. 1 1
      src/filters/filters.ml
  50. 1 1
      src/filters/filtersCommon.ml
  51. 1 1
      src/filters/jsExceptions.ml
  52. 1 1
      src/filters/localUsage.ml
  53. 1 1
      src/filters/tryCatchWrapper.ml
  54. 1 1
      src/generators/genas3.ml
  55. 1 1
      src/generators/gencpp.ml
  56. 1 1
      src/generators/gencs.ml
  57. 1 1
      src/generators/genjava.ml
  58. 1 1
      src/generators/genjs.ml
  59. 1 1
      src/generators/genneko.ml
  60. 1 1
      src/generators/genpy.ml
  61. 1 1
      src/generators/genswf.ml
  62. 1 1
      src/generators/genswf9.ml
  63. 1 1
      src/generators/hl2c.ml
  64. 1 1
      src/generators/hlcode.ml
  65. 1 1
      src/generators/hlinterp.ml
  66. 1 1
      src/generators/hlopt.ml
  67. 1 1
      src/macro/eval/evalArray.ml
  68. 1 1
      src/macro/eval/evalContext.ml
  69. 1 1
      src/macro/eval/evalDecode.ml
  70. 1 1
      src/macro/eval/evalEmitter.ml
  71. 1 1
      src/macro/eval/evalEncode.ml
  72. 1 1
      src/macro/eval/evalExceptions.ml
  73. 1 1
      src/macro/eval/evalField.ml
  74. 1 1
      src/macro/eval/evalHash.ml
  75. 1 1
      src/macro/eval/evalJit.ml
  76. 1 1
      src/macro/eval/evalMain.ml
  77. 1 1
      src/macro/eval/evalMisc.ml
  78. 1 1
      src/macro/eval/evalPrinting.ml
  79. 1 1
      src/macro/eval/evalPrototype.ml
  80. 1 1
      src/macro/eval/evalStdLib.ml
  81. 1 1
      src/macro/eval/evalValue.ml
  82. 1 1
      src/macro/hlmacro.ml
  83. 1 1
      src/optimization/analyzer.ml
  84. 1 1
      src/optimization/analyzerConfig.ml
  85. 1 1
      src/optimization/analyzerTexpr.ml
  86. 1 1
      src/optimization/analyzerTexprTransformer.ml
  87. 1 1
      src/optimization/analyzerTypes.ml
  88. 1 1
      src/optimization/dce.ml
  89. 1 1
      src/optimization/inlineConstructors.ml
  90. 1 1
      src/optimization/optimizer.ml
  91. 1 1
      src/syntax/grammar.mly
  92. 1 1
      src/syntax/lexer.ml
  93. 1 1
      src/syntax/parser.ml
  94. 1 1
      src/syntax/parserEntry.ml
  95. 1 1
      src/syntax/reification.ml
  96. 1 1
      src/typing/macroContext.ml
  97. 1 1
      src/typing/matcher.ml
  98. 1 1
      src/typing/typeload.ml
  99. 1 1
      src/typing/typer.ml
  100. 1 1
      std/Any.hx

+ 1 - 1
extra/ImportAll.hx

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C)2005-2017 Haxe Foundation
+ * Copyright (C)2005-2018 Haxe Foundation
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * copy of this software and associated documentation files (the "Software"),

+ 1 - 1
extra/installer.nsi

@@ -25,7 +25,7 @@
 ; Installer details
 ; Installer details
 VIAddVersionKey "CompanyName" "Haxe Foundation"
 VIAddVersionKey "CompanyName" "Haxe Foundation"
 VIAddVersionKey "ProductName" "Haxe Installer"
 VIAddVersionKey "ProductName" "Haxe Installer"
-VIAddVersionKey "LegalCopyright" "Haxe Foundation 2005-2017"
+VIAddVersionKey "LegalCopyright" "Haxe Foundation 2005-2018"
 VIAddVersionKey "FileDescription" "Haxe Installer"
 VIAddVersionKey "FileDescription" "Haxe Installer"
 VIAddVersionKey "ProductVersion" "${VERSION}.0"
 VIAddVersionKey "ProductVersion" "${VERSION}.0"
 VIAddVersionKey "FileVersion" "${VERSION}.0"
 VIAddVersionKey "FileVersion" "${VERSION}.0"

+ 1 - 1
src/codegen/codegen.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/dotnet.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/abstractImplementationFix.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/arrayDeclSynf.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/castDetect.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/classInstance.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/closuresToClass.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/dynamicFieldAccess.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/dynamicOperators.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/enumToClass.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/enumToClass2.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/expressionUnwrap.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/filterClosures.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/fixOverrides.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/gencommon.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/hardNullableSynf.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/initFunction.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/intDivisionSynf.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/interfaceProps.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/interfaceVarsDeleteModf.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/normalize.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/objectDeclMap.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/overloadingConstructor.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/realTypeParams.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/reflectionCFs.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/renameTypeParameters.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/setHXGen.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/switchToIf.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/tArrayTransform.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/unnecessaryCastsRemoval.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/gencommon/unreachableCodeEliminationSynf.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/genxml.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/java.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/codegen/swfLoader.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 2 - 2
src/compiler/main.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License
@@ -418,7 +418,7 @@ let rec process_params create pl =
 
 
 and init ctx =
 and init ctx =
 	let usage = Printf.sprintf
 	let usage = Printf.sprintf
-		"Haxe Compiler %s - (C)2005-2017 Haxe Foundation\n Usage : haxe%s -main <class> [-swf|-js|-neko|-php|-cpp|-cppia|-as3|-cs|-java|-python|-hl|-lua] <output> [options]\n Options :"
+		"Haxe Compiler %s - (C)2005-2018 Haxe Foundation\n Usage : haxe%s -main <class> [-swf|-js|-neko|-php|-cpp|-cppia|-as3|-cs|-java|-python|-hl|-lua] <output> [options]\n Options :"
 		s_version (if Sys.os_type = "Win32" then ".exe" else "")
 		s_version (if Sys.os_type = "Win32" then ".exe" else "")
 	in
 	in
 	let com = ctx.com in
 	let com = ctx.com in

+ 1 - 1
src/context/common.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/context/displayFields.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/context/displayToplevel.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/context/typecore.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/core/ast.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/core/json.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/core/numeric.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/core/timer.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/core/type.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/filters/capturedVars.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/filters/defaultArguments.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/filters/filters.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/filters/filtersCommon.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/filters/jsExceptions.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/filters/localUsage.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/filters/tryCatchWrapper.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/genas3.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/gencpp.ml

@@ -1,6 +1,6 @@
 (*
 (*
    The Haxe Compiler
    The Haxe Compiler
-   Copyright (C) 2005-2017  Haxe Foundation
+   Copyright (C) 2005-2018  Haxe Foundation
 
 
    This program is free software; you can redistribute it and/or
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/gencs.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/genjava.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/genjs.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/genneko.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/genpy.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/genswf.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/genswf9.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/generators/hl2c.ml

@@ -1,5 +1,5 @@
 (*
 (*
- * Copyright (C)2005-2017 Haxe Foundation
+ * Copyright (C)2005-2018 Haxe Foundation
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * copy of this software and associated documentation files (the "Software"),

+ 1 - 1
src/generators/hlcode.ml

@@ -1,5 +1,5 @@
 (*
 (*
- * Copyright (C)2005-2017 Haxe Foundation
+ * Copyright (C)2005-2018 Haxe Foundation
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * copy of this software and associated documentation files (the "Software"),

+ 1 - 1
src/generators/hlinterp.ml

@@ -1,5 +1,5 @@
 (*
 (*
- * Copyright (C)2005-2017 Haxe Foundation
+ * Copyright (C)2005-2018 Haxe Foundation
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * copy of this software and associated documentation files (the "Software"),

+ 1 - 1
src/generators/hlopt.ml

@@ -1,5 +1,5 @@
 (*
 (*
- * Copyright (C)2005-2017 Haxe Foundation
+ * Copyright (C)2005-2018 Haxe Foundation
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * copy of this software and associated documentation files (the "Software"),

+ 1 - 1
src/macro/eval/evalArray.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalContext.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalDecode.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalEmitter.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalEncode.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalExceptions.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalField.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalHash.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalJit.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalMain.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalMisc.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalPrinting.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalPrototype.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalStdLib.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/eval/evalValue.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/macro/hlmacro.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/analyzer.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/analyzerConfig.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/analyzerTexpr.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/analyzerTexprTransformer.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/analyzerTypes.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/dce.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/inlineConstructors.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/optimization/optimizer.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/syntax/grammar.mly

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/syntax/lexer.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/syntax/parser.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/syntax/parserEntry.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/syntax/reification.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/typing/macroContext.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/typing/matcher.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/typing/typeload.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
src/typing/typer.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2017  Haxe Foundation
+	Copyright (C) 2005-2018  Haxe Foundation
 
 
 	This program is free software; you can redistribute it and/or
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
 	modify it under the terms of the GNU General Public License

+ 1 - 1
std/Any.hx

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C)2005-2017 Haxe Foundation
+ * Copyright (C)2005-2018 Haxe Foundation
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * copy of this software and associated documentation files (the "Software"),

Some files were not shown because too many files changed in this diff