glimmer-dsl-opal 0.28.3 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (167) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/LICENSE.txt +1 -1
  4. data/README.md +172 -27
  5. data/VERSION +1 -1
  6. data/app/assets/images/glimmer/images/ui-icons_444444_256x240.png +0 -0
  7. data/app/assets/images/glimmer/images/ui-icons_555555_256x240.png +0 -0
  8. data/app/assets/images/glimmer/images/ui-icons_777620_256x240.png +0 -0
  9. data/app/assets/images/glimmer/images/ui-icons_777777_256x240.png +0 -0
  10. data/app/assets/images/glimmer/images/ui-icons_cc0000_256x240.png +0 -0
  11. data/app/assets/images/glimmer/images/ui-icons_ffffff_256x240.png +0 -0
  12. data/app/assets/stylesheets/glimmer/jquery-ui.css +109 -106
  13. data/app/assets/stylesheets/glimmer/jquery-ui.structure.css +91 -91
  14. data/app/assets/stylesheets/glimmer/jquery-ui.theme.css +18 -15
  15. data/app/controllers/glimmer/image_paths_controller.rb +0 -1
  16. data/config/routes.rb +1 -1
  17. data/lib/display.rb +1 -1
  18. data/lib/glimmer/data_binding/table_items_binding.rb +1 -1
  19. data/lib/glimmer/dsl/opal/async_exec_expression.rb +1 -1
  20. data/lib/glimmer/dsl/opal/bind_expression.rb +1 -1
  21. data/lib/glimmer/dsl/opal/block_property_expression.rb +1 -1
  22. data/lib/glimmer/dsl/opal/checkbox_group_selection_data_binding_expression.rb +1 -1
  23. data/lib/glimmer/dsl/opal/color_expression.rb +1 -1
  24. data/lib/glimmer/dsl/opal/custom_widget_expression.rb +3 -3
  25. data/lib/glimmer/dsl/opal/data_binding_expression.rb +1 -1
  26. data/lib/glimmer/dsl/opal/dialog_expression.rb +1 -1
  27. data/lib/glimmer/dsl/opal/display_expression.rb +1 -1
  28. data/lib/glimmer/dsl/opal/exec_expression.rb +1 -1
  29. data/lib/glimmer/dsl/opal/font_expression.rb +1 -1
  30. data/lib/glimmer/dsl/opal/image_expression.rb +2 -2
  31. data/lib/glimmer/dsl/opal/menu_bar_expression.rb +1 -1
  32. data/lib/glimmer/dsl/opal/menu_expression.rb +2 -2
  33. data/lib/glimmer/dsl/opal/message_box_expression.rb +1 -1
  34. data/lib/glimmer/dsl/opal/property_expression.rb +1 -1
  35. data/lib/glimmer/dsl/opal/radio_group_selection_data_binding_expression.rb +1 -1
  36. data/lib/glimmer/dsl/opal/rgb_expression.rb +1 -1
  37. data/lib/glimmer/dsl/opal/rgba_expression.rb +1 -1
  38. data/lib/glimmer/dsl/opal/shape_expression.rb +2 -1
  39. data/lib/glimmer/dsl/opal/shell_expression.rb +2 -2
  40. data/lib/glimmer/dsl/opal/shine_data_binding_expression.rb +1 -1
  41. data/lib/glimmer/dsl/opal/swt_expression.rb +1 -1
  42. data/lib/glimmer/dsl/opal/sync_exec_expression.rb +1 -1
  43. data/lib/glimmer/dsl/opal/widget_expression.rb +1 -1
  44. data/lib/glimmer/engine.rb +1 -1
  45. data/lib/glimmer/swt/arrow_proxy.rb +7 -1
  46. data/lib/glimmer/swt/button_proxy.rb +4 -3
  47. data/lib/glimmer/swt/c_combo_proxy.rb +1 -1
  48. data/lib/glimmer/swt/c_tab_folder_proxy.rb +1 -1
  49. data/lib/glimmer/swt/c_tab_item_proxy.rb +1 -1
  50. data/lib/glimmer/swt/checkbox_proxy.rb +3 -2
  51. data/lib/glimmer/swt/color_proxy.rb +1 -1
  52. data/lib/glimmer/swt/composite_proxy.rb +1 -1
  53. data/lib/glimmer/swt/control_editor.rb +1 -1
  54. data/lib/glimmer/swt/custom/checkbox_group.rb +1 -1
  55. data/lib/glimmer/swt/custom/radio_group.rb +1 -1
  56. data/lib/glimmer/swt/custom/shape/arc.rb +1 -1
  57. data/lib/glimmer/swt/custom/shape/image.rb +1 -1
  58. data/lib/glimmer/swt/custom/shape/line.rb +1 -1
  59. data/lib/glimmer/swt/custom/shape/oval.rb +1 -1
  60. data/lib/glimmer/swt/custom/shape/point.rb +1 -1
  61. data/lib/glimmer/swt/custom/shape/polygon.rb +1 -1
  62. data/lib/glimmer/swt/custom/shape/polyline.rb +1 -1
  63. data/lib/glimmer/swt/custom/shape/rectangle.rb +1 -1
  64. data/lib/glimmer/swt/custom/shape/text.rb +1 -1
  65. data/lib/glimmer/swt/custom/shape.rb +4 -4
  66. data/lib/glimmer/swt/date_time_proxy.rb +2 -2
  67. data/lib/glimmer/swt/dialog_proxy.rb +1 -1
  68. data/lib/glimmer/swt/font_proxy.rb +1 -1
  69. data/lib/glimmer/swt/label_proxy.rb +1 -1
  70. data/lib/glimmer/swt/latest_dialog_proxy.rb +1 -1
  71. data/lib/glimmer/swt/latest_message_box_proxy.rb +1 -1
  72. data/lib/glimmer/swt/latest_shell_proxy.rb +4 -4
  73. data/lib/glimmer/swt/layout_proxy.rb +1 -1
  74. data/lib/glimmer/swt/make_shift_shell_proxy.rb +1 -1
  75. data/lib/glimmer/swt/menu_item_proxy.rb +3 -3
  76. data/lib/glimmer/swt/menu_proxy.rb +22 -16
  77. data/lib/glimmer/swt/message_box_proxy.rb +1 -1
  78. data/lib/glimmer/swt/progress_bar_proxy.rb +1 -1
  79. data/lib/glimmer/swt/scale_proxy.rb +7 -1
  80. data/lib/glimmer/swt/shell_proxy.rb +1 -1
  81. data/lib/glimmer/swt/slider_proxy.rb +6 -0
  82. data/lib/glimmer/swt/spinner_proxy.rb +4 -3
  83. data/lib/glimmer/swt/style_constantizable.rb +1 -1
  84. data/lib/glimmer/swt/swt_proxy.rb +1 -1
  85. data/lib/glimmer/swt/tab_folder_proxy.rb +1 -1
  86. data/lib/glimmer/swt/tab_item_proxy.rb +1 -1
  87. data/lib/glimmer/swt/table_editor.rb +1 -1
  88. data/lib/glimmer/swt/table_item_proxy.rb +3 -3
  89. data/lib/glimmer/swt/table_proxy.rb +1 -1
  90. data/lib/glimmer/swt/widget_proxy.rb +28 -28
  91. data/lib/glimmer/swt.rb +1 -1
  92. data/lib/glimmer/ui/custom_shell.rb +1 -5
  93. data/lib/glimmer/ui/custom_widget.rb +5 -5
  94. data/lib/glimmer/util/proc_tracker.rb +3 -3
  95. data/lib/glimmer-dsl-opal/ext/date.rb +8 -8
  96. data/lib/glimmer-dsl-opal/ext/file.rb +1 -1
  97. data/lib/glimmer-dsl-opal/ext/glimmer/dsl/engine.rb +1 -1
  98. data/lib/glimmer-dsl-opal/samples/elaborate/contact_manager/contact_repository.rb +1 -1
  99. data/lib/glimmer-dsl-opal/samples/elaborate/login.rb +1 -1
  100. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/block.rb +1 -1
  101. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/game.rb +1 -1
  102. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/past_game.rb +1 -1
  103. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/model/tetromino.rb +1 -1
  104. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/block.rb +1 -1
  105. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/high_score_dialog.rb +1 -1
  106. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/playfield.rb +1 -1
  107. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/score_lane.rb +1 -1
  108. data/lib/glimmer-dsl-opal/samples/elaborate/tetris/view/tetris_menu_bar.rb +1 -1
  109. data/lib/glimmer-dsl-opal/samples/elaborate/tetris.rb +2 -2
  110. data/lib/glimmer-dsl-opal/samples/elaborate/tic_tac_toe.rb +1 -1
  111. data/lib/glimmer-dsl-opal/samples/elaborate/user_profile.rb +1 -1
  112. data/lib/glimmer-dsl-opal/samples/elaborate/weather.rb +1 -1
  113. data/lib/glimmer-dsl-opal/samples/hello/hello_arrow.rb +1 -1
  114. data/lib/glimmer-dsl-opal/samples/hello/hello_browser.rb +1 -1
  115. data/lib/glimmer-dsl-opal/samples/hello/hello_button.rb +1 -1
  116. data/lib/glimmer-dsl-opal/samples/hello/hello_c_combo.rb +1 -1
  117. data/lib/glimmer-dsl-opal/samples/hello/hello_c_tab.rb +1 -1
  118. data/lib/glimmer-dsl-opal/samples/hello/hello_canvas.rb +1 -1
  119. data/lib/glimmer-dsl-opal/samples/hello/hello_checkbox.rb +1 -1
  120. data/lib/glimmer-dsl-opal/samples/hello/hello_checkbox_group.rb +1 -1
  121. data/lib/glimmer-dsl-opal/samples/hello/hello_combo.rb +1 -1
  122. data/lib/glimmer-dsl-opal/samples/hello/hello_composite.rb +1 -1
  123. data/lib/glimmer-dsl-opal/samples/hello/hello_computed.rb +1 -1
  124. data/lib/glimmer-dsl-opal/samples/hello/hello_cursor.rb +1 -1
  125. data/lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb +1 -1
  126. data/lib/glimmer-dsl-opal/samples/hello/hello_custom_widget.rb +1 -1
  127. data/lib/glimmer-dsl-opal/samples/hello/hello_date_time.rb +1 -1
  128. data/lib/glimmer-dsl-opal/samples/hello/hello_dialog.rb +1 -1
  129. data/lib/glimmer-dsl-opal/samples/hello/hello_group.rb +1 -1
  130. data/lib/glimmer-dsl-opal/samples/hello/hello_label.rb +1 -1
  131. data/lib/glimmer-dsl-opal/samples/hello/hello_layout.rb +1 -1
  132. data/lib/glimmer-dsl-opal/samples/hello/hello_list_multi_selection.rb +1 -1
  133. data/lib/glimmer-dsl-opal/samples/hello/hello_list_single_selection.rb +1 -1
  134. data/lib/glimmer-dsl-opal/samples/hello/hello_menu_bar.rb +1 -1
  135. data/lib/glimmer-dsl-opal/samples/hello/hello_message_box.rb +1 -1
  136. data/lib/glimmer-dsl-opal/samples/hello/hello_pop_up_context_menu.rb +1 -1
  137. data/lib/glimmer-dsl-opal/samples/hello/hello_print.rb +1 -1
  138. data/lib/glimmer-dsl-opal/samples/hello/hello_progress_bar.rb +1 -1
  139. data/lib/glimmer-dsl-opal/samples/hello/hello_radio.rb +1 -1
  140. data/lib/glimmer-dsl-opal/samples/hello/hello_radio_group.rb +1 -1
  141. data/lib/glimmer-dsl-opal/samples/hello/hello_scale.rb +1 -1
  142. data/lib/glimmer-dsl-opal/samples/hello/hello_slider.rb +1 -1
  143. data/lib/glimmer-dsl-opal/samples/hello/hello_spinner.rb +1 -1
  144. data/lib/glimmer-dsl-opal/samples/hello/hello_tab.rb +1 -1
  145. data/lib/glimmer-dsl-opal/samples/hello/hello_table.rb +1 -1
  146. data/lib/glimmer-dsl-opal/samples/hello/hello_text.rb +1 -1
  147. data/lib/glimmer-dsl-opal/samples/hello/hello_world.rb +1 -1
  148. data/lib/glimmer-dsl-opal/vendor/jquery-ui/AUTHORS.txt +35 -1
  149. data/lib/glimmer-dsl-opal/vendor/jquery-ui/index.html +503 -0
  150. data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.min.css +4 -4
  151. data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.min.js +3 -10
  152. data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.structure.min.css +2 -2
  153. data/lib/glimmer-dsl-opal/vendor/jquery-ui/jquery-ui.theme.min.css +2 -2
  154. data/lib/glimmer-dsl-opal/vendor/jquery-ui/package.json +26 -26
  155. data/lib/glimmer-dsl-opal/vendor/jquery.js +10881 -2
  156. data/lib/glimmer-dsl-opal.rb +1 -1
  157. data/lib/glimmer-dsl-swt.rb +1 -1
  158. data/lib/net/http.rb +1 -1
  159. data/lib/os.rb +1 -1
  160. metadata +10 -16
  161. data/app/assets/images/glimmer/images/ui-icons_222222_256x240.png +0 -0
  162. data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
  163. data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
  164. data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
  165. data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
  166. data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
  167. data/lib/glimmer-dsl-opal/vendor/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -143,7 +143,7 @@ class Tetris
143
143
  def show_about_dialog
144
144
  message_box {
145
145
  text 'Glimmer Tetris'
146
- message "Glimmer Tetris\n\nGlimmer DSL for SWT Sample\n\nLeft is A\nRight is D\nDown is S\nUp is W\nRotate Left is Q\nRotate Right is E\nAlternatively:\nUse arrow keys for movement\nand right/left alt/shift keys for rotation\n\nCopyright (c) 2007-2021 Andy Maleh"
146
+ message "Glimmer Tetris\n\nGlimmer DSL for SWT Sample\n\nLeft is A\nRight is D\nDown is S\nUp is W\nRotate Left is Q\nRotate Right is E\nAlternatively:\nUse arrow keys for movement\nand right/left alt/shift keys for rotation\n\nCopyright (c) 2007-2022 Andy Maleh"
147
147
  }.open
148
148
  end
149
149
  end
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2021 Andy Maleh
1
+ # Copyright (c) 2020-2022 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -312,7 +312,7 @@ Mani Mishra <manimishra902@gmail.com>
312
312
  Hannah Methvin <hannahmethvin@gmail.com>
313
313
  Leonardo Balter <leonardo.balter@gmail.com>
314
314
  Benjamin Albert <benjamin_a5@yahoo.com>
315
- Michał Gołębiowski <m.goleb@gmail.com>
315
+ Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
316
316
  Alyosha Pushak <alyosha.pushak@gmail.com>
317
317
  Fahad Ahmad <fahadahmad41@hotmail.com>
318
318
  Matt Brundage <github@mattbrundage.com>
@@ -331,3 +331,37 @@ Peter Dave Hello <hsu@peterdavehello.org>
331
331
  Johannes Schäfer <johnschaefer@gmx.de>
332
332
  Ville Skyttä <ville.skytta@iki.fi>
333
333
  Ryan Oriecuia <ryan.oriecuia@visioncritical.com>
334
+ Sergei Ratnikov <sergeir82@gmail.com>
335
+ milk54 <milk851@gmail.com>
336
+ Evelyn Masso <evoutofambit@gmail.com>
337
+ Robin <mail@robin-fowler.com>
338
+ Simon Asika <asika32764@gmail.com>
339
+ Kevin Cupp <kevin.cupp@gmail.com>
340
+ Jeremy Mickelson <Jeremy.Mickelson@gmail.com>
341
+ Kyle Rosenberg <kyle.rosenberg@gmail.com>
342
+ Petri Partio <petri.partio@gmail.com>
343
+ pallxk <github@pallxk.com>
344
+ Luke Brookhart <luke@onjax.com>
345
+ claudi <hirt-claudia@gmx.de>
346
+ Eirik Sletteberg <eiriksletteberg@gmail.com>
347
+ Albert Johansson <albert@intervaro.se>
348
+ A. Wells <borgboyone@users.noreply.github.com>
349
+ Robert Brignull <robertbrignull@gmail.com>
350
+ Horus68 <pauloizidoro@gmail.com>
351
+ Maksymenkov Eugene <foatei@gmail.com>
352
+ OskarNS <soerensen.oskar@gmail.com>
353
+ Gez Quinn <holla@gezquinn.design>
354
+ jigar gala <jigar.gala140291@gmail.com>
355
+ Florian Wegscheider <flo.wegscheider@gmail.com>
356
+ Fatér Zsolt <fater.zsolt@gmail.com>
357
+ Szabolcs Szabolcsi-Toth <nec@shell8.net>
358
+ Jérémy Munsch <github@jeremydev.ovh>
359
+ Hrvoje Novosel <hrvoje.novosel@gmail.com>
360
+ Paul Capron <PaulCapron@users.noreply.github.com>
361
+ Micah Miller <mikhey@runbox.com>
362
+ sakshi87 <53863764+sakshi87@users.noreply.github.com>
363
+ Mikolaj Wolicki <wolicki.mikolaj@gmail.com>
364
+ Patrick McKay <patrick.mckay@vumc.org>
365
+ c-lambert <58025159+c-lambert@users.noreply.github.com>
366
+ Josep Sanz <josepsanzcamp@gmail.com>
367
+ Ben Mullins <benm@umich.edu>