Explorar o código

Happy new year! :tada:

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

+ 1 - 1
src/codegen/codegen.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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
@@ -457,7 +457,7 @@ and usage_string arg_spec usage =
 
 
 and init ctx =
 and init ctx =
 	let usage = Printf.sprintf
 	let usage = Printf.sprintf
-		"Haxe Compiler %s - (C)2005-2018 Haxe Foundation\nUsage: haxe%s <target> [options] [hxml files...]\n"
+		"Haxe Compiler %s - (C)2005-2019 Haxe Foundation\nUsage: haxe%s <target> [options] [hxml files...]\n"
 		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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/display/displayFields.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/display/displayToplevel.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/json.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+   Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018 Haxe Foundation
+ * Copyright (C)2005-2019 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-2018 Haxe Foundation
+ * Copyright (C)2005-2019 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-2018 Haxe Foundation
+ * Copyright (C)2005-2019 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-2018 Haxe Foundation
+ * Copyright (C)2005-2019 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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/evalBytes.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/evalString.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/typeloadCheck.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/typeloadFields.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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/typeloadFunction.ml

@@ -1,6 +1,6 @@
 (*
 (*
 	The Haxe Compiler
 	The Haxe Compiler
-	Copyright (C) 2005-2018  Haxe Foundation
+	Copyright (C) 2005-2019  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

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio