From c5e65177a84433df91f24eee8d7ce89ef54d8258 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:43:31 +0100 Subject: [PATCH] `http://www.nitlanguage.org` -> `https://nitlanguage.org` http://www.nitlanguage.org -> 302 https://www.nitlanguage.org/ -> Error: FetchError: request to https://www.nitlanguage.org/ failed, reason: Hostname/IP does not match certificate's altnames: Host: www.nitlanguage.org. is not in the cert's altnames: DNS:clarke.info.uqam.ca --- Makefile | 2 +- README.md | 2 +- benchmarks/bench_common.sh | 2 +- benchmarks/bench_engines.sh | 2 +- benchmarks/bench_nitdoc.sh | 2 +- benchmarks/bench_nitunit.sh | 2 +- benchmarks/bench_old.sh | 2 +- benchmarks/bench_plot.sh | 2 +- benchmarks/csv/csv_bench.sh | 2 +- benchmarks/csv/scripts/csv_gen.nit | 2 +- benchmarks/csv/scripts/nit_csv.nit | 2 +- benchmarks/json/bench_json.sh | 2 +- benchmarks/json/inputs/multiply_gov.sh | 2 +- benchmarks/json/inputs/multiply_twitter.sh | 2 +- .../json/scripts/nit_adhoc_utf_noropes.nit | 2 +- .../json/scripts/nit_adhoc_utf_ropes.nit | 2 +- benchmarks/json/scripts/nitcc_parser.nit | 2 +- benchmarks/languages/bench_languages.sh | 2 +- benchmarks/languages/benches/bench_attr.nit | 2 +- benchmarks/languages/benches/bench_base.nit | 2 +- benchmarks/languages/benches/bench_meth.nit | 2 +- benchmarks/languages/benches/bench_null.nit | 2 +- .../benches/bench_typetest_covar.nit | 2 +- .../benches/bench_typetest_depth.nit | 2 +- .../benches/bench_typetest_depth_not.nit | 2 +- .../benches/bench_typetest_fts_nesting.nit | 2 +- benchmarks/markdown/Makefile | 2 +- benchmarks/markdown/bench_markdown.sh | 2 +- benchmarks/markdown/benches/Makefile | 2 +- benchmarks/markdown/benches/gen_benches.nit | 2 +- benchmarks/markdown/engines/Makefile | 2 +- .../markdown/engines/markdown4j/Makefile | 2 +- benchmarks/markdown/engines/nitmd/Makefile | 2 +- benchmarks/markdown/engines/nitmd/nitmd.nit | 2 +- benchmarks/markdown/engines/nitmd2/Makefile | 2 +- benchmarks/markdown/engines/nitmd2/nitmd2.nit | 2 +- benchmarks/markdown/engines/pandoc/Makefile | 2 +- benchmarks/markdown/engines/txtmark/Makefile | 2 +- benchmarks/microbenches/catches.nit | 2 +- benchmarks/polygons/java/bench_polygon.sh | 2 +- benchmarks/polygons/nit/bench_polygon.nit | 2 +- benchmarks/polygons/nit/bench_polygon.sh | 2 +- .../array_to_s_vars/array_to_s_buffer.nit | 2 +- .../array_to_s_vars/array_to_s_flatstr.nit | 2 +- .../array_to_s_vars/array_to_s_man_buf.nit | 2 +- .../array_to_s_vars/array_to_s_manual.nit | 2 +- .../array_to_s_vars/array_to_s_rope.nit | 2 +- .../array_to_s_vars/array_to_s_rope_buf.nit | 2 +- benchmarks/strings/array_tos.nit | 2 +- benchmarks/strings/bench_base.nit | 2 +- benchmarks/strings/bench_strings.sh | 2 +- benchmarks/strings/chain_concat.nit | 2 +- benchmarks/strings/index_bench.nit | 2 +- benchmarks/strings/iteration_bench.nit | 2 +- benchmarks/strings/substr_bench.nit | 2 +- c_src/gc_chooser.c | 2 +- c_src/gc_chooser.h | 2 +- c_src/tables_nit.h | 2 +- clib/gc.c | 2 +- clib/gc.h | 2 +- clib/gc_chooser.c | 2 +- clib/gc_chooser.h | 2 +- clib/gc_static_objects_list.c | 2 +- clib/gc_static_objects_list.h | 2 +- clib/nit_common.h | 2 +- clib/nit_main.c | 2 +- contrib/action_nitro/src/action_nitro.nit | 2 +- contrib/action_nitro/src/game/ai.nit | 2 +- contrib/action_nitro/src/game/core.nit | 2 +- contrib/action_nitro/src/game/game.nit | 2 +- contrib/action_nitro/src/game/planegen.nit | 2 +- contrib/action_nitro/src/touch_ui.nit | 2 +- contrib/asteronits/src/android.nit | 2 +- contrib/asteronits/src/asteronits.nit | 2 +- contrib/asteronits/src/game_logic.nit | 2 +- contrib/asteronits/src/touch_ui.nit | 2 +- contrib/benitlux/src/benitlux_model.nit | 2 +- contrib/benitlux/src/client/android.nit | 2 +- contrib/benitlux/src/client/android_proto.nit | 2 +- contrib/benitlux/src/client/base.nit | 2 +- contrib/benitlux/src/client/client.nit | 2 +- .../benitlux/src/client/features/checkins.nit | 2 +- .../benitlux/src/client/features/debug.nit | 2 +- .../src/client/features/manual_checkins.nit | 2 +- contrib/benitlux/src/client/features/push.nit | 2 +- .../src/client/features/translations.nit | 2 +- contrib/benitlux/src/client/ios.nit | 2 +- .../benitlux/src/client/views/beer_views.nit | 2 +- .../benitlux/src/client/views/home_views.nit | 2 +- .../src/client/views/social_views.nit | 2 +- .../benitlux/src/client/views/user_views.nit | 2 +- contrib/benitlux/src/correct.nit | 2 +- contrib/benitlux/src/report.nit | 2 +- .../src/server/benitlux_controller.nit | 2 +- .../benitlux/src/server/benitlux_daily.nit | 2 +- contrib/benitlux/src/server/benitlux_db.nit | 2 +- .../benitlux/src/server/benitlux_social.nit | 2 +- contrib/benitlux/src/server/benitlux_view.nit | 2 +- contrib/benitlux/src/server/server.nit | 2 +- contrib/brainfuck/Makefile | 2 +- contrib/brainfuck/brainfuck.nit | 2 +- contrib/github_merge/Makefile | 2 +- contrib/github_merge/github_merge.nit | 2 +- contrib/github_search_for_jni/Makefile | 2 +- .../src/github_search_for_jni.nit | 2 +- contrib/header_keeper/Makefile | 2 +- contrib/header_keeper/src/header_keeper.nit | 2 +- contrib/inkscape_tools/Makefile | 2 +- contrib/inkscape_tools/src/svg_to_icons.nit | 2 +- .../inkscape_tools/src/svg_to_png_and_nit.nit | 2 +- contrib/inkscape_tools/src/xcode_assets.nit | 2 +- contrib/jwrapper/README.md | 2 +- .../jwrapper/examples/java_api/api_user.nit | 2 +- contrib/jwrapper/examples/queue/Queue.java | 2 +- contrib/jwrapper/examples/queue/user_test.nit | 2 +- contrib/jwrapper/src/code_generator.nit | 4 +- contrib/jwrapper/src/javap_visitor.nit | 2 +- contrib/jwrapper/src/jtype_converter.nit | 2 +- contrib/jwrapper/src/jwrapper.nit | 2 +- contrib/jwrapper/src/model.nit | 2 +- contrib/memplot/Makefile | 2 +- contrib/memplot/memplot.nit | 2 +- contrib/memplot/memplot.r | 2 +- contrib/model_viewer/src/globe.nit | 2 +- contrib/model_viewer/src/model_viewer.nit | 2 +- contrib/nitcc/bootstrap/autom.nit | 2 +- contrib/nitcc/bootstrap/grammar.nit | 2 +- contrib/nitcc/bootstrap/lrautomaton.nit | 2 +- contrib/nitcc/bootstrap/nitcc.nit | 2 +- contrib/nitcc/bootstrap/nitcc_semantic.nit | 2 +- contrib/nitcc/bootstrap/re2nfa.nit | 2 +- contrib/nitcc/examples/blob.nit | 2 +- contrib/nitcc/examples/calc.nit | 2 +- contrib/nitcc/src/autom.nit | 2 +- contrib/nitcc/src/grammar.nit | 2 +- contrib/nitcc/src/lrautomaton.nit | 2 +- contrib/nitcc/src/nitcc.nit | 2 +- contrib/nitcc/src/nitcc_semantic.nit | 2 +- contrib/nitcc/src/re2nfa.nit | 2 +- contrib/nitcc/src/regexparser.nit | 2 +- contrib/nitester/Makefile | 2 +- contrib/nitester/src/nitester.nit | 2 +- contrib/nitin/Makefile | 2 +- contrib/nitin/nitin.nit | 2 +- contrib/nitiwiki/Makefile | 2 +- .../nitiwiki/examples/nitiwiki/highlighter.sh | 2 +- contrib/nitiwiki/src/markdown_highlight.nit | 2 +- contrib/nitiwiki/src/nitiwiki.nit | 2 +- contrib/nitiwiki/src/wiki_base.nit | 2 +- contrib/nitiwiki/src/wiki_edit.nit | 2 +- contrib/nitiwiki/src/wiki_html.nit | 2 +- contrib/nitiwiki/src/wiki_links.nit | 2 +- contrib/nitiwiki/tests/tests.sh | 2 +- contrib/objcwrapper/src/header_static.nit | 2 +- contrib/objcwrapper/src/objc_generator.nit | 2 +- contrib/objcwrapper/src/objc_model.nit | 2 +- contrib/objcwrapper/src/objc_visitor.nit | 2 +- contrib/objcwrapper/src/objcwrapper.nit | 2 +- contrib/objcwrapper/src/preprocessing.nit | 2 +- contrib/oot.sh | 2 +- .../src/opportunity_controller.nit | 2 +- contrib/opportunity/src/opportunity_model.nit | 2 +- contrib/opportunity/src/opportunity_web.nit | 2 +- .../opportunity/src/templates/boilerplate.nit | 2 +- contrib/opportunity/src/templates/meetup.nit | 2 +- .../src/templates/meetup_confirmation.nit | 2 +- .../src/templates/meetup_creation.nit | 2 +- .../opportunity/src/templates/templates.nit | 2 +- contrib/opportunity/src/templates/welcome.nit | 2 +- contrib/opportunity/tests/db_tests.nit | 2 +- contrib/pep8analysis/src/location.nit | 2 +- contrib/pep8analysis/src/parser/Makefile | 2 +- .../pep8analysis/src/parser/fact_parser.pl | 2 +- contrib/pep8analysis/src/parser/prescc.pl | 2 +- contrib/pep8analysis/src/parser/prescc.sh | 2 +- contrib/pep8analysis/src/parser/tables.nit | 2 +- contrib/pep8analysis/src/parser/tables_nit.h | 2 +- contrib/pep8analysis/src/parser/xss/lexer.xss | 2 +- contrib/pep8analysis/src/parser/xss/main.xss | 2 +- .../pep8analysis/src/parser/xss/parser.xss | 2 +- contrib/pep8analysis/src/parser/xss/prods.xss | 2 +- .../pep8analysis/src/parser/xss/tokens.xss | 2 +- .../physical_interface_for_mpd_on_rpi.nit | 2 +- contrib/re_parser/src/re_app.nit | 2 +- contrib/re_parser/src/re_parser.nit | 2 +- contrib/rss_downloader/Makefile | 2 +- contrib/rss_downloader/src/rss_downloader.nit | 2 +- contrib/rss_downloader/src/sample_config.nit | 2 +- contrib/shibuqam/examples/reloadgame.nit | 2 +- contrib/shibuqam/examples/shibuqamoauth.nit | 2 +- contrib/shibuqam/shibuqam.nit | 2 +- contrib/simplan/simplan.nit | 2 +- contrib/sort_downloads/Makefile | 2 +- contrib/sort_downloads/src/sort_downloads.nit | 2 +- contrib/tinks/Makefile | 2 +- contrib/tinks/src/client/base.nit | 2 +- contrib/tinks/src/client/client3d.nit | 2 +- contrib/tinks/src/client/context.nit | 2 +- contrib/tinks/src/client/tinks_vr.nit | 2 +- contrib/tinks/src/common.nit | 2 +- contrib/tinks/src/game/framework.nit | 2 +- contrib/tinks/src/game/game.nit | 2 +- contrib/tinks/src/game/players.nit | 2 +- contrib/tinks/src/game/powerups.nit | 2 +- contrib/tinks/src/game/tanks.nit | 2 +- contrib/tinks/src/game/world.nit | 2 +- contrib/tinks/src/server/dedicated.nit | 2 +- contrib/tinks/src/server/server.nit | 2 +- contrib/tnitter/src/action.nit | 2 +- contrib/tnitter/src/database.nit | 2 +- contrib/tnitter/src/model.nit | 2 +- contrib/tnitter/src/push.nit | 2 +- contrib/tnitter/src/tnitter.nit | 2 +- contrib/tnitter/src/tnitter_app.nit | 2 +- contrib/tnitter/src/tnitter_app_android.nit | 2 +- contrib/xymus_net/xymus_net.nit | 2 +- doc/manual/makedoc.sh | 2 +- doc/manual/nitlanguage.sty | 2 +- doc/manual/nitreference.tex | 2 +- examples/calculator/src/android14.nit | 2 +- .../calculator/src/android21/android21.nit | 2 +- examples/calculator/src/calculator.nit | 2 +- examples/calculator/src/calculator_logic.nit | 2 +- examples/calculator/src/calculator_test.nit | 2 +- examples/calculator/src/ios.nit | 2 +- .../calculator/src/scientific/scientific.nit | 2 +- examples/circular_list.nit | 2 +- examples/clock.nit | 2 +- examples/clock_more.nit | 2 +- examples/draw_operation.nit | 2 +- examples/extern_methods.nit | 2 +- examples/fibonacci.nit | 2 +- examples/int_stack.nit | 2 +- examples/leapfrog/leapfrog.nit | 2 +- examples/leapfrog/leapfrog_curses.nit | 2 +- examples/montecarlo.nit | 2 +- examples/print_arguments.nit | 2 +- examples/procedural_array.nit | 2 +- examples/rosettacode/24_game.nit | 2 +- examples/rosettacode/ab.nit | 2 +- examples/rosettacode/abstract_type.nit | 2 +- examples/rosettacode/accumulator_factory.nit | 2 +- examples/rosettacode/ackermann_function.nit | 2 +- examples/rosettacode/align_columns.nit | 2 +- examples/rosettacode/arithmetic_mean.nit | 2 +- examples/rosettacode/arithmetic_mode.nit | 2 +- examples/rosettacode/array_concatenation.nit | 2 +- examples/rosettacode/arrays.nit | 2 +- examples/rosettacode/assertions.nit | 2 +- examples/rosettacode/balanced_brackets.nit | 2 +- examples/rosettacode/bitwise_operations.nit | 2 +- examples/rosettacode/boolean_values.nit | 2 +- examples/rosettacode/bottles_of_beer.nit | 2 +- examples/rosettacode/boxthecompass.nit | 2 +- examples/rosettacode/caesar_cipher.nit | 2 +- examples/rosettacode/catalan_numbers.nit | 2 +- examples/rosettacode/count_the_coins.nit | 2 +- examples/rosettacode/doors.nit | 2 +- examples/rosettacode/doors_with_classes.nit | 2 +- examples/rosettacode/dot_product.nit | 2 +- examples/rosettacode/empty_program.nit | 2 +- examples/rosettacode/empty_string.nit | 2 +- examples/rosettacode/entropy.nit | 2 +- examples/rosettacode/entropy_narcissist.nit | 2 +- .../rosettacode/ethiopian_multiplication.nit | 2 +- examples/rosettacode/even_odd.nit | 2 +- examples/rosettacode/factorial.nit | 2 +- examples/rosettacode/fibonacci_word.nit | 2 +- .../rosettacode/first_letter_last_letter.nit | 2 +- examples/rosettacode/guess_the_number.nit | 2 +- examples/rosettacode/hailstone.nit | 2 +- examples/rosettacode/hamming_number.nit | 2 +- examples/rosettacode/hello_world_text.nit | 2 +- examples/rosettacode/here_document.nit | 2 +- examples/rosettacode/html_table.nit | 2 +- examples/rosettacode/integer_overflow.nit | 2 +- examples/rosettacode/json_output.nit | 2 +- examples/rosettacode/letter_frequency.nit | 2 +- examples/rosettacode/loops_break.nit | 2 +- examples/rosettacode/loops_continue.nit | 2 +- examples/rosettacode/loops_do_while.nit | 2 +- examples/rosettacode/loops_downward_for.nit | 2 +- examples/rosettacode/loops_for.nit | 2 +- examples/rosettacode/loops_infinite.nit | 2 +- .../rosettacode/loops_n_plus_one_half.nit | 2 +- examples/rosettacode/loops_while.nit | 2 +- examples/rosettacode/median.nit | 2 +- .../one_dimensional_cellular_automata.nit | 2 +- examples/rosettacode/perfect_numbers.nit | 2 +- examples/rosettacode/perlin_noise.nit | 2 +- examples/rosettacode/pernicious_numbers.nit | 2 +- examples/rosettacode/pick_random.nit | 2 +- examples/rosettacode/pig_the_dice_game.nit | 2 +- examples/rosettacode/random_numbers.nit | 2 +- examples/rosettacode/read_entire_file.nit | 2 +- examples/rosettacode/reverse_a_string.nit | 2 +- examples/rosettacode/reverse_words.nit | 2 +- examples/rosettacode/s_exp.nit | 2 +- examples/rosettacode/semordnilap.nit | 2 +- examples/rosettacode/sha_1.nit | 2 +- examples/rosettacode/symmetric_difference.nit | 2 +- examples/rosettacode/tape.nit | 2 +- examples/rosettacode/tokenize.nit | 2 +- examples/rosettacode/tree_traversal.nit | 2 +- examples/rosettacode/unix_ls.nit | 2 +- examples/rosettacode/vignere_cipher.nit | 2 +- examples/rosettacode/visualize_a_tree.nit | 2 +- examples/rosettacode/zigzag_matrix.nit | 2 +- lib/a_star/a_star.nit | 2 +- lib/a_star/tests/test_a_star.nit | 2 +- lib/actors/actors.nit | 2 +- .../agent_simulation/agent_simulation.nit | 2 +- .../agent_simulation/simple_simulation.nit | 2 +- .../chameneos-redux/chameneosredux.nit | 2 +- .../examples/fannkuchredux/fannkuchredux.nit | 2 +- lib/actors/examples/mandelbrot/mandelbrot.nit | 2 +- lib/actors/examples/simple/simple.nit | 2 +- .../examples/thread-ring/thread_ring.nit | 2 +- lib/ai/ai.nit | 2 +- lib/ai/backtrack.nit | 2 +- lib/ai/examples/puzzle.nit | 2 +- lib/ai/examples/queens.nit | 2 +- lib/ai/search.nit | 2 +- lib/android/NitActivity.java | 2 +- lib/android/activities.nit | 2 +- lib/android/android.nit | 2 +- lib/android/assets.nit | 2 +- lib/android/assets_and_resources.nit | 2 +- lib/android/audio.nit | 2 +- lib/android/aware.nit | 2 +- lib/android/bundle/bundle.nit | 2 +- lib/android/cardboard.nit | 2 +- lib/android/dalvik.nit | 2 +- lib/android/data_store.nit | 2 +- lib/android/examples/src/ui_test.nit | 2 +- lib/android/game.nit | 2 +- lib/android/gamepad.nit | 2 +- lib/android/http_request.nit | 2 +- lib/android/input_events.nit | 2 +- lib/android/intent/intent.nit | 2 +- lib/android/intent/intent_api10.nit | 2 +- lib/android/intent/intent_api11.nit | 2 +- lib/android/intent/intent_api12.nit | 2 +- lib/android/intent/intent_api14.nit | 2 +- lib/android/intent/intent_api15.nit | 2 +- lib/android/intent/intent_api16.nit | 2 +- lib/android/intent/intent_api17.nit | 2 +- lib/android/intent/intent_api18.nit | 2 +- lib/android/intent/intent_api19.nit | 2 +- lib/android/key_event.nit | 2 +- lib/android/landscape.nit | 2 +- lib/android/load_image.nit | 2 +- lib/android/log.nit | 2 +- lib/android/native_app_glue.nit | 2 +- lib/android/nit_activity.nit | 2 +- .../notification/native_notification.nit | 2 +- lib/android/notification/notification.nit | 2 +- lib/android/platform.nit | 2 +- lib/android/portrait.nit | 2 +- lib/android/sensors.nit | 2 +- lib/android/service/NitBroadcastReceiver.java | 2 +- lib/android/service/NitService.java | 2 +- lib/android/service/at_boot.nit | 2 +- lib/android/service/service.nit | 2 +- .../shared_preferences/shared_preferences.nit | 2 +- .../shared_preferences_api10.nit | 2 +- .../shared_preferences_api11.nit | 2 +- lib/android/toast.nit | 2 +- lib/android/ui/native_ui.nit | 2 +- lib/android/ui/ui.nit | 2 +- lib/android/vibration.nit | 2 +- lib/android/wifi.nit | 2 +- lib/app/app.nit | 2 +- lib/app/app_base.nit | 2 +- lib/app/assets.nit | 2 +- lib/app/audio.nit | 2 +- lib/app/data_store.nit | 2 +- lib/app/examples/http_request_example.nit | 2 +- lib/app/examples/ui_example.nit | 2 +- lib/app/http_request.nit | 2 +- lib/app/ui.nit | 2 +- lib/array_debug/array_debug.nit | 2 +- lib/base64/base64.nit | 2 +- lib/base64/tests/test_base64.nit | 2 +- lib/bcm2835/bcm2835.nit | 2 +- lib/bcm2835/examples/blink.nit | 2 +- lib/bcm2835/examples/input.nit | 2 +- lib/binary/binary.nit | 2 +- lib/bitmap/bitmap.nit | 2 +- lib/bitmap/test_bitmap.nit | 2 +- lib/bucketed_game/bucketed_game.nit | 2 +- lib/c/c.nit | 2 +- lib/cartesian/cartesian.nit | 2 +- lib/cocoa/app_kit.nit | 2 +- lib/cocoa/cocoa.nit | 2 +- lib/cocoa/examples/cocoa_extern_types.nit | 2 +- lib/cocoa/examples/cocoa_message_box.nit | 2 +- lib/cocoa/examples/hello_cocoa.nit | 2 +- lib/cocoa/foundation.nit | 2 +- lib/combinations/combinations.nit | 2 +- lib/config/config.nit | 2 +- lib/console/console.nit | 2 +- lib/core/bitset.nit | 2 +- lib/core/bytes.nit | 2 +- lib/core/codecs/codec_base.nit | 2 +- lib/core/codecs/codecs.nit | 2 +- lib/core/codecs/iso8859_1.nit | 2 +- lib/core/codecs/utf8.nit | 2 +- lib/core/collection/abstract_collection.nit | 2 +- lib/core/collection/array.nit | 2 +- lib/core/collection/circular_array.nit | 2 +- lib/core/collection/collection.nit | 2 +- lib/core/collection/hash_collection.nit | 2 +- lib/core/collection/list.nit | 2 +- lib/core/collection/range.nit | 2 +- lib/core/collection/sorter.nit | 2 +- lib/core/collection/union_find.nit | 2 +- lib/core/core.nit | 2 +- lib/core/environ.nit | 2 +- lib/core/error.nit | 2 +- lib/core/exec.nit | 2 +- lib/core/file.nit | 2 +- lib/core/fixed_ints.nit | 2 +- lib/core/gc.nit | 2 +- lib/core/kernel.nit | 2 +- lib/core/math.nit | 2 +- lib/core/numeric.nit | 2 +- lib/core/protocol.nit | 2 +- lib/core/queue.nit | 2 +- lib/core/re.nit | 2 +- lib/core/stream.nit | 2 +- lib/core/text/abstract_text.nit | 2 +- lib/core/text/fixed_ints_text.nit | 2 +- lib/core/text/flat.nit | 2 +- lib/core/text/native.nit | 2 +- lib/core/text/ropes.nit | 2 +- lib/core/text/string_search.nit | 2 +- lib/core/text/test_abstract_text.nit | 2 +- lib/core/text/text.nit | 2 +- lib/core/text/u16_string.nit | 2 +- lib/core/time.nit | 2 +- lib/counter/counter.nit | 2 +- lib/cpp/cpp.nit | 2 +- lib/crapto/crapto.nit | 2 +- lib/crapto/english_utils.nit | 2 +- .../examples/repeating_key_xor_solve.nit | 2 +- lib/crapto/xor.nit | 2 +- lib/crypto/basic_ciphers.nit | 2 +- lib/crypto/bytes.nit | 2 +- lib/crypto/crypto.nit | 2 +- lib/crypto/xor_ciphers.nit | 2 +- lib/csv/csv.nit | 2 +- lib/curl/curl.nit | 2 +- lib/curl/examples/curl_http.nit | 2 +- lib/curl/examples/curl_rest.nit | 2 +- lib/curl/extra.nit | 2 +- lib/curl/native_curl.nit | 2 +- lib/curses/curses.nit | 2 +- lib/date/date.nit | 2 +- lib/deriving/deriving.nit | 2 +- lib/dom/dom.nit | 2 +- lib/dom/examples/checker.nit | 2 +- lib/dom/parser.nit | 2 +- lib/dom/xml_entities.nit | 2 +- lib/dot/dot.nit | 2 +- lib/dot/examples/clusters.nit | 2 +- lib/dot/examples/hello.nit | 2 +- lib/dot/examples/undirected_clusters.nit | 2 +- lib/dummy_array/dummy_array.nit | 2 +- lib/egl/egl.nit | 2 +- lib/emscripten/emscripten.nit | 2 +- .../examples/fibonacci/www/index.html | 2 +- .../examples/hello_world/www/index.html | 2 +- lib/event_queue/event_queue.nit | 2 +- lib/fca/fca.nit | 2 +- lib/filter_stream/filter_stream.nit | 2 +- lib/for_abuse/for_abuse.nit | 2 +- lib/functional/functional.nit | 2 +- lib/functional/functional_gen.nit | 4 +- lib/functional/functional_types.nit | 2 +- lib/functional/iter_extras.nit | 2 +- lib/functional/test_iter_extras.nit | 2 +- lib/functional/test_utils.nit | 2 +- lib/gamnit/android19.nit | 2 +- lib/gamnit/bmfont.nit | 2 +- lib/gamnit/camera_control.nit | 2 +- lib/gamnit/camera_control_android.nit | 2 +- lib/gamnit/camera_control_linux.nit | 2 +- lib/gamnit/cameras.nit | 2 +- lib/gamnit/cameras_cache.nit | 2 +- lib/gamnit/depth/cardboard.nit | 2 +- lib/gamnit/depth/depth.nit | 2 +- lib/gamnit/depth/depth_core.nit | 2 +- lib/gamnit/depth/model_dimensions.nit | 2 +- lib/gamnit/depth/more_lights.nit | 2 +- lib/gamnit/depth/more_materials.nit | 2 +- lib/gamnit/depth/more_meshes.nit | 2 +- lib/gamnit/depth/more_models.nit | 2 +- lib/gamnit/depth/particles.nit | 2 +- lib/gamnit/depth/selection.nit | 2 +- lib/gamnit/depth/shadow.nit | 2 +- lib/gamnit/depth/stereoscopic_view.nit | 2 +- lib/gamnit/depth/vr.nit | 2 +- lib/gamnit/display.nit | 2 +- lib/gamnit/display_android.nit | 2 +- lib/gamnit/display_ios.nit | 2 +- lib/gamnit/display_linux.nit | 2 +- lib/gamnit/dynamic_resolution.nit | 2 +- lib/gamnit/egl.nit | 2 +- .../fonts_showcase/src/fonts_showcase.nit | 2 +- lib/gamnit/examples/template/src/template.nit | 2 +- .../triangle/src/portable_triangle.nit | 2 +- .../triangle/src/standalone_triangle.nit | 2 +- lib/gamnit/flat/flat.nit | 2 +- lib/gamnit/flat/flat_core.nit | 2 +- lib/gamnit/font.nit | 2 +- lib/gamnit/gamnit.nit | 2 +- lib/gamnit/gamnit_android.nit | 2 +- lib/gamnit/gamnit_ios.nit | 2 +- lib/gamnit/gamnit_linux.nit | 2 +- lib/gamnit/input_ios.nit | 2 +- lib/gamnit/keys.nit | 2 +- lib/gamnit/landscape.nit | 2 +- lib/gamnit/limit_fps.nit | 2 +- .../model_parsers/model_parser_base.nit | 2 +- lib/gamnit/model_parsers/mtl.nit | 2 +- lib/gamnit/model_parsers/obj.nit | 2 +- lib/gamnit/network/client.nit | 2 +- lib/gamnit/network/common.nit | 2 +- lib/gamnit/network/network.nit | 2 +- lib/gamnit/network/server.nit | 2 +- lib/gamnit/portrait.nit | 2 +- lib/gamnit/programs.nit | 2 +- lib/gamnit/texture_atlas_parser.nit | 2 +- lib/gamnit/textures.nit | 2 +- lib/gamnit/tileset.nit | 2 +- .../virtual_gamepad/virtual_gamepad.nit | 2 +- .../virtual_gamepad_spritesheet.nit | 2 +- lib/gen_nit/gen_nit.nit | 2 +- lib/geometry/angles.nit | 2 +- lib/geometry/boxes.nit | 2 +- lib/geometry/geometry.nit | 2 +- lib/geometry/points_and_lines.nit | 2 +- lib/geometry/polygon.nit | 2 +- lib/geometry/quadtree.nit | 2 +- lib/gettext/examples/langannot.nit | 2 +- lib/gettext/gettext.nit | 2 +- lib/github/Makefile | 2 +- lib/github/api.nit | 2 +- lib/github/cache.nit | 2 +- lib/github/events.nit | 2 +- lib/github/github.nit | 2 +- lib/github/hooks.nit | 2 +- lib/github/loader.nit | 2 +- lib/github/tests/test_api.nit | 2 +- lib/github/tests/test_wallet.nit | 2 +- lib/github/wallet.nit | 2 +- .../examples/opengles2_hello_triangle.nit | 2 +- lib/glesv2/glesv2.nit | 2 +- lib/gmp/gmp.nit | 2 +- lib/gmp/native_gmp.nit | 2 +- lib/gmp/test_native_gmp.nit | 2 +- lib/graph/digraph.nit | 2 +- lib/graph/pagerank.nit | 2 +- lib/gtk/gtk.nit | 2 +- lib/gtk/v3_10.nit | 2 +- lib/gtk/v3_4/gdk.nit | 2 +- lib/gtk/v3_4/gdk_enums.nit | 2 +- lib/gtk/v3_4/gtk_assistant.nit | 2 +- lib/gtk/v3_4/gtk_core.nit | 2 +- lib/gtk/v3_4/gtk_dialogs.nit | 2 +- lib/gtk/v3_4/gtk_enums.nit | 2 +- lib/gtk/v3_4/gtk_widgets_ext.nit | 2 +- lib/gtk/v3_4/v3_4.nit | 2 +- lib/gtk/v3_6.nit | 2 +- lib/gtk/v3_8.nit | 2 +- lib/hash_debug/hash_debug.nit | 2 +- lib/html/bootstrap.nit | 2 +- lib/html/examples/html_page.nit | 2 +- lib/html/html.nit | 2 +- lib/ini/ini.nit | 2 +- lib/ios/app.nit | 2 +- lib/ios/assets.nit | 2 +- lib/ios/audio.nit | 2 +- lib/ios/data_store.nit | 2 +- lib/ios/examples/hello_ios.nit | 2 +- lib/ios/glkit.nit | 2 +- lib/ios/http_request.nit | 2 +- lib/ios/ios.nit | 2 +- lib/ios/platform.nit | 2 +- lib/ios/ui/ui.nit | 2 +- lib/ios/ui/uikit.nit | 2 +- lib/java/NitObject.java | 2 +- lib/java/collections.nit | 2 +- lib/java/ffi_support.nit | 2 +- lib/java/io.nit | 2 +- lib/java/java.nit | 2 +- lib/json/dynamic.nit | 2 +- lib/json/error.nit | 2 +- lib/json/json.nit | 2 +- lib/json/serialization_read.nit | 2 +- lib/json/serialization_write.nit | 2 +- lib/json/static.nit | 2 +- lib/json/store.nit | 2 +- lib/jvm/jvm.nit | 2 +- lib/libevent/libevent.nit | 2 +- lib/libevent/libevent_example.nit | 2 +- lib/libevent/libevent_test.nit | 2 +- lib/linux/audio.nit | 2 +- lib/linux/data_store.nit | 2 +- lib/linux/http_request.nit | 2 +- lib/linux/linux.nit | 2 +- lib/linux/ui.nit | 2 +- lib/logger/logger.nit | 2 +- lib/logic/lexpr.nit | 2 +- lib/logic/logic.nit | 2 +- lib/markdown/Makefile | 2 +- lib/markdown/decorators.nit | 2 +- lib/markdown/man.nit | 2 +- lib/markdown/markdown.nit | 2 +- lib/markdown/nitmd.nit | 2 +- lib/markdown/test_markdown.nit | 2 +- lib/markdown/test_wikilinks.nit | 2 +- lib/markdown/wikilinks.nit | 2 +- lib/markdown2/markdown2.nit | 2 +- lib/markdown2/markdown_ast.nit | 2 +- lib/markdown2/markdown_block_parsing.nit | 2 +- lib/markdown2/markdown_github.nit | 2 +- lib/markdown2/markdown_html_rendering.nit | 2 +- lib/markdown2/markdown_inline_parsing.nit | 2 +- lib/markdown2/markdown_latex_rendering.nit | 2 +- lib/markdown2/markdown_man_rendering.nit | 2 +- lib/markdown2/markdown_md_rendering.nit | 2 +- lib/markdown2/markdown_rendering.nit | 2 +- lib/markdown2/markdown_wikilinks.nit | 2 +- lib/markdown2/nitmd.nit | 2 +- lib/markdown2/tests/commonmark_gen.nit | 4 +- .../tests/test_commonmark_atx_headings.nit | 2 +- .../tests/test_commonmark_autolinks.nit | 2 +- .../test_commonmark_backslash_escapes.nit | 2 +- .../tests/test_commonmark_blank_lines.nit | 2 +- .../tests/test_commonmark_block_quotes.nit | 2 +- .../tests/test_commonmark_code_spans.nit | 2 +- ...ommonmark_emphasis_and_strong_emphasis.nit | 2 +- ...ntity_and_numeric_character_references.nit | 2 +- .../test_commonmark_fenced_code_blocks.nit | 2 +- .../test_commonmark_hard_line_breaks.nit | 2 +- .../tests/test_commonmark_html_blocks.nit | 2 +- .../tests/test_commonmark_images.nit | 2 +- .../test_commonmark_indented_code_blocks.nit | 2 +- .../tests/test_commonmark_inlines.nit | 2 +- ..._commonmark_link_reference_definitions.nit | 2 +- lib/markdown2/tests/test_commonmark_links.nit | 2 +- .../tests/test_commonmark_list_items.nit | 2 +- lib/markdown2/tests/test_commonmark_lists.nit | 2 +- .../tests/test_commonmark_paragraphs.nit | 2 +- .../tests/test_commonmark_precedence.nit | 2 +- .../tests/test_commonmark_raw_html.nit | 2 +- .../tests/test_commonmark_setext_headings.nit | 2 +- .../test_commonmark_soft_line_breaks.nit | 2 +- lib/markdown2/tests/test_commonmark_tabs.nit | 2 +- .../tests/test_commonmark_textual_content.nit | 2 +- .../tests/test_commonmark_thematic_breaks.nit | 2 +- lib/markdown2/tests/test_markdown.nit | 2 +- lib/markdown2/tests/test_markdown_blocks.nit | 2 +- lib/markdown2/tests/test_markdown_daring.nit | 2 +- lib/markdown2/tests/test_markdown_github.nit | 2 +- .../tests/test_markdown_headings_id.nit | 2 +- lib/markdown2/tests/test_markdown_inlines.nit | 2 +- lib/markdown2/tests/test_markdown_issues.nit | 2 +- lib/markdown2/tests/test_markdown_latex.nit | 2 +- .../tests/test_markdown_location.nit | 2 +- lib/markdown2/tests/test_markdown_man.nit | 2 +- lib/markdown2/tests/test_markdown_md.nit | 2 +- .../tests/test_markdown_wikilinks.nit | 2 +- lib/matrix/matrix.nit | 2 +- lib/matrix/projection.nit | 2 +- lib/md5/md5.nit | 2 +- lib/md5/tests/test_md5.nit | 2 +- lib/meta/meta.nit | 2 +- lib/mnit/input.nit | 2 +- lib/mongodb/mongodb.nit | 2 +- lib/mongodb/native_mongodb.nit | 2 +- lib/mongodb/queries.nit | 2 +- lib/more_collections/more_collections.nit | 2 +- lib/mpd/mpd.nit | 2 +- lib/mpi/examples/src/mpi_simple.nit | 2 +- lib/mpi/mpi.nit | 2 +- lib/msgpack/ext.nit | 2 +- lib/msgpack/msgpack.nit | 2 +- lib/msgpack/msgpack_to_json.nit | 2 +- lib/msgpack/read.nit | 2 +- lib/msgpack/serialization_common.nit | 2 +- lib/msgpack/serialization_read.nit | 2 +- lib/msgpack/serialization_write.nit | 2 +- lib/msgpack/write.nit | 2 +- lib/neo4j/curl_json.nit | 2 +- lib/neo4j/error.nit | 2 +- lib/neo4j/graph/graph.nit | 2 +- lib/neo4j/graph/json_graph_store.nit | 2 +- lib/neo4j/graph/sequential_id.nit | 2 +- lib/neo4j/neo4j.nit | 2 +- lib/nitcc_runtime/nitcc_runtime.nit | 2 +- lib/nitcorn/examples/src/htcpcp_server.nit | 2 +- .../examples/src/nitcorn_hello_world.nit | 2 +- .../examples/src/nitcorn_reverse_proxy.nit | 2 +- lib/nitcorn/examples/src/restful_annot.nit | 2 +- .../examples/src/simple_file_server.nit | 2 +- .../examples/src/test_restful_annot.nit | 2 +- lib/nitcorn/file_server.nit | 2 +- lib/nitcorn/http_errors.nit | 2 +- lib/nitcorn/http_request.nit | 2 +- lib/nitcorn/http_request_buffer.nit | 2 +- lib/nitcorn/http_response.nit | 2 +- lib/nitcorn/log.nit | 2 +- lib/nitcorn/media_types.nit | 2 +- lib/nitcorn/nitcorn.nit | 2 +- lib/nitcorn/proxy.nit | 2 +- lib/nitcorn/pthreads.nit | 2 +- lib/nitcorn/reactor.nit | 2 +- lib/nitcorn/restful.nit | 2 +- lib/nitcorn/server_config.nit | 2 +- lib/nitcorn/sessions.nit | 2 +- lib/nitcorn/signal_handler.nit | 2 +- lib/nitcorn/token.nit | 2 +- lib/nitcorn/vararg_routes.nit | 2 +- lib/niti_runtime/niti_runtime.nit | 2 +- lib/nlp/examples/nlp_index.nit | 2 +- lib/nlp/examples/nlp_server.nit | 2 +- lib/nlp/nlp.nit | 2 +- lib/nlp/stanford.nit | 2 +- lib/noise/noise.nit | 2 +- lib/opts/opts.nit | 2 +- lib/ordered_tree/ordered_tree.nit | 2 +- lib/parser_base/parser_base.nit | 2 +- lib/perfect_hashing/perfect_hashing.nit | 2 +- .../performance_analysis.nit | 2 +- lib/pipeline/pipeline.nit | 2 +- lib/popcorn/Makefile | 2 +- .../examples/angular/example_angular.nit | 2 +- .../angular/tests/test_example_angular.nit | 2 +- .../handlers/example_post_handler.nit | 2 +- .../handlers/example_query_string.nit | 2 +- .../tests/test_example_post_handler.nit | 2 +- .../tests/test_example_query_string.nit | 2 +- .../examples/hello_world/example_hello.nit | 2 +- .../hello_world/tests/test_example_hello.nit | 2 +- .../middlewares/example_advanced_logger.nit | 2 +- .../example_html_error_handler.nit | 2 +- .../example_simple_error_handler.nit | 2 +- .../middlewares/example_simple_logger.nit | 2 +- .../tests/test_example_advanced_logger.nit | 2 +- .../tests/test_example_html_error_handler.nit | 2 +- .../test_example_simple_error_handler.nit | 2 +- .../tests/test_example_simple_logger.nit | 2 +- .../examples/mongodb/example_mongodb.nit | 2 +- .../examples/routing/example_glob_route.nit | 2 +- .../examples/routing/example_param_route.nit | 2 +- .../examples/routing/example_router.nit | 2 +- .../routing/tests/test_example_glob_route.nit | 2 +- .../tests/test_example_param_route.nit | 2 +- .../routing/tests/test_example_router.nit | 2 +- .../examples/sessions/example_session.nit | 2 +- .../sessions/tests/test_example_session.nit | 2 +- .../examples/static_files/example_static.nit | 2 +- .../static_files/example_static_default.nit | 2 +- .../static_files/example_static_multiple.nit | 2 +- .../tests/test_example_static.nit | 2 +- .../tests/test_example_static_default.nit | 2 +- .../tests/test_example_static_multiple.nit | 2 +- .../examples/templates/example_templates.nit | 2 +- .../tests/test_example_templates.nit | 2 +- lib/popcorn/pop_auth.nit | 2 +- lib/popcorn/pop_config.nit | 2 +- lib/popcorn/pop_handlers.nit | 2 +- lib/popcorn/pop_json.nit | 2 +- lib/popcorn/pop_logging.nit | 2 +- lib/popcorn/pop_repos.nit | 2 +- lib/popcorn/pop_routes.nit | 2 +- lib/popcorn/pop_sessions.nit | 2 +- lib/popcorn/pop_tasks.nit | 2 +- lib/popcorn/pop_templates.nit | 2 +- lib/popcorn/pop_tests.nit | 2 +- lib/popcorn/pop_tracker.nit | 2 +- lib/popcorn/pop_validation.nit | 2 +- lib/popcorn/popcorn.nit | 2 +- lib/popcorn/tests/test_pop_routes.nit | 2 +- lib/popcorn/tests/test_popcorn.nit | 2 +- lib/poset/poset.nit | 2 +- lib/posix/ext.nit | 2 +- lib/posix/posix.nit | 2 +- lib/postgresql/native_postgres.nit | 2 +- lib/postgresql/postgres.nit | 2 +- lib/privileges/examples/drop_privileges.nit | 2 +- lib/privileges/privileges.nit | 2 +- lib/progression/progression.nit | 2 +- lib/prompt/prompt.nit | 2 +- lib/pthreads/concurrent_collections.nit | 2 +- .../examples/concurrent_array_and_barrier.nit | 2 +- lib/pthreads/examples/jointask_example.nit | 2 +- lib/pthreads/examples/threaded_example.nit | 2 +- lib/pthreads/examples/threadpool_example.nit | 2 +- lib/pthreads/extra.nit | 2 +- lib/pthreads/pthreads.nit | 2 +- lib/pthreads/redef_collections.nit | 2 +- lib/pthreads/threadpool.nit | 2 +- lib/readline/readline.nit | 2 +- lib/realtime/realtime.nit | 2 +- lib/ropes_debug/ropes_debug.nit | 2 +- lib/rubix/rubix.nit | 2 +- lib/sax/attributes.nit | 2 +- lib/sax/content_handler.nit | 2 +- lib/sax/dtd_handler.nit | 2 +- lib/sax/entity_resolver.nit | 2 +- lib/sax/error_handler.nit | 2 +- lib/sax/ext/decl_handler.nit | 2 +- lib/sax/ext/ext.nit | 2 +- lib/sax/ext/lexical_handler.nit | 2 +- lib/sax/helpers/attributes_impl.nit | 2 +- lib/sax/helpers/helpers.nit | 2 +- lib/sax/helpers/namespace_support.nit | 2 +- lib/sax/helpers/sax_locator_impl.nit | 2 +- lib/sax/helpers/test_attributes_impl.nit | 2 +- lib/sax/helpers/test_namespace_support.nit | 2 +- lib/sax/helpers/xml_filter_impl.nit | 2 +- lib/sax/input_source.nit | 2 +- lib/sax/sax.nit | 2 +- lib/sax/sax_locator.nit | 2 +- lib/sax/sax_parse_exception.nit | 2 +- lib/sax/xml_filter.nit | 2 +- lib/sax/xml_reader.nit | 2 +- lib/saxophonit/lexer.nit | 2 +- lib/saxophonit/reader_model.nit | 2 +- lib/saxophonit/saxophonit.nit | 2 +- lib/saxophonit/test_saxophonit.nit | 2 +- lib/saxophonit/test_testing.nit | 2 +- lib/saxophonit/testing.nit | 2 +- lib/scene2d/scene2d.nit | 2 +- lib/sdl2/all.nit | 2 +- lib/sdl2/events.nit | 2 +- lib/sdl2/examples/minimal/src/minimal.nit | 2 +- lib/sdl2/image.nit | 2 +- lib/sdl2/mixer.nit | 2 +- lib/sdl2/sdl2.nit | 2 +- lib/sdl2/sdl2_base.nit | 2 +- lib/sdl2/syswm.nit | 2 +- lib/sendmail/sendmail.nit | 2 +- lib/serialization/caching.nit | 2 +- lib/serialization/engine_tools.nit | 2 +- .../examples/custom_serialization.nit | 2 +- lib/serialization/inspect.nit | 2 +- lib/serialization/safe.nit | 2 +- lib/serialization/serialization.nit | 2 +- lib/serialization/serialization_core.nit | 2 +- lib/sexp/sexp.nit | 2 +- lib/sha1/sha1.nit | 2 +- lib/signals/signals.nit | 2 +- lib/socket/examples/socket_client.nit | 2 +- lib/socket/examples/socket_server.nit | 2 +- lib/socket/examples/socket_simple_server.nit | 2 +- lib/socket/socket.nit | 2 +- lib/socket/socket_c.nit | 2 +- lib/sqlite3/native_sqlite3.nit | 2 +- lib/sqlite3/sqlite3.nit | 2 +- lib/standard/standard.nit | 2 +- lib/symbol/symbol.nit | 2 +- lib/template/examples/tmpl_composer.nit | 2 +- lib/template/macro.nit | 2 +- lib/template/template.nit | 2 +- lib/template/test_macro.nit | 2 +- lib/text_stat/text_stat.nit | 2 +- lib/trees/abstract_tree.nit | 2 +- lib/trees/bintree.nit | 2 +- lib/trees/bktree.nit | 2 +- lib/trees/rbtree.nit | 2 +- lib/trees/trees.nit | 2 +- lib/trees/trie.nit | 2 +- lib/vsm/examples/example_vsm.nit | 2 +- lib/vsm/vsm.nit | 2 +- lib/websocket/examples/websocket_server.nit | 2 +- lib/websocket/websocket.nit | 2 +- lib/x11/x11.nit | 2 +- lib/xdg_basedir/show_basedir.nit | 2 +- lib/xdg_basedir/xdg_basedir.nit | 2 +- misc/bash_completion/nit | 2 +- misc/docker/README.md | 2 +- misc/gtksourceview/nit.lang | 2 +- misc/jenkins/build_origin_doc.sh | 2 +- misc/jenkins/check_android.sh | 2 +- misc/jenkins/check_contrib.sh | 2 +- misc/jenkins/check_manpages.sh | 2 +- misc/jenkins/checkbinaryfiles.sh | 2 +- misc/jenkins/checklicense.sh | 2 +- misc/jenkins/checksignedoffby.sh | 2 +- misc/jenkins/checkwhitespaces.sh | 2 +- misc/jenkins/ensuregit.sh | 2 +- misc/jenkins/listnit.sh | 2 +- misc/jenkins/nitester-wrapper.sh | 2 +- misc/jenkins/nitunit-some.sh | 2 +- misc/jenkins/trymake.sh | 2 +- misc/jenkins/unitrun.sh | 2 +- misc/nit_env.sh | 2 +- misc/source-highlight/nit.lang | 2 +- misc/syntaxhighlighter/shBrushNit.js | 2 +- misc/vim/indent/nit.vim | 2 +- misc/vim/plugin/nit.vim | 2 +- misc/vim/syntax/nit.vim | 2 +- share/android-bdwgc/setup.sh | 2 +- share/man/Makefile | 2 +- src/Makefile | 2 +- src/annotation.nit | 2 +- src/astbuilder.nit | 2 +- src/astprinter.nit | 2 +- src/astutil.nit | 2 +- src/c_tools.nit | 2 +- src/catalog/catalog.nit | 2 +- src/changelog.sh | 2 +- src/compiler/abstract_compiler.nit | 2 +- src/compiler/coloring.nit | 2 +- src/compiler/compiler.nit | 2 +- src/compiler/compiler_ffi/compiler_ffi.nit | 2 +- src/compiler/compiler_ffi/light.nit | 2 +- src/compiler/compiler_ffi/light_only.nit | 2 +- src/compiler/compiler_serialization.nit | 2 +- src/compiler/global_compiler.nit | 2 +- src/compiler/java_compiler.nit | 2 +- src/compiler/memory_logger.nit | 2 +- src/compiler/separate_compiler.nit | 2 +- src/compiler/separate_erasure_compiler.nit | 2 +- src/compiler/test_coloring.nit | 2 +- src/contracts.nit | 2 +- src/doc/api/api.nit | 2 +- src/doc/api/api_auth.nit | 2 +- src/doc/api/api_base.nit | 2 +- src/doc/api/api_docdown.nit | 2 +- src/doc/api/api_feedback.nit | 2 +- src/doc/api/api_light.nit | 2 +- src/doc/api/api_metrics.nit | 2 +- src/doc/api/api_model.nit | 2 +- src/doc/commands/commands.nit | 2 +- src/doc/commands/commands_base.nit | 2 +- src/doc/commands/commands_catalog.nit | 2 +- src/doc/commands/commands_docdown.nit | 2 +- src/doc/commands/commands_graph.nit | 2 +- src/doc/commands/commands_http.nit | 2 +- src/doc/commands/commands_ini.nit | 2 +- src/doc/commands/commands_main.nit | 2 +- src/doc/commands/commands_model.nit | 2 +- src/doc/commands/commands_parser.nit | 2 +- src/doc/commands/commands_usage.nit | 2 +- src/doc/commands/tests/test_commands.nit | 2 +- .../commands/tests/test_commands_catalog.nit | 2 +- .../commands/tests/test_commands_graph.nit | 2 +- src/doc/commands/tests/test_commands_http.nit | 2 +- src/doc/commands/tests/test_commands_ini.nit | 2 +- src/doc/commands/tests/test_commands_main.nit | 2 +- .../commands/tests/test_commands_model.nit | 2 +- .../commands/tests/test_commands_parser.nit | 2 +- .../commands/tests/test_commands_usage.nit | 2 +- src/doc/model_ext.nit | 2 +- src/doc/static/static.nit | 2 +- src/doc/static/static_base.nit | 2 +- src/doc/static/static_cards.nit | 2 +- src/doc/static/static_html.nit | 2 +- src/doc/static/static_index.nit | 2 +- src/doc/static/static_structure.nit | 2 +- src/doc/templates/html_commands.nit | 2 +- src/doc/templates/html_model.nit | 2 +- src/doc/templates/json_commands.nit | 2 +- src/doc/templates/json_model.nit | 2 +- src/doc/templates/md_commands.nit | 2 +- src/doc/templates/term_model.nit | 2 +- .../templates/tests/test_html_commands.nit | 2 +- .../templates/tests/test_json_commands.nit | 2 +- src/doc/templates/tests/test_json_model.nit | 2 +- src/doc/templates/tests/test_md_commands.nit | 2 +- src/doc/term/term.nit | 2 +- src/doc/term/tests/test_term.nit | 2 +- src/doc/vim_autocomplete.nit | 2 +- src/examples/get_mclasses.nit | 2 +- src/examples/module_fictive.nit | 2 +- src/examples/module_injected.nit | 2 +- src/examples/nitlight_as_a_service.nit | 2 +- src/examples/nitwebcrawl.nit | 2 +- src/examples/test_loader.nit | 2 +- src/ffi/c.nit | 2 +- src/ffi/c_compiler_options.nit | 2 +- src/ffi/cpp.nit | 2 +- src/ffi/extern_classes.nit | 2 +- src/ffi/extra_java_files.nit | 2 +- src/ffi/ffi.nit | 2 +- src/ffi/ffi_base.nit | 2 +- src/ffi/header_dependency.nit | 2 +- src/ffi/java.nit | 2 +- src/ffi/light_c.nit | 2 +- src/ffi/light_ffi.nit | 2 +- src/ffi/light_ffi_base.nit | 2 +- src/ffi/objc.nit | 2 +- src/ffi/pkgconfig.nit | 2 +- src/frontend/actors_generation_phase.nit | 2 +- src/frontend/actors_injection_phase.nit | 2 +- src/frontend/check_annotation.nit | 2 +- src/frontend/code_gen.nit | 2 +- src/frontend/deriving.nit | 2 +- src/frontend/div_by_zero.nit | 2 +- src/frontend/explain_assert.nit | 2 +- src/frontend/explain_assert_api.nit | 2 +- src/frontend/frontend.nit | 2 +- src/frontend/glsl_validation.nit | 2 +- src/frontend/i18n_phase.nit | 2 +- src/frontend/no_warning.nit | 2 +- src/frontend/parallelization_phase.nit | 2 +- src/frontend/parse_annotations.nit | 2 +- src/frontend/parse_examples.nit | 2 +- src/frontend/regex_phase.nit | 2 +- src/frontend/serialization_code_gen_phase.nit | 2 +- src/frontend/serialization_model_phase.nit | 2 +- src/frontend/simple_misc_analysis.nit | 2 +- src/frontend/test_frontend.nit | 2 +- src/frontend/tests/test_examples.nit | 2 +- src/git-gen-version.sh | 2 +- src/highlight.nit | 2 +- src/htmlight.nit | 2 +- src/indexing/code_index.nit | 2 +- src/indexing/tests/test_code_index.nit | 2 +- .../dynamic_loading_ffi.nit | 2 +- .../on_demand_compiler.nit | 2 +- src/interpreter/interpreter.nit | 2 +- src/interpreter/naive_interpreter.nit | 2 +- src/literal.nit | 2 +- src/loader.nit | 2 +- src/location.nit | 2 +- src/metrics/ast_metrics.nit | 2 +- src/metrics/codesmells_metrics.nit | 2 +- src/metrics/detect_covariance.nit | 2 +- src/metrics/detect_variance_constraints.nit | 2 +- src/metrics/generate_hierarchies.nit | 2 +- src/metrics/inheritance_metrics.nit | 2 +- src/metrics/mclassdef_collect.nit | 2 +- src/metrics/mclasses_metrics.nit | 2 +- src/metrics/mendel_metrics.nit | 2 +- src/metrics/method_analyze_metrics.nit | 2 +- src/metrics/metrics.nit | 2 +- src/metrics/metrics_base.nit | 2 +- src/metrics/mmodules_metrics.nit | 2 +- src/metrics/model_hyperdoc.nit | 2 +- src/metrics/nitsmell_toolcontext.nit | 2 +- src/metrics/nullables_metrics.nit | 2 +- src/metrics/poset_metrics.nit | 2 +- src/metrics/readme_metrics.nit | 2 +- src/metrics/refinement_metrics.nit | 2 +- src/metrics/rta_metrics.nit | 2 +- src/metrics/self_metrics.nit | 2 +- src/metrics/static_types_metrics.nit | 2 +- src/metrics/tables_metrics.nit | 2 +- src/mixin.nit | 2 +- src/model/mdoc.nit | 2 +- src/model/mmodule.nit | 2 +- src/model/mmodule_data.nit | 2 +- src/model/model.nit | 2 +- src/model/model_base.nit | 2 +- src/model/model_collect.nit | 2 +- src/model/model_contract.nit | 2 +- src/model/model_examples.nit | 2 +- src/model/model_filters.nit | 2 +- src/model/model_index.nit | 2 +- src/model/model_visitor.nit | 2 +- src/model/model_viz.nit | 2 +- src/model/mpackage.nit | 2 +- src/model/serialize_model.nit | 2 +- src/modelbuilder.nit | 2 +- src/modelbuilder_base.nit | 2 +- src/modelize/modelize.nit | 2 +- src/modelize/modelize_class.nit | 2 +- src/modelize/modelize_property.nit | 2 +- src/ncall.sh | 2 +- src/neo.nit | 2 +- src/nit.nit | 2 +- src/nitc.nit | 2 +- src/nitcatalog.nit | 2 +- src/nitdoc.nit | 2 +- src/nith.nit | 2 +- src/nitj.nit | 2 +- src/nitlight.nit | 2 +- src/nitls.nit | 2 +- src/nitmetrics.nit | 2 +- src/nitni/nitni.nit | 2 +- src/nitni/nitni_base.nit | 2 +- src/nitni/nitni_callbacks.nit | 2 +- src/nitni/nitni_utilities.nit | 2 +- src/nitpackage.nit | 4 +- src/nitpick.nit | 2 +- src/nitpm.nit | 2 +- src/nitpm_shared.nit | 2 +- src/nitpretty.nit | 2 +- src/nitrestful.nit | 2 +- src/nitsaf.nit | 2 +- src/nitserial.nit | 2 +- src/nitsmells.nit | 2 +- src/nituml.nit | 2 +- src/nitunit.nit | 2 +- src/nitvm.nit | 2 +- src/nitweb.nit | 2 +- src/nitx.nit | 2 +- src/parser/Makefile | 2 +- src/parser/fact_parser.pl | 2 +- src/parser/lexer_work.nit | 2 +- src/parser/nit.sablecc3xx | 2 +- .../org/nitlanguage/gen/TestParser.java | 2 +- src/parser/parser.nit | 2 +- src/parser/parser_nodes.nit | 2 +- src/parser/parser_work.nit | 2 +- src/parser/prescc.pl | 2 +- src/parser/tables.nit | 2 +- src/parser/tables_nit.h | 2 +- src/parser/xss/lexer.xss | 2 +- src/parser/xss/main.xss | 2 +- src/parser/xss/parser.xss | 2 +- src/parser/xss/prods.xss | 2 +- src/parser/xss/tokens.xss | 2 +- src/parser_util.nit | 2 +- src/phase.nit | 2 +- src/platform/android.nit | 2 +- src/platform/android_annotations.nit | 2 +- src/platform/app_annotations.nit | 2 +- src/platform/emscripten.nit | 2 +- src/platform/ios.nit | 2 +- src/platform/platform.nit | 2 +- src/platform/xcode_templates.nit | 2 +- src/pretty.nit | 2 +- src/rapid_type_analysis.nit | 2 +- src/saf/reaching_defs.nit | 2 +- src/saf/saf.nit | 2 +- src/saf/saf_base.nit | 2 +- src/semantize/auto_super_init.nit | 2 +- src/semantize/flow.nit | 2 +- src/semantize/local_var_init.nit | 2 +- src/semantize/scope.nit | 2 +- src/semantize/semantize.nit | 2 +- src/semantize/typing.nit | 2 +- src/ssa.nit | 2 +- src/test_astbuilder.nit | 2 +- src/test_astprinter.nit | 2 +- src/test_highlight.nit | 2 +- src/test_model_index.nit | 2 +- src/test_model_visitor.nit | 2 +- src/test_neo.nit | 2 +- src/test_parser.nit | 2 +- src/test_phase.nit | 2 +- src/test_test_phase.nit | 2 +- src/test_toolcontext.nit | 2 +- src/testing/testing.nit | 2 +- src/testing/testing_base.nit | 2 +- src/testing/testing_doc.nit | 2 +- src/testing/testing_gen.nit | 2 +- src/testing/testing_suite.nit | 2 +- src/toolcontext.nit | 2 +- src/transform.nit | 2 +- src/uml/uml.nit | 2 +- src/uml/uml_base.nit | 2 +- src/uml/uml_class.nit | 2 +- src/uml/uml_module.nit | 2 +- src/vm/compilation.nit | 2 +- src/vm/variables_numbering.nit | 2 +- src/vm/virtual_machine.nit | 2 +- src/vm/vm.nit | 2 +- src/vm/vm_optimizations.nit | 2 +- ...very bad name@1&$;.ext'{}`~!#^()_=+[],.nit | 2 +- .../TestNitsmells/FeatureEnvy/featureenvy.nit | 2 +- tests/TestNitsmells/LargeClass/largeclass.nit | 2 +- tests/TestNitsmells/LongMethod/longmethod.nit | 2 +- .../LongParameterList/longparameterlist.nit | 2 +- .../longparameterlist.nit | 2 +- tests/TestNitsmells/platform/platform.nit | 2 +- tests/base_abort.nit | 2 +- tests/base_abstract_fun.nit | 2 +- tests/base_adaptive.nit | 2 +- tests/base_adaptive_full.nit | 2 +- tests/base_adaptive_loop.nit | 2 +- tests/base_adaptive_loop2.nit | 2 +- tests/base_adaptive_loop3.nit | 2 +- tests/base_adaptive_loop_array.nit | 2 +- tests/base_adaptive_loop_call.nit | 2 +- tests/base_adaptive_loop_isa.nit | 2 +- tests/base_adaptive_loop_null.nit | 2 +- tests/base_adaptive_loop_null2.nit | 2 +- tests/base_arg_default.nit | 2 +- tests/base_arg_default2.nit | 2 +- tests/base_arg_default_autoinit.nit | 2 +- tests/base_arg_named.nit | 2 +- tests/base_arg_named_inherit.nit | 2 +- tests/base_arg_order.nit | 2 +- tests/base_array.nit | 2 +- tests/base_array_lit_typed.nit | 2 +- tests/base_array_nullable.nit | 2 +- tests/base_as_cast.nit | 2 +- tests/base_as_notnull.nit | 2 +- tests/base_as_notnull2.nit | 2 +- tests/base_as_notnull_int.nit | 2 +- tests/base_assert.nit | 2 +- tests/base_assert2.nit | 2 +- tests/base_attr.nit | 2 +- tests/base_attr2.nit | 2 +- tests/base_attr3.nit | 2 +- tests/base_attr4.nit | 2 +- tests/base_attr5.nit | 2 +- tests/base_attr6.nit | 2 +- tests/base_attr7.nit | 2 +- tests/base_attr_abstract.nit | 2 +- tests/base_attr_abstract2.nit | 2 +- tests/base_attr_abstract3.nit | 2 +- tests/base_attr_abstract4.nit | 2 +- tests/base_attr_annot.nit | 2 +- tests/base_attr_boxing.nit | 2 +- tests/base_attr_gen.nit | 2 +- tests/base_attr_init_val1.nit | 2 +- tests/base_attr_init_val2.nit | 2 +- tests/base_attr_init_val3.nit | 2 +- tests/base_attr_init_val_block.nit | 2 +- tests/base_attr_init_val_inh.nit | 2 +- tests/base_attr_init_val_inh_raf.nit | 2 +- tests/base_attr_init_val_int.nit | 2 +- tests/base_attr_init_val_raf.nit | 2 +- tests/base_attr_init_val_raf2.nit | 2 +- tests/base_attr_init_val_raf3.nit | 2 +- tests/base_attr_isset.nit | 2 +- tests/base_attr_lazy.nit | 2 +- tests/base_attr_lazy2.nit | 2 +- tests/base_attr_lazy3.nit | 2 +- tests/base_attr_lazy_int.nit | 2 +- tests/base_attr_lazy_nullable.nit | 2 +- tests/base_attr_named_setters.nit | 2 +- tests/base_attr_nullable.nit | 2 +- tests/base_attr_nullable_int.nit | 2 +- tests/base_attr_optional.nit | 2 +- tests/base_attr_readonly.nit | 2 +- tests/base_autocast.nit | 2 +- tests/base_autocast_array.nit | 2 +- tests/base_autocast_prim.nit | 2 +- tests/base_bool.nit | 2 +- tests/base_call1.nit | 2 +- tests/base_char_operators.nit | 2 +- tests/base_class_name.nit | 2 +- tests/base_classid.nit | 2 +- tests/base_collection.nit | 2 +- tests/base_combined_assignment.nit | 2 +- tests/base_compile.nit | 2 +- tests/base_conflict_class_name.nit | 2 +- tests/base_conflict_class_name_submodule1.nit | 2 +- tests/base_conflict_class_name_submodule2.nit | 2 +- tests/base_conflict_submodule_name.nit | 2 +- .../submodule.nit | 2 +- .../submodule.nit | 2 +- tests/base_control_flow.nit | 2 +- tests/base_control_flow2.nit | 2 +- tests/base_covar_adapt.nit | 2 +- tests/base_covar_gen.nit | 2 +- tests/base_covar_int.nit | 2 +- tests/base_covar_int2.nit | 2 +- tests/base_dead_code.nit | 2 +- tests/base_deprecated.nit | 2 +- tests/base_do_block.nit | 2 +- tests/base_empty.nit | 2 +- tests/base_empty_comments.nit | 2 +- tests/base_empty_module.nit | 2 +- tests/base_empty_module2.nit | 2 +- tests/base_eq.nit | 2 +- tests/base_eq2_float.nit | 2 +- tests/base_eq_float.nit | 2 +- tests/base_eq_int.nit | 2 +- tests/base_eq_int2.nit | 2 +- tests/base_eq_int4.nit | 2 +- tests/base_eq_int4b.nit | 2 +- tests/base_eq_int4c.nit | 2 +- tests/base_eq_null_notnull.nit | 2 +- tests/base_error_class_kind.nit | 2 +- tests/base_error_class_kind2.nit | 2 +- tests/base_error_doubledef.nit | 2 +- tests/base_error_literal.nit | 2 +- tests/base_error_new_abstract.nit | 2 +- tests/base_error_new_interface.nit | 2 +- tests/base_for_finish.nit | 2 +- tests/base_for_formal.nit | 2 +- tests/base_for_multi.nit | 2 +- tests/base_for_nullable.nit | 2 +- tests/base_formal_isa.nit | 2 +- tests/base_formal_subtype.nit | 2 +- tests/base_ft_detect_variance_constraints.nit | 2 +- tests/base_fun_reassign.nit | 2 +- tests/base_gen.nit | 2 +- tests/base_gen2.nit | 2 +- tests/base_gen_bound.nit | 2 +- tests/base_gen_f.nit | 2 +- tests/base_gen_final_bound.nit | 2 +- tests/base_gen_infinite.nit | 2 +- tests/base_gen_infinite2.nit | 2 +- tests/base_gen_int.nit | 2 +- tests/base_gen_nest.nit | 2 +- tests/base_gen_reassign.nit | 2 +- tests/base_gen_redef.nit | 2 +- tests/base_gen_variance.nit | 2 +- tests/base_gen_variance2.nit | 2 +- tests/base_gen_variance3.nit | 2 +- tests/base_gen_variance_int.nit | 2 +- tests/base_if_expr.nit | 2 +- tests/base_import.nit | 2 +- tests/base_import2.nit | 2 +- tests/base_import_standard.nit | 2 +- tests/base_import_standard2.nit | 2 +- tests/base_inheritance.nit | 2 +- tests/base_init.nit | 2 +- tests/base_init_auto.nit | 2 +- tests/base_init_auto_refine.nit | 2 +- tests/base_init_autoinit.nit | 2 +- tests/base_init_autoinit2.nit | 2 +- tests/base_init_autoinit3.nit | 2 +- tests/base_init_basic.nit | 2 +- tests/base_init_combine.nit | 2 +- tests/base_init_inh.nit | 2 +- tests/base_init_inherit6.nit | 2 +- tests/base_init_linext.nit | 2 +- tests/base_init_linext2.nit | 2 +- tests/base_init_linext_raf.nit | 2 +- tests/base_init_noinit.nit | 2 +- tests/base_init_nosuper.nit | 2 +- tests/base_init_raf.nit | 2 +- tests/base_init_raf2.nit | 2 +- tests/base_init_ret.nit | 2 +- tests/base_init_setter.nit | 2 +- tests/base_init_super_call.nit | 2 +- tests/base_init_super_call2.nit | 2 +- tests/base_init_super_call3.nit | 2 +- tests/base_inline.nit | 2 +- tests/base_inline_nested.nit | 2 +- tests/base_inline_nested2.nit | 2 +- tests/base_inline_statement.nit | 2 +- tests/base_int.nit | 2 +- tests/base_int2.nit | 2 +- tests/base_is_optional.nit | 2 +- tests/base_isa.nit | 2 +- tests/base_isa1.nit | 2 +- tests/base_isa2.nit | 2 +- tests/base_isa3.nit | 2 +- tests/base_isa_cast.nit | 2 +- tests/base_isa_cast2.nit | 2 +- tests/base_isa_cast3.nit | 2 +- tests/base_isa_cast4.nit | 2 +- tests/base_isa_cast_self.nit | 2 +- tests/base_isa_formal_type.nit | 2 +- tests/base_isa_ft.nit | 2 +- tests/base_isa_ft2.nit | 2 +- tests/base_isa_gen.nit | 2 +- tests/base_isa_gen1.nit | 2 +- tests/base_isa_gen2.nit | 2 +- tests/base_isa_gen3.nit | 2 +- tests/base_isa_gen4.nit | 2 +- tests/base_isa_gen5.nit | 2 +- tests/base_isa_gen6.nit | 2 +- tests/base_isa_gen7.nit | 2 +- tests/base_isa_gen8.nit | 2 +- tests/base_isa_nil.nit | 2 +- tests/base_isa_nullable1.nit | 2 +- tests/base_isa_nullable2.nit | 2 +- tests/base_isa_nullable_vt.nit | 2 +- tests/base_isa_nullable_vt2.nit | 2 +- tests/base_isa_vt1.nit | 2 +- tests/base_isa_vt2.nit | 2 +- tests/base_isa_vt3.nit | 2 +- tests/base_isa_vt_class.nit | 2 +- tests/base_isa_vt_ft.nit | 2 +- tests/base_isa_vt_gen1.nit | 2 +- tests/base_isa_vt_gen2.nit | 2 +- tests/base_isa_vt_gen3.nit | 2 +- tests/base_iterator1.nit | 2 +- tests/base_iterator2.nit | 2 +- tests/base_iterator3.nit | 2 +- tests/base_label_do.nit | 2 +- tests/base_label_for.nit | 2 +- tests/base_label_loop.nit | 2 +- tests/base_label_while.nit | 2 +- tests/base_label_while2.nit | 2 +- tests/base_meth_call.nit | 2 +- tests/base_minimal.nit | 2 +- tests/base_module_conditional.nit | 2 +- tests/base_module_conditional_client.nit | 2 +- tests/base_name_conflict.nit | 2 +- tests/base_native_array.nit | 2 +- tests/base_new.nit | 2 +- tests/base_new_factory.nit | 2 +- tests/base_new_intern.nit | 2 +- tests/base_notnull.nit | 2 +- tests/base_notnull_lit.nit | 2 +- tests/base_null.nit | 2 +- tests/base_nullable.nit | 2 +- tests/base_once.nit | 2 +- tests/base_operators.nit | 2 +- tests/base_orelse.nit | 2 +- tests/base_orelse2.nit | 2 +- tests/base_output_class_name.nit | 2 +- tests/base_polymorphic_init.nit | 2 +- tests/base_polymorphic_init2.nit | 2 +- tests/base_primitive.nit | 2 +- tests/base_primitive_fun.nit | 2 +- tests/base_primitive_null.nit | 2 +- tests/base_primitive_recv.nit | 2 +- tests/base_prot.nit | 2 +- tests/base_prot0.nit | 2 +- tests/base_prot2.nit | 2 +- tests/base_prot3.nit | 2 +- tests/base_prot_sig.nit | 2 +- tests/base_prot_sig2.nit | 2 +- tests/base_prot_sig_vt.nit | 2 +- tests/base_range.nit | 2 +- tests/base_reassign_test.nit | 2 +- tests/base_recurcivity.nit | 2 +- tests/base_redef.nit | 2 +- tests/base_redef_run.nit | 2 +- tests/base_ret_covar_int.nit | 2 +- tests/base_safe.nit | 2 +- tests/base_safe2.nit | 2 +- tests/base_scope.nit | 2 +- tests/base_self_type.nit | 2 +- tests/base_sig_inh.nit | 2 +- tests/base_simple.nit | 2 +- tests/base_simple2.nit | 2 +- tests/base_simple3.nit | 2 +- tests/base_simple_import.nit | 2 +- tests/base_stdout.nit | 2 +- tests/base_string.nit | 2 +- tests/base_string_tos.nit | 2 +- tests/base_super_linext.nit | 2 +- tests/base_super_linext2.nit | 2 +- tests/base_super_linext_raf.nit | 2 +- tests/base_test_bases.nit | 2 +- tests/base_test_obj_id.nit | 2 +- tests/base_test_variadic.nit | 2 +- tests/base_types_formal_and_virtual.nit | 2 +- tests/base_types_formal_and_virtual2.nit | 2 +- tests/base_types_formal_and_virtual3.nit | 2 +- tests/base_types_formal_and_virtual4.nit | 2 +- tests/base_types_nullable.nit | 2 +- ...base_types_nullable_formal_and_virtual.nit | 2 +- tests/base_user_annotation.nit | 2 +- tests/base_user_annotation2.nit | 2 +- tests/base_user_annotation3.nit | 2 +- tests/base_user_annotation4.nit | 2 +- tests/base_var.nit | 2 +- tests/base_var2.nit | 2 +- tests/base_var_assignment_flow.nit | 2 +- tests/base_var_null.nit | 2 +- tests/base_var_null2.nit | 2 +- tests/base_var_type_evolution.nit | 2 +- tests/base_var_type_evolution_null.nit | 2 +- tests/base_var_type_evolution_null2.nit | 2 +- tests/base_var_type_evolution_null3.nit | 2 +- tests/base_var_type_evolution_null4.nit | 2 +- tests/base_var_type_evolution_null5.nit | 2 +- tests/base_var_type_evolution_null_while.nit | 2 +- tests/base_var_type_evolution_nullable.nit | 2 +- tests/base_var_untyped.nit | 2 +- tests/base_vararg.nit | 2 +- tests/base_vararg2.nit | 2 +- tests/base_vararg3.nit | 2 +- tests/base_vararg_mult.nit | 2 +- tests/base_vararg_transform.nit | 2 +- tests/base_virtual_int2.nit | 2 +- tests/base_virtual_type.nit | 2 +- tests/base_virtual_type2.nit | 2 +- tests/base_virtual_type3.nit | 2 +- tests/base_virtual_type4.nit | 2 +- tests/base_virtual_type5.nit | 2 +- tests/base_virtual_type6.nit | 2 +- tests/base_virtual_type7.nit | 2 +- tests/base_virtual_type_check.nit | 2 +- tests/base_virtual_type_fixed.nit | 2 +- tests/base_virtual_type_redef.nit | 2 +- tests/base_virtual_type_self.nit | 2 +- tests/base_virtual_type_unsafe.nit | 2 +- tests/base_virtual_type_variance.nit | 2 +- tests/base_virtual_type_variance_int.nit | 2 +- tests/base_with.nit | 2 +- tests/base_with2.nit | 2 +- tests/base_with_return.nit | 2 +- tests/bench_421.nit | 2 +- tests/bench_add_all.nit | 2 +- tests/bench_bintree_gen.nit | 2 +- tests/bench_complex_sort.nit | 2 +- tests/bench_fib.nit | 2 +- tests/bench_int_range_iterator.nit | 2 +- tests/bench_netsim.nit | 2 +- tests/bench_nsieve_bool.nit | 2 +- tests/bench_prime.nit | 2 +- tests/bench_random_n_sort.nit | 2 +- tests/bench_send.nit | 2 +- tests/bench_send2.nit | 2 +- tests/bench_seq.nit | 2 +- tests/bench_strfib.nit | 2 +- tests/bench_string_append.nit | 2 +- tests/bench_string_super.nit | 2 +- tests/bench_string_tos.nit | 2 +- tests/bench_tak.nit | 2 +- tests/bug_inv_special.nit | 2 +- tests/contracts.nit | 2 +- tests/contracts_abstract.nit | 2 +- tests/contracts_add.nit | 2 +- tests/contracts_attributs.nit | 2 +- tests/contracts_constructor.nit | 2 +- tests/contracts_ensures.nit | 2 +- tests/contracts_ensures_1.nit | 2 +- tests/contracts_ensures_2.nit | 2 +- tests/contracts_ensures_3.nit | 2 +- tests/contracts_ensures_4.nit | 2 +- tests/contracts_ensures_sequence.nit | 2 +- tests/contracts_error.nit | 2 +- tests/contracts_expects.nit | 2 +- tests/contracts_expects_1.nit | 2 +- tests/contracts_expects_2.nit | 2 +- tests/contracts_expects_3.nit | 2 +- tests/contracts_generic_type.nit | 2 +- tests/contracts_inheritance.nit | 2 +- tests/contracts_invariant_1.nit | 2 +- tests/contracts_invariant_attr.nit | 2 +- tests/contracts_invariant_defaultinit.nit | 2 +- tests/contracts_invariant_diamond.nit | 2 +- tests/contracts_invariant_in_redef.nit | 2 +- tests/contracts_invariant_inheritance.nit | 2 +- .../contracts_invariant_inheritance_multi.nit | 2 +- ...ontracts_invariant_inheritance_multi_2.nit | 2 +- tests/contracts_null_parameter.nit | 2 +- tests/contracts_same_contract.nit | 2 +- tests/contracts_static.nit | 2 +- tests/contracts_virtual_type.nit | 2 +- tests/error_annot_c_compiler.nit | 2 +- tests/error_annot_pkgconfig.nit | 2 +- tests/error_arg.nit | 2 +- tests/error_array_ambig.nit | 2 +- tests/error_attr_2def.nit | 2 +- tests/error_attr_assign.nit | 2 +- tests/error_attr_unk.nit | 2 +- tests/error_class_generic.nit | 2 +- tests/error_class_glob.nit | 2 +- tests/error_cons_arity.nit | 2 +- tests/error_cons_arity2.nit | 2 +- tests/error_constraint.nit | 2 +- tests/error_constraint_raf.nit.broken | 2 +- tests/error_decl_type_var.nit | 2 +- tests/error_defs.nit | 2 +- tests/error_defs2.nit | 2 +- tests/error_defs_init.nit | 2 +- tests/error_expr_not_ok.nit | 2 +- tests/error_for_coll.nit | 2 +- tests/error_formal.nit | 2 +- tests/error_formal_name.nit | 2 +- tests/error_formal_super.nit | 2 +- tests/error_fun_ret.nit | 2 +- tests/error_fun_ret2.nit | 2 +- tests/error_fun_ret3.nit | 2 +- tests/error_fun_ret4.nit | 2 +- tests/error_fun_ret5.nit | 2 +- tests/error_gen_f_inh_clash.nit | 2 +- tests/error_if_bool.nit | 2 +- tests/error_inh_clash.nit | 2 +- tests/error_inh_clash2.nit | 2 +- tests/error_inh_clash3.nit | 2 +- tests/error_inh_clash4.nit | 2 +- tests/error_inh_loop.nit | 2 +- tests/error_init_auto.nit | 2 +- tests/error_intern.nit | 2 +- tests/error_kern_attr_any.nit | 2 +- tests/error_kern_attr_int.nit | 2 +- tests/error_left_bool.nit | 2 +- tests/error_loop_bool_while.nit | 2 +- tests/error_meth_2def.nit | 2 +- tests/error_meth_2def2.nit | 2 +- tests/error_meth_create.nit | 2 +- tests/error_meth_unk1.nit | 2 +- tests/error_meth_unk2.nit | 2 +- tests/error_mod_unk.nit | 2 +- tests/error_names.nit | 2 +- tests/error_needed_method.nit | 2 +- tests/error_operators.nit | 2 +- tests/error_prop_glob.nit | 2 +- tests/error_prop_loc.nit | 2 +- tests/error_prop_name.nit | 2 +- tests/error_prop_name_m1.nit | 2 +- tests/error_prop_name_m2.nit | 2 +- tests/error_redef.nit | 2 +- tests/error_redef2.nit | 2 +- tests/error_redef3.nit | 2 +- tests/error_redef4.nit | 2 +- tests/error_redef4_base.nit | 2 +- tests/error_redef_class.nit | 2 +- tests/error_redef_vt.nit | 2 +- tests/error_ref_attr.nit | 2 +- tests/error_ref_fun.nit | 2 +- tests/error_ref_param.nit | 2 +- tests/error_ref_proc.nit | 2 +- tests/error_ref_ret.nit | 2 +- tests/error_req_loop0.nit | 2 +- tests/error_req_loop1.nit | 2 +- tests/error_req_loop2.nit | 2 +- tests/error_ret_fun.nit | 2 +- tests/error_ret_proc.nit | 2 +- tests/error_ret_type.nit | 2 +- tests/error_right_bool.nit | 2 +- tests/error_signature.nit | 2 +- tests/error_spe_attr.nit | 2 +- tests/error_spe_fun.nit | 2 +- tests/error_spe_param.nit | 2 +- tests/error_spe_param2.nit | 2 +- tests/error_spe_proc.nit | 2 +- tests/error_spe_ret.nit | 2 +- tests/error_star_type.nit | 2 +- tests/error_subset_no_new.nit | 2 +- tests/error_super_none.nit | 2 +- tests/error_syntax.nit | 2 +- tests/error_toplevel.nit | 2 +- tests/error_type_not_ok.nit | 2 +- tests/error_type_not_ok2.nit | 2 +- tests/error_type_not_ok3.nit | 2 +- tests/error_type_not_ok4.nit | 2 +- tests/error_type_not_ok5.nit | 2 +- tests/error_unk_class.nit | 2 +- tests/error_unk_class2.nit | 2 +- tests/error_var_args.nit | 2 +- tests/error_var_args2.nit | 2 +- tests/error_var_args3.nit | 2 +- tests/error_var_args4.nit | 2 +- tests/error_var_assign.nit | 2 +- tests/error_virtual_type.nit | 2 +- tests/error_virtual_type2.nit | 2 +- tests/error_visibility_protected.nit | 2 +- tests/example_421.nit | 2 +- tests/example_beer.nit | 2 +- tests/example_exec_ls.nit | 2 +- tests/example_hanoi.nit | 2 +- tests/example_objet.nit | 252 +++++++++--------- tests/example_point.nit | 2 +- tests/example_procedural_string.nit | 2 +- tests/example_simple.nit | 2 +- tests/example_sorter.nit | 2 +- tests/example_sorts.nit | 2 +- tests/example_string.nit | 2 +- tests/example_time.nit | 2 +- tests/example_variable.nit | 2 +- tests/example_wc.nit | 2 +- tests/galerie.nit | 2 +- tests/gccbug_attribute_access.nit | 2 +- tests/icode_ireg.nit | 2 +- tests/module_0.nit | 2 +- tests/module_1.nit | 2 +- tests/module_1b.nit | 2 +- tests/module_2.nit | 2 +- tests/module_simple.nit | 2 +- tests/names/n0.nit | 2 +- tests/names/n1.nit | 2 +- tests/names/n2.nit | 2 +- tests/names/n3.nit | 2 +- tests/names1.nit | 2 +- tests/project1/module1.nit | 2 +- tests/project1/module2.nit | 2 +- tests/project1/module3.nit | 2 +- tests/project1/module_0.nit | 2 +- tests/project1/module_01.nit | 2 +- tests/project1/module_02.nit | 2 +- tests/project1/project1.nit | 2 +- tests/project1/project2/foo.nit | 2 +- tests/project1/project2/project2.nit | 2 +- tests/project1/subdir/module4.nit | 2 +- tests/project1/subdir/module_0.nit | 2 +- tests/rope_substring_test.nit | 2 +- tests/rterror_attr_def.nit | 2 +- tests/rterror_check.nit | 2 +- tests/rterror_null_receiver.nit | 2 +- tests/sav/fixme/nitpretty_args37.res | 2 +- tests/sav/fixme/nitpretty_args48.res | 2 +- tests/sav/fixme/nitpretty_args58.res | 2 +- tests/sav/fixme/nitpretty_args6.res | 2 +- tests/sav/nit_args6.res | 2 +- tests/sav/nitlight_args4.res | 2 +- tests/sav/nitpretty_args1.res | 2 +- tests/sav/nitpretty_args10.res | 2 +- tests/sav/nitpretty_args11.res | 2 +- tests/sav/nitpretty_args12.res | 2 +- tests/sav/nitpretty_args13.res | 2 +- tests/sav/nitpretty_args14.res | 2 +- tests/sav/nitpretty_args15.res | 2 +- tests/sav/nitpretty_args16.res | 2 +- tests/sav/nitpretty_args17.res | 2 +- tests/sav/nitpretty_args18.res | 2 +- tests/sav/nitpretty_args19.res | 2 +- tests/sav/nitpretty_args2.res | 2 +- tests/sav/nitpretty_args20.res | 2 +- tests/sav/nitpretty_args21.res | 2 +- tests/sav/nitpretty_args22.res | 2 +- tests/sav/nitpretty_args23.res | 2 +- tests/sav/nitpretty_args24.res | 2 +- tests/sav/nitpretty_args25.res | 2 +- tests/sav/nitpretty_args26.res | 2 +- tests/sav/nitpretty_args27.res | 2 +- tests/sav/nitpretty_args28.res | 2 +- tests/sav/nitpretty_args29.res | 2 +- tests/sav/nitpretty_args3.res | 2 +- tests/sav/nitpretty_args30.res | 2 +- tests/sav/nitpretty_args31.res | 2 +- tests/sav/nitpretty_args32.res | 2 +- tests/sav/nitpretty_args33.res | 2 +- tests/sav/nitpretty_args34.res | 2 +- tests/sav/nitpretty_args35.res | 2 +- tests/sav/nitpretty_args36.res | 2 +- tests/sav/nitpretty_args37.res | 2 +- tests/sav/nitpretty_args38.res | 2 +- tests/sav/nitpretty_args39.res | 2 +- tests/sav/nitpretty_args4.res | 2 +- tests/sav/nitpretty_args40.res | 2 +- tests/sav/nitpretty_args41.res | 2 +- tests/sav/nitpretty_args42.res | 2 +- tests/sav/nitpretty_args43.res | 2 +- tests/sav/nitpretty_args44.res | 2 +- tests/sav/nitpretty_args45.res | 2 +- tests/sav/nitpretty_args46.res | 2 +- tests/sav/nitpretty_args47.res | 2 +- tests/sav/nitpretty_args48.res | 2 +- tests/sav/nitpretty_args49.res | 2 +- tests/sav/nitpretty_args5.res | 2 +- tests/sav/nitpretty_args50.res | 2 +- tests/sav/nitpretty_args51.res | 2 +- tests/sav/nitpretty_args52.res | 2 +- tests/sav/nitpretty_args53.res | 2 +- tests/sav/nitpretty_args54.res | 2 +- tests/sav/nitpretty_args55.res | 2 +- tests/sav/nitpretty_args56.res | 2 +- tests/sav/nitpretty_args57.res | 2 +- tests/sav/nitpretty_args58.res | 2 +- tests/sav/nitpretty_args59.res | 2 +- tests/sav/nitpretty_args6.res | 2 +- tests/sav/nitpretty_args60.res | 2 +- tests/sav/nitpretty_args61.res | 2 +- tests/sav/nitpretty_args62.res | 2 +- tests/sav/nitpretty_args7.res | 2 +- tests/sav/nitpretty_args8.res | 2 +- tests/sav/nitpretty_args9.res | 2 +- tests/sav/test_file_copy.res | 2 +- tests/sav/test_file_read.res | 4 +- tests/sav/test_file_read2.res | 12 +- tests/sav/test_file_read3.res | 10 +- tests/sav/test_for_abuse.res | 2 +- tests/sav/test_parser_args2.res | 2 +- tests/sav/test_parser_args4.res | 2 +- tests/search_tests.sh | 2 +- tests/search_tests_git.sh | 2 +- tests/shootout_ackermann.nit | 2 +- tests/shootout_binarytrees.nit | 2 +- tests/shootout_mandelbrot.nit | 2 +- tests/shootout_nsieve.nit | 2 +- tests/shootout_nsieve_bytes_alt.nit | 2 +- tests/shootout_startup.nit | 2 +- tests/string_ffi_ref_test.nit | 2 +- tests/syntax_annotations.nit | 2 +- tests/syntax_annotations2.nit | 2 +- tests/syntax_annotations3.nit | 2 +- tests/syntax_callref.nit | 2 +- tests/syntax_expr.nit | 2 +- tests/syntax_lambda.nit | 2 +- tests/syntax_semi.nit | 2 +- tests/syntax_semi2.nit | 2 +- tests/test_adhoc_json_parse.nit | 2 +- tests/test_advice_repeated_types.nit | 2 +- tests/test_annot_c_compiler.nit | 2 +- tests/test_annot_pkgconfig.nit | 2 +- tests/test_args.nit | 2 +- tests/test_arr_tos_ropes.nit | 2 +- tests/test_array_comb.nit | 2 +- tests/test_array_eq.nit | 2 +- tests/test_array_formal.nit | 2 +- tests/test_array_init.nit | 2 +- tests/test_astbuilder/test_astbuilder.nit | 2 +- tests/test_atoi.nit | 2 +- tests/test_attr_infer_type.nit | 2 +- tests/test_augmented.nit | 2 +- tests/test_autoinit_optional.nit | 2 +- tests/test_basename_perf.nit | 2 +- tests/test_binary.nit | 2 +- tests/test_boxing.nit | 2 +- tests/test_break.nit | 2 +- tests/test_buffer_unicode.nit | 2 +- tests/test_bufferedfilereader.nit | 2 +- tests/test_byte.nit | 2 +- tests/test_bytes_hexdigit.nit | 2 +- tests/test_c.nit | 2 +- tests/test_callref.nit | 2 +- tests/test_calls.nit | 2 +- tests/test_catch_attributes.nit | 2 +- tests/test_catch_imbricated.nit | 2 +- tests/test_catch_in_catch.nit | 2 +- tests/test_catch_loop.nit | 2 +- tests/test_catch_multi_threaded.nit | 2 +- tests/test_catch_objects.nit | 2 +- tests/test_catch_runtime.nit | 2 +- tests/test_catch_simple.nit | 2 +- tests/test_coll.nit | 2 +- tests/test_coll_array.nit | 2 +- tests/test_coll_eq.nit | 2 +- tests/test_combined_assignment.nit | 2 +- tests/test_comprehension.nit | 2 +- tests/test_copy_to_native.nit | 2 +- tests/test_create.nit | 2 +- tests/test_create_more.nit | 2 +- tests/test_csv.nit | 2 +- tests/test_curl.nit | 2 +- tests/test_define.nit | 2 +- tests/test_deriving.nit | 2 +- tests/test_deserialization.nit | 2 +- tests/test_deserialization_serial.nit | 2 +- tests/test_directory_create.nit | 2 +- tests/test_doc.nit | 2 +- tests/test_doc2.nit | 2 +- tests/test_doc3.nit | 2 +- tests/test_exec.nit | 2 +- tests/test_exec_ls.nit | 2 +- tests/test_explain_assert.nit | 2 +- tests/test_extern.nit | 2 +- tests/test_fdstream.nit | 2 +- tests/test_ffi_c_accessor.nit | 2 +- tests/test_ffi_c_callback_extern_receiver.nit | 2 +- tests/test_ffi_c_callbacks.nit | 2 +- tests/test_ffi_c_casts.nit | 2 +- tests/test_ffi_c_duplicated_callback_a.nit | 2 +- tests/test_ffi_c_duplicated_callback_b.nit | 2 +- tests/test_ffi_c_extra_simple.nit | 2 +- tests/test_ffi_c_fibonacci.nit | 2 +- tests/test_ffi_c_generics.nit | 2 +- tests/test_ffi_c_global_ref.nit | 2 +- tests/test_ffi_c_interpreter.nit | 2 +- tests/test_ffi_c_lots_of_refs.nit | 2 +- tests/test_ffi_c_module_blocks.nit | 2 +- tests/test_ffi_c_more.nit | 2 +- tests/test_ffi_c_more_callbacks.nit | 2 +- tests/test_ffi_c_new.nit | 2 +- tests/test_ffi_c_new_extern.nit | 2 +- tests/test_ffi_c_operators.nit | 2 +- tests/test_ffi_c_polymorphism.nit | 2 +- tests/test_ffi_c_primitives.nit | 2 +- tests/test_ffi_c_simple.nit | 2 +- tests/test_ffi_c_strings.nit | 2 +- tests/test_ffi_c_super.nit | 2 +- tests/test_ffi_cpp_callbacks.nit | 2 +- tests/test_ffi_cpp_duplicated_callback_a.nit | 2 +- tests/test_ffi_cpp_duplicated_callback_b.nit | 2 +- tests/test_ffi_cpp_header.nit | 2 +- tests/test_ffi_cpp_simple_fun.nit | 2 +- tests/test_ffi_cpp_strings.nit | 2 +- tests/test_ffi_cpp_types.nit | 2 +- tests/test_ffi_java_annot_files.nit | 2 +- tests/test_ffi_java_annot_files_a.java | 2 +- tests/test_ffi_java_callbacks.nit | 2 +- tests/test_ffi_java_generics.nit | 2 +- tests/test_ffi_java_global.nit | 2 +- tests/test_ffi_java_message_box.nit | 2 +- tests/test_ffi_java_minimal.nit | 2 +- tests/test_ffi_java_refs.nit | 2 +- tests/test_ffi_java_string.nit | 2 +- tests/test_ffi_java_types.nit | 2 +- tests/test_ffi_java_use_module.nit | 2 +- tests/test_ffi_objc_types_and_callbacks.nit | 2 +- tests/test_file_copy.nit | 2 +- tests/test_file_open_fail.nit | 2 +- tests/test_file_read.nit | 2 +- tests/test_file_read2.nit | 2 +- tests/test_file_read3.nit | 2 +- tests/test_file_write.nit | 2 +- tests/test_filterstream.nit | 2 +- tests/test_finalization.nit | 2 +- tests/test_fix_int.nit | 2 +- tests/test_flatbuf_from.nit | 2 +- tests/test_flatrope.nit | 2 +- tests/test_float.nit | 2 +- tests/test_float_inf.nit | 2 +- tests/test_float_nan.nit | 2 +- tests/test_for.nit | 2 +- tests/test_for_abuse.nit | 2 +- tests/test_gc_forced.nit | 2 +- tests/test_gen.nit | 2 +- tests/test_gen_inh.nit | 2 +- tests/test_genplus.nit | 2 +- tests/test_gets.nit | 2 +- tests/test_glsl_validation.nit | 2 +- tests/test_gtk.nit | 2 +- tests/test_hash.nit | 2 +- tests/test_hash_debug.nit | 2 +- tests/test_hash_text.nit | 2 +- tests/test_hashset_init.nit | 2 +- tests/test_id.nit | 2 +- tests/test_indexof.nit | 2 +- tests/test_inheritance.nit | 2 +- tests/test_inheritance_raf.nit | 2 +- tests/test_inplace_xor.nit | 2 +- tests/test_inspect_serialization.nit | 2 +- tests/test_int_to_s.nit | 2 +- tests/test_intern_extern.nit | 2 +- tests/test_io.nit | 2 +- tests/test_isa.nit | 2 +- tests/test_iso88591_codec.nit | 2 +- tests/test_json_deserialization.nit | 2 +- tests/test_json_deserialization_heuristic.nit | 2 +- tests/test_json_deserialization_plain.nit | 2 +- tests/test_json_deserialization_safe.nit | 2 +- tests/test_json_static.nit | 2 +- tests/test_json_unicode.nit | 2 +- tests/test_jvm.nit | 2 +- tests/test_keep_going.nit | 2 +- tests/test_kernel.nit | 2 +- tests/test_kill_process.nit | 2 +- tests/test_list.nit | 2 +- tests/test_list2.nit | 2 +- tests/test_list3.nit | 2 +- tests/test_map.nit | 2 +- tests/test_math.nit | 2 +- tests/test_mem.nit | 2 +- tests/test_memset.nit | 2 +- tests/test_meta.nit | 2 +- tests/test_mixin.nit | 2 +- tests/test_msgpack_deserialization.nit | 2 +- tests/test_multiconstraint.nit | 2 +- tests/test_multiconstraint_inh.nit | 2 +- tests/test_multiconstraint_ref.nit | 2 +- tests/test_multiconstraint_ref2.nit | 2 +- tests/test_native_array.nit | 2 +- tests/test_nativestring_fill_from.nit | 2 +- tests/test_neo4j.nit | 2 +- tests/test_neo4j_batch.nit | 2 +- tests/test_new_native.nit | 2 +- tests/test_nitcorn.nit | 2 +- tests/test_nitunit.nit | 2 +- tests/test_nitunit10.nit | 2 +- tests/test_nitunit11.nit | 2 +- tests/test_nitunit2.nit | 2 +- tests/test_nitunit3/test_nitunit3.nit | 2 +- tests/test_nitunit4/nitunit4.nit | 2 +- tests/test_nitunit4/test_bad_comp.nit | 2 +- tests/test_nitunit4/test_bad_comp2.nit | 2 +- tests/test_nitunit4/test_nitunit4.nit | 2 +- tests/test_nitunit4/test_nitunit4_base.nit | 2 +- tests/test_nitunit5.nit | 2 +- tests/test_nitunit6.nit | 2 +- tests/test_nitunit7.nit | 2 +- tests/test_nitunit8.nit | 2 +- tests/test_nitunit9.nit | 2 +- tests/test_object_class_kind.nit | 2 +- tests/test_operator_brackets.nit | 2 +- tests/test_opts.nit | 2 +- tests/test_ordered_tree.nit | 2 +- tests/test_ordered_tree2.nit | 2 +- tests/test_paire.nit | 2 +- tests/test_path.nit | 2 +- tests/test_pipeline.nit | 2 +- tests/test_platform_android.nit | 2 +- tests/test_platform_ios.nit | 2 +- tests/test_postgres_native.nit | 2 +- tests/test_postgres_nity.nit | 2 +- tests/test_prefixed_chars.nit | 2 +- tests/test_pretty/test_annot1.nit | 2 +- tests/test_pretty/test_attr1.nit | 2 +- tests/test_pretty/test_attr2.nit | 2 +- tests/test_pretty/test_call1.nit | 2 +- tests/test_pretty/test_call2.nit | 2 +- tests/test_pretty/test_class1.nit | 2 +- tests/test_pretty/test_class2.nit | 2 +- tests/test_pretty/test_class3.nit | 2 +- tests/test_pretty/test_comments1.nit | 2 +- tests/test_pretty/test_extern1.nit | 2 +- tests/test_pretty/test_if1.nit | 2 +- tests/test_pretty/test_if2.nit | 2 +- tests/test_pretty/test_if3.nit | 2 +- tests/test_pretty/test_indent1.nit | 2 +- tests/test_pretty/test_loop1.nit | 2 +- tests/test_pretty/test_loop2.nit | 2 +- tests/test_pretty/test_loop3.nit | 2 +- tests/test_pretty/test_mod1.nit | 2 +- tests/test_pretty/test_mod2.nit | 2 +- tests/test_pretty/test_mod3.nit | 2 +- tests/test_pretty/test_op1.nit | 2 +- tests/test_pretty/test_op2.nit | 2 +- tests/test_pretty/test_op3.nit | 2 +- tests/test_pretty/test_prims1.nit | 2 +- tests/test_pretty/test_prop1.nit | 2 +- tests/test_pretty/test_prop2.nit | 2 +- tests/test_pretty/test_prop3.nit | 2 +- tests/test_print.nit | 2 +- tests/test_prog/examples/game_examples.nit | 2 +- tests/test_prog/game/game.nit | 2 +- tests/test_prog/platform/platform.nit | 2 +- tests/test_prog/rpg/careers.nit | 2 +- tests/test_prog/rpg/character.nit | 2 +- tests/test_prog/rpg/combat.nit | 2 +- tests/test_prog/rpg/races.nit | 2 +- tests/test_prog/rpg/rpg.nit | 2 +- tests/test_prog/test_prog.nit | 2 +- tests/test_prog/tests/test_game.nit | 2 +- tests/test_r_trim.nit | 2 +- tests/test_range.nit | 2 +- tests/test_read_all.nit | 2 +- tests/test_read_char.nit | 2 +- tests/test_readline.nit | 2 +- tests/test_refinement.nit | 2 +- tests/test_regex_check.nit | 2 +- tests/test_return.nit | 2 +- tests/test_rope_bytes.nit | 2 +- tests/test_ropes.nit | 2 +- tests/test_rubix_cube.nit | 2 +- tests/test_rubix_visual.nit | 2 +- tests/test_saf/flow_fun1.nit | 2 +- tests/test_saf/flow_fun2.nit | 2 +- tests/test_saf/flow_if1.nit | 2 +- tests/test_saf/flow_if2.nit | 2 +- tests/test_saf/flow_if3.nit | 2 +- tests/test_saf/flow_loop1.nit | 2 +- tests/test_saf/flow_loop2.nit | 2 +- tests/test_saf/flow_loop3.nit | 2 +- tests/test_saf/simple1.nit | 2 +- tests/test_saf/simple2.nit | 2 +- tests/test_seq.nit | 2 +- tests/test_serialization.nit | 2 +- tests/test_serialization_redef.nit | 2 +- tests/test_set.nit | 2 +- tests/test_signals.nit | 2 +- tests/test_sort_perf.nit | 2 +- tests/test_sqlite3_native.nit | 2 +- tests/test_sqlite3_nity.nit | 2 +- tests/test_stdio.nit | 2 +- tests/test_stream_poll.nit | 2 +- tests/test_string2.nit | 2 +- tests/test_string_bytes.nit | 2 +- tests/test_string_is_numeric.nit | 2 +- tests/test_string_long.nit | 2 +- tests/test_string_search.nit | 2 +- tests/test_string_triple.nit | 2 +- tests/test_string_triple2.nit | 2 +- tests/test_string_triple3.nit | 2 +- tests/test_string_triple4.nit | 2 +- tests/test_string_triple5.nit | 2 +- tests/test_string_unicode.nit | 2 +- tests/test_subarray.nit | 2 +- tests/test_subset_out_of_order.nit | 2 +- tests/test_substring.nit | 2 +- tests/test_super.nit | 2 +- tests/test_super_explicit.nit | 2 +- tests/test_super_gen.nit | 2 +- tests/test_super_gen_raf.nit | 2 +- tests/test_super_param.nit | 2 +- tests/test_super_param2.nit | 2 +- tests/test_super_param_raf.nit | 2 +- tests/test_super_param_raf2.nit | 2 +- tests/test_superstring.nit | 2 +- tests/test_symbol.nit | 2 +- tests/test_syntax.nit | 2 +- tests/test_test_nitunit.nit | 2 +- tests/test_text.nit | 2 +- tests/test_text_stat.nit | 2 +- tests/test_to_upper_lower.nit | 2 +- tests/test_to_upper_lower_buffer.nit | 2 +- tests/test_undead.nit | 2 +- tests/test_unicode_4bytes.nit | 2 +- tests/test_unrolled_list.nit | 2 +- tests/test_variance_attr.nit | 2 +- tests/test_variance_param.nit | 2 +- tests/test_variance_ret.nit | 2 +- tests/test_with.nit | 2 +- tests/test_xml_read.nit | 2 +- tests/testall.sh | 2 +- tests/testosx.sh | 2 +- tests/tests.sh | 2 +- tests/warn_truism.nit | 2 +- tests/zzz_tests/zzz_test_0k.nit | 2 +- tests/zzz_tests/zzz_test_args.nit | 2 +- tests/zzz_tests/zzz_test_envvar.nit | 2 +- tests/zzz_tests/zzz_test_fail.nit | 2 +- tests/zzz_tests/zzz_test_filelimit.nit | 2 +- tests/zzz_tests/zzz_test_fixme.nit | 2 +- tests/zzz_tests/zzz_test_fixme_changed.nit | 2 +- tests/zzz_tests/zzz_test_fixme_remains.nit | 2 +- tests/zzz_tests/zzz_test_in.nit | 2 +- tests/zzz_tests/zzz_test_nosav.nit | 2 +- tests/zzz_tests/zzz_test_ok.nit | 2 +- tests/zzz_tests/zzz_test_post_proc.nit | 2 +- tests/zzz_tests/zzz_test_realtimelimit.nit | 2 +- tests/zzz_tests/zzz_test_reslimit.nit | 2 +- tests/zzz_tests/zzz_test_soso.nit | 2 +- tests/zzz_tests/zzz_test_todo.nit | 2 +- tests/zzz_tests/zzz_test_usertimelimit.nit | 2 +- tests/zzz_tests/zzz_test_write.nit | 2 +- 2091 files changed, 2230 insertions(+), 2230 deletions(-) diff --git a/Makefile b/Makefile index 48c3fe7cab..44e0d8cd0e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2008 Jean Privat # diff --git a/README.md b/README.md index ddd682a506..5cb5315bb0 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,6 @@ The best way to ask the team for advice, submit bugs or request features, is thr Information, contacts and help: -* Website +* Website * Issues * Chatroom diff --git a/benchmarks/bench_common.sh b/benchmarks/bench_common.sh index dfdbc6b898..bd1038f3f8 100644 --- a/benchmarks/bench_common.sh +++ b/benchmarks/bench_common.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index ad256122af..3f7a91398d 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/bench_nitdoc.sh b/benchmarks/bench_nitdoc.sh index 4a1d2a7100..25dc74410f 100755 --- a/benchmarks/bench_nitdoc.sh +++ b/benchmarks/bench_nitdoc.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/bench_nitunit.sh b/benchmarks/bench_nitunit.sh index 23279f12b3..48596fe610 100755 --- a/benchmarks/bench_nitunit.sh +++ b/benchmarks/bench_nitunit.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/bench_old.sh b/benchmarks/bench_old.sh index 0111aa78dc..95c4f74462 100755 --- a/benchmarks/bench_old.sh +++ b/benchmarks/bench_old.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/bench_plot.sh b/benchmarks/bench_plot.sh index db0507d07c..c36d757cbc 100755 --- a/benchmarks/bench_plot.sh +++ b/benchmarks/bench_plot.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/csv/csv_bench.sh b/benchmarks/csv/csv_bench.sh index badd1e6102..2a15ca3f4b 100755 --- a/benchmarks/csv/csv_bench.sh +++ b/benchmarks/csv/csv_bench.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/csv/scripts/csv_gen.nit b/benchmarks/csv/scripts/csv_gen.nit index 123dbb62aa..b7ef1c33eb 100644 --- a/benchmarks/csv/scripts/csv_gen.nit +++ b/benchmarks/csv/scripts/csv_gen.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/csv/scripts/nit_csv.nit b/benchmarks/csv/scripts/nit_csv.nit index c8422d12d4..b83ce49a5b 100644 --- a/benchmarks/csv/scripts/nit_csv.nit +++ b/benchmarks/csv/scripts/nit_csv.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/json/bench_json.sh b/benchmarks/json/bench_json.sh index 4a3ece2646..14ae8fb7aa 100755 --- a/benchmarks/json/bench_json.sh +++ b/benchmarks/json/bench_json.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/json/inputs/multiply_gov.sh b/benchmarks/json/inputs/multiply_gov.sh index 28cbb64d5c..77d8ac1167 100755 --- a/benchmarks/json/inputs/multiply_gov.sh +++ b/benchmarks/json/inputs/multiply_gov.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/json/inputs/multiply_twitter.sh b/benchmarks/json/inputs/multiply_twitter.sh index 00619ae5e9..c8831a69bb 100755 --- a/benchmarks/json/inputs/multiply_twitter.sh +++ b/benchmarks/json/inputs/multiply_twitter.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/json/scripts/nit_adhoc_utf_noropes.nit b/benchmarks/json/scripts/nit_adhoc_utf_noropes.nit index 025a2e4219..55724b4543 100644 --- a/benchmarks/json/scripts/nit_adhoc_utf_noropes.nit +++ b/benchmarks/json/scripts/nit_adhoc_utf_noropes.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/json/scripts/nit_adhoc_utf_ropes.nit b/benchmarks/json/scripts/nit_adhoc_utf_ropes.nit index 75e1046d31..cf9f9abe18 100644 --- a/benchmarks/json/scripts/nit_adhoc_utf_ropes.nit +++ b/benchmarks/json/scripts/nit_adhoc_utf_ropes.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/json/scripts/nitcc_parser.nit b/benchmarks/json/scripts/nitcc_parser.nit index 627ae39550..8b08cf8b9d 100644 --- a/benchmarks/json/scripts/nitcc_parser.nit +++ b/benchmarks/json/scripts/nitcc_parser.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/bench_languages.sh b/benchmarks/languages/bench_languages.sh index e204133bcf..160cdb230c 100755 --- a/benchmarks/languages/bench_languages.sh +++ b/benchmarks/languages/bench_languages.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_attr.nit b/benchmarks/languages/benches/bench_attr.nit index 22cf626a92..14b5bfd100 100644 --- a/benchmarks/languages/benches/bench_attr.nit +++ b/benchmarks/languages/benches/bench_attr.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_base.nit b/benchmarks/languages/benches/bench_base.nit index f97bd65319..cfe31a9f41 100644 --- a/benchmarks/languages/benches/bench_base.nit +++ b/benchmarks/languages/benches/bench_base.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_meth.nit b/benchmarks/languages/benches/bench_meth.nit index 3eaaa28208..748b19adc0 100644 --- a/benchmarks/languages/benches/bench_meth.nit +++ b/benchmarks/languages/benches/bench_meth.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_null.nit b/benchmarks/languages/benches/bench_null.nit index a67c27b868..3dd41cf207 100644 --- a/benchmarks/languages/benches/bench_null.nit +++ b/benchmarks/languages/benches/bench_null.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_typetest_covar.nit b/benchmarks/languages/benches/bench_typetest_covar.nit index 4ccbcf3f8e..c52f7973f0 100644 --- a/benchmarks/languages/benches/bench_typetest_covar.nit +++ b/benchmarks/languages/benches/bench_typetest_covar.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_typetest_depth.nit b/benchmarks/languages/benches/bench_typetest_depth.nit index bc6f00d47c..8f785b64e6 100644 --- a/benchmarks/languages/benches/bench_typetest_depth.nit +++ b/benchmarks/languages/benches/bench_typetest_depth.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_typetest_depth_not.nit b/benchmarks/languages/benches/bench_typetest_depth_not.nit index 075632a537..4f4ce9461c 100644 --- a/benchmarks/languages/benches/bench_typetest_depth_not.nit +++ b/benchmarks/languages/benches/bench_typetest_depth_not.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/languages/benches/bench_typetest_fts_nesting.nit b/benchmarks/languages/benches/bench_typetest_fts_nesting.nit index f8c52af5c3..a651cbf38f 100644 --- a/benchmarks/languages/benches/bench_typetest_fts_nesting.nit +++ b/benchmarks/languages/benches/bench_typetest_fts_nesting.nit @@ -1,5 +1,5 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/markdown/Makefile b/benchmarks/markdown/Makefile index ca251413e1..45c0b642af 100644 --- a/benchmarks/markdown/Makefile +++ b/benchmarks/markdown/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/markdown/bench_markdown.sh b/benchmarks/markdown/bench_markdown.sh index 338ba145ac..8b6d7deb45 100755 --- a/benchmarks/markdown/bench_markdown.sh +++ b/benchmarks/markdown/bench_markdown.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/markdown/benches/Makefile b/benchmarks/markdown/benches/Makefile index 4cb8c36321..d6403b0486 100644 --- a/benchmarks/markdown/benches/Makefile +++ b/benchmarks/markdown/benches/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Alexandre Terrasa # diff --git a/benchmarks/markdown/benches/gen_benches.nit b/benchmarks/markdown/benches/gen_benches.nit index f336524270..69066a05b7 100644 --- a/benchmarks/markdown/benches/gen_benches.nit +++ b/benchmarks/markdown/benches/gen_benches.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/markdown/engines/Makefile b/benchmarks/markdown/engines/Makefile index 711d69f62d..adbc0cadd5 100644 --- a/benchmarks/markdown/engines/Makefile +++ b/benchmarks/markdown/engines/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Alexandre Terrasa # diff --git a/benchmarks/markdown/engines/markdown4j/Makefile b/benchmarks/markdown/engines/markdown4j/Makefile index eff078bfb7..3bb7b1336e 100644 --- a/benchmarks/markdown/engines/markdown4j/Makefile +++ b/benchmarks/markdown/engines/markdown4j/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Alexandre Terrasa # diff --git a/benchmarks/markdown/engines/nitmd/Makefile b/benchmarks/markdown/engines/nitmd/Makefile index 256ddfe3ad..fece790512 100644 --- a/benchmarks/markdown/engines/nitmd/Makefile +++ b/benchmarks/markdown/engines/nitmd/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Alexandre Terrasa # diff --git a/benchmarks/markdown/engines/nitmd/nitmd.nit b/benchmarks/markdown/engines/nitmd/nitmd.nit index 09c7d0735b..d13e0ed6d0 100644 --- a/benchmarks/markdown/engines/nitmd/nitmd.nit +++ b/benchmarks/markdown/engines/nitmd/nitmd.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/markdown/engines/nitmd2/Makefile b/benchmarks/markdown/engines/nitmd2/Makefile index 526ca83174..ae7a67893f 100644 --- a/benchmarks/markdown/engines/nitmd2/Makefile +++ b/benchmarks/markdown/engines/nitmd2/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Alexandre Terrasa # diff --git a/benchmarks/markdown/engines/nitmd2/nitmd2.nit b/benchmarks/markdown/engines/nitmd2/nitmd2.nit index d7056181a3..bb5f55e139 100644 --- a/benchmarks/markdown/engines/nitmd2/nitmd2.nit +++ b/benchmarks/markdown/engines/nitmd2/nitmd2.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/markdown/engines/pandoc/Makefile b/benchmarks/markdown/engines/pandoc/Makefile index ca4a3546a8..00ad0d36d0 100644 --- a/benchmarks/markdown/engines/pandoc/Makefile +++ b/benchmarks/markdown/engines/pandoc/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Alexandre Terrasa # diff --git a/benchmarks/markdown/engines/txtmark/Makefile b/benchmarks/markdown/engines/txtmark/Makefile index 0c119d0f33..b130098a6e 100644 --- a/benchmarks/markdown/engines/txtmark/Makefile +++ b/benchmarks/markdown/engines/txtmark/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Alexandre Terrasa # diff --git a/benchmarks/microbenches/catches.nit b/benchmarks/microbenches/catches.nit index b866f6fc7f..89ab0b576e 100644 --- a/benchmarks/microbenches/catches.nit +++ b/benchmarks/microbenches/catches.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/polygons/java/bench_polygon.sh b/benchmarks/polygons/java/bench_polygon.sh index 46c2019621..343b513414 100755 --- a/benchmarks/polygons/java/bench_polygon.sh +++ b/benchmarks/polygons/java/bench_polygon.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/polygons/nit/bench_polygon.nit b/benchmarks/polygons/nit/bench_polygon.nit index d2224b9362..6f64fd5a0e 100644 --- a/benchmarks/polygons/nit/bench_polygon.nit +++ b/benchmarks/polygons/nit/bench_polygon.nit @@ -1,4 +1,4 @@ -#This file is part of NIT (http://www.nitlanguage.org). +#This file is part of NIT (https://nitlanguage.org). # # Copyright 2015 Romain Chanoir # diff --git a/benchmarks/polygons/nit/bench_polygon.sh b/benchmarks/polygons/nit/bench_polygon.sh index 8b7fc084ba..431e144291 100755 --- a/benchmarks/polygons/nit/bench_polygon.sh +++ b/benchmarks/polygons/nit/bench_polygon.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/strings/array_to_s_vars/array_to_s_buffer.nit b/benchmarks/strings/array_to_s_vars/array_to_s_buffer.nit index 9fc0faf206..3fc7a878f5 100644 --- a/benchmarks/strings/array_to_s_vars/array_to_s_buffer.nit +++ b/benchmarks/strings/array_to_s_vars/array_to_s_buffer.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/array_to_s_vars/array_to_s_flatstr.nit b/benchmarks/strings/array_to_s_vars/array_to_s_flatstr.nit index 95f8c3930c..6d1471c55c 100644 --- a/benchmarks/strings/array_to_s_vars/array_to_s_flatstr.nit +++ b/benchmarks/strings/array_to_s_vars/array_to_s_flatstr.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/array_to_s_vars/array_to_s_man_buf.nit b/benchmarks/strings/array_to_s_vars/array_to_s_man_buf.nit index 638f1d50fb..167b3d5755 100644 --- a/benchmarks/strings/array_to_s_vars/array_to_s_man_buf.nit +++ b/benchmarks/strings/array_to_s_vars/array_to_s_man_buf.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/array_to_s_vars/array_to_s_manual.nit b/benchmarks/strings/array_to_s_vars/array_to_s_manual.nit index 0a79d35ec7..09339069dd 100644 --- a/benchmarks/strings/array_to_s_vars/array_to_s_manual.nit +++ b/benchmarks/strings/array_to_s_vars/array_to_s_manual.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/array_to_s_vars/array_to_s_rope.nit b/benchmarks/strings/array_to_s_vars/array_to_s_rope.nit index 27ae46974a..83ffe30f4c 100644 --- a/benchmarks/strings/array_to_s_vars/array_to_s_rope.nit +++ b/benchmarks/strings/array_to_s_vars/array_to_s_rope.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/array_to_s_vars/array_to_s_rope_buf.nit b/benchmarks/strings/array_to_s_vars/array_to_s_rope_buf.nit index bf24d64771..d87b56ba91 100644 --- a/benchmarks/strings/array_to_s_vars/array_to_s_rope_buf.nit +++ b/benchmarks/strings/array_to_s_vars/array_to_s_rope_buf.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/array_tos.nit b/benchmarks/strings/array_tos.nit index 8dff9e42bf..2fed406024 100644 --- a/benchmarks/strings/array_tos.nit +++ b/benchmarks/strings/array_tos.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/bench_base.nit b/benchmarks/strings/bench_base.nit index f59c2a8fea..0c4c8637c3 100644 --- a/benchmarks/strings/bench_base.nit +++ b/benchmarks/strings/bench_base.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/bench_strings.sh b/benchmarks/strings/bench_strings.sh index f4d8353f47..ee6b06f375 100755 --- a/benchmarks/strings/bench_strings.sh +++ b/benchmarks/strings/bench_strings.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/benchmarks/strings/chain_concat.nit b/benchmarks/strings/chain_concat.nit index 71c8303d35..087239f235 100644 --- a/benchmarks/strings/chain_concat.nit +++ b/benchmarks/strings/chain_concat.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/index_bench.nit b/benchmarks/strings/index_bench.nit index 3599cee028..908ef8e67c 100644 --- a/benchmarks/strings/index_bench.nit +++ b/benchmarks/strings/index_bench.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/iteration_bench.nit b/benchmarks/strings/iteration_bench.nit index ea703383ca..bd8a40d38d 100644 --- a/benchmarks/strings/iteration_bench.nit +++ b/benchmarks/strings/iteration_bench.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/benchmarks/strings/substr_bench.nit b/benchmarks/strings/substr_bench.nit index c1382ef501..c73c87fc70 100644 --- a/benchmarks/strings/substr_bench.nit +++ b/benchmarks/strings/substr_bench.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/c_src/gc_chooser.c b/c_src/gc_chooser.c index d3854c87bd..84f4634574 100644 --- a/c_src/gc_chooser.c +++ b/c_src/gc_chooser.c @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2006-2009 Jean Privat * diff --git a/c_src/gc_chooser.h b/c_src/gc_chooser.h index 255e07a709..deb1a9e563 100644 --- a/c_src/gc_chooser.h +++ b/c_src/gc_chooser.h @@ -1,7 +1,7 @@ #ifndef NIT_GC_CHOOSER_H #define NIT_GC_CHOOSER_H -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * This file is free software, which comes along with NIT. This software is * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/c_src/tables_nit.h b/c_src/tables_nit.h index 990189f224..7c18cd40d2 100644 --- a/c_src/tables_nit.h +++ b/c_src/tables_nit.h @@ -1,6 +1,6 @@ #ifndef TABLE_NIT_H #define TABLE_NIT_H -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * This file is free software, which comes along with NIT. This software is * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/clib/gc.c b/clib/gc.c index ad051d9c0b..638c1e13ad 100644 --- a/clib/gc.c +++ b/clib/gc.c @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2009 Julien Chevalier * diff --git a/clib/gc.h b/clib/gc.h index 18395a5d43..3dd92fb8cf 100644 --- a/clib/gc.h +++ b/clib/gc.h @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2009 Julien Chevalier * diff --git a/clib/gc_chooser.c b/clib/gc_chooser.c index 3a37da5f23..84d3c9c7c5 100644 --- a/clib/gc_chooser.c +++ b/clib/gc_chooser.c @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2006-2009 Jean Privat * diff --git a/clib/gc_chooser.h b/clib/gc_chooser.h index 882d310c66..2f923a1a30 100644 --- a/clib/gc_chooser.h +++ b/clib/gc_chooser.h @@ -1,7 +1,7 @@ #ifndef NIT_GC_CHOOSER_H #define NIT_GC_CHOOSER_H -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * This file is free software, which comes along with NIT. This software is * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/clib/gc_static_objects_list.c b/clib/gc_static_objects_list.c index baa77c8d43..45f248c9f6 100644 --- a/clib/gc_static_objects_list.c +++ b/clib/gc_static_objects_list.c @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2009 Julien Chevalier * diff --git a/clib/gc_static_objects_list.h b/clib/gc_static_objects_list.h index ab0e0fda64..87aa1f9558 100644 --- a/clib/gc_static_objects_list.h +++ b/clib/gc_static_objects_list.h @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2009 Julien Chevalier * diff --git a/clib/nit_common.h b/clib/nit_common.h index 1652ea9537..c9c9e4f48d 100644 --- a/clib/nit_common.h +++ b/clib/nit_common.h @@ -1,7 +1,7 @@ #ifndef NIT_COMMON_H #define NIT_COMMON_H -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2006-2009 Jean Privat * diff --git a/clib/nit_main.c b/clib/nit_main.c index 9b20edbc18..d3be74574b 100644 --- a/clib/nit_main.c +++ b/clib/nit_main.c @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Copyright 2006-2009 Jean Privat * diff --git a/contrib/action_nitro/src/action_nitro.nit b/contrib/action_nitro/src/action_nitro.nit index 485ebc2d38..674ffbafc8 100644 --- a/contrib/action_nitro/src/action_nitro.nit +++ b/contrib/action_nitro/src/action_nitro.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/action_nitro/src/game/ai.nit b/contrib/action_nitro/src/game/ai.nit index fc33bc4822..7ee4240045 100644 --- a/contrib/action_nitro/src/game/ai.nit +++ b/contrib/action_nitro/src/game/ai.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/action_nitro/src/game/core.nit b/contrib/action_nitro/src/game/core.nit index 25cf4579c6..10bc3e4b81 100644 --- a/contrib/action_nitro/src/game/core.nit +++ b/contrib/action_nitro/src/game/core.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/action_nitro/src/game/game.nit b/contrib/action_nitro/src/game/game.nit index 8938c36a45..700cc6ee84 100644 --- a/contrib/action_nitro/src/game/game.nit +++ b/contrib/action_nitro/src/game/game.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/action_nitro/src/game/planegen.nit b/contrib/action_nitro/src/game/planegen.nit index 667783c090..6850df2514 100644 --- a/contrib/action_nitro/src/game/planegen.nit +++ b/contrib/action_nitro/src/game/planegen.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/action_nitro/src/touch_ui.nit b/contrib/action_nitro/src/touch_ui.nit index b97be7e320..0a0b26da3a 100644 --- a/contrib/action_nitro/src/touch_ui.nit +++ b/contrib/action_nitro/src/touch_ui.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/asteronits/src/android.nit b/contrib/asteronits/src/android.nit index e7ac9df1d0..5f73da36fb 100644 --- a/contrib/asteronits/src/android.nit +++ b/contrib/asteronits/src/android.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/asteronits/src/asteronits.nit b/contrib/asteronits/src/asteronits.nit index e0c9991f96..c2d5a7b7f1 100644 --- a/contrib/asteronits/src/asteronits.nit +++ b/contrib/asteronits/src/asteronits.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/asteronits/src/game_logic.nit b/contrib/asteronits/src/game_logic.nit index 785fe9d523..b30424c250 100644 --- a/contrib/asteronits/src/game_logic.nit +++ b/contrib/asteronits/src/game_logic.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/asteronits/src/touch_ui.nit b/contrib/asteronits/src/touch_ui.nit index 2264f28ddd..aa74dd663c 100644 --- a/contrib/asteronits/src/touch_ui.nit +++ b/contrib/asteronits/src/touch_ui.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/benitlux_model.nit b/contrib/benitlux/src/benitlux_model.nit index 48a807a24f..1c3bbb9842 100644 --- a/contrib/benitlux/src/benitlux_model.nit +++ b/contrib/benitlux/src/benitlux_model.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/benitlux/src/client/android.nit b/contrib/benitlux/src/client/android.nit index 3495f6c5c1..059e8068d9 100644 --- a/contrib/benitlux/src/client/android.nit +++ b/contrib/benitlux/src/client/android.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/android_proto.nit b/contrib/benitlux/src/client/android_proto.nit index 22f0953ef2..ca7e21d08f 100644 --- a/contrib/benitlux/src/client/android_proto.nit +++ b/contrib/benitlux/src/client/android_proto.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/base.nit b/contrib/benitlux/src/client/base.nit index 5be26b24de..e18259a5d8 100644 --- a/contrib/benitlux/src/client/base.nit +++ b/contrib/benitlux/src/client/base.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/client.nit b/contrib/benitlux/src/client/client.nit index 75ba6a902e..1b648b86cd 100644 --- a/contrib/benitlux/src/client/client.nit +++ b/contrib/benitlux/src/client/client.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/features/checkins.nit b/contrib/benitlux/src/client/features/checkins.nit index d353a0a041..be247c0d09 100644 --- a/contrib/benitlux/src/client/features/checkins.nit +++ b/contrib/benitlux/src/client/features/checkins.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/features/debug.nit b/contrib/benitlux/src/client/features/debug.nit index e34fcc2194..adb5c55917 100644 --- a/contrib/benitlux/src/client/features/debug.nit +++ b/contrib/benitlux/src/client/features/debug.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/features/manual_checkins.nit b/contrib/benitlux/src/client/features/manual_checkins.nit index 946b667bbc..7c3c939bee 100644 --- a/contrib/benitlux/src/client/features/manual_checkins.nit +++ b/contrib/benitlux/src/client/features/manual_checkins.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/features/push.nit b/contrib/benitlux/src/client/features/push.nit index b5db81b323..03bc7d1a11 100644 --- a/contrib/benitlux/src/client/features/push.nit +++ b/contrib/benitlux/src/client/features/push.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/features/translations.nit b/contrib/benitlux/src/client/features/translations.nit index be42f5760c..eac2708f93 100644 --- a/contrib/benitlux/src/client/features/translations.nit +++ b/contrib/benitlux/src/client/features/translations.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/ios.nit b/contrib/benitlux/src/client/ios.nit index 5462cc2cec..6777ab5705 100644 --- a/contrib/benitlux/src/client/ios.nit +++ b/contrib/benitlux/src/client/ios.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/views/beer_views.nit b/contrib/benitlux/src/client/views/beer_views.nit index 95d2cf6abf..6a445a0cf0 100644 --- a/contrib/benitlux/src/client/views/beer_views.nit +++ b/contrib/benitlux/src/client/views/beer_views.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/views/home_views.nit b/contrib/benitlux/src/client/views/home_views.nit index 460e1beb9e..16a0043ea5 100644 --- a/contrib/benitlux/src/client/views/home_views.nit +++ b/contrib/benitlux/src/client/views/home_views.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/views/social_views.nit b/contrib/benitlux/src/client/views/social_views.nit index c95a80674f..5a485ae6f6 100644 --- a/contrib/benitlux/src/client/views/social_views.nit +++ b/contrib/benitlux/src/client/views/social_views.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/client/views/user_views.nit b/contrib/benitlux/src/client/views/user_views.nit index 92cd8615a3..9e2a185915 100644 --- a/contrib/benitlux/src/client/views/user_views.nit +++ b/contrib/benitlux/src/client/views/user_views.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/correct.nit b/contrib/benitlux/src/correct.nit index afa3a7fec6..7617512c5f 100644 --- a/contrib/benitlux/src/correct.nit +++ b/contrib/benitlux/src/correct.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/report.nit b/contrib/benitlux/src/report.nit index 1f31328716..1bb76ee0a8 100644 --- a/contrib/benitlux/src/report.nit +++ b/contrib/benitlux/src/report.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/server/benitlux_controller.nit b/contrib/benitlux/src/server/benitlux_controller.nit index 8f961823c7..24d6ea8c75 100644 --- a/contrib/benitlux/src/server/benitlux_controller.nit +++ b/contrib/benitlux/src/server/benitlux_controller.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/benitlux/src/server/benitlux_daily.nit b/contrib/benitlux/src/server/benitlux_daily.nit index 4268c8e3a9..eb79ce75c3 100644 --- a/contrib/benitlux/src/server/benitlux_daily.nit +++ b/contrib/benitlux/src/server/benitlux_daily.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/benitlux/src/server/benitlux_db.nit b/contrib/benitlux/src/server/benitlux_db.nit index c899edee10..5e28678e1a 100644 --- a/contrib/benitlux/src/server/benitlux_db.nit +++ b/contrib/benitlux/src/server/benitlux_db.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/benitlux/src/server/benitlux_social.nit b/contrib/benitlux/src/server/benitlux_social.nit index 01a56408e8..358ca968f7 100644 --- a/contrib/benitlux/src/server/benitlux_social.nit +++ b/contrib/benitlux/src/server/benitlux_social.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/benitlux/src/server/benitlux_view.nit b/contrib/benitlux/src/server/benitlux_view.nit index d35d6d96a7..09120a6be5 100644 --- a/contrib/benitlux/src/server/benitlux_view.nit +++ b/contrib/benitlux/src/server/benitlux_view.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/benitlux/src/server/server.nit b/contrib/benitlux/src/server/server.nit index f6d5d41adc..474c1db7af 100644 --- a/contrib/benitlux/src/server/server.nit +++ b/contrib/benitlux/src/server/server.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/brainfuck/Makefile b/contrib/brainfuck/Makefile index f478a7a5c7..149a1f6e9a 100644 --- a/contrib/brainfuck/Makefile +++ b/contrib/brainfuck/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/brainfuck/brainfuck.nit b/contrib/brainfuck/brainfuck.nit index d207496fe1..8ea136e6b6 100644 --- a/contrib/brainfuck/brainfuck.nit +++ b/contrib/brainfuck/brainfuck.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/github_merge/Makefile b/contrib/github_merge/Makefile index 4ac8326804..fe453eec6b 100644 --- a/contrib/github_merge/Makefile +++ b/contrib/github_merge/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/github_merge/github_merge.nit b/contrib/github_merge/github_merge.nit index cdb9de5683..93c2775394 100644 --- a/contrib/github_merge/github_merge.nit +++ b/contrib/github_merge/github_merge.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/github_search_for_jni/Makefile b/contrib/github_search_for_jni/Makefile index 91bbb763ec..2a59abc998 100644 --- a/contrib/github_search_for_jni/Makefile +++ b/contrib/github_search_for_jni/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/github_search_for_jni/src/github_search_for_jni.nit b/contrib/github_search_for_jni/src/github_search_for_jni.nit index f9927c1b69..e9615b35b9 100644 --- a/contrib/github_search_for_jni/src/github_search_for_jni.nit +++ b/contrib/github_search_for_jni/src/github_search_for_jni.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/header_keeper/Makefile b/contrib/header_keeper/Makefile index b8ea6ee8d0..604fb28b39 100644 --- a/contrib/header_keeper/Makefile +++ b/contrib/header_keeper/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/header_keeper/src/header_keeper.nit b/contrib/header_keeper/src/header_keeper.nit index adf6b770b3..f3eceff998 100644 --- a/contrib/header_keeper/src/header_keeper.nit +++ b/contrib/header_keeper/src/header_keeper.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/inkscape_tools/Makefile b/contrib/inkscape_tools/Makefile index d66e5884ec..3bffd9e6cd 100644 --- a/contrib/inkscape_tools/Makefile +++ b/contrib/inkscape_tools/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/inkscape_tools/src/svg_to_icons.nit b/contrib/inkscape_tools/src/svg_to_icons.nit index 3d7d3144ed..95c34793b1 100644 --- a/contrib/inkscape_tools/src/svg_to_icons.nit +++ b/contrib/inkscape_tools/src/svg_to_icons.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2012-2014 Alexis Laferrière # diff --git a/contrib/inkscape_tools/src/svg_to_png_and_nit.nit b/contrib/inkscape_tools/src/svg_to_png_and_nit.nit index b8a315757f..30bc602906 100644 --- a/contrib/inkscape_tools/src/svg_to_png_and_nit.nit +++ b/contrib/inkscape_tools/src/svg_to_png_and_nit.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2012-2015 Alexis Laferrière # diff --git a/contrib/inkscape_tools/src/xcode_assets.nit b/contrib/inkscape_tools/src/xcode_assets.nit index f1f30e844e..a3e0e2d83b 100644 --- a/contrib/inkscape_tools/src/xcode_assets.nit +++ b/contrib/inkscape_tools/src/xcode_assets.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/jwrapper/README.md b/contrib/jwrapper/README.md index 8cc183032e..3f5659df86 100644 --- a/contrib/jwrapper/README.md +++ b/contrib/jwrapper/README.md @@ -6,7 +6,7 @@ _jwrapper_ automates wrapping Java classes so they can be accessed from Nit code _jwrapper_ reuse Nit types of already wrapped Java classes by searching in the `lib/java` and `lib/android` folders in the Nit repository. It won't wrap a class that are already is those folders. # Installation -_jwrapper_ is designed to be installed from the `contrib` directory of Nit repository. (http://www.nitlanguage.org) +_jwrapper_ is designed to be installed from the `contrib` directory of Nit repository. (https://nitlanguage.org) To initiate installation process, use `make` in the `contrib/jwrapper` directory. diff --git a/contrib/jwrapper/examples/java_api/api_user.nit b/contrib/jwrapper/examples/java_api/api_user.nit index f313c404a3..a2eaf6521b 100644 --- a/contrib/jwrapper/examples/java_api/api_user.nit +++ b/contrib/jwrapper/examples/java_api/api_user.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/jwrapper/examples/queue/Queue.java b/contrib/jwrapper/examples/queue/Queue.java index daf0709d8a..5db5abcdcc 100644 --- a/contrib/jwrapper/examples/queue/Queue.java +++ b/contrib/jwrapper/examples/queue/Queue.java @@ -1,5 +1,5 @@ /* -* This file is part of NIT ( http://www.nitlanguage.org ). +* This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/jwrapper/examples/queue/user_test.nit b/contrib/jwrapper/examples/queue/user_test.nit index c963dc2322..f29f902cc9 100644 --- a/contrib/jwrapper/examples/queue/user_test.nit +++ b/contrib/jwrapper/examples/queue/user_test.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/jwrapper/src/code_generator.nit b/contrib/jwrapper/src/code_generator.nit index 7d49919a04..09f3a85871 100644 --- a/contrib/jwrapper/src/code_generator.nit +++ b/contrib/jwrapper/src/code_generator.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # Copyright 2015 Alexis Laferrière @@ -160,7 +160,7 @@ class CodeGenerator # License for the header of the generated Nit module var license = """ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/jwrapper/src/javap_visitor.nit b/contrib/jwrapper/src/javap_visitor.nit index 115dbcd7bc..a2b4494229 100644 --- a/contrib/jwrapper/src/javap_visitor.nit +++ b/contrib/jwrapper/src/javap_visitor.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # Copyright 2015 Alexis Laferrière diff --git a/contrib/jwrapper/src/jtype_converter.nit b/contrib/jwrapper/src/jtype_converter.nit index b574985ae0..951304ec8e 100644 --- a/contrib/jwrapper/src/jtype_converter.nit +++ b/contrib/jwrapper/src/jtype_converter.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # Copyright 2015 Alexis Laferrière diff --git a/contrib/jwrapper/src/jwrapper.nit b/contrib/jwrapper/src/jwrapper.nit index bf25f1e983..1d3d5fdb53 100644 --- a/contrib/jwrapper/src/jwrapper.nit +++ b/contrib/jwrapper/src/jwrapper.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # Copyright 2015 Alexis Laferrière diff --git a/contrib/jwrapper/src/model.nit b/contrib/jwrapper/src/model.nit index b4d437ad18..6a90942ec0 100644 --- a/contrib/jwrapper/src/model.nit +++ b/contrib/jwrapper/src/model.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # Copyright 2015 Alexis Laferrière diff --git a/contrib/memplot/Makefile b/contrib/memplot/Makefile index 43f84e6bbe..a3e30653b7 100644 --- a/contrib/memplot/Makefile +++ b/contrib/memplot/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/memplot/memplot.nit b/contrib/memplot/memplot.nit index 2bd1727e59..8f0e368b47 100644 --- a/contrib/memplot/memplot.nit +++ b/contrib/memplot/memplot.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/memplot/memplot.r b/contrib/memplot/memplot.r index adda5b8267..55adc784a7 100644 --- a/contrib/memplot/memplot.r +++ b/contrib/memplot/memplot.r @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/model_viewer/src/globe.nit b/contrib/model_viewer/src/globe.nit index be54bcedf5..c1f439bcb3 100644 --- a/contrib/model_viewer/src/globe.nit +++ b/contrib/model_viewer/src/globe.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/model_viewer/src/model_viewer.nit b/contrib/model_viewer/src/model_viewer.nit index a38de3259e..36d9644ecd 100644 --- a/contrib/model_viewer/src/model_viewer.nit +++ b/contrib/model_viewer/src/model_viewer.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/bootstrap/autom.nit b/contrib/nitcc/bootstrap/autom.nit index 7fe2c04bb3..b2cd4edda0 100644 --- a/contrib/nitcc/bootstrap/autom.nit +++ b/contrib/nitcc/bootstrap/autom.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/bootstrap/grammar.nit b/contrib/nitcc/bootstrap/grammar.nit index 0fc9b591a4..99de1e7e9f 100644 --- a/contrib/nitcc/bootstrap/grammar.nit +++ b/contrib/nitcc/bootstrap/grammar.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/bootstrap/lrautomaton.nit b/contrib/nitcc/bootstrap/lrautomaton.nit index c58721fab5..39159bfc95 100644 --- a/contrib/nitcc/bootstrap/lrautomaton.nit +++ b/contrib/nitcc/bootstrap/lrautomaton.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/bootstrap/nitcc.nit b/contrib/nitcc/bootstrap/nitcc.nit index c1cc143b2e..43c79d12cf 100644 --- a/contrib/nitcc/bootstrap/nitcc.nit +++ b/contrib/nitcc/bootstrap/nitcc.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/bootstrap/nitcc_semantic.nit b/contrib/nitcc/bootstrap/nitcc_semantic.nit index a29417c17e..2b5a57bdeb 100644 --- a/contrib/nitcc/bootstrap/nitcc_semantic.nit +++ b/contrib/nitcc/bootstrap/nitcc_semantic.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/bootstrap/re2nfa.nit b/contrib/nitcc/bootstrap/re2nfa.nit index 66133fd198..f211b94050 100644 --- a/contrib/nitcc/bootstrap/re2nfa.nit +++ b/contrib/nitcc/bootstrap/re2nfa.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/examples/blob.nit b/contrib/nitcc/examples/blob.nit index 696197fb71..2283788095 100644 --- a/contrib/nitcc/examples/blob.nit +++ b/contrib/nitcc/examples/blob.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/examples/calc.nit b/contrib/nitcc/examples/calc.nit index 924fab4c7c..a53b6a026e 100644 --- a/contrib/nitcc/examples/calc.nit +++ b/contrib/nitcc/examples/calc.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/src/autom.nit b/contrib/nitcc/src/autom.nit index edb6a23ff2..eb45cb1873 100644 --- a/contrib/nitcc/src/autom.nit +++ b/contrib/nitcc/src/autom.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/src/grammar.nit b/contrib/nitcc/src/grammar.nit index f2fe192166..af0113b4b7 100644 --- a/contrib/nitcc/src/grammar.nit +++ b/contrib/nitcc/src/grammar.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/src/lrautomaton.nit b/contrib/nitcc/src/lrautomaton.nit index 7e65f7b653..d6bbd1b9f6 100644 --- a/contrib/nitcc/src/lrautomaton.nit +++ b/contrib/nitcc/src/lrautomaton.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/src/nitcc.nit b/contrib/nitcc/src/nitcc.nit index a2586c69ef..f930d3c9e3 100644 --- a/contrib/nitcc/src/nitcc.nit +++ b/contrib/nitcc/src/nitcc.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/src/nitcc_semantic.nit b/contrib/nitcc/src/nitcc_semantic.nit index d9d4547097..a9dd85a68c 100644 --- a/contrib/nitcc/src/nitcc_semantic.nit +++ b/contrib/nitcc/src/nitcc_semantic.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/src/re2nfa.nit b/contrib/nitcc/src/re2nfa.nit index 66133fd198..f211b94050 100644 --- a/contrib/nitcc/src/re2nfa.nit +++ b/contrib/nitcc/src/re2nfa.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitcc/src/regexparser.nit b/contrib/nitcc/src/regexparser.nit index 325f58dae1..722dba6ee1 100644 --- a/contrib/nitcc/src/regexparser.nit +++ b/contrib/nitcc/src/regexparser.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitester/Makefile b/contrib/nitester/Makefile index 0181e5174a..686cde5b9d 100644 --- a/contrib/nitester/Makefile +++ b/contrib/nitester/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitester/src/nitester.nit b/contrib/nitester/src/nitester.nit index 090405394a..4e56e48706 100644 --- a/contrib/nitester/src/nitester.nit +++ b/contrib/nitester/src/nitester.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/nitin/Makefile b/contrib/nitin/Makefile index f99e958016..9a2237276d 100644 --- a/contrib/nitin/Makefile +++ b/contrib/nitin/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitin/nitin.nit b/contrib/nitin/nitin.nit index 78d6fad99e..578fd15d58 100644 --- a/contrib/nitin/nitin.nit +++ b/contrib/nitin/nitin.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/Makefile b/contrib/nitiwiki/Makefile index aa4fa125e8..7cdffc9a40 100644 --- a/contrib/nitiwiki/Makefile +++ b/contrib/nitiwiki/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/examples/nitiwiki/highlighter.sh b/contrib/nitiwiki/examples/nitiwiki/highlighter.sh index 57aaf45f7c..49ab941253 100755 --- a/contrib/nitiwiki/examples/nitiwiki/highlighter.sh +++ b/contrib/nitiwiki/examples/nitiwiki/highlighter.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/src/markdown_highlight.nit b/contrib/nitiwiki/src/markdown_highlight.nit index 08751b03d3..fb9c1c5ee1 100644 --- a/contrib/nitiwiki/src/markdown_highlight.nit +++ b/contrib/nitiwiki/src/markdown_highlight.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/src/nitiwiki.nit b/contrib/nitiwiki/src/nitiwiki.nit index 02088a5ba9..7804bdc601 100644 --- a/contrib/nitiwiki/src/nitiwiki.nit +++ b/contrib/nitiwiki/src/nitiwiki.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/src/wiki_base.nit b/contrib/nitiwiki/src/wiki_base.nit index f1fb6ae477..6d9a11c06e 100644 --- a/contrib/nitiwiki/src/wiki_base.nit +++ b/contrib/nitiwiki/src/wiki_base.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/src/wiki_edit.nit b/contrib/nitiwiki/src/wiki_edit.nit index 436760ba10..2da3ff45b6 100644 --- a/contrib/nitiwiki/src/wiki_edit.nit +++ b/contrib/nitiwiki/src/wiki_edit.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/src/wiki_html.nit b/contrib/nitiwiki/src/wiki_html.nit index d82bcb6d2c..5b2cd97654 100644 --- a/contrib/nitiwiki/src/wiki_html.nit +++ b/contrib/nitiwiki/src/wiki_html.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/src/wiki_links.nit b/contrib/nitiwiki/src/wiki_links.nit index 7d81633a01..533689e449 100644 --- a/contrib/nitiwiki/src/wiki_links.nit +++ b/contrib/nitiwiki/src/wiki_links.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/nitiwiki/tests/tests.sh b/contrib/nitiwiki/tests/tests.sh index 73474af9dd..b11c0380a2 100755 --- a/contrib/nitiwiki/tests/tests.sh +++ b/contrib/nitiwiki/tests/tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexandre Terrasa . # diff --git a/contrib/objcwrapper/src/header_static.nit b/contrib/objcwrapper/src/header_static.nit index baefc3ecf8..9cc71ae4de 100644 --- a/contrib/objcwrapper/src/header_static.nit +++ b/contrib/objcwrapper/src/header_static.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/objcwrapper/src/objc_generator.nit b/contrib/objcwrapper/src/objc_generator.nit index cdb2faec55..64062c15dc 100644 --- a/contrib/objcwrapper/src/objc_generator.nit +++ b/contrib/objcwrapper/src/objc_generator.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/objcwrapper/src/objc_model.nit b/contrib/objcwrapper/src/objc_model.nit index 76b1c2df78..078339c36c 100644 --- a/contrib/objcwrapper/src/objc_model.nit +++ b/contrib/objcwrapper/src/objc_model.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/objcwrapper/src/objc_visitor.nit b/contrib/objcwrapper/src/objc_visitor.nit index 1851a41a24..6b80c1dca3 100644 --- a/contrib/objcwrapper/src/objc_visitor.nit +++ b/contrib/objcwrapper/src/objc_visitor.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/objcwrapper/src/objcwrapper.nit b/contrib/objcwrapper/src/objcwrapper.nit index 28746d837a..c282a20b05 100644 --- a/contrib/objcwrapper/src/objcwrapper.nit +++ b/contrib/objcwrapper/src/objcwrapper.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/objcwrapper/src/preprocessing.nit b/contrib/objcwrapper/src/preprocessing.nit index 643ef1f5e5..6773519005 100644 --- a/contrib/objcwrapper/src/preprocessing.nit +++ b/contrib/objcwrapper/src/preprocessing.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/oot.sh b/contrib/oot.sh index f5238e22ee..07d3a393fb 100755 --- a/contrib/oot.sh +++ b/contrib/oot.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/opportunity_controller.nit b/contrib/opportunity/src/opportunity_controller.nit index 32665023ed..ddd6a75c38 100644 --- a/contrib/opportunity/src/opportunity_controller.nit +++ b/contrib/opportunity/src/opportunity_controller.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/opportunity_model.nit b/contrib/opportunity/src/opportunity_model.nit index bfd092acd9..10daf60f6b 100644 --- a/contrib/opportunity/src/opportunity_model.nit +++ b/contrib/opportunity/src/opportunity_model.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/opportunity_web.nit b/contrib/opportunity/src/opportunity_web.nit index dc0c2fe215..0f98802305 100644 --- a/contrib/opportunity/src/opportunity_web.nit +++ b/contrib/opportunity/src/opportunity_web.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/templates/boilerplate.nit b/contrib/opportunity/src/templates/boilerplate.nit index 53996b0e5c..1ffe3d8da6 100644 --- a/contrib/opportunity/src/templates/boilerplate.nit +++ b/contrib/opportunity/src/templates/boilerplate.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/templates/meetup.nit b/contrib/opportunity/src/templates/meetup.nit index 71d18e139e..5d037f2495 100644 --- a/contrib/opportunity/src/templates/meetup.nit +++ b/contrib/opportunity/src/templates/meetup.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/templates/meetup_confirmation.nit b/contrib/opportunity/src/templates/meetup_confirmation.nit index 0194d76337..2870e8f4c9 100644 --- a/contrib/opportunity/src/templates/meetup_confirmation.nit +++ b/contrib/opportunity/src/templates/meetup_confirmation.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/templates/meetup_creation.nit b/contrib/opportunity/src/templates/meetup_creation.nit index 11bd301bea..74a4d60afb 100644 --- a/contrib/opportunity/src/templates/meetup_creation.nit +++ b/contrib/opportunity/src/templates/meetup_creation.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/templates/templates.nit b/contrib/opportunity/src/templates/templates.nit index d2dfd9cfbb..e8beb307fa 100644 --- a/contrib/opportunity/src/templates/templates.nit +++ b/contrib/opportunity/src/templates/templates.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/src/templates/welcome.nit b/contrib/opportunity/src/templates/welcome.nit index 0ea1cf2fb6..c871067c7b 100644 --- a/contrib/opportunity/src/templates/welcome.nit +++ b/contrib/opportunity/src/templates/welcome.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/opportunity/tests/db_tests.nit b/contrib/opportunity/tests/db_tests.nit index a5a39a7bca..b934e621f7 100644 --- a/contrib/opportunity/tests/db_tests.nit +++ b/contrib/opportunity/tests/db_tests.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/pep8analysis/src/location.nit b/contrib/pep8analysis/src/location.nit index 634b69534f..0fd942d914 100644 --- a/contrib/pep8analysis/src/location.nit +++ b/contrib/pep8analysis/src/location.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2009 Jean-Sebastien Gelinas # diff --git a/contrib/pep8analysis/src/parser/Makefile b/contrib/pep8analysis/src/parser/Makefile index 2f4c133de3..7281d5bb9c 100644 --- a/contrib/pep8analysis/src/parser/Makefile +++ b/contrib/pep8analysis/src/parser/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2008-2009 Jean Privat # diff --git a/contrib/pep8analysis/src/parser/fact_parser.pl b/contrib/pep8analysis/src/parser/fact_parser.pl index df7c9cf671..3bed8e8bd4 100755 --- a/contrib/pep8analysis/src/parser/fact_parser.pl +++ b/contrib/pep8analysis/src/parser/fact_parser.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/pep8analysis/src/parser/prescc.pl b/contrib/pep8analysis/src/parser/prescc.pl index debd2f8fa0..bfcaaaac5c 100755 --- a/contrib/pep8analysis/src/parser/prescc.pl +++ b/contrib/pep8analysis/src/parser/prescc.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2009 Jean Privat # Copyright 2009 Jean-Sebastien Gelinas diff --git a/contrib/pep8analysis/src/parser/prescc.sh b/contrib/pep8analysis/src/parser/prescc.sh index e5ab27793a..aeab54945b 100755 --- a/contrib/pep8analysis/src/parser/prescc.sh +++ b/contrib/pep8analysis/src/parser/prescc.sh @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2009 Jean Privat # Copyright 2009 Jean-Sebastien Gelinas diff --git a/contrib/pep8analysis/src/parser/tables.nit b/contrib/pep8analysis/src/parser/tables.nit index 54b7b59b2f..ce33ce8330 100644 --- a/contrib/pep8analysis/src/parser/tables.nit +++ b/contrib/pep8analysis/src/parser/tables.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/pep8analysis/src/parser/tables_nit.h b/contrib/pep8analysis/src/parser/tables_nit.h index 990189f224..7c18cd40d2 100644 --- a/contrib/pep8analysis/src/parser/tables_nit.h +++ b/contrib/pep8analysis/src/parser/tables_nit.h @@ -1,6 +1,6 @@ #ifndef TABLE_NIT_H #define TABLE_NIT_H -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * This file is free software, which comes along with NIT. This software is * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/contrib/pep8analysis/src/parser/xss/lexer.xss b/contrib/pep8analysis/src/parser/xss/lexer.xss index 802755fedf..8344957044 100644 --- a/contrib/pep8analysis/src/parser/xss/lexer.xss +++ b/contrib/pep8analysis/src/parser/xss/lexer.xss @@ -1,4 +1,4 @@ -$ // This file is part of NIT ( http://www.nitlanguage.org ). +$ // This file is part of NIT ( https://nitlanguage.org ). $ // $ // Copyright 2008 Jean Privat $ // Based on algorithms developped for ( http://www.sablecc.org/ ). diff --git a/contrib/pep8analysis/src/parser/xss/main.xss b/contrib/pep8analysis/src/parser/xss/main.xss index db69a015fe..52ce3bac93 100644 --- a/contrib/pep8analysis/src/parser/xss/main.xss +++ b/contrib/pep8analysis/src/parser/xss/main.xss @@ -1,4 +1,4 @@ -$ // This file is part of NIT ( http://www.nitlanguage.org ). +$ // This file is part of NIT ( https://nitlanguage.org ). $ // $ // Copyright 2008 Jean Privat $ // Based on algorithms developped for ( http://www.sablecc.org/ ). diff --git a/contrib/pep8analysis/src/parser/xss/parser.xss b/contrib/pep8analysis/src/parser/xss/parser.xss index 435ced7843..e488e5941f 100644 --- a/contrib/pep8analysis/src/parser/xss/parser.xss +++ b/contrib/pep8analysis/src/parser/xss/parser.xss @@ -1,4 +1,4 @@ -$ // This file is part of NIT ( http://www.nitlanguage.org ). +$ // This file is part of NIT ( https://nitlanguage.org ). $ // $ // Copyright 2008 Jean Privat $ // Based on algorithms developped for ( http://www.sablecc.org/ ). diff --git a/contrib/pep8analysis/src/parser/xss/prods.xss b/contrib/pep8analysis/src/parser/xss/prods.xss index a1d34a1f98..782eb65260 100644 --- a/contrib/pep8analysis/src/parser/xss/prods.xss +++ b/contrib/pep8analysis/src/parser/xss/prods.xss @@ -1,4 +1,4 @@ -$ // This file is part of NIT ( http://www.nitlanguage.org ). +$ // This file is part of NIT ( https://nitlanguage.org ). $ // $ // Copyright 2008 Jean Privat $ // Based on algorithms developped for ( http://www.sablecc.org/ ). diff --git a/contrib/pep8analysis/src/parser/xss/tokens.xss b/contrib/pep8analysis/src/parser/xss/tokens.xss index 0b84e09b1e..7966a567e4 100644 --- a/contrib/pep8analysis/src/parser/xss/tokens.xss +++ b/contrib/pep8analysis/src/parser/xss/tokens.xss @@ -1,4 +1,4 @@ -$ // This file is part of NIT ( http://www.nitlanguage.org ). +$ // This file is part of NIT ( https://nitlanguage.org ). $ // $ // Copyright 2008 Jean Privat $ // Based on algorithms developped for ( http://www.sablecc.org/ ). diff --git a/contrib/physical_interface_for_mpd_on_rpi/physical_interface_for_mpd_on_rpi.nit b/contrib/physical_interface_for_mpd_on_rpi/physical_interface_for_mpd_on_rpi.nit index 1c73e649be..66ffb6e150 100644 --- a/contrib/physical_interface_for_mpd_on_rpi/physical_interface_for_mpd_on_rpi.nit +++ b/contrib/physical_interface_for_mpd_on_rpi/physical_interface_for_mpd_on_rpi.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Alexis Laferrière # diff --git a/contrib/re_parser/src/re_app.nit b/contrib/re_parser/src/re_app.nit index 1e6560d159..37239992b5 100644 --- a/contrib/re_parser/src/re_app.nit +++ b/contrib/re_parser/src/re_app.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/re_parser/src/re_parser.nit b/contrib/re_parser/src/re_parser.nit index 683bc614b5..61a886ea27 100644 --- a/contrib/re_parser/src/re_parser.nit +++ b/contrib/re_parser/src/re_parser.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/rss_downloader/Makefile b/contrib/rss_downloader/Makefile index 851aff5e51..cddedd790f 100644 --- a/contrib/rss_downloader/Makefile +++ b/contrib/rss_downloader/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/rss_downloader/src/rss_downloader.nit b/contrib/rss_downloader/src/rss_downloader.nit index 022543e9f9..160d2a32dc 100644 --- a/contrib/rss_downloader/src/rss_downloader.nit +++ b/contrib/rss_downloader/src/rss_downloader.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/rss_downloader/src/sample_config.nit b/contrib/rss_downloader/src/sample_config.nit index c9f362eb2e..931e77b920 100644 --- a/contrib/rss_downloader/src/sample_config.nit +++ b/contrib/rss_downloader/src/sample_config.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/shibuqam/examples/reloadgame.nit b/contrib/shibuqam/examples/reloadgame.nit index 6fc3169605..f76f72d490 100644 --- a/contrib/shibuqam/examples/reloadgame.nit +++ b/contrib/shibuqam/examples/reloadgame.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/shibuqam/examples/shibuqamoauth.nit b/contrib/shibuqam/examples/shibuqamoauth.nit index ae971c383e..6120c84ed3 100644 --- a/contrib/shibuqam/examples/shibuqamoauth.nit +++ b/contrib/shibuqam/examples/shibuqamoauth.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/shibuqam/shibuqam.nit b/contrib/shibuqam/shibuqam.nit index a6bf333a3f..4b86f816b9 100644 --- a/contrib/shibuqam/shibuqam.nit +++ b/contrib/shibuqam/shibuqam.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/simplan/simplan.nit b/contrib/simplan/simplan.nit index 301c564c69..893d237dc3 100644 --- a/contrib/simplan/simplan.nit +++ b/contrib/simplan/simplan.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/sort_downloads/Makefile b/contrib/sort_downloads/Makefile index 0f0e026599..2d7c2900bd 100644 --- a/contrib/sort_downloads/Makefile +++ b/contrib/sort_downloads/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/sort_downloads/src/sort_downloads.nit b/contrib/sort_downloads/src/sort_downloads.nit index 8dc99b836d..c9502ec137 100755 --- a/contrib/sort_downloads/src/sort_downloads.nit +++ b/contrib/sort_downloads/src/sort_downloads.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Alexis Laferrière # diff --git a/contrib/tinks/Makefile b/contrib/tinks/Makefile index ab9f82f255..9319ca50b1 100644 --- a/contrib/tinks/Makefile +++ b/contrib/tinks/Makefile @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/client/base.nit b/contrib/tinks/src/client/base.nit index 29f40c34c5..0164b75a70 100644 --- a/contrib/tinks/src/client/base.nit +++ b/contrib/tinks/src/client/base.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/client/client3d.nit b/contrib/tinks/src/client/client3d.nit index 4f63709c8f..827d011466 100644 --- a/contrib/tinks/src/client/client3d.nit +++ b/contrib/tinks/src/client/client3d.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/client/context.nit b/contrib/tinks/src/client/context.nit index a8323ebc4b..b7b9678c85 100644 --- a/contrib/tinks/src/client/context.nit +++ b/contrib/tinks/src/client/context.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/client/tinks_vr.nit b/contrib/tinks/src/client/tinks_vr.nit index 0e2a300899..274b6a8158 100644 --- a/contrib/tinks/src/client/tinks_vr.nit +++ b/contrib/tinks/src/client/tinks_vr.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/common.nit b/contrib/tinks/src/common.nit index e7a82c9fb5..9fc3ab8d69 100644 --- a/contrib/tinks/src/common.nit +++ b/contrib/tinks/src/common.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/game/framework.nit b/contrib/tinks/src/game/framework.nit index df30aac6cd..ba1ba87f9d 100644 --- a/contrib/tinks/src/game/framework.nit +++ b/contrib/tinks/src/game/framework.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/game/game.nit b/contrib/tinks/src/game/game.nit index 06a0a09929..337205d3a3 100644 --- a/contrib/tinks/src/game/game.nit +++ b/contrib/tinks/src/game/game.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/game/players.nit b/contrib/tinks/src/game/players.nit index ac5bb7639f..5d05e8f101 100644 --- a/contrib/tinks/src/game/players.nit +++ b/contrib/tinks/src/game/players.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/game/powerups.nit b/contrib/tinks/src/game/powerups.nit index 8fc5af7f16..37c18bd24f 100644 --- a/contrib/tinks/src/game/powerups.nit +++ b/contrib/tinks/src/game/powerups.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/game/tanks.nit b/contrib/tinks/src/game/tanks.nit index 9970941cbd..e907e76bf5 100644 --- a/contrib/tinks/src/game/tanks.nit +++ b/contrib/tinks/src/game/tanks.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/game/world.nit b/contrib/tinks/src/game/world.nit index 9ba1d8bc21..d3a38c974c 100644 --- a/contrib/tinks/src/game/world.nit +++ b/contrib/tinks/src/game/world.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/server/dedicated.nit b/contrib/tinks/src/server/dedicated.nit index db7bd9cfae..3aeb9f4585 100644 --- a/contrib/tinks/src/server/dedicated.nit +++ b/contrib/tinks/src/server/dedicated.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tinks/src/server/server.nit b/contrib/tinks/src/server/server.nit index 69f2bdbc84..d6d2c0c702 100644 --- a/contrib/tinks/src/server/server.nit +++ b/contrib/tinks/src/server/server.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tnitter/src/action.nit b/contrib/tnitter/src/action.nit index f567294224..d89901a95e 100644 --- a/contrib/tnitter/src/action.nit +++ b/contrib/tnitter/src/action.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/tnitter/src/database.nit b/contrib/tnitter/src/database.nit index b38fa9b553..da9a9c123b 100644 --- a/contrib/tnitter/src/database.nit +++ b/contrib/tnitter/src/database.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tnitter/src/model.nit b/contrib/tnitter/src/model.nit index 68aeb6e6c8..7a3c07f162 100644 --- a/contrib/tnitter/src/model.nit +++ b/contrib/tnitter/src/model.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/tnitter/src/push.nit b/contrib/tnitter/src/push.nit index 9900cfa227..8a525178e0 100644 --- a/contrib/tnitter/src/push.nit +++ b/contrib/tnitter/src/push.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tnitter/src/tnitter.nit b/contrib/tnitter/src/tnitter.nit index 949db77461..e39e23477c 100644 --- a/contrib/tnitter/src/tnitter.nit +++ b/contrib/tnitter/src/tnitter.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/contrib/tnitter/src/tnitter_app.nit b/contrib/tnitter/src/tnitter_app.nit index 760af3d6b1..fe026c5a4e 100644 --- a/contrib/tnitter/src/tnitter_app.nit +++ b/contrib/tnitter/src/tnitter_app.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/tnitter/src/tnitter_app_android.nit b/contrib/tnitter/src/tnitter_app_android.nit index dc2468131a..a5a0909ab3 100644 --- a/contrib/tnitter/src/tnitter_app_android.nit +++ b/contrib/tnitter/src/tnitter_app_android.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/xymus_net/xymus_net.nit b/contrib/xymus_net/xymus_net.nit index 726cb6a099..9410b0d30f 100644 --- a/contrib/xymus_net/xymus_net.nit +++ b/contrib/xymus_net/xymus_net.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014-2016 Alexis Laferrière # diff --git a/doc/manual/makedoc.sh b/doc/manual/makedoc.sh index 10f64528f1..40c050dbed 100755 --- a/doc/manual/makedoc.sh +++ b/doc/manual/makedoc.sh @@ -1,5 +1,5 @@ #!/bin/sh -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/doc/manual/nitlanguage.sty b/doc/manual/nitlanguage.sty index f8d8b11a5c..8301259162 100644 --- a/doc/manual/nitlanguage.sty +++ b/doc/manual/nitlanguage.sty @@ -1,4 +1,4 @@ -% This file is part of Nit ( http://www.nitlanguage.org ). +% This file is part of Nit ( https://nitlanguage.org ). % % Copyright 2011 Jean Privat % diff --git a/doc/manual/nitreference.tex b/doc/manual/nitreference.tex index 0bfddddb0d..7cc51b2b72 100644 --- a/doc/manual/nitreference.tex +++ b/doc/manual/nitreference.tex @@ -1,4 +1,4 @@ -% This file is part of Nit ( http://www.nitlanguage.org ). +% This file is part of Nit ( https://nitlanguage.org ). % % Copyright 2011 Jean Privat % diff --git a/examples/calculator/src/android14.nit b/examples/calculator/src/android14.nit index 3db8aa20ed..75df765324 100644 --- a/examples/calculator/src/android14.nit +++ b/examples/calculator/src/android14.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/calculator/src/android21/android21.nit b/examples/calculator/src/android21/android21.nit index 53c5ab61ee..3e687f901c 100644 --- a/examples/calculator/src/android21/android21.nit +++ b/examples/calculator/src/android21/android21.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/calculator/src/calculator.nit b/examples/calculator/src/calculator.nit index 32799caf93..31ea8565b0 100644 --- a/examples/calculator/src/calculator.nit +++ b/examples/calculator/src/calculator.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/calculator/src/calculator_logic.nit b/examples/calculator/src/calculator_logic.nit index 765f37a056..32e5da45ed 100644 --- a/examples/calculator/src/calculator_logic.nit +++ b/examples/calculator/src/calculator_logic.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/calculator/src/calculator_test.nit b/examples/calculator/src/calculator_test.nit index 610b7a9da4..14e1d34cb3 100644 --- a/examples/calculator/src/calculator_test.nit +++ b/examples/calculator/src/calculator_test.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013-2014 Alexis Laferrière # diff --git a/examples/calculator/src/ios.nit b/examples/calculator/src/ios.nit index c1cc4ae5fa..4fb2ccb9ef 100644 --- a/examples/calculator/src/ios.nit +++ b/examples/calculator/src/ios.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/calculator/src/scientific/scientific.nit b/examples/calculator/src/scientific/scientific.nit index 0faf4ab8a6..9e79db601b 100644 --- a/examples/calculator/src/scientific/scientific.nit +++ b/examples/calculator/src/scientific/scientific.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/circular_list.nit b/examples/circular_list.nit index 41d2e05e68..1e69ed1cff 100644 --- a/examples/circular_list.nit +++ b/examples/circular_list.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/clock.nit b/examples/clock.nit index 3a081dabd4..17b6aa4ba3 100644 --- a/examples/clock.nit +++ b/examples/clock.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/clock_more.nit b/examples/clock_more.nit index 97b99c1dd1..89b3222365 100644 --- a/examples/clock_more.nit +++ b/examples/clock_more.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/draw_operation.nit b/examples/draw_operation.nit index 61f14eb554..12cc9285c9 100644 --- a/examples/draw_operation.nit +++ b/examples/draw_operation.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2012-2013 Alexis Laferrière # diff --git a/examples/extern_methods.nit b/examples/extern_methods.nit index 7ffc026f83..454f761dc2 100644 --- a/examples/extern_methods.nit +++ b/examples/extern_methods.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2012-2013 Alexis Laferrière # diff --git a/examples/fibonacci.nit b/examples/fibonacci.nit index 50b93beec4..ec19f5a852 100644 --- a/examples/fibonacci.nit +++ b/examples/fibonacci.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # diff --git a/examples/int_stack.nit b/examples/int_stack.nit index 1de67525f8..91b0580436 100644 --- a/examples/int_stack.nit +++ b/examples/int_stack.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/leapfrog/leapfrog.nit b/examples/leapfrog/leapfrog.nit index 6aa6f48e1f..edb66c9f8e 100644 --- a/examples/leapfrog/leapfrog.nit +++ b/examples/leapfrog/leapfrog.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/leapfrog/leapfrog_curses.nit b/examples/leapfrog/leapfrog_curses.nit index 995addec03..6d34decc76 100644 --- a/examples/leapfrog/leapfrog_curses.nit +++ b/examples/leapfrog/leapfrog_curses.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/montecarlo.nit b/examples/montecarlo.nit index f6291cac2c..c61d81ef73 100644 --- a/examples/montecarlo.nit +++ b/examples/montecarlo.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/print_arguments.nit b/examples/print_arguments.nit index 1c26e06aab..3cbe179d78 100644 --- a/examples/print_arguments.nit +++ b/examples/print_arguments.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # diff --git a/examples/procedural_array.nit b/examples/procedural_array.nit index e7f9ce346a..7e617cc85f 100644 --- a/examples/procedural_array.nit +++ b/examples/procedural_array.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # diff --git a/examples/rosettacode/24_game.nit b/examples/rosettacode/24_game.nit index e6fa12dba8..0aa67657b4 100644 --- a/examples/rosettacode/24_game.nit +++ b/examples/rosettacode/24_game.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: 24 game diff --git a/examples/rosettacode/ab.nit b/examples/rosettacode/ab.nit index ce18fc0f75..168496a881 100644 --- a/examples/rosettacode/ab.nit +++ b/examples/rosettacode/ab.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: A+B diff --git a/examples/rosettacode/abstract_type.nit b/examples/rosettacode/abstract_type.nit index 8de3a040c1..b407f22380 100644 --- a/examples/rosettacode/abstract_type.nit +++ b/examples/rosettacode/abstract_type.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: abstract type diff --git a/examples/rosettacode/accumulator_factory.nit b/examples/rosettacode/accumulator_factory.nit index 0b6cc64f59..2fca748de3 100644 --- a/examples/rosettacode/accumulator_factory.nit +++ b/examples/rosettacode/accumulator_factory.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # The `accumulator factory` task. diff --git a/examples/rosettacode/ackermann_function.nit b/examples/rosettacode/ackermann_function.nit index 9dd1685824..cd01eadab7 100644 --- a/examples/rosettacode/ackermann_function.nit +++ b/examples/rosettacode/ackermann_function.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Ackermann function diff --git a/examples/rosettacode/align_columns.nit b/examples/rosettacode/align_columns.nit index d7602a7d76..48364a89ea 100644 --- a/examples/rosettacode/align_columns.nit +++ b/examples/rosettacode/align_columns.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Align columns diff --git a/examples/rosettacode/arithmetic_mean.nit b/examples/rosettacode/arithmetic_mean.nit index cb5d71ba95..adc84f0966 100644 --- a/examples/rosettacode/arithmetic_mean.nit +++ b/examples/rosettacode/arithmetic_mean.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Arithmetic mean diff --git a/examples/rosettacode/arithmetic_mode.nit b/examples/rosettacode/arithmetic_mode.nit index 362372e63d..ed4219e719 100644 --- a/examples/rosettacode/arithmetic_mode.nit +++ b/examples/rosettacode/arithmetic_mode.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Arithmetic mode diff --git a/examples/rosettacode/array_concatenation.nit b/examples/rosettacode/array_concatenation.nit index 2556031626..a6b52d94b2 100644 --- a/examples/rosettacode/array_concatenation.nit +++ b/examples/rosettacode/array_concatenation.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Array concatenation diff --git a/examples/rosettacode/arrays.nit b/examples/rosettacode/arrays.nit index 2cc3485e52..ae79daeb74 100644 --- a/examples/rosettacode/arrays.nit +++ b/examples/rosettacode/arrays.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Arrays diff --git a/examples/rosettacode/assertions.nit b/examples/rosettacode/assertions.nit index 8005bce80c..ab22d6052e 100644 --- a/examples/rosettacode/assertions.nit +++ b/examples/rosettacode/assertions.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Assertions diff --git a/examples/rosettacode/balanced_brackets.nit b/examples/rosettacode/balanced_brackets.nit index acf50a0215..350425c054 100644 --- a/examples/rosettacode/balanced_brackets.nit +++ b/examples/rosettacode/balanced_brackets.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Balanced brackets diff --git a/examples/rosettacode/bitwise_operations.nit b/examples/rosettacode/bitwise_operations.nit index d543ad5d4c..be3bc6801c 100644 --- a/examples/rosettacode/bitwise_operations.nit +++ b/examples/rosettacode/bitwise_operations.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Bitwise operations diff --git a/examples/rosettacode/boolean_values.nit b/examples/rosettacode/boolean_values.nit index 2f5c698e74..248c7e4926 100644 --- a/examples/rosettacode/boolean_values.nit +++ b/examples/rosettacode/boolean_values.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Boolean values diff --git a/examples/rosettacode/bottles_of_beer.nit b/examples/rosettacode/bottles_of_beer.nit index 06010f4c9c..104f49c2e9 100644 --- a/examples/rosettacode/bottles_of_beer.nit +++ b/examples/rosettacode/bottles_of_beer.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: 99 Bottles of Beer diff --git a/examples/rosettacode/boxthecompass.nit b/examples/rosettacode/boxthecompass.nit index b23ab282f2..7a0c9a20be 100644 --- a/examples/rosettacode/boxthecompass.nit +++ b/examples/rosettacode/boxthecompass.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Box The Compass diff --git a/examples/rosettacode/caesar_cipher.nit b/examples/rosettacode/caesar_cipher.nit index e6d62721f2..6716377241 100644 --- a/examples/rosettacode/caesar_cipher.nit +++ b/examples/rosettacode/caesar_cipher.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Ceasar cipher diff --git a/examples/rosettacode/catalan_numbers.nit b/examples/rosettacode/catalan_numbers.nit index e6e4bad152..36b4b61b73 100644 --- a/examples/rosettacode/catalan_numbers.nit +++ b/examples/rosettacode/catalan_numbers.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # # Task: Catalan numbers diff --git a/examples/rosettacode/count_the_coins.nit b/examples/rosettacode/count_the_coins.nit index 9496939d99..dcf3458a34 100644 --- a/examples/rosettacode/count_the_coins.nit +++ b/examples/rosettacode/count_the_coins.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Count_the_coins diff --git a/examples/rosettacode/doors.nit b/examples/rosettacode/doors.nit index b0e78b1cc2..fc6158a03b 100644 --- a/examples/rosettacode/doors.nit +++ b/examples/rosettacode/doors.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: 100 doors diff --git a/examples/rosettacode/doors_with_classes.nit b/examples/rosettacode/doors_with_classes.nit index 7215528ab5..be28d03ddd 100644 --- a/examples/rosettacode/doors_with_classes.nit +++ b/examples/rosettacode/doors_with_classes.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: 100 doors diff --git a/examples/rosettacode/dot_product.nit b/examples/rosettacode/dot_product.nit index d679269906..ba311f44af 100644 --- a/examples/rosettacode/dot_product.nit +++ b/examples/rosettacode/dot_product.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Dot product diff --git a/examples/rosettacode/empty_program.nit b/examples/rosettacode/empty_program.nit index 3b4a7fbd69..7d8cda2bf9 100644 --- a/examples/rosettacode/empty_program.nit +++ b/examples/rosettacode/empty_program.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Empty program diff --git a/examples/rosettacode/empty_string.nit b/examples/rosettacode/empty_string.nit index 8848c8ea3f..8e041a158e 100644 --- a/examples/rosettacode/empty_string.nit +++ b/examples/rosettacode/empty_string.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Empty_string diff --git a/examples/rosettacode/entropy.nit b/examples/rosettacode/entropy.nit index f47910c2c9..0f6123acb1 100644 --- a/examples/rosettacode/entropy.nit +++ b/examples/rosettacode/entropy.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Entropy diff --git a/examples/rosettacode/entropy_narcissist.nit b/examples/rosettacode/entropy_narcissist.nit index 28b6212870..c7bb8edcce 100644 --- a/examples/rosettacode/entropy_narcissist.nit +++ b/examples/rosettacode/entropy_narcissist.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Entropy/Narcissist diff --git a/examples/rosettacode/ethiopian_multiplication.nit b/examples/rosettacode/ethiopian_multiplication.nit index 0e7f84846a..6c48a2ea11 100644 --- a/examples/rosettacode/ethiopian_multiplication.nit +++ b/examples/rosettacode/ethiopian_multiplication.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Ethiopian Multiplication diff --git a/examples/rosettacode/even_odd.nit b/examples/rosettacode/even_odd.nit index 148e1ffca3..83b11cac2f 100644 --- a/examples/rosettacode/even_odd.nit +++ b/examples/rosettacode/even_odd.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Even or odd diff --git a/examples/rosettacode/factorial.nit b/examples/rosettacode/factorial.nit index 0b39727ba7..5b37e7c9ac 100644 --- a/examples/rosettacode/factorial.nit +++ b/examples/rosettacode/factorial.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Factorial diff --git a/examples/rosettacode/fibonacci_word.nit b/examples/rosettacode/fibonacci_word.nit index fec492982c..9660e8930a 100644 --- a/examples/rosettacode/fibonacci_word.nit +++ b/examples/rosettacode/fibonacci_word.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Fibonacci_word diff --git a/examples/rosettacode/first_letter_last_letter.nit b/examples/rosettacode/first_letter_last_letter.nit index dcbcd245b9..7ff317188a 100644 --- a/examples/rosettacode/first_letter_last_letter.nit +++ b/examples/rosettacode/first_letter_last_letter.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Last letter-first letter diff --git a/examples/rosettacode/guess_the_number.nit b/examples/rosettacode/guess_the_number.nit index d9340328ff..4d9963955f 100644 --- a/examples/rosettacode/guess_the_number.nit +++ b/examples/rosettacode/guess_the_number.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: guess the number diff --git a/examples/rosettacode/hailstone.nit b/examples/rosettacode/hailstone.nit index af68297713..13fbb98a1f 100644 --- a/examples/rosettacode/hailstone.nit +++ b/examples/rosettacode/hailstone.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Copyright 2014 amineorion # diff --git a/examples/rosettacode/hamming_number.nit b/examples/rosettacode/hamming_number.nit index 3ff8a44801..cc2fb89640 100644 --- a/examples/rosettacode/hamming_number.nit +++ b/examples/rosettacode/hamming_number.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Copyright 2014 amineorion # diff --git a/examples/rosettacode/hello_world_text.nit b/examples/rosettacode/hello_world_text.nit index 0248dd5154..dfb2840bab 100644 --- a/examples/rosettacode/hello_world_text.nit +++ b/examples/rosettacode/hello_world_text.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Hello World/Text diff --git a/examples/rosettacode/here_document.nit b/examples/rosettacode/here_document.nit index f22a5be645..b098a84cca 100644 --- a/examples/rosettacode/here_document.nit +++ b/examples/rosettacode/here_document.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Here_document diff --git a/examples/rosettacode/html_table.nit b/examples/rosettacode/html_table.nit index c14e1896fa..665d9f40c5 100644 --- a/examples/rosettacode/html_table.nit +++ b/examples/rosettacode/html_table.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Create an HTML table diff --git a/examples/rosettacode/integer_overflow.nit b/examples/rosettacode/integer_overflow.nit index 9d73cc647e..9c2c43e5ee 100644 --- a/examples/rosettacode/integer_overflow.nit +++ b/examples/rosettacode/integer_overflow.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Integer Overflow diff --git a/examples/rosettacode/json_output.nit b/examples/rosettacode/json_output.nit index 800a310566..8636aff7f2 100644 --- a/examples/rosettacode/json_output.nit +++ b/examples/rosettacode/json_output.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: JSON diff --git a/examples/rosettacode/letter_frequency.nit b/examples/rosettacode/letter_frequency.nit index 8b4233d13f..214caad2fc 100644 --- a/examples/rosettacode/letter_frequency.nit +++ b/examples/rosettacode/letter_frequency.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Open a text file and count the occurrences of each letter. diff --git a/examples/rosettacode/loops_break.nit b/examples/rosettacode/loops_break.nit index b34d480c39..09bfa35dff 100644 --- a/examples/rosettacode/loops_break.nit +++ b/examples/rosettacode/loops_break.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/Break diff --git a/examples/rosettacode/loops_continue.nit b/examples/rosettacode/loops_continue.nit index 805f05d8dc..bb69f49fc6 100644 --- a/examples/rosettacode/loops_continue.nit +++ b/examples/rosettacode/loops_continue.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/Continue diff --git a/examples/rosettacode/loops_do_while.nit b/examples/rosettacode/loops_do_while.nit index 0e02e25576..664873d466 100644 --- a/examples/rosettacode/loops_do_while.nit +++ b/examples/rosettacode/loops_do_while.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/Do-while diff --git a/examples/rosettacode/loops_downward_for.nit b/examples/rosettacode/loops_downward_for.nit index bfeaff0702..7f41c1a31b 100644 --- a/examples/rosettacode/loops_downward_for.nit +++ b/examples/rosettacode/loops_downward_for.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/Downward for diff --git a/examples/rosettacode/loops_for.nit b/examples/rosettacode/loops_for.nit index 712658d2ac..b3ae3a80b5 100644 --- a/examples/rosettacode/loops_for.nit +++ b/examples/rosettacode/loops_for.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/For diff --git a/examples/rosettacode/loops_infinite.nit b/examples/rosettacode/loops_infinite.nit index 75a1a70639..573cfc1b5e 100644 --- a/examples/rosettacode/loops_infinite.nit +++ b/examples/rosettacode/loops_infinite.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/Infinite diff --git a/examples/rosettacode/loops_n_plus_one_half.nit b/examples/rosettacode/loops_n_plus_one_half.nit index ebd32f374c..4bac68b07c 100644 --- a/examples/rosettacode/loops_n_plus_one_half.nit +++ b/examples/rosettacode/loops_n_plus_one_half.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/n + 1/2 diff --git a/examples/rosettacode/loops_while.nit b/examples/rosettacode/loops_while.nit index 9493d00936..de21d52516 100644 --- a/examples/rosettacode/loops_while.nit +++ b/examples/rosettacode/loops_while.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Loops/While diff --git a/examples/rosettacode/median.nit b/examples/rosettacode/median.nit index fd21ad7321..2534d672a5 100644 --- a/examples/rosettacode/median.nit +++ b/examples/rosettacode/median.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Median diff --git a/examples/rosettacode/one_dimensional_cellular_automata.nit b/examples/rosettacode/one_dimensional_cellular_automata.nit index fd3ead4b8b..af6a4a315d 100644 --- a/examples/rosettacode/one_dimensional_cellular_automata.nit +++ b/examples/rosettacode/one_dimensional_cellular_automata.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: One-dimensional_cellular_automata diff --git a/examples/rosettacode/perfect_numbers.nit b/examples/rosettacode/perfect_numbers.nit index b280bd7e03..907af7d276 100644 --- a/examples/rosettacode/perfect_numbers.nit +++ b/examples/rosettacode/perfect_numbers.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Perfect numbers diff --git a/examples/rosettacode/perlin_noise.nit b/examples/rosettacode/perlin_noise.nit index a5cd314bda..35a48d2d27 100644 --- a/examples/rosettacode/perlin_noise.nit +++ b/examples/rosettacode/perlin_noise.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Perlin noise diff --git a/examples/rosettacode/pernicious_numbers.nit b/examples/rosettacode/pernicious_numbers.nit index 308779be7d..aa48bfdce4 100644 --- a/examples/rosettacode/pernicious_numbers.nit +++ b/examples/rosettacode/pernicious_numbers.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Pernicious numbers diff --git a/examples/rosettacode/pick_random.nit b/examples/rosettacode/pick_random.nit index 879de5250e..b39ae32919 100644 --- a/examples/rosettacode/pick_random.nit +++ b/examples/rosettacode/pick_random.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Pick random element diff --git a/examples/rosettacode/pig_the_dice_game.nit b/examples/rosettacode/pig_the_dice_game.nit index da4c218ecb..6ea3d16446 100644 --- a/examples/rosettacode/pig_the_dice_game.nit +++ b/examples/rosettacode/pig_the_dice_game.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Pig the dice game diff --git a/examples/rosettacode/random_numbers.nit b/examples/rosettacode/random_numbers.nit index 4ac59ef19d..a8c1ace4bb 100644 --- a/examples/rosettacode/random_numbers.nit +++ b/examples/rosettacode/random_numbers.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Random numbers diff --git a/examples/rosettacode/read_entire_file.nit b/examples/rosettacode/read_entire_file.nit index 57e0345656..fd1983389d 100644 --- a/examples/rosettacode/read_entire_file.nit +++ b/examples/rosettacode/read_entire_file.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Read entire file diff --git a/examples/rosettacode/reverse_a_string.nit b/examples/rosettacode/reverse_a_string.nit index ea83f73d40..6d7a5cf2fe 100644 --- a/examples/rosettacode/reverse_a_string.nit +++ b/examples/rosettacode/reverse_a_string.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Reverse a string diff --git a/examples/rosettacode/reverse_words.nit b/examples/rosettacode/reverse_words.nit index da2d4b463a..b11a0a46bc 100644 --- a/examples/rosettacode/reverse_words.nit +++ b/examples/rosettacode/reverse_words.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Reverse words in a string diff --git a/examples/rosettacode/s_exp.nit b/examples/rosettacode/s_exp.nit index e44cec3099..e400bcb9c6 100644 --- a/examples/rosettacode/s_exp.nit +++ b/examples/rosettacode/s_exp.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Simple Rosetta-code task : Parsing a S-Expression diff --git a/examples/rosettacode/semordnilap.nit b/examples/rosettacode/semordnilap.nit index 996fe1c60c..a54a8ea64a 100644 --- a/examples/rosettacode/semordnilap.nit +++ b/examples/rosettacode/semordnilap.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Simple Rosettacode task for the detection of semordnilaps in a text file diff --git a/examples/rosettacode/sha_1.nit b/examples/rosettacode/sha_1.nit index 8776d48317..ae384d4f31 100644 --- a/examples/rosettacode/sha_1.nit +++ b/examples/rosettacode/sha_1.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: SHA-1 diff --git a/examples/rosettacode/symmetric_difference.nit b/examples/rosettacode/symmetric_difference.nit index fdbe160704..bde29d3dbe 100644 --- a/examples/rosettacode/symmetric_difference.nit +++ b/examples/rosettacode/symmetric_difference.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Symmetric difference diff --git a/examples/rosettacode/tape.nit b/examples/rosettacode/tape.nit index 1ff531a2b4..6dc28fd408 100644 --- a/examples/rosettacode/tape.nit +++ b/examples/rosettacode/tape.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Create_a_file_on_magnetic_tape diff --git a/examples/rosettacode/tokenize.nit b/examples/rosettacode/tokenize.nit index 7f5d3f734e..af43c38e6b 100644 --- a/examples/rosettacode/tokenize.nit +++ b/examples/rosettacode/tokenize.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Tokenize a string diff --git a/examples/rosettacode/tree_traversal.nit b/examples/rosettacode/tree_traversal.nit index dcea146707..7ecb312d23 100644 --- a/examples/rosettacode/tree_traversal.nit +++ b/examples/rosettacode/tree_traversal.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Tree traversal diff --git a/examples/rosettacode/unix_ls.nit b/examples/rosettacode/unix_ls.nit index 55c489c1ff..249b4ce1ba 100644 --- a/examples/rosettacode/unix_ls.nit +++ b/examples/rosettacode/unix_ls.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Unix/ls diff --git a/examples/rosettacode/vignere_cipher.nit b/examples/rosettacode/vignere_cipher.nit index 7fea0595ad..6c652c7fa6 100644 --- a/examples/rosettacode/vignere_cipher.nit +++ b/examples/rosettacode/vignere_cipher.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Vigenère cipher diff --git a/examples/rosettacode/visualize_a_tree.nit b/examples/rosettacode/visualize_a_tree.nit index f0fa7aa6b8..7d89c94255 100644 --- a/examples/rosettacode/visualize_a_tree.nit +++ b/examples/rosettacode/visualize_a_tree.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # Task: Visualize a tree diff --git a/examples/rosettacode/zigzag_matrix.nit b/examples/rosettacode/zigzag_matrix.nit index f67139257c..3c22414b65 100644 --- a/examples/rosettacode/zigzag_matrix.nit +++ b/examples/rosettacode/zigzag_matrix.nit @@ -1,6 +1,6 @@ #!/usr/bin/env nit # -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # This program is public domain # # Task: Zig-zag matrix diff --git a/lib/a_star/a_star.nit b/lib/a_star/a_star.nit index 9ea68e8404..2490ac6346 100644 --- a/lib/a_star/a_star.nit +++ b/lib/a_star/a_star.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2011-2013 Alexis Laferrière # diff --git a/lib/a_star/tests/test_a_star.nit b/lib/a_star/tests/test_a_star.nit index 1830d08b82..819ead14a1 100644 --- a/lib/a_star/tests/test_a_star.nit +++ b/lib/a_star/tests/test_a_star.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/actors.nit b/lib/actors/actors.nit index d5e350f96f..02a4847711 100644 --- a/lib/actors/actors.nit +++ b/lib/actors/actors.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/examples/agent_simulation/agent_simulation.nit b/lib/actors/examples/agent_simulation/agent_simulation.nit index e4e08cb6be..c6f04ce2b5 100644 --- a/lib/actors/examples/agent_simulation/agent_simulation.nit +++ b/lib/actors/examples/agent_simulation/agent_simulation.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/examples/agent_simulation/simple_simulation.nit b/lib/actors/examples/agent_simulation/simple_simulation.nit index ea0853505c..d79735fa5b 100644 --- a/lib/actors/examples/agent_simulation/simple_simulation.nit +++ b/lib/actors/examples/agent_simulation/simple_simulation.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/examples/chameneos-redux/chameneosredux.nit b/lib/actors/examples/chameneos-redux/chameneosredux.nit index 71e54e6e97..7f92b66659 100644 --- a/lib/actors/examples/chameneos-redux/chameneosredux.nit +++ b/lib/actors/examples/chameneos-redux/chameneosredux.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/examples/fannkuchredux/fannkuchredux.nit b/lib/actors/examples/fannkuchredux/fannkuchredux.nit index 42c251cc34..7df5937bc6 100644 --- a/lib/actors/examples/fannkuchredux/fannkuchredux.nit +++ b/lib/actors/examples/fannkuchredux/fannkuchredux.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/examples/mandelbrot/mandelbrot.nit b/lib/actors/examples/mandelbrot/mandelbrot.nit index 8fa7be33a3..0e0b09ffd6 100644 --- a/lib/actors/examples/mandelbrot/mandelbrot.nit +++ b/lib/actors/examples/mandelbrot/mandelbrot.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/examples/simple/simple.nit b/lib/actors/examples/simple/simple.nit index 7788240225..59a9a5778f 100644 --- a/lib/actors/examples/simple/simple.nit +++ b/lib/actors/examples/simple/simple.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/actors/examples/thread-ring/thread_ring.nit b/lib/actors/examples/thread-ring/thread_ring.nit index 3c227b4dcf..f571708083 100644 --- a/lib/actors/examples/thread-ring/thread_ring.nit +++ b/lib/actors/examples/thread-ring/thread_ring.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/ai/ai.nit b/lib/ai/ai.nit index d5a0ec977d..da02ff4d18 100644 --- a/lib/ai/ai.nit +++ b/lib/ai/ai.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/ai/backtrack.nit b/lib/ai/backtrack.nit index 597164d596..46435812b5 100644 --- a/lib/ai/backtrack.nit +++ b/lib/ai/backtrack.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/ai/examples/puzzle.nit b/lib/ai/examples/puzzle.nit index dd85629888..3aaec92209 100644 --- a/lib/ai/examples/puzzle.nit +++ b/lib/ai/examples/puzzle.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/ai/examples/queens.nit b/lib/ai/examples/queens.nit index 2e33ff6c04..ac64a5a8af 100644 --- a/lib/ai/examples/queens.nit +++ b/lib/ai/examples/queens.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/ai/search.nit b/lib/ai/search.nit index f4069495b7..8de72157f1 100644 --- a/lib/ai/search.nit +++ b/lib/ai/search.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/android/NitActivity.java b/lib/android/NitActivity.java index ca15d38099..abbf5e7bfe 100644 --- a/lib/android/NitActivity.java +++ b/lib/android/NitActivity.java @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/android/activities.nit b/lib/android/activities.nit index 76e3f079be..ee38702c56 100644 --- a/lib/android/activities.nit +++ b/lib/android/activities.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/android.nit b/lib/android/android.nit index 58e296af06..2b45ef656b 100644 --- a/lib/android/android.nit +++ b/lib/android/android.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/assets.nit b/lib/android/assets.nit index 84ec235ad7..b2d613a33f 100644 --- a/lib/android/assets.nit +++ b/lib/android/assets.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/assets_and_resources.nit b/lib/android/assets_and_resources.nit index 2ca56d437a..98a3ee5f01 100644 --- a/lib/android/assets_and_resources.nit +++ b/lib/android/assets_and_resources.nit @@ -1,4 +1,4 @@ -# this file is part of NIT ( http://www.nitlanguage.org ). +# this file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Romain Chanoir # diff --git a/lib/android/audio.nit b/lib/android/audio.nit index 6d4fe1a24c..51153c2c72 100644 --- a/lib/android/audio.nit +++ b/lib/android/audio.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Romain Chanoir # diff --git a/lib/android/aware.nit b/lib/android/aware.nit index 0257dc8122..d593733114 100644 --- a/lib/android/aware.nit +++ b/lib/android/aware.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/bundle/bundle.nit b/lib/android/bundle/bundle.nit index 521355f7d5..2f6344fb8f 100644 --- a/lib/android/bundle/bundle.nit +++ b/lib/android/bundle/bundle.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/cardboard.nit b/lib/android/cardboard.nit index 15eff41ad5..3d22d86cdb 100644 --- a/lib/android/cardboard.nit +++ b/lib/android/cardboard.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/dalvik.nit b/lib/android/dalvik.nit index 4777838c75..b463335bfa 100644 --- a/lib/android/dalvik.nit +++ b/lib/android/dalvik.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2012-2014 Alexis Laferrière # diff --git a/lib/android/data_store.nit b/lib/android/data_store.nit index cbef585399..1215500fc9 100644 --- a/lib/android/data_store.nit +++ b/lib/android/data_store.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/examples/src/ui_test.nit b/lib/android/examples/src/ui_test.nit index c6316add90..3d97575a19 100644 --- a/lib/android/examples/src/ui_test.nit +++ b/lib/android/examples/src/ui_test.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/game.nit b/lib/android/game.nit index d04e0f9b01..b20100f380 100644 --- a/lib/android/game.nit +++ b/lib/android/game.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/gamepad.nit b/lib/android/gamepad.nit index be0ded05b4..2ca60efe8d 100644 --- a/lib/android/gamepad.nit +++ b/lib/android/gamepad.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/http_request.nit b/lib/android/http_request.nit index b527cde25a..fe28e6f7e6 100644 --- a/lib/android/http_request.nit +++ b/lib/android/http_request.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/input_events.nit b/lib/android/input_events.nit index 96663c7233..15af855f6d 100644 --- a/lib/android/input_events.nit +++ b/lib/android/input_events.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2012-2014 Alexis Laferrière # diff --git a/lib/android/intent/intent.nit b/lib/android/intent/intent.nit index 517be28a2e..4805d8d730 100644 --- a/lib/android/intent/intent.nit +++ b/lib/android/intent/intent.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api10.nit b/lib/android/intent/intent_api10.nit index 1c05f89dc3..2771364b69 100644 --- a/lib/android/intent/intent_api10.nit +++ b/lib/android/intent/intent_api10.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api11.nit b/lib/android/intent/intent_api11.nit index db0415aa31..4dab437ace 100644 --- a/lib/android/intent/intent_api11.nit +++ b/lib/android/intent/intent_api11.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api12.nit b/lib/android/intent/intent_api12.nit index 9af4402e97..a0a3b12f51 100644 --- a/lib/android/intent/intent_api12.nit +++ b/lib/android/intent/intent_api12.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api14.nit b/lib/android/intent/intent_api14.nit index dc323d20f0..3a205a70d6 100644 --- a/lib/android/intent/intent_api14.nit +++ b/lib/android/intent/intent_api14.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api15.nit b/lib/android/intent/intent_api15.nit index f948e3d8b9..0516aa4a94 100644 --- a/lib/android/intent/intent_api15.nit +++ b/lib/android/intent/intent_api15.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api16.nit b/lib/android/intent/intent_api16.nit index f63359cd34..157d5f9f32 100644 --- a/lib/android/intent/intent_api16.nit +++ b/lib/android/intent/intent_api16.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api17.nit b/lib/android/intent/intent_api17.nit index 1d92cdcaab..2202999d81 100644 --- a/lib/android/intent/intent_api17.nit +++ b/lib/android/intent/intent_api17.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api18.nit b/lib/android/intent/intent_api18.nit index b348b3df59..1483a08a2a 100644 --- a/lib/android/intent/intent_api18.nit +++ b/lib/android/intent/intent_api18.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/intent/intent_api19.nit b/lib/android/intent/intent_api19.nit index 08af94aa9a..569b443276 100644 --- a/lib/android/intent/intent_api19.nit +++ b/lib/android/intent/intent_api19.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/key_event.nit b/lib/android/key_event.nit index b5b39e4030..dbeb29242d 100644 --- a/lib/android/key_event.nit +++ b/lib/android/key_event.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/landscape.nit b/lib/android/landscape.nit index c313efb4f1..e921a4cb46 100644 --- a/lib/android/landscape.nit +++ b/lib/android/landscape.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/load_image.nit b/lib/android/load_image.nit index cea55024fe..7caf190cf8 100644 --- a/lib/android/load_image.nit +++ b/lib/android/load_image.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/log.nit b/lib/android/log.nit index 4ee6341013..dd2ef29768 100644 --- a/lib/android/log.nit +++ b/lib/android/log.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/native_app_glue.nit b/lib/android/native_app_glue.nit index 6b9c0b5fae..e896b330df 100644 --- a/lib/android/native_app_glue.nit +++ b/lib/android/native_app_glue.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/nit_activity.nit b/lib/android/nit_activity.nit index 980270cdf1..bf82783d69 100644 --- a/lib/android/nit_activity.nit +++ b/lib/android/nit_activity.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/notification/native_notification.nit b/lib/android/notification/native_notification.nit index 74e3b4c023..8a273e166d 100644 --- a/lib/android/notification/native_notification.nit +++ b/lib/android/notification/native_notification.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/notification/notification.nit b/lib/android/notification/notification.nit index 0b6cb66a2e..a63f0e679f 100644 --- a/lib/android/notification/notification.nit +++ b/lib/android/notification/notification.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/platform.nit b/lib/android/platform.nit index 3a2e1052e2..a6d053901e 100644 --- a/lib/android/platform.nit +++ b/lib/android/platform.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/portrait.nit b/lib/android/portrait.nit index 0759c40ba2..501179e6d6 100644 --- a/lib/android/portrait.nit +++ b/lib/android/portrait.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/sensors.nit b/lib/android/sensors.nit index d57a5d65a2..9480e0c055 100644 --- a/lib/android/sensors.nit +++ b/lib/android/sensors.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Romain Chanoir # diff --git a/lib/android/service/NitBroadcastReceiver.java b/lib/android/service/NitBroadcastReceiver.java index bd358cf3a1..c30489a3ac 100644 --- a/lib/android/service/NitBroadcastReceiver.java +++ b/lib/android/service/NitBroadcastReceiver.java @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/android/service/NitService.java b/lib/android/service/NitService.java index fd7e79f915..319a2d37ca 100644 --- a/lib/android/service/NitService.java +++ b/lib/android/service/NitService.java @@ -1,4 +1,4 @@ -/* This file is part of NIT ( http://www.nitlanguage.org ). +/* This file is part of NIT ( https://nitlanguage.org ). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/android/service/at_boot.nit b/lib/android/service/at_boot.nit index 9669fe7daa..4f117a6bb7 100644 --- a/lib/android/service/at_boot.nit +++ b/lib/android/service/at_boot.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/service/service.nit b/lib/android/service/service.nit index 823d16e0f7..f801ac8fbc 100644 --- a/lib/android/service/service.nit +++ b/lib/android/service/service.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/shared_preferences/shared_preferences.nit b/lib/android/shared_preferences/shared_preferences.nit index 382b3647cf..607061c69a 100644 --- a/lib/android/shared_preferences/shared_preferences.nit +++ b/lib/android/shared_preferences/shared_preferences.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/shared_preferences/shared_preferences_api10.nit b/lib/android/shared_preferences/shared_preferences_api10.nit index f012ed2f5a..35d1cb9e35 100644 --- a/lib/android/shared_preferences/shared_preferences_api10.nit +++ b/lib/android/shared_preferences/shared_preferences_api10.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/shared_preferences/shared_preferences_api11.nit b/lib/android/shared_preferences/shared_preferences_api11.nit index 9d2dbcfe24..d555e9a095 100644 --- a/lib/android/shared_preferences/shared_preferences_api11.nit +++ b/lib/android/shared_preferences/shared_preferences_api11.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Frédéric Vachon # diff --git a/lib/android/toast.nit b/lib/android/toast.nit index 3cf745cbc6..3b03783e12 100644 --- a/lib/android/toast.nit +++ b/lib/android/toast.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/ui/native_ui.nit b/lib/android/ui/native_ui.nit index b1b45f2239..1dff5fcff9 100644 --- a/lib/android/ui/native_ui.nit +++ b/lib/android/ui/native_ui.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/ui/ui.nit b/lib/android/ui/ui.nit index 767039b292..f5402da046 100644 --- a/lib/android/ui/ui.nit +++ b/lib/android/ui/ui.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/android/vibration.nit b/lib/android/vibration.nit index cef49eec75..2f5c9f6362 100644 --- a/lib/android/vibration.nit +++ b/lib/android/vibration.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/android/wifi.nit b/lib/android/wifi.nit index 19ef541339..2dea440b5a 100644 --- a/lib/android/wifi.nit +++ b/lib/android/wifi.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/app/app.nit b/lib/app/app.nit index 587e5a2bc9..8eb299a928 100644 --- a/lib/app/app.nit +++ b/lib/app/app.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2011-2014 Alexis Laferrière # diff --git a/lib/app/app_base.nit b/lib/app/app_base.nit index 5c2a902b31..895d1d8d2e 100644 --- a/lib/app/app_base.nit +++ b/lib/app/app_base.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2011-2014 Alexis Laferrière # diff --git a/lib/app/assets.nit b/lib/app/assets.nit index b67bcd2582..1602eb0022 100644 --- a/lib/app/assets.nit +++ b/lib/app/assets.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/app/audio.nit b/lib/app/audio.nit index 87b510f4a1..04b3f63947 100644 --- a/lib/app/audio.nit +++ b/lib/app/audio.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Romain Chanoir # diff --git a/lib/app/data_store.nit b/lib/app/data_store.nit index cb5ce2a50d..b2ecf9182f 100644 --- a/lib/app/data_store.nit +++ b/lib/app/data_store.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/app/examples/http_request_example.nit b/lib/app/examples/http_request_example.nit index a121f6ce12..a086b41da8 100644 --- a/lib/app/examples/http_request_example.nit +++ b/lib/app/examples/http_request_example.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/app/examples/ui_example.nit b/lib/app/examples/ui_example.nit index 8f4f8f15ac..29719ce2fb 100644 --- a/lib/app/examples/ui_example.nit +++ b/lib/app/examples/ui_example.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/app/http_request.nit b/lib/app/http_request.nit index 07d4bf3871..ee7a9831ee 100644 --- a/lib/app/http_request.nit +++ b/lib/app/http_request.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/app/ui.nit b/lib/app/ui.nit index 42e36ce004..236efe3398 100644 --- a/lib/app/ui.nit +++ b/lib/app/ui.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/array_debug/array_debug.nit b/lib/array_debug/array_debug.nit index 4d2edb4bf9..3e603191b9 100644 --- a/lib/array_debug/array_debug.nit +++ b/lib/array_debug/array_debug.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/base64/base64.nit b/lib/base64/base64.nit index 622bb5130f..2cae848106 100644 --- a/lib/base64/base64.nit +++ b/lib/base64/base64.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Alexis Laferrière # diff --git a/lib/base64/tests/test_base64.nit b/lib/base64/tests/test_base64.nit index 3e9c8d2dcb..2d7a0dbc79 100644 --- a/lib/base64/tests/test_base64.nit +++ b/lib/base64/tests/test_base64.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/bcm2835/bcm2835.nit b/lib/bcm2835/bcm2835.nit index d77d134c50..7e2f5effe5 100644 --- a/lib/bcm2835/bcm2835.nit +++ b/lib/bcm2835/bcm2835.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Alexis Laferrière # diff --git a/lib/bcm2835/examples/blink.nit b/lib/bcm2835/examples/blink.nit index 3d3bd82f00..7c0c4576f0 100644 --- a/lib/bcm2835/examples/blink.nit +++ b/lib/bcm2835/examples/blink.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Alexis Laferrière # diff --git a/lib/bcm2835/examples/input.nit b/lib/bcm2835/examples/input.nit index 889ba51f23..4df221b17b 100644 --- a/lib/bcm2835/examples/input.nit +++ b/lib/bcm2835/examples/input.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Alexis Laferrière # diff --git a/lib/binary/binary.nit b/lib/binary/binary.nit index 8b39d31e5c..32987aed5f 100644 --- a/lib/binary/binary.nit +++ b/lib/binary/binary.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/bitmap/bitmap.nit b/lib/bitmap/bitmap.nit index 3c66f07503..c70e804750 100644 --- a/lib/bitmap/bitmap.nit +++ b/lib/bitmap/bitmap.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Budi Kurniawan # diff --git a/lib/bitmap/test_bitmap.nit b/lib/bitmap/test_bitmap.nit index 2f76da6dde..9a6d772432 100644 --- a/lib/bitmap/test_bitmap.nit +++ b/lib/bitmap/test_bitmap.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2015 Budi Kurniawan # diff --git a/lib/bucketed_game/bucketed_game.nit b/lib/bucketed_game/bucketed_game.nit index 58569ace66..6dc60103a4 100644 --- a/lib/bucketed_game/bucketed_game.nit +++ b/lib/bucketed_game/bucketed_game.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2011-2013 Alexis Laferrière # diff --git a/lib/c/c.nit b/lib/c/c.nit index 7db594568e..91df9af01a 100644 --- a/lib/c/c.nit +++ b/lib/c/c.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/cartesian/cartesian.nit b/lib/cartesian/cartesian.nit index 35c65b23e6..ecd199cea8 100644 --- a/lib/cartesian/cartesian.nit +++ b/lib/cartesian/cartesian.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/cocoa/app_kit.nit b/lib/cocoa/app_kit.nit index 91632db181..da6338f0b8 100644 --- a/lib/cocoa/app_kit.nit +++ b/lib/cocoa/app_kit.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/cocoa/cocoa.nit b/lib/cocoa/cocoa.nit index 3e20d87768..0a10b41ad3 100644 --- a/lib/cocoa/cocoa.nit +++ b/lib/cocoa/cocoa.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/cocoa/examples/cocoa_extern_types.nit b/lib/cocoa/examples/cocoa_extern_types.nit index e99f43f4ae..00626edca8 100644 --- a/lib/cocoa/examples/cocoa_extern_types.nit +++ b/lib/cocoa/examples/cocoa_extern_types.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/cocoa/examples/cocoa_message_box.nit b/lib/cocoa/examples/cocoa_message_box.nit index 0f43d9e0f3..5725403d37 100644 --- a/lib/cocoa/examples/cocoa_message_box.nit +++ b/lib/cocoa/examples/cocoa_message_box.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/cocoa/examples/hello_cocoa.nit b/lib/cocoa/examples/hello_cocoa.nit index 56fc059db6..6cfc118330 100644 --- a/lib/cocoa/examples/hello_cocoa.nit +++ b/lib/cocoa/examples/hello_cocoa.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/cocoa/foundation.nit b/lib/cocoa/foundation.nit index 3ea7b5e54e..fd1f563ad9 100644 --- a/lib/cocoa/foundation.nit +++ b/lib/cocoa/foundation.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/combinations/combinations.nit b/lib/combinations/combinations.nit index 184c1edc92..c1f86712b4 100644 --- a/lib/combinations/combinations.nit +++ b/lib/combinations/combinations.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/config/config.nit b/lib/config/config.nit index f07ec4780b..b227868456 100644 --- a/lib/config/config.nit +++ b/lib/config/config.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/console/console.nit b/lib/console/console.nit index 1a68ff30a0..6f33dd2cfd 100644 --- a/lib/console/console.nit +++ b/lib/console/console.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/bitset.nit b/lib/core/bitset.nit index c5ed9df053..52c4b3a4bb 100644 --- a/lib/core/bitset.nit +++ b/lib/core/bitset.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Copyright 2014 Julien Pagès # diff --git a/lib/core/bytes.nit b/lib/core/bytes.nit index 3013321b5f..6fb599cc38 100644 --- a/lib/core/bytes.nit +++ b/lib/core/bytes.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/codecs/codec_base.nit b/lib/core/codecs/codec_base.nit index a911a292d3..23c82658f7 100644 --- a/lib/core/codecs/codec_base.nit +++ b/lib/core/codecs/codec_base.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/codecs/codecs.nit b/lib/core/codecs/codecs.nit index b3980bf447..41832f1a69 100644 --- a/lib/core/codecs/codecs.nit +++ b/lib/core/codecs/codecs.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/codecs/iso8859_1.nit b/lib/core/codecs/iso8859_1.nit index be52242faa..12b131d3d1 100644 --- a/lib/core/codecs/iso8859_1.nit +++ b/lib/core/codecs/iso8859_1.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/codecs/utf8.nit b/lib/core/codecs/utf8.nit index c37bd35baa..adc3355849 100644 --- a/lib/core/codecs/utf8.nit +++ b/lib/core/codecs/utf8.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/collection/abstract_collection.nit b/lib/core/collection/abstract_collection.nit index 9e2179b444..82e48ddde1 100644 --- a/lib/core/collection/abstract_collection.nit +++ b/lib/core/collection/abstract_collection.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # diff --git a/lib/core/collection/array.nit b/lib/core/collection/array.nit index f01bbb5d68..7ca8b66ae4 100644 --- a/lib/core/collection/array.nit +++ b/lib/core/collection/array.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # Copyright 2008 Floréal Morandat diff --git a/lib/core/collection/circular_array.nit b/lib/core/collection/circular_array.nit index 1cc757b4a0..1d39f325af 100644 --- a/lib/core/collection/circular_array.nit +++ b/lib/core/collection/circular_array.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/collection/collection.nit b/lib/core/collection/collection.nit index 2475b685ab..45d8e91e97 100644 --- a/lib/core/collection/collection.nit +++ b/lib/core/collection/collection.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2009 Jean Privat # diff --git a/lib/core/collection/hash_collection.nit b/lib/core/collection/hash_collection.nit index 25cf2b9c7e..1561b6464f 100644 --- a/lib/core/collection/hash_collection.nit +++ b/lib/core/collection/hash_collection.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2009 Jean Privat # diff --git a/lib/core/collection/list.nit b/lib/core/collection/list.nit index 241238b4d3..0f823114a7 100644 --- a/lib/core/collection/list.nit +++ b/lib/core/collection/list.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # diff --git a/lib/core/collection/range.nit b/lib/core/collection/range.nit index 29fa17e7a4..affe54ac5c 100644 --- a/lib/core/collection/range.nit +++ b/lib/core/collection/range.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # diff --git a/lib/core/collection/sorter.nit b/lib/core/collection/sorter.nit index 7476b6fbcf..9f838f02d3 100644 --- a/lib/core/collection/sorter.nit +++ b/lib/core/collection/sorter.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2005-2008 Jean Privat # diff --git a/lib/core/collection/union_find.nit b/lib/core/collection/union_find.nit index 864c5092a9..340969c34e 100644 --- a/lib/core/collection/union_find.nit +++ b/lib/core/collection/union_find.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/core.nit b/lib/core/core.nit index 5261077df7..5c860874ae 100644 --- a/lib/core/core.nit +++ b/lib/core/core.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # Copyright 2008 Floréal Morandat diff --git a/lib/core/environ.nit b/lib/core/environ.nit index 4ef4c9934c..94c88f2f8d 100644 --- a/lib/core/environ.nit +++ b/lib/core/environ.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2006 Floréal Morandat # Copyright 2008 Jean Privat diff --git a/lib/core/error.nit b/lib/core/error.nit index 6a584801e7..054835a1be 100644 --- a/lib/core/error.nit +++ b/lib/core/error.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/exec.nit b/lib/core/exec.nit index 64d6cc7bb2..b5cebd9efa 100644 --- a/lib/core/exec.nit +++ b/lib/core/exec.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # Copyright 2008 Floréal Morandat diff --git a/lib/core/file.nit b/lib/core/file.nit index ed4c6c88b2..39db407f72 100644 --- a/lib/core/file.nit +++ b/lib/core/file.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # Copyright 2008 Floréal Morandat diff --git a/lib/core/fixed_ints.nit b/lib/core/fixed_ints.nit index 521c02b2a5..e41d27ae79 100644 --- a/lib/core/fixed_ints.nit +++ b/lib/core/fixed_ints.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/gc.nit b/lib/core/gc.nit index 41d37fea95..85b4ff2eb8 100644 --- a/lib/core/gc.nit +++ b/lib/core/gc.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/kernel.nit b/lib/core/kernel.nit index 39a5958bd4..b612eb1810 100644 --- a/lib/core/kernel.nit +++ b/lib/core/kernel.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # Copyright 2006-2008 Floréal Morandat diff --git a/lib/core/math.nit b/lib/core/math.nit index a7eefbe4ae..a8fca2d2de 100644 --- a/lib/core/math.nit +++ b/lib/core/math.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2004-2008 Jean Privat # diff --git a/lib/core/numeric.nit b/lib/core/numeric.nit index 92fe49a9d3..2d6bb8b558 100644 --- a/lib/core/numeric.nit +++ b/lib/core/numeric.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013-2014 Alexis Laferrière # diff --git a/lib/core/protocol.nit b/lib/core/protocol.nit index 62a5f8a671..d52b235d16 100644 --- a/lib/core/protocol.nit +++ b/lib/core/protocol.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/queue.nit b/lib/core/queue.nit index f545504377..785d69842c 100644 --- a/lib/core/queue.nit +++ b/lib/core/queue.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/re.nit b/lib/core/re.nit index 50b325a894..87f118eb76 100644 --- a/lib/core/re.nit +++ b/lib/core/re.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/core/stream.nit b/lib/core/stream.nit index b0486ef619..2469b6db2a 100644 --- a/lib/core/stream.nit +++ b/lib/core/stream.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/text/abstract_text.nit b/lib/core/text/abstract_text.nit index 1b4b3830a6..43e65da321 100644 --- a/lib/core/text/abstract_text.nit +++ b/lib/core/text/abstract_text.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/text/fixed_ints_text.nit b/lib/core/text/fixed_ints_text.nit index 89f6553c66..b540d27653 100644 --- a/lib/core/text/fixed_ints_text.nit +++ b/lib/core/text/fixed_ints_text.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/text/flat.nit b/lib/core/text/flat.nit index cc60978c3e..b47947fe15 100644 --- a/lib/core/text/flat.nit +++ b/lib/core/text/flat.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/text/native.nit b/lib/core/text/native.nit index 372ac5a301..5a04588d84 100644 --- a/lib/core/text/native.nit +++ b/lib/core/text/native.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/text/ropes.nit b/lib/core/text/ropes.nit index ef0016c8d5..9e9c9c3886 100644 --- a/lib/core/text/ropes.nit +++ b/lib/core/text/ropes.nit @@ -1,4 +1,4 @@ -# This file is part of NIT (http://www.nitlanguage.org). +# This file is part of NIT (https://nitlanguage.org). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/text/string_search.nit b/lib/core/text/string_search.nit index 7648816b2a..47729f50a3 100644 --- a/lib/core/text/string_search.nit +++ b/lib/core/text/string_search.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2005-2008 Jean Privat # diff --git a/lib/core/text/test_abstract_text.nit b/lib/core/text/test_abstract_text.nit index ec9bda677b..a056f64488 100644 --- a/lib/core/text/test_abstract_text.nit +++ b/lib/core/text/test_abstract_text.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/text/text.nit b/lib/core/text/text.nit index 01c21e77f1..0bb1ef2d34 100644 --- a/lib/core/text/text.nit +++ b/lib/core/text/text.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/core/text/u16_string.nit b/lib/core/text/u16_string.nit index e9a9986e6a..5b0e7fd6fb 100644 --- a/lib/core/text/u16_string.nit +++ b/lib/core/text/u16_string.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/core/time.nit b/lib/core/time.nit index e5248d92a9..7b0e987b72 100644 --- a/lib/core/time.nit +++ b/lib/core/time.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2008 Floréal Morandat # Copyright 2014 Alexandre Terrasa diff --git a/lib/counter/counter.nit b/lib/counter/counter.nit index e539bc50d0..acffb10a8f 100644 --- a/lib/counter/counter.nit +++ b/lib/counter/counter.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/cpp/cpp.nit b/lib/cpp/cpp.nit index f5c1a199a8..c0231944c6 100644 --- a/lib/cpp/cpp.nit +++ b/lib/cpp/cpp.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Alexis Laferrière # diff --git a/lib/crapto/crapto.nit b/lib/crapto/crapto.nit index 5f3f017068..a9bcc9dbfe 100644 --- a/lib/crapto/crapto.nit +++ b/lib/crapto/crapto.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/crapto/english_utils.nit b/lib/crapto/english_utils.nit index 9f39e18db3..855173a19e 100644 --- a/lib/crapto/english_utils.nit +++ b/lib/crapto/english_utils.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2016 Philippe Pépos Petitclerc # diff --git a/lib/crapto/examples/repeating_key_xor_solve.nit b/lib/crapto/examples/repeating_key_xor_solve.nit index 82d56525c3..da78050dea 100644 --- a/lib/crapto/examples/repeating_key_xor_solve.nit +++ b/lib/crapto/examples/repeating_key_xor_solve.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/crapto/xor.nit b/lib/crapto/xor.nit index 6402969960..a937a24c8e 100644 --- a/lib/crapto/xor.nit +++ b/lib/crapto/xor.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/crypto/basic_ciphers.nit b/lib/crypto/basic_ciphers.nit index 7181928bc0..d6e260fd5b 100644 --- a/lib/crypto/basic_ciphers.nit +++ b/lib/crypto/basic_ciphers.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/crypto/bytes.nit b/lib/crypto/bytes.nit index 287d782990..40a0788873 100644 --- a/lib/crypto/bytes.nit +++ b/lib/crypto/bytes.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/crypto/crypto.nit b/lib/crypto/crypto.nit index 97d7cee2f6..111cae7fc9 100644 --- a/lib/crypto/crypto.nit +++ b/lib/crypto/crypto.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/crypto/xor_ciphers.nit b/lib/crypto/xor_ciphers.nit index aaa18d1894..88d17371c5 100644 --- a/lib/crypto/xor_ciphers.nit +++ b/lib/crypto/xor_ciphers.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/csv/csv.nit b/lib/csv/csv.nit index abc44376d7..6a9f5404df 100644 --- a/lib/csv/csv.nit +++ b/lib/csv/csv.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/curl/curl.nit b/lib/curl/curl.nit index 18f05c865c..c50d5cffef 100644 --- a/lib/curl/curl.nit +++ b/lib/curl/curl.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Matthieu Lucas # diff --git a/lib/curl/examples/curl_http.nit b/lib/curl/examples/curl_http.nit index e4fdf79037..da8799591d 100644 --- a/lib/curl/examples/curl_http.nit +++ b/lib/curl/examples/curl_http.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Matthieu Lucas # diff --git a/lib/curl/examples/curl_rest.nit b/lib/curl/examples/curl_rest.nit index b6d69e3b9a..f57f285f6f 100644 --- a/lib/curl/examples/curl_rest.nit +++ b/lib/curl/examples/curl_rest.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2018 Matthieu Samuel Le Guellaut # diff --git a/lib/curl/extra.nit b/lib/curl/extra.nit index 93548d86e3..68b9d5e7f8 100644 --- a/lib/curl/extra.nit +++ b/lib/curl/extra.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/curl/native_curl.nit b/lib/curl/native_curl.nit index d3ed43a1c2..ce3e8483da 100644 --- a/lib/curl/native_curl.nit +++ b/lib/curl/native_curl.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2013 Matthieu Lucas # diff --git a/lib/curses/curses.nit b/lib/curses/curses.nit index 688493e7c5..b7f826d02d 100644 --- a/lib/curses/curses.nit +++ b/lib/curses/curses.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/date/date.nit b/lib/date/date.nit index d47b33f388..3047200d0e 100755 --- a/lib/date/date.nit +++ b/lib/date/date.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/deriving/deriving.nit b/lib/deriving/deriving.nit index 5a1336ab46..410ca1be57 100644 --- a/lib/deriving/deriving.nit +++ b/lib/deriving/deriving.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/dom/dom.nit b/lib/dom/dom.nit index 0dfee06825..214d5583b4 100644 --- a/lib/dom/dom.nit +++ b/lib/dom/dom.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/dom/examples/checker.nit b/lib/dom/examples/checker.nit index 31fc68205c..d360aa78bd 100644 --- a/lib/dom/examples/checker.nit +++ b/lib/dom/examples/checker.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/dom/parser.nit b/lib/dom/parser.nit index 94f718bbd6..8755807982 100644 --- a/lib/dom/parser.nit +++ b/lib/dom/parser.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/dom/xml_entities.nit b/lib/dom/xml_entities.nit index 8aa4f6bab3..ed241e3890 100644 --- a/lib/dom/xml_entities.nit +++ b/lib/dom/xml_entities.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # This file is free software, which comes along with NIT. This software is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/dot/dot.nit b/lib/dot/dot.nit index 5f70ed3760..04c9ae7a5b 100644 --- a/lib/dot/dot.nit +++ b/lib/dot/dot.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/dot/examples/clusters.nit b/lib/dot/examples/clusters.nit index 306ec52cee..97a733853f 100644 --- a/lib/dot/examples/clusters.nit +++ b/lib/dot/examples/clusters.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/dot/examples/hello.nit b/lib/dot/examples/hello.nit index d4cbfcf836..8b0f000f9f 100644 --- a/lib/dot/examples/hello.nit +++ b/lib/dot/examples/hello.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/dot/examples/undirected_clusters.nit b/lib/dot/examples/undirected_clusters.nit index 9ef6e53b60..de98cbe30a 100644 --- a/lib/dot/examples/undirected_clusters.nit +++ b/lib/dot/examples/undirected_clusters.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/dummy_array/dummy_array.nit b/lib/dummy_array/dummy_array.nit index 85440b452b..e59fc4c4f7 100644 --- a/lib/dummy_array/dummy_array.nit +++ b/lib/dummy_array/dummy_array.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2008 Floréal Morandat # Copyright 2014 Alexandre Terrasa diff --git a/lib/egl/egl.nit b/lib/egl/egl.nit index 5d8f4f96c0..f17fdea53c 100644 --- a/lib/egl/egl.nit +++ b/lib/egl/egl.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/emscripten/emscripten.nit b/lib/emscripten/emscripten.nit index bc320d4480..5c7f2c8a09 100644 --- a/lib/emscripten/emscripten.nit +++ b/lib/emscripten/emscripten.nit @@ -1,4 +1,4 @@ -# This file is part of NIT ( http://www.nitlanguage.org ). +# This file is part of NIT ( https://nitlanguage.org ). # # Copyright 2014 Alexis Laferrière # diff --git a/lib/emscripten/examples/fibonacci/www/index.html b/lib/emscripten/examples/fibonacci/www/index.html index 6cb297ca79..bb76ff9add 100644 --- a/lib/emscripten/examples/fibonacci/www/index.html +++ b/lib/emscripten/examples/fibonacci/www/index.html @@ -1,5 +1,5 @@ -