diff --git a/.editorconfig b/.editorconfig index f01cb06d..22f64f1b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,16 +1,627 @@ +root = true + [*] charset=utf-8 -end_of_line=lf -trim_trailing_whitespace=false +next_line=crlf insert_final_newline=false indent_style=space indent_size=4 -[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.uplugin,*.bowerrc,*.jsb3,*.jsb2,*.json}] -indent_style=space +# Generic non-language specific ones for Resharper and friends +brace_style=next_line +int_align=true +keep_existing_arrangement=false +place_simple_blocks_on_single_line=false +place_simple_declaration_blocks_on_single_line=false +place_attribute_on_same_line=false +space_after_unary_operator=false +space_after_comma=true +space_around_ternary_operator=true +space_around_binary_operator=true +space_around_member_access_operator=false +space_before_open_square_brackets=false +space_after_keywords_in_control_flow_statements=true +space_before_comma=false +space_between_method_call_name_and_opening_parenthesis=false +space_between_method_declaration_name_and_open_parenthesis=false +space_between_square_brackets=false +space_between_parentheses_of_control_flow_statements=false +accessor_owner_declaration_braces=next_line +accessor_declaration_braces=next_line +case_block_braces=next_line +initializer_braces=next_line +other_braces=next_line +allow_comment_after_lbrace=false +empty_block_style=together_same_line +braces_for_ifelse=not_required +braces_for_for=not_required +braces_for_foreach=not_required +braces_for_while=not_required +braces_for_dowhile=not_required +braces_for_using=not_required +braces_for_lock=not_required +braces_for_fixed=not_required +method_or_operator_body=expression_body +local_function_body=expression_body +constructor_or_destructor_body=expression_body +accessor_owner_body=expression_body +force_attribute_style=join +function_braces=next_line +force_control_statements_braces=always_remove + +type_declaration_braces=next_line +invocable_declaration_braces=next_line +anonymous_method_declaration_braces=next_line + +indent_nested_usings_stmt=true + +indent_nested_fixed_stmt=true +indent_nested_lock_stmt=true +indent_nested_for_stmt=true +indent_nested_foreach_stmt=true +indent_nested_while_stmt=true +use_continuous_indent_inside_parens=true +indent_method_decl_pars=inside +indent_invocation_pars=inside +indent_statement_pars=inside +indent_typeparam_angles=inside +indent_typearg_angles=inside +indent_pars=inside +indent_preprocessor_if=outdent +indent_preprocessor_region=usual_indent +indent_preprocessor_other=usual_indent +indent_switch_labels=true +indent_type_constraints=true +stick_comment=false +alignment_tab_fill_style=use_spaces +align_multiline_parameter=true +align_multiline_extends_list=true +align_linq_query=true +align_multiline_binary_expressions_chain=true +outdent_binary_ops=true +align_multiline_calls_chain=true +outdent_dots=true +align_multiline_array_and_object_initializer=false +indent_anonymous_method_block=false +align_first_arg_by_paren=true +align_multiline_argument=true +align_tuple_components=true +align_multiline_expression=true +align_multiline_for_stmt=true +align_multiple_declaration=true +align_multline_type_parameter_list=true +align_multline_type_parameter_constrains=true +int_align_fields=true +int_align_properties=true +int_align_methods=true +int_align_parameters=false +int_align_variables=true +int_align_assignments=true +int_align_nested_ternary=true +int_align_invocations=false +int_align_binary_expressions=true +int_align_comments=true +int_align_switch_sections=true +keep_user_linebreaks=false +keep_existing_arrangement=false +keep_existing_linebreaks=false +max_line_length=120 +wrap_before_comma=false +special_else_if_treatment=true +place_type_attribute_on_same_line=never +place_method_attribute_on_same_line=never +place_accessorholder_attribute_on_same_line=never +place_attribute_on_same_line=never +place_accessor_attribute_on_same_line=never +place_attribute_on_same_line=never +place_field_attribute_on_same_line=never +place_attribute_on_same_line=never +wrap_parameters_style=wrap_if_long +keep_existing_declaration_parens_arrangement=false +wrap_before_declaration_lpar=false +wrap_after_declaration_lpar=false +wrap_before_declaration_rpar=false +place_constructor_initializer_on_same_line=true +keep_existing_expr_member_arrangement=false +place_expr_method_on_single_line=true +place_expr_property_on_single_line=true +place_expr_accessor_on_single_line=true +wrap_before_arrow_with_expressions=false +place_type_constraints_on_same_line=true +wrap_before_first_type_parameter_constraint=true +wrap_multiple_type_parameter_constraints_style=wrap_if_long +wrap_before_type_parameter_langle=true +wrap_before_extends_colon=false +wrap_extends_list_style=wrap_if_long +keep_existing_declaration_block_arrangement=false +place_abstract_accessorholder_on_single_line=true +place_simple_accessorholder_on_single_line=false +place_accessor_with_attrs_holder_on_single_line=false +place_simple_accessor_on_single_line=true +place_simple_method_on_single_line=false +keep_existing_enum_arrangement=false +place_simple_enum_on_single_line=false +wrap_enum_declaration=wrap_if_long +new_line_before_else=true +new_line_before_while=false +wrap_for_stmt_header_style=wrap_if_long +wrap_multiple_declaration_style=wrap_if_long +keep_existing_embedded_arrangement=false +place_simple_embedded_statement_on_same_line=false +place_simple_case_statement_on_same_line=true +keep_existing_embedded_block_arrangement=false +place_simple_embedded_block_on_same_line=false +place_simple_anonymousmethod_on_single_line=false +keep_existing_initializer_arrangement=false +place_simple_initializer_on_single_line=false +wrap_object_and_collection_initializer_style=wrap_if_long +wrap_array_initializer_style=wrap_if_long +wrap_arguments_style=wrap_if_long +keep_existing_invocation_parens_arrangement=false +wrap_after_invocation_lpar=false +wrap_before_invocation_rpar=false +wrap_after_dot_in_method_calls=true +wrap_chained_method_calls=wrap_if_long +wrap_before_binary_opsign=false +wrap_chained_binary_expressions=wrap_if_long +force_chop_compound_if_expression=true +force_chop_compound_while_expression=true +force_chop_compound_do_expression=true +wrap_before_ternary_opsigns=true +wrap_ternary_expr_style=wrap_if_long +nested_ternary_style=expanded +wrap_linq_expressions=wrap_if_long +wrap_before_linq_expression=false +place_linq_into_on_new_line=false +wrap_verbatim_interpolated_strings=wrap_if_long +extra_spaces=remove_all +space_after_keywords_in_control_flow_statements=true +space_between_method_call_name_and_opening_parenthesis=false +space_between_method_declaration_name_and_open_parenthesis=false +space_before_typeof_parentheses=false +space_before_checked_parentheses=false +space_before_sizeof_parentheses=false +space_before_nameof_parentheses=false +space_between_keyword_and_expression=true +space_between_keyword_and_type=true +space_around_assignment_op=true +space_around_logical_op=true +space_around_binary_operator=true +space_around_equality_op=true +space_around_relational_op=true +space_around_bitwise_op=true +space_around_additive_op=true +space_around_multiplicative_op=true +space_around_shift_op=true +space_around_nullcoalescing_op=true +space_around_arrow_op=false +space_after_logical_not_op=false +space_after_unary_operator=false +space_after_cast=false +space_around_dot=false +space_around_lambda_arrow=true +space_before_pointer_asterik_declaration=false +space_before_nullable_mark=false +blank_lines_around_class_definition=1 +namespace_indentation=all +space_within_template_argument=false +align_union_type_usage=true + +# These are for markup languages (HTML, XML, etc) +spaces_around_eq_in_pi_attribute=false +space_after_last_pi_attribute=true +pi_attributes_indent=align_by_first_attribute +blank_line_after_pi=true +spaces_around_eq_in_attribute=false +space_after_last_attribute=false +space_before_self_closing=true +attribute_style=on_single_line +attribute_indent=align_by_first_attribute +sort_attributes=true +sort_class_selectors=true +max_blank_lines_between_tags=0 +linebreak_before_all_elements=true +linebreak_before_multiline_elements=true +quote_style=doublequoted +delete_quotes_from_solid_values=false +normalize_tag_names=true + + +[{.babelrc,.stylelintrc,jest.config,.eslintrc,.prettierrc,*.json,*.jsb3,*.jsb2,*.bowerrc}] indent_size=2 [*.js.map] -indent_style=space indent_size=2 +[*.{css,scss}] +indent_size=2 +declarations_style=separate_lines_for_nonsingle +media_query_style=separate_lines +selector_style=same_line +properties_style=separate_lines_for_nonsingle +brace_style=next_line + +[{.analysis_options,*.yml,*.yaml}] +indent_size=2 + +# Xml project files +[*.{csproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}] +indent_size = 2 + +# Xml files +[*.{xml,stylecop,resx,ruleset}] +indent_size = 2 + +# Xml config files +[*.{props,targets,config,nuspec}] +indent_size = 2 + +# .net files +[*.{cs,vb}] +# These set the this. / Me. +dotnet_style_qualification_for_field=false:warning +dotnet_style_qualification_for_property=false:warning +dotnet_style_qualification_for_method=false:warning +dotnet_style_qualification_for_event=false:warning + +# These make it suggest Int32 instead of int, etc. +dotnet_style_predefined_type_for_locals_parameters_members=true:suggestion +dotnet_style_predefined_type_for_member_access=true:suggestion + +# This controls implicit access modifiers +dotnet_style_require_accessibility_modifiers=never:suggestion + +# Prefer non modified fields to be marked readonly +dotnet_style_readonly_field=true:warning + +# Parenthesis settings +dotnet_style_parentheses_in_arithmetic_binary_operators=always_for_clarity:warning +dotnet_style_parentheses_in_relational_binary_operators=always_for_clarity:warning +dotnet_style_parentheses_in_other_binary_operators=always_for_clarity:warning +dotnet_style_parentheses_in_other_operators=always_for_clarity:warning + +dotnet_style_object_initializer=true:suggestion +dotnet_style_collection_initializer=true:suggestion +dotnet_style_explicit_tuple_names=true:error +dotnet_style_prefer_inferred_tuple_names=true:warning +dotnet_style_prefer_inferred_anonymous_type_member_names=true:warning +dotnet_style_prefer_is_null_check_over_reference_equality_method=true:warning +dotnet_style_prefer_conditional_expression_over_return=true:warning +dotnet_style_coalesce_expression=true:warning +dotnet_style_null_propagation=true:error + +dotnet_sort_system_directives_first=true + +# Constants in C style, all-caps +dotnet_naming_rule.constant_fields_caps.symbols = constant_fields +dotnet_naming_rule.constant_fields_caps.severity = suggestion +dotnet_naming_rule.constant_fields_caps.style = caps_style +dotnet_naming_symbols.constant_fields.applicable_kinds = field +dotnet_naming_symbols.constant_fields.required_modifiers = const +dotnet_naming_style.caps_style.capitalization = all_upper + +# interfaces should be prefixed with I +dotnet_naming_rule.pascal_case_for_interface.severity = error +dotnet_naming_rule.pascal_case_for_interface.symbols = interfaces_fields +dotnet_naming_rule.pascal_case_for_interface.style = pascal_case_interface_style +dotnet_naming_symbols.interfaces_fields.applicable_kinds = interface +dotnet_naming_style.pascal_case_interface_style.required_prefix = I +dotnet_naming_style.pascal_case_interface_style.capitalization = pascal_case + +## internal and private fields should be _camelCase +dotnet_naming_rule.camel_case_for_private_internal_fields.severity = suggestion +dotnet_naming_rule.camel_case_for_private_internal_fields.symbols = private_internal_fields +dotnet_naming_rule.camel_case_for_private_internal_fields.style = camel_case_underscore_style +dotnet_naming_symbols.private_internal_fields.applicable_kinds = field +dotnet_naming_symbols.private_internal_fields.applicable_accessibilities = private, internal +dotnet_naming_style.camel_case_underscore_style.required_prefix = _ +dotnet_naming_style.camel_case_underscore_style.capitalization = camel_case + +# 2018-12-07 NP: This is not yet working in VS2017 +# local variables should be camelCase +#dotnet_naming_rule.camel_case_for_locals.severity = suggestion +#dotnet_naming_rule.camel_case_for_locals.symbols = local_fields +#dotnet_naming_rule.camel_case_for_locals.style = camel_case_style +#dotnet_naming_symbols.local_fields.applicable_kinds = local +#dotnet_naming_style.camel_case_style.capitalization = camel_case + +[*.cs] +# var var var +csharp_style_var_for_built_in_types=false:warning +csharp_style_var_when_type_is_apparent=true:suggestion +csharp_style_var_elsewhere=false:warning + +csharp_style_expression_bodied_methods=when_on_single_line:suggestion +csharp_style_expression_bodied_constructors=when_on_single_line:suggestion +csharp_style_expression_bodied_operators=when_on_single_line:suggestion +csharp_style_expression_bodied_properties=when_on_single_line:suggestion +csharp_style_expression_bodied_indexers=when_on_single_line:suggestion +csharp_style_expression_bodied_accessors=when_on_single_line:suggestion + +csharp_style_pattern_matching_over_is_with_cast_check=true:warning +csharp_style_pattern_matching_over_as_with_null_check=when_on_single_line:warning + +csharp_style_inlined_variable_declaration=true:warning + +csharp_prefer_simple_default_expression=true:warning +csharp_style_deconstructed_variable_declaration=false:warning + +csharp_style_throw_expression=true:warning +csharp_style_conditional_delegate_call=true:warning + +csharp_prefer_braces=false + +csharp_new_line_before_open_brace=all +csharp_new_line_before_else=true +csharp_new_line_before_catch=true +csharp_new_line_before_finally=true +csharp_new_line_before_members_in_object_initializers=true +csharp_new_line_before_members_in_anonymous_types=true +csharp_new_line_between_query_expression_clauses=true + +csharp_indent_case_contents=true +csharp_indent_switch_labels=true +csharp_indent_labels=flush_left + +csharp_space_after_cast=false +csharp_space_after_keywords_in_control_flow_statements=false +csharp_space_between_method_declaration_parameter_list_parentheses=false +csharp_space_between_parentheses=none +csharp_space_before_colon_in_inheritance_clause=true +csharp_space_after_colon_in_inheritance_clause=true +csharp_space_around_binary_operators=before_and_after +csharp_space_between_method_declaration_empty_parameter_list_parentheses=false +csharp_space_between_method_call_name_and_opening_parenthesis=false +csharp_space_between_method_call_empty_parameter_list_parentheses=false + +csharp_preserve_single_line_statements=false +csharp_preserve_single_line_blocks=true + +csharp_blank_lines_around_region=0 +csharp_blank_lines_inside_region=0 +csharp_blank_lines_before_single_line_comment=1 +csharp_keep_blank_lines_in_declarations=1 +csharp_remove_blank_lines_near_braces_in_declarations=true +csharp_blank_lines_after_start_comment=false +csharp_blank_lines_between_using_groups=0 +csharp_blank_lines_after_using_list=1 +csharp_blank_lines_around_namespace=1 +csharp_blank_lines_inside_namespace=0 +csharp_blank_lines_around_type=1 +csharp_blank_lines_inside_type=0 +csharp_blank_lines_around_field=0 +csharp_blank_lines_around_single_line_field=0 +csharp_blank_lines_around_property=1 +csharp_blank_lines_around_single_line_property=0 +csharp_blank_lines_around_auto_property=0 +csharp_blank_lines_around_single_line_auto_property=0 +csharp_blank_lines_around_invocable=1 +csharp_blank_lines_around_single_line_invocable=1 +csharp_keep_blank_lines_in_code=1 +csharp_remove_blank_lines_near_braces_in_code=true +csharp_blank_lines_around_local_method=1 +csharp_blank_lines_around_single_line_local_method=1 +csharp_blank_lines_before_control_transfer_statements=1 +csharp_blank_lines_after_control_transfer_statements=1 +csharp_blank_lines_before_block_statements=1 +csharp_blank_lines_after_block_statements=1 +csharp_blank_lines_before_multiline_statements=1 +csharp_blank_lines_after_multiline_statements=1 + +csharp_type_declaration_braces=next_line +csharp_brace_style=next_line +csharp_indent_inside_namespace=true +csharp_invocable_declaration_braces=next_line +csharp_anonymous_method_declaration_braces=next_line +csharp_accessor_owner_declaration_braces=next_line +csharp_accessor_declaration_braces=next_line +csharp_case_block_braces=next_line +csharp_initializer_braces=next_line +csharp_other_braces=next_line +csharp_allow_comment_after_lbrace=false +csharp_empty_block_style=together_same_line + +csharp_for_built_in_types=use_explicit_type +csharp_for_simple_types=use_var_when_evident +csharp_for_other_types=use_explicit_type +csharp_prefer_separate_deconstructed_variables_declaration=true +csharp_prefer_explicit_discard_declaration=false + +csharp_instance_members_qualify_members=none +csharp_builtin_type_reference_style=use_keyword +csharp_prefer_qualified_reference=false +csharp_add_imports_to_deepest_scope=false +csharp_allow_alias=true +csharp_default_private_modifier=implicit +csharp_default_internal_modifier=explicit +csharp_arguments_literal=positional +csharp_arguments_string_literal=positional +csharp_arguments_named=positional +csharp_arguments_anonymous_function=positional +csharp_arguments_other=positional +csharp_braces_for_ifelse=not_required +csharp_braces_for_for=not_required +csharp_braces_for_foreach=not_required +csharp_braces_for_while=not_required +csharp_braces_for_dowhile=not_required +csharp_braces_for_using=not_required +csharp_braces_for_lock=not_required +csharp_braces_for_fixed=not_required +csharp_method_or_operator_body=expression_body +csharp_local_function_body=expression_body +csharp_constructor_or_destructor_body=expression_body +csharp_accessor_owner_body=expression_body +csharp_force_attribute_style=join +csharp_indent_nested_usings_stmt=true + +csharp_builtin_type_reference_for_member_access_style=use_keyword +csharp_indent_nested_fixed_stmt=true +csharp_indent_nested_lock_stmt=true +csharp_indent_nested_for_stmt=true +csharp_indent_nested_foreach_stmt=true +csharp_indent_nested_while_stmt=true +csharp_use_continuous_indent_inside_parens=true +csharp_indent_method_decl_pars=inside +csharp_indent_invocation_pars=inside +csharp_indent_statement_pars=inside +csharp_indent_typeparam_angles=inside +csharp_indent_typearg_angles=inside +csharp_indent_pars=inside +csharp_indent_preprocessor_if=outdent +csharp_indent_preprocessor_region=usual_indent +csharp_indent_preprocessor_other=usual_indent +csharp_indent_switch_labels=true +csharp_indent_type_constraints=true +csharp_stick_comment=false +csharp_alignment_tab_fill_style=use_spaces +csharp_align_multiline_parameter=true +csharp_align_multiline_extends_list=true +csharp_align_linq_query=true +csharp_align_multiline_binary_expressions_chain=true +csharp_outdent_binary_ops=true +csharp_align_multiline_calls_chain=true +csharp_outdent_dots=true +csharp_align_multiline_array_and_object_initializer=false +csharp_indent_anonymous_method_block=false +csharp_align_first_arg_by_paren=true +csharp_align_multiline_argument=true +csharp_align_tuple_components=true +csharp_align_multiline_expression=true +csharp_align_multiline_for_stmt=true +csharp_align_multiple_declaration=true +csharp_align_multline_type_parameter_list=true +csharp_align_multline_type_parameter_constrains=true +csharp_int_align_fields=true +csharp_int_align_properties=true +csharp_int_align_methods=true +csharp_int_align_parameters=false +csharp_int_align_variables=true +csharp_int_align_assignments=true +csharp_int_align_nested_ternary=true +csharp_int_align_invocations=false +csharp_int_align_binary_expressions=true +csharp_int_align_comments=true +csharp_int_align_switch_sections=true +csharp_keep_user_linebreaks=false +csharp_keep_existing_arrangement=false +csharp_keep_existing_linebreaks=false +csharp_max_line_length=120 +csharp_wrap_before_comma=false +csharp_special_else_if_treatment=true +csharp_insert_final_newline=false +csharp_place_type_attribute_on_same_line=never +csharp_place_method_attribute_on_same_line=never +csharp_place_accessorholder_attribute_on_same_line=never +csharp_place_attribute_on_same_line=never +csharp_place_accessor_attribute_on_same_line=never +csharp_place_attribute_on_same_line=never +csharp_place_field_attribute_on_same_line=never +csharp_place_attribute_on_same_line=never +csharp_wrap_parameters_style=wrap_if_long +csharp_keep_existing_declaration_parens_arrangement=false +csharp_wrap_before_declaration_lpar=false +csharp_wrap_after_declaration_lpar=false +csharp_wrap_before_declaration_rpar=false +csharp_place_constructor_initializer_on_same_line=true +csharp_keep_existing_expr_member_arrangement=false +csharp_place_expr_method_on_single_line=true +csharp_place_expr_property_on_single_line=true +csharp_place_expr_accessor_on_single_line=true +csharp_wrap_before_arrow_with_expressions=false +csharp_place_type_constraints_on_same_line=true +csharp_wrap_before_first_type_parameter_constraint=true +csharp_wrap_multiple_type_parameter_constraints_style=wrap_if_long +csharp_wrap_before_type_parameter_langle=true +csharp_wrap_before_extends_colon=false +csharp_wrap_extends_list_style=wrap_if_long +csharp_keep_existing_declaration_block_arrangement=false +csharp_place_abstract_accessorholder_on_single_line=true +csharp_place_simple_accessorholder_on_single_line=false +csharp_place_accessor_with_attrs_holder_on_single_line=false +csharp_place_simple_accessor_on_single_line=true +csharp_place_simple_method_on_single_line=false +csharp_keep_existing_enum_arrangement=false +csharp_place_simple_enum_on_single_line=false +csharp_wrap_enum_declaration=wrap_if_long +csharp_new_line_before_else=true +csharp_new_line_before_while=false +csharp_wrap_for_stmt_header_style=wrap_if_long +csharp_wrap_multiple_declaration_style=wrap_if_long +csharp_keep_existing_embedded_arrangement=false +csharp_place_simple_embedded_statement_on_same_line=false +csharp_place_simple_case_statement_on_same_line=true +csharp_keep_existing_embedded_block_arrangement=false +csharp_place_simple_embedded_block_on_same_line=false +csharp_place_simple_anonymousmethod_on_single_line=false +csharp_keep_existing_initializer_arrangement=false +csharp_place_simple_initializer_on_single_line=false +csharp_wrap_object_and_collection_initializer_style=wrap_if_long +csharp_wrap_array_initializer_style=wrap_if_long +csharp_wrap_arguments_style=wrap_if_long +csharp_keep_existing_invocation_parens_arrangement=false +csharp_wrap_after_invocation_lpar=false +csharp_wrap_before_invocation_rpar=false +csharp_wrap_after_dot_in_method_calls=true +csharp_wrap_chained_method_calls=wrap_if_long +csharp_wrap_before_binary_opsign=false +csharp_wrap_chained_binary_expressions=wrap_if_long +csharp_force_chop_compound_if_expression=true +csharp_force_chop_compound_while_expression=true +csharp_force_chop_compound_do_expression=true +csharp_wrap_before_ternary_opsigns=true +csharp_wrap_ternary_expr_style=wrap_if_long +csharp_nested_ternary_style=expanded +csharp_wrap_linq_expressions=wrap_if_long +csharp_wrap_before_linq_expression=false +csharp_place_linq_into_on_new_line=false +csharp_wrap_verbatim_interpolated_strings=wrap_if_long +csharp_extra_spaces=remove_all +csharp_space_after_keywords_in_control_flow_statements=false +csharp_space_between_method_call_name_and_opening_parenthesis=false +csharp_space_between_method_declaration_name_and_open_parenthesis=false +csharp_space_before_typeof_parentheses=false +csharp_space_before_checked_parentheses=false +csharp_space_before_sizeof_parentheses=false +csharp_space_before_nameof_parentheses=false +csharp_space_between_keyword_and_expression=false +csharp_space_between_keyword_and_type=false +csharp_space_around_assignment_op=true +csharp_space_around_logical_op=true +csharp_space_around_binary_operator=true +csharp_space_around_equality_op=true +csharp_space_around_relational_op=true +csharp_space_around_bitwise_op=true +csharp_space_around_additive_op=true +csharp_space_around_multiplicative_op=true +csharp_space_around_shift_op=true +csharp_space_around_nullcoalescing_op=true +csharp_space_around_arrow_op=false +csharp_space_after_logical_not_op=false +csharp_space_after_unary_operator=false +csharp_space_after_cast=false +csharp_space_around_dot=false +csharp_space_around_lambda_arrow=true +csharp_space_before_pointer_asterik_declaration=false +csharp_space_before_nullable_mark=false + +[*.cshtml] +linebreaks_around_razor_statements=true +blank_lines_around_razor_functions=true +blank_lines_around_razor_helpers=true +blank_lines_around_razor_sections=true + +# C++ +[*.{cc,cpp,cxx,h,hpp,hxx}] +cpp_indent_access_specifiers_from_class=true +cpp_indent_wrapped_function_names=false +cpp_align_multiline_type_argument=true + +# C, C++ and ObjectiveC +[*.{c,h,cc,cpp,cxx,m,hpp,hxx}] +indent_preprocessor_directives=normal +indent_type_constraints=true + +# Javascript and Typescript +[*.{js,js.map,ts}] +quote_style=doublequoted +termination_style=ensure_semicolon \ No newline at end of file diff --git a/Marechai.Database/Enums.cs b/Marechai.Database/Enums.cs index d5df549b..a1371050 100644 --- a/Marechai.Database/Enums.cs +++ b/Marechai.Database/Enums.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/IDbCore.cs b/Marechai.Database/IDbCore.cs index 9555fd71..cab322a6 100644 --- a/Marechai.Database/IDbCore.cs +++ b/Marechai.Database/IDbCore.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Data; diff --git a/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs b/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs index f24178a1..c780b609 100644 --- a/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs +++ b/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ // using System; diff --git a/Marechai.Database/Migrations/20180805214952_InitialMigration.cs b/Marechai.Database/Migrations/20180805214952_InitialMigration.cs index abc63b18..e6aa9c01 100644 --- a/Marechai.Database/Migrations/20180805214952_InitialMigration.cs +++ b/Marechai.Database/Migrations/20180805214952_InitialMigration.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs b/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs index efde23b3..8e93c683 100644 --- a/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs +++ b/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ // using System; diff --git a/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs b/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs index 01820943..6f70d8d9 100644 --- a/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs +++ b/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.EntityFrameworkCore.Migrations; diff --git a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs index 7837e1cc..61d5df8c 100644 --- a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs +++ b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ // using System; diff --git a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs index b3567b75..0dedb60e 100644 --- a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs +++ b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.EntityFrameworkCore.Migrations; diff --git a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs index e002c7ad..74476830 100644 --- a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs +++ b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs @@ -25,8 +25,8 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo -*******************************************************************************/ +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ // using System; using Marechai.Database.Models; diff --git a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs index 3aa8e557..19c68082 100644 --- a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs +++ b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.EntityFrameworkCore.Migrations; diff --git a/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs b/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs index da3eb52c..9b391538 100644 --- a/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs +++ b/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ // using System; diff --git a/Marechai.Database/Migrations/20180806222713_LogosGuid.cs b/Marechai.Database/Migrations/20180806222713_LogosGuid.cs index f5fe37cd..441541bb 100644 --- a/Marechai.Database/Migrations/20180806222713_LogosGuid.cs +++ b/Marechai.Database/Migrations/20180806222713_LogosGuid.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.EntityFrameworkCore.Migrations; diff --git a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs index 7ebb055f..1f3ec8c4 100644 --- a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs +++ b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs @@ -25,8 +25,8 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo -*******************************************************************************/ +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ // using System; using Marechai.Database.Models; diff --git a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs index 9aa33987..d6c07da7 100644 --- a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs +++ b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.EntityFrameworkCore.Migrations; diff --git a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs index b9048bde..673ee9a0 100644 --- a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs +++ b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ // using System; diff --git a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs index 9186e02f..cce6fa57 100644 --- a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs +++ b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/BrowserTest.cs b/Marechai.Database/Models/BrowserTest.cs index c887b7b2..10897899 100644 --- a/Marechai.Database/Models/BrowserTest.cs +++ b/Marechai.Database/Models/BrowserTest.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/Company.cs b/Marechai.Database/Models/Company.cs index 0f4ab182..4c3ad759 100644 --- a/Marechai.Database/Models/Company.cs +++ b/Marechai.Database/Models/Company.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/CompanyDescription.cs b/Marechai.Database/Models/CompanyDescription.cs index 089ab0d8..c6413b48 100644 --- a/Marechai.Database/Models/CompanyDescription.cs +++ b/Marechai.Database/Models/CompanyDescription.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/CompanyLogo.cs b/Marechai.Database/Models/CompanyLogo.cs index 35dff2c3..c8c145b2 100644 --- a/Marechai.Database/Models/CompanyLogo.cs +++ b/Marechai.Database/Models/CompanyLogo.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/Forbidden.cs b/Marechai.Database/Models/Forbidden.cs index a4ec305d..321b9e95 100644 --- a/Marechai.Database/Models/Forbidden.cs +++ b/Marechai.Database/Models/Forbidden.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/Gpu.cs b/Marechai.Database/Models/Gpu.cs index 117267d6..5ec12da3 100644 --- a/Marechai.Database/Models/Gpu.cs +++ b/Marechai.Database/Models/Gpu.cs @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/GpusByMachine.cs b/Marechai.Database/Models/GpusByMachine.cs index 1041c68d..a7503bb1 100644 --- a/Marechai.Database/Models/GpusByMachine.cs +++ b/Marechai.Database/Models/GpusByMachine.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/InstructionSet.cs b/Marechai.Database/Models/InstructionSet.cs index 41661c71..f5c858bb 100644 --- a/Marechai.Database/Models/InstructionSet.cs +++ b/Marechai.Database/Models/InstructionSet.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai.Database/Models/InstructionSetExtension.cs b/Marechai.Database/Models/InstructionSetExtension.cs index 057630ba..b6f04740 100644 --- a/Marechai.Database/Models/InstructionSetExtension.cs +++ b/Marechai.Database/Models/InstructionSetExtension.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs b/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs index e7bffbc6..79911724 100644 --- a/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs +++ b/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.AspNetCore.Mvc; diff --git a/Marechai.Database/Models/Iso31661Numeric.cs b/Marechai.Database/Models/Iso31661Numeric.cs index 59dc952b..79b0a7bf 100644 --- a/Marechai.Database/Models/Iso31661Numeric.cs +++ b/Marechai.Database/Models/Iso31661Numeric.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai.Database/Models/Log.cs b/Marechai.Database/Models/Log.cs index a9bdbb9a..2d15b71f 100644 --- a/Marechai.Database/Models/Log.cs +++ b/Marechai.Database/Models/Log.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/Machine.cs b/Marechai.Database/Models/Machine.cs index e34f0a92..68950280 100644 --- a/Marechai.Database/Models/Machine.cs +++ b/Marechai.Database/Models/Machine.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/MachineFamily.cs b/Marechai.Database/Models/MachineFamily.cs index 4a195d05..fd4790a7 100644 --- a/Marechai.Database/Models/MachineFamily.cs +++ b/Marechai.Database/Models/MachineFamily.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai.Database/Models/MarechaiContext.cs b/Marechai.Database/Models/MarechaiContext.cs index 2aaf4867..ae7990b7 100644 --- a/Marechai.Database/Models/MarechaiContext.cs +++ b/Marechai.Database/Models/MarechaiContext.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.AspNetCore.Identity.EntityFrameworkCore; diff --git a/Marechai.Database/Models/MarechaiDb.cs b/Marechai.Database/Models/MarechaiDb.cs index 1d271a8f..a5a1b599 100644 --- a/Marechai.Database/Models/MarechaiDb.cs +++ b/Marechai.Database/Models/MarechaiDb.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/MemoryByMachine.cs b/Marechai.Database/Models/MemoryByMachine.cs index 0e6c4889..8a405515 100644 --- a/Marechai.Database/Models/MemoryByMachine.cs +++ b/Marechai.Database/Models/MemoryByMachine.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/MoneyDonation.cs b/Marechai.Database/Models/MoneyDonation.cs index 35358547..c3e8052a 100644 --- a/Marechai.Database/Models/MoneyDonation.cs +++ b/Marechai.Database/Models/MoneyDonation.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/News.cs b/Marechai.Database/Models/News.cs index b0ca30a3..31bc9a42 100644 --- a/Marechai.Database/Models/News.cs +++ b/Marechai.Database/Models/News.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/Processor.cs b/Marechai.Database/Models/Processor.cs index c6a870b6..9aa187bc 100644 --- a/Marechai.Database/Models/Processor.cs +++ b/Marechai.Database/Models/Processor.cs @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/ProcessorsByMachine.cs b/Marechai.Database/Models/ProcessorsByMachine.cs index e389af1c..07e7ebeb 100644 --- a/Marechai.Database/Models/ProcessorsByMachine.cs +++ b/Marechai.Database/Models/ProcessorsByMachine.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/Resolution.cs b/Marechai.Database/Models/Resolution.cs index bb033e62..ce78d841 100644 --- a/Marechai.Database/Models/Resolution.cs +++ b/Marechai.Database/Models/Resolution.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai.Database/Models/ResolutionsByGpu.cs b/Marechai.Database/Models/ResolutionsByGpu.cs index 66f3f94a..75d4a850 100644 --- a/Marechai.Database/Models/ResolutionsByGpu.cs +++ b/Marechai.Database/Models/ResolutionsByGpu.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/ResolutionsByScreen.cs b/Marechai.Database/Models/ResolutionsByScreen.cs index f38a9bbe..bd500c78 100644 --- a/Marechai.Database/Models/ResolutionsByScreen.cs +++ b/Marechai.Database/Models/ResolutionsByScreen.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/ScreensByMachine.cs b/Marechai.Database/Models/ScreensByMachine.cs index edb75978..1243dcd2 100644 --- a/Marechai.Database/Models/ScreensByMachine.cs +++ b/Marechai.Database/Models/ScreensByMachine.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.AspNetCore.Mvc; diff --git a/Marechai.Database/Models/SoundByMachine.cs b/Marechai.Database/Models/SoundByMachine.cs index 28d5c646..304801c1 100644 --- a/Marechai.Database/Models/SoundByMachine.cs +++ b/Marechai.Database/Models/SoundByMachine.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai.Database/Models/SoundSynth.cs b/Marechai.Database/Models/SoundSynth.cs index 4e8ee4ae..884f511d 100644 --- a/Marechai.Database/Models/SoundSynth.cs +++ b/Marechai.Database/Models/SoundSynth.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Models/StorageByMachine.cs b/Marechai.Database/Models/StorageByMachine.cs index e91fd254..1dd62f83 100644 --- a/Marechai.Database/Models/StorageByMachine.cs +++ b/Marechai.Database/Models/StorageByMachine.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Mysql.cs b/Marechai.Database/Mysql.cs index acef790f..6f51833d 100644 --- a/Marechai.Database/Mysql.cs +++ b/Marechai.Database/Mysql.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Operations/Operations.cs b/Marechai.Database/Operations/Operations.cs index e10e7461..ea983880 100644 --- a/Marechai.Database/Operations/Operations.cs +++ b/Marechai.Database/Operations/Operations.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Data; diff --git a/Marechai.Database/Operations/Update.cs b/Marechai.Database/Operations/Update.cs index 8165dc99..31e10318 100644 --- a/Marechai.Database/Operations/Update.cs +++ b/Marechai.Database/Operations/Update.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai.Database/Schemas/Sql/V10.cs b/Marechai.Database/Schemas/Sql/V10.cs index 1dcae8b6..034a5314 100644 --- a/Marechai.Database/Schemas/Sql/V10.cs +++ b/Marechai.Database/Schemas/Sql/V10.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V11.cs b/Marechai.Database/Schemas/Sql/V11.cs index 7576eda7..274e46ae 100644 --- a/Marechai.Database/Schemas/Sql/V11.cs +++ b/Marechai.Database/Schemas/Sql/V11.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V12.cs b/Marechai.Database/Schemas/Sql/V12.cs index dfd0e8e4..6032c275 100644 --- a/Marechai.Database/Schemas/Sql/V12.cs +++ b/Marechai.Database/Schemas/Sql/V12.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V13.cs b/Marechai.Database/Schemas/Sql/V13.cs index 2bf59029..e7ba3be8 100644 --- a/Marechai.Database/Schemas/Sql/V13.cs +++ b/Marechai.Database/Schemas/Sql/V13.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V14.cs b/Marechai.Database/Schemas/Sql/V14.cs index 2a481b18..d5bddd4d 100644 --- a/Marechai.Database/Schemas/Sql/V14.cs +++ b/Marechai.Database/Schemas/Sql/V14.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V15.cs b/Marechai.Database/Schemas/Sql/V15.cs index 8c1b014e..38a6f0f0 100644 --- a/Marechai.Database/Schemas/Sql/V15.cs +++ b/Marechai.Database/Schemas/Sql/V15.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V16.cs b/Marechai.Database/Schemas/Sql/V16.cs index d29a483b..dc00e5d5 100644 --- a/Marechai.Database/Schemas/Sql/V16.cs +++ b/Marechai.Database/Schemas/Sql/V16.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V17.cs b/Marechai.Database/Schemas/Sql/V17.cs index 26cd73b4..3aef0057 100644 --- a/Marechai.Database/Schemas/Sql/V17.cs +++ b/Marechai.Database/Schemas/Sql/V17.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V18.cs b/Marechai.Database/Schemas/Sql/V18.cs index 405aa22d..fc28108b 100644 --- a/Marechai.Database/Schemas/Sql/V18.cs +++ b/Marechai.Database/Schemas/Sql/V18.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V19.cs b/Marechai.Database/Schemas/Sql/V19.cs index ed767006..cf0b587b 100644 --- a/Marechai.Database/Schemas/Sql/V19.cs +++ b/Marechai.Database/Schemas/Sql/V19.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V2.cs b/Marechai.Database/Schemas/Sql/V2.cs index e6dc904a..9d73ba67 100644 --- a/Marechai.Database/Schemas/Sql/V2.cs +++ b/Marechai.Database/Schemas/Sql/V2.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V20.cs b/Marechai.Database/Schemas/Sql/V20.cs index d8bb0481..123ccabe 100644 --- a/Marechai.Database/Schemas/Sql/V20.cs +++ b/Marechai.Database/Schemas/Sql/V20.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V21.cs b/Marechai.Database/Schemas/Sql/V21.cs index 53a4fa1a..3ed06c7b 100644 --- a/Marechai.Database/Schemas/Sql/V21.cs +++ b/Marechai.Database/Schemas/Sql/V21.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V22.cs b/Marechai.Database/Schemas/Sql/V22.cs index 681fb06e..936325e9 100644 --- a/Marechai.Database/Schemas/Sql/V22.cs +++ b/Marechai.Database/Schemas/Sql/V22.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V3.cs b/Marechai.Database/Schemas/Sql/V3.cs index 2421b9b8..c7da6023 100644 --- a/Marechai.Database/Schemas/Sql/V3.cs +++ b/Marechai.Database/Schemas/Sql/V3.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V4.cs b/Marechai.Database/Schemas/Sql/V4.cs index 94b8113a..c60b4d3b 100644 --- a/Marechai.Database/Schemas/Sql/V4.cs +++ b/Marechai.Database/Schemas/Sql/V4.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V5.cs b/Marechai.Database/Schemas/Sql/V5.cs index 02c93ed0..72a613b8 100644 --- a/Marechai.Database/Schemas/Sql/V5.cs +++ b/Marechai.Database/Schemas/Sql/V5.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V6.cs b/Marechai.Database/Schemas/Sql/V6.cs index 17076fa7..fcf3386f 100644 --- a/Marechai.Database/Schemas/Sql/V6.cs +++ b/Marechai.Database/Schemas/Sql/V6.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V7.cs b/Marechai.Database/Schemas/Sql/V7.cs index 12a3e25f..31d9070f 100644 --- a/Marechai.Database/Schemas/Sql/V7.cs +++ b/Marechai.Database/Schemas/Sql/V7.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V8.cs b/Marechai.Database/Schemas/Sql/V8.cs index 22b78a5c..39c10143 100644 --- a/Marechai.Database/Schemas/Sql/V8.cs +++ b/Marechai.Database/Schemas/Sql/V8.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai.Database/Schemas/Sql/V9.cs b/Marechai.Database/Schemas/Sql/V9.cs index 68b87123..6db822f2 100644 --- a/Marechai.Database/Schemas/Sql/V9.cs +++ b/Marechai.Database/Schemas/Sql/V9.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Database.Schemas.Sql diff --git a/Marechai/Areas/Admin/Controllers/BrowserTestsController.cs b/Marechai/Areas/Admin/Controllers/BrowserTestsController.cs index 022df63e..12f3fb87 100644 --- a/Marechai/Areas/Admin/Controllers/BrowserTestsController.cs +++ b/Marechai/Areas/Admin/Controllers/BrowserTestsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; @@ -76,7 +76,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/BrowserTests/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/CompaniesController.cs b/Marechai/Areas/Admin/Controllers/CompaniesController.cs index 80d1c576..9338d8fb 100644 --- a/Marechai/Areas/Admin/Controllers/CompaniesController.cs +++ b/Marechai/Areas/Admin/Controllers/CompaniesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; @@ -89,7 +89,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Companies/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -128,7 +128,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Companies/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/CompanyDescriptionsController.cs b/Marechai/Areas/Admin/Controllers/CompanyDescriptionsController.cs index f9450ef9..fa65c201 100644 --- a/Marechai/Areas/Admin/Controllers/CompanyDescriptionsController.cs +++ b/Marechai/Areas/Admin/Controllers/CompanyDescriptionsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Controllers/GpusController.cs b/Marechai/Areas/Admin/Controllers/GpusController.cs index 2d68ee8a..97efb22e 100644 --- a/Marechai/Areas/Admin/Controllers/GpusController.cs +++ b/Marechai/Areas/Admin/Controllers/GpusController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; @@ -85,7 +85,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Gpus/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -119,7 +119,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Gpus/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/HomeController.cs b/Marechai/Areas/Admin/Controllers/HomeController.cs index ac8040ac..d81d0fb9 100644 --- a/Marechai/Areas/Admin/Controllers/HomeController.cs +++ b/Marechai/Areas/Admin/Controllers/HomeController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Microsoft.AspNetCore.Mvc; diff --git a/Marechai/Areas/Admin/Controllers/InstructionSetExtensionsController.cs b/Marechai/Areas/Admin/Controllers/InstructionSetExtensionsController.cs index 4bbe9ac7..5e93bf86 100644 --- a/Marechai/Areas/Admin/Controllers/InstructionSetExtensionsController.cs +++ b/Marechai/Areas/Admin/Controllers/InstructionSetExtensionsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai/Areas/Admin/Controllers/InstructionSetsController.cs b/Marechai/Areas/Admin/Controllers/InstructionSetsController.cs index 015b4490..62bb973e 100644 --- a/Marechai/Areas/Admin/Controllers/InstructionSetsController.cs +++ b/Marechai/Areas/Admin/Controllers/InstructionSetsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; @@ -68,7 +68,7 @@ namespace Marechai.Areas.Admin.Controllers public IActionResult Create() => View(); // POST: Admin/InstructionSets/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -93,7 +93,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/InstructionSets/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/MachineFamiliesController.cs b/Marechai/Areas/Admin/Controllers/MachineFamiliesController.cs index 0d87d2f3..f08cc642 100644 --- a/Marechai/Areas/Admin/Controllers/MachineFamiliesController.cs +++ b/Marechai/Areas/Admin/Controllers/MachineFamiliesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Controllers/MachinesController.cs b/Marechai/Areas/Admin/Controllers/MachinesController.cs index 79ccc5b8..00fe08ff 100644 --- a/Marechai/Areas/Admin/Controllers/MachinesController.cs +++ b/Marechai/Areas/Admin/Controllers/MachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; @@ -92,7 +92,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Machines/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -140,7 +140,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Machines/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/MemoryByMachinesController.cs b/Marechai/Areas/Admin/Controllers/MemoryByMachinesController.cs index d153bda7..8b2cbad8 100644 --- a/Marechai/Areas/Admin/Controllers/MemoryByMachinesController.cs +++ b/Marechai/Areas/Admin/Controllers/MemoryByMachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; @@ -89,7 +89,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/MemoryByMachines/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -120,7 +120,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/MemoryByMachines/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/MemoryByOwnedMachinesController.cs b/Marechai/Areas/Admin/Controllers/MemoryByOwnedMachinesController.cs index 67ed5446..c05032bd 100644 --- a/Marechai/Areas/Admin/Controllers/MemoryByOwnedMachinesController.cs +++ b/Marechai/Areas/Admin/Controllers/MemoryByOwnedMachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Controllers/NewsController.cs b/Marechai/Areas/Admin/Controllers/NewsController.cs index 8188bc60..7fc2f302 100644 --- a/Marechai/Areas/Admin/Controllers/NewsController.cs +++ b/Marechai/Areas/Admin/Controllers/NewsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Controllers/ProcessorsByMachinesController.cs b/Marechai/Areas/Admin/Controllers/ProcessorsByMachinesController.cs index 27ef8bd8..4619c354 100644 --- a/Marechai/Areas/Admin/Controllers/ProcessorsByMachinesController.cs +++ b/Marechai/Areas/Admin/Controllers/ProcessorsByMachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; @@ -88,7 +88,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/ProcessorsByMachines/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -123,7 +123,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/ProcessorsByMachines/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/ProcessorsByOwnedMachinesController.cs b/Marechai/Areas/Admin/Controllers/ProcessorsByOwnedMachinesController.cs index c4cbb179..204b6155 100644 --- a/Marechai/Areas/Admin/Controllers/ProcessorsByOwnedMachinesController.cs +++ b/Marechai/Areas/Admin/Controllers/ProcessorsByOwnedMachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Controllers/ProcessorsController.cs b/Marechai/Areas/Admin/Controllers/ProcessorsController.cs index c74408f8..6d059163 100644 --- a/Marechai/Areas/Admin/Controllers/ProcessorsController.cs +++ b/Marechai/Areas/Admin/Controllers/ProcessorsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; @@ -89,7 +89,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Processors/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -126,7 +126,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/Processors/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/ResolutionsController.cs b/Marechai/Areas/Admin/Controllers/ResolutionsController.cs index 07fbc6e6..3e5dff39 100644 --- a/Marechai/Areas/Admin/Controllers/ResolutionsController.cs +++ b/Marechai/Areas/Admin/Controllers/ResolutionsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Controllers/SoundSynthsController.cs b/Marechai/Areas/Admin/Controllers/SoundSynthsController.cs index 31ca4997..3ab95564 100644 --- a/Marechai/Areas/Admin/Controllers/SoundSynthsController.cs +++ b/Marechai/Areas/Admin/Controllers/SoundSynthsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; @@ -87,7 +87,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/SoundSynths/Create - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] @@ -119,7 +119,7 @@ namespace Marechai.Areas.Admin.Controllers } // POST: Admin/SoundSynths/Edit/5 - // To protect from overposting attacks, please enable the specific properties you want to bind to, for + // To protect from overposting attacks, please enable the specific properties you want to bind to, for // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] diff --git a/Marechai/Areas/Admin/Controllers/StorageByMachinesController.cs b/Marechai/Areas/Admin/Controllers/StorageByMachinesController.cs index 1c77c26a..1b74cf12 100644 --- a/Marechai/Areas/Admin/Controllers/StorageByMachinesController.cs +++ b/Marechai/Areas/Admin/Controllers/StorageByMachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Controllers/StorageByOwnedMachinesController.cs b/Marechai/Areas/Admin/Controllers/StorageByOwnedMachinesController.cs index a2a72a02..b2a8552a 100644 --- a/Marechai/Areas/Admin/Controllers/StorageByOwnedMachinesController.cs +++ b/Marechai/Areas/Admin/Controllers/StorageByOwnedMachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Areas/Admin/Models/CompanyDescriptionViewModel.cs b/Marechai/Areas/Admin/Models/CompanyDescriptionViewModel.cs index 02d250f8..cfec7c6b 100644 --- a/Marechai/Areas/Admin/Models/CompanyDescriptionViewModel.cs +++ b/Marechai/Areas/Admin/Models/CompanyDescriptionViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Models/CompanyLogoViewModel.cs b/Marechai/Areas/Admin/Models/CompanyLogoViewModel.cs index e0e70ff1..03d8081d 100644 --- a/Marechai/Areas/Admin/Models/CompanyLogoViewModel.cs +++ b/Marechai/Areas/Admin/Models/CompanyLogoViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Models/GpuViewModel.cs b/Marechai/Areas/Admin/Models/GpuViewModel.cs index b8ddadd3..fa54ef51 100644 --- a/Marechai/Areas/Admin/Models/GpuViewModel.cs +++ b/Marechai/Areas/Admin/Models/GpuViewModel.cs @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai/Areas/Admin/Models/GpusByMachineViewModel.cs b/Marechai/Areas/Admin/Models/GpusByMachineViewModel.cs index c3305f81..ee35c65c 100644 --- a/Marechai/Areas/Admin/Models/GpusByMachineViewModel.cs +++ b/Marechai/Areas/Admin/Models/GpusByMachineViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai/Areas/Admin/Models/MemoryByMachineViewModel.cs b/Marechai/Areas/Admin/Models/MemoryByMachineViewModel.cs index aa43837f..5be02c3b 100644 --- a/Marechai/Areas/Admin/Models/MemoryByMachineViewModel.cs +++ b/Marechai/Areas/Admin/Models/MemoryByMachineViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai/Areas/Admin/Models/ProcessorViewModel.cs b/Marechai/Areas/Admin/Models/ProcessorViewModel.cs index b4b033d8..3b3dedab 100644 --- a/Marechai/Areas/Admin/Models/ProcessorViewModel.cs +++ b/Marechai/Areas/Admin/Models/ProcessorViewModel.cs @@ -8,7 +8,7 @@ // --[ Description ] ---------------------------------------------------------- // // Describes general purpose processors or application specific coprocessors -// that are not strictly for graphic or sound generation. +// that are not strictly for graphic or sound generation. // // --[ License ] -------------------------------------------------------------- // @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai/Areas/Admin/Models/ProcessorsByMachineViewModel.cs b/Marechai/Areas/Admin/Models/ProcessorsByMachineViewModel.cs index 1ef1e086..1ea9ddf5 100644 --- a/Marechai/Areas/Admin/Models/ProcessorsByMachineViewModel.cs +++ b/Marechai/Areas/Admin/Models/ProcessorsByMachineViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai/Areas/Admin/Models/ResolutionsByGpuViewModel.cs b/Marechai/Areas/Admin/Models/ResolutionsByGpuViewModel.cs index 9e711af9..a1766b3e 100644 --- a/Marechai/Areas/Admin/Models/ResolutionsByGpuViewModel.cs +++ b/Marechai/Areas/Admin/Models/ResolutionsByGpuViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai/Areas/Admin/Models/ScreensByMachineViewModel.cs b/Marechai/Areas/Admin/Models/ScreensByMachineViewModel.cs index 7c610914..2ca7875e 100644 --- a/Marechai/Areas/Admin/Models/ScreensByMachineViewModel.cs +++ b/Marechai/Areas/Admin/Models/ScreensByMachineViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Models/SoundByMachineViewModel.cs b/Marechai/Areas/Admin/Models/SoundByMachineViewModel.cs index 50863741..b16b2c45 100644 --- a/Marechai/Areas/Admin/Models/SoundByMachineViewModel.cs +++ b/Marechai/Areas/Admin/Models/SoundByMachineViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.ComponentModel; diff --git a/Marechai/Areas/Admin/Models/SoundSynthViewModel.cs b/Marechai/Areas/Admin/Models/SoundSynthViewModel.cs index 35b6a791..fc04cdc1 100644 --- a/Marechai/Areas/Admin/Models/SoundSynthViewModel.cs +++ b/Marechai/Areas/Admin/Models/SoundSynthViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai/Areas/Admin/Models/StorageByMachineViewModel.cs b/Marechai/Areas/Admin/Models/StorageByMachineViewModel.cs index 2ce706f8..7b62ebe1 100644 --- a/Marechai/Areas/Admin/Models/StorageByMachineViewModel.cs +++ b/Marechai/Areas/Admin/Models/StorageByMachineViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Marechai.Database; diff --git a/Marechai/Areas/Admin/Views/BrowserTests/Delete.cshtml b/Marechai/Areas/Admin/Views/BrowserTests/Delete.cshtml index 676e7553..7eac36ba 100644 --- a/Marechai/Areas/Admin/Views/BrowserTests/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/BrowserTests/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.BrowserTest diff --git a/Marechai/Areas/Admin/Views/BrowserTests/Details.cshtml b/Marechai/Areas/Admin/Views/BrowserTests/Details.cshtml index 68788994..adeb6b1b 100644 --- a/Marechai/Areas/Admin/Views/BrowserTests/Details.cshtml +++ b/Marechai/Areas/Admin/Views/BrowserTests/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.BrowserTest diff --git a/Marechai/Areas/Admin/Views/BrowserTests/Edit.cshtml b/Marechai/Areas/Admin/Views/BrowserTests/Edit.cshtml index e36e3238..34b8177d 100644 --- a/Marechai/Areas/Admin/Views/BrowserTests/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/BrowserTests/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.BrowserTest diff --git a/Marechai/Areas/Admin/Views/BrowserTests/Index.cshtml b/Marechai/Areas/Admin/Views/BrowserTests/Index.cshtml index 088d46cb..c9a1b2ef 100644 --- a/Marechai/Areas/Admin/Views/BrowserTests/Index.cshtml +++ b/Marechai/Areas/Admin/Views/BrowserTests/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database.Models diff --git a/Marechai/Areas/Admin/Views/Companies/Create.cshtml b/Marechai/Areas/Admin/Views/Companies/Create.cshtml index 816ac3bd..781f5316 100644 --- a/Marechai/Areas/Admin/Views/Companies/Create.cshtml +++ b/Marechai/Areas/Admin/Views/Companies/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/Companies/Delete.cshtml b/Marechai/Areas/Admin/Views/Companies/Delete.cshtml index 977ac205..27eddd85 100644 --- a/Marechai/Areas/Admin/Views/Companies/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/Companies/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Company diff --git a/Marechai/Areas/Admin/Views/Companies/Details.cshtml b/Marechai/Areas/Admin/Views/Companies/Details.cshtml index f66e2818..b20e4aaf 100644 --- a/Marechai/Areas/Admin/Views/Companies/Details.cshtml +++ b/Marechai/Areas/Admin/Views/Companies/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Company diff --git a/Marechai/Areas/Admin/Views/Companies/Edit.cshtml b/Marechai/Areas/Admin/Views/Companies/Edit.cshtml index 259ef789..8418f0b2 100644 --- a/Marechai/Areas/Admin/Views/Companies/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/Companies/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/Companies/Index.cshtml b/Marechai/Areas/Admin/Views/Companies/Index.cshtml index 1e707c4a..d676c40a 100644 --- a/Marechai/Areas/Admin/Views/Companies/Index.cshtml +++ b/Marechai/Areas/Admin/Views/Companies/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using CompanyViewModel = Marechai.Areas.Admin.Models.CompanyViewModel diff --git a/Marechai/Areas/Admin/Views/CompanyDescriptions/Create.cshtml b/Marechai/Areas/Admin/Views/CompanyDescriptions/Create.cshtml index ca773960..27b2894c 100644 --- a/Marechai/Areas/Admin/Views/CompanyDescriptions/Create.cshtml +++ b/Marechai/Areas/Admin/Views/CompanyDescriptions/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.CompanyDescription diff --git a/Marechai/Areas/Admin/Views/CompanyDescriptions/Delete.cshtml b/Marechai/Areas/Admin/Views/CompanyDescriptions/Delete.cshtml index c499f30e..e6faede7 100644 --- a/Marechai/Areas/Admin/Views/CompanyDescriptions/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/CompanyDescriptions/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.CompanyDescription diff --git a/Marechai/Areas/Admin/Views/CompanyDescriptions/Details.cshtml b/Marechai/Areas/Admin/Views/CompanyDescriptions/Details.cshtml index 32d1b9c0..bdb4b78f 100644 --- a/Marechai/Areas/Admin/Views/CompanyDescriptions/Details.cshtml +++ b/Marechai/Areas/Admin/Views/CompanyDescriptions/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.CompanyDescription diff --git a/Marechai/Areas/Admin/Views/CompanyDescriptions/Edit.cshtml b/Marechai/Areas/Admin/Views/CompanyDescriptions/Edit.cshtml index 2ba5b67e..ed401b07 100644 --- a/Marechai/Areas/Admin/Views/CompanyDescriptions/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/CompanyDescriptions/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.CompanyDescription diff --git a/Marechai/Areas/Admin/Views/CompanyDescriptions/Index.cshtml b/Marechai/Areas/Admin/Views/CompanyDescriptions/Index.cshtml index 56415770..a20691cc 100644 --- a/Marechai/Areas/Admin/Views/CompanyDescriptions/Index.cshtml +++ b/Marechai/Areas/Admin/Views/CompanyDescriptions/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/Gpus/Create.cshtml b/Marechai/Areas/Admin/Views/Gpus/Create.cshtml index 443285bd..e757ef9d 100644 --- a/Marechai/Areas/Admin/Views/Gpus/Create.cshtml +++ b/Marechai/Areas/Admin/Views/Gpus/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Gpu diff --git a/Marechai/Areas/Admin/Views/Gpus/Delete.cshtml b/Marechai/Areas/Admin/Views/Gpus/Delete.cshtml index b52ec09a..769a5e53 100644 --- a/Marechai/Areas/Admin/Views/Gpus/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/Gpus/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Gpu diff --git a/Marechai/Areas/Admin/Views/Gpus/Details.cshtml b/Marechai/Areas/Admin/Views/Gpus/Details.cshtml index 514bde40..33456a47 100644 --- a/Marechai/Areas/Admin/Views/Gpus/Details.cshtml +++ b/Marechai/Areas/Admin/Views/Gpus/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Gpu diff --git a/Marechai/Areas/Admin/Views/Gpus/Edit.cshtml b/Marechai/Areas/Admin/Views/Gpus/Edit.cshtml index 09ce788e..62b86763 100644 --- a/Marechai/Areas/Admin/Views/Gpus/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/Gpus/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Gpu diff --git a/Marechai/Areas/Admin/Views/Gpus/Index.cshtml b/Marechai/Areas/Admin/Views/Gpus/Index.cshtml index 6ed73a6a..a9b19df0 100644 --- a/Marechai/Areas/Admin/Views/Gpus/Index.cshtml +++ b/Marechai/Areas/Admin/Views/Gpus/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/Home/Index.cshtml b/Marechai/Areas/Admin/Views/Home/Index.cshtml index 8e371d5d..6e193611 100644 --- a/Marechai/Areas/Admin/Views/Home/Index.cshtml +++ b/Marechai/Areas/Admin/Views/Home/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Admin"; diff --git a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml index 3acdcad7..baa52efa 100644 --- a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSetExtension diff --git a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Delete.cshtml b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Delete.cshtml index 50f63c80..1f75495a 100644 --- a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSetExtension diff --git a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Details.cshtml b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Details.cshtml index 81e6cd73..4619769e 100644 --- a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Details.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSetExtension diff --git a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Edit.cshtml b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Edit.cshtml index 93789dae..a6d8c5a2 100644 --- a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSetExtension diff --git a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Index.cshtml b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Index.cshtml index dd0f55db..b8c4cde3 100644 --- a/Marechai/Areas/Admin/Views/InstructionSetExtensions/Index.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSetExtensions/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database.Models diff --git a/Marechai/Areas/Admin/Views/InstructionSets/Create.cshtml b/Marechai/Areas/Admin/Views/InstructionSets/Create.cshtml index 0a9e309c..0efec9ac 100644 --- a/Marechai/Areas/Admin/Views/InstructionSets/Create.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSets/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSet diff --git a/Marechai/Areas/Admin/Views/InstructionSets/Delete.cshtml b/Marechai/Areas/Admin/Views/InstructionSets/Delete.cshtml index 7d964f88..24e19667 100644 --- a/Marechai/Areas/Admin/Views/InstructionSets/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSets/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSet diff --git a/Marechai/Areas/Admin/Views/InstructionSets/Details.cshtml b/Marechai/Areas/Admin/Views/InstructionSets/Details.cshtml index 8a312ef8..fb1e1dfa 100644 --- a/Marechai/Areas/Admin/Views/InstructionSets/Details.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSets/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSet diff --git a/Marechai/Areas/Admin/Views/InstructionSets/Edit.cshtml b/Marechai/Areas/Admin/Views/InstructionSets/Edit.cshtml index c428ac51..a01d4193 100644 --- a/Marechai/Areas/Admin/Views/InstructionSets/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSets/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.InstructionSet diff --git a/Marechai/Areas/Admin/Views/InstructionSets/Index.cshtml b/Marechai/Areas/Admin/Views/InstructionSets/Index.cshtml index a30da8c7..a1f2a3cc 100644 --- a/Marechai/Areas/Admin/Views/InstructionSets/Index.cshtml +++ b/Marechai/Areas/Admin/Views/InstructionSets/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database.Models diff --git a/Marechai/Areas/Admin/Views/MachineFamilies/Create.cshtml b/Marechai/Areas/Admin/Views/MachineFamilies/Create.cshtml index a68536fe..94f7b02f 100644 --- a/Marechai/Areas/Admin/Views/MachineFamilies/Create.cshtml +++ b/Marechai/Areas/Admin/Views/MachineFamilies/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.MachineFamily diff --git a/Marechai/Areas/Admin/Views/MachineFamilies/Delete.cshtml b/Marechai/Areas/Admin/Views/MachineFamilies/Delete.cshtml index f6c8eb86..9dd66fb8 100644 --- a/Marechai/Areas/Admin/Views/MachineFamilies/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/MachineFamilies/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.MachineFamily diff --git a/Marechai/Areas/Admin/Views/MachineFamilies/Details.cshtml b/Marechai/Areas/Admin/Views/MachineFamilies/Details.cshtml index cffedd1d..8245aaf6 100644 --- a/Marechai/Areas/Admin/Views/MachineFamilies/Details.cshtml +++ b/Marechai/Areas/Admin/Views/MachineFamilies/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.MachineFamily diff --git a/Marechai/Areas/Admin/Views/MachineFamilies/Edit.cshtml b/Marechai/Areas/Admin/Views/MachineFamilies/Edit.cshtml index b479f5fe..c0221391 100644 --- a/Marechai/Areas/Admin/Views/MachineFamilies/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/MachineFamilies/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.MachineFamily diff --git a/Marechai/Areas/Admin/Views/MachineFamilies/Index.cshtml b/Marechai/Areas/Admin/Views/MachineFamilies/Index.cshtml index d4a85897..32363f98 100644 --- a/Marechai/Areas/Admin/Views/MachineFamilies/Index.cshtml +++ b/Marechai/Areas/Admin/Views/MachineFamilies/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/Machines/Create.cshtml b/Marechai/Areas/Admin/Views/Machines/Create.cshtml index 59823c1c..6aec11a4 100644 --- a/Marechai/Areas/Admin/Views/Machines/Create.cshtml +++ b/Marechai/Areas/Admin/Views/Machines/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/Machines/Delete.cshtml b/Marechai/Areas/Admin/Views/Machines/Delete.cshtml index 4e6d8063..6c882334 100644 --- a/Marechai/Areas/Admin/Views/Machines/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/Machines/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Machine diff --git a/Marechai/Areas/Admin/Views/Machines/Details.cshtml b/Marechai/Areas/Admin/Views/Machines/Details.cshtml index 44a59e73..43bfc31e 100644 --- a/Marechai/Areas/Admin/Views/Machines/Details.cshtml +++ b/Marechai/Areas/Admin/Views/Machines/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Machine diff --git a/Marechai/Areas/Admin/Views/Machines/Edit.cshtml b/Marechai/Areas/Admin/Views/Machines/Edit.cshtml index 9ac90075..8d49c1bd 100644 --- a/Marechai/Areas/Admin/Views/Machines/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/Machines/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/Machines/Index.cshtml b/Marechai/Areas/Admin/Views/Machines/Index.cshtml index cb6c4164..18e27143 100644 --- a/Marechai/Areas/Admin/Views/Machines/Index.cshtml +++ b/Marechai/Areas/Admin/Views/Machines/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/MemoryByMachines/Create.cshtml b/Marechai/Areas/Admin/Views/MemoryByMachines/Create.cshtml index 9a8b1b55..3ed8b9a0 100644 --- a/Marechai/Areas/Admin/Views/MemoryByMachines/Create.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByMachines/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/MemoryByMachines/Delete.cshtml b/Marechai/Areas/Admin/Views/MemoryByMachines/Delete.cshtml index 78e16bac..f5f62997 100644 --- a/Marechai/Areas/Admin/Views/MemoryByMachines/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByMachines/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.MemoryByMachine diff --git a/Marechai/Areas/Admin/Views/MemoryByMachines/Details.cshtml b/Marechai/Areas/Admin/Views/MemoryByMachines/Details.cshtml index 4491c207..dbf2c33c 100644 --- a/Marechai/Areas/Admin/Views/MemoryByMachines/Details.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByMachines/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.MemoryByMachine diff --git a/Marechai/Areas/Admin/Views/MemoryByMachines/Edit.cshtml b/Marechai/Areas/Admin/Views/MemoryByMachines/Edit.cshtml index 7d13de45..f516c946 100644 --- a/Marechai/Areas/Admin/Views/MemoryByMachines/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByMachines/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/MemoryByMachines/Index.cshtml b/Marechai/Areas/Admin/Views/MemoryByMachines/Index.cshtml index 4a6f58f1..f080cc1c 100644 --- a/Marechai/Areas/Admin/Views/MemoryByMachines/Index.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByMachines/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Create.cshtml b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Create.cshtml index b242fcef..d05b0091 100644 --- a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Create.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Delete.cshtml b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Delete.cshtml index 80a63d18..6bb0d08c 100644 --- a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.MemoryByOwnedMachine diff --git a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Details.cshtml b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Details.cshtml index 6fae163a..c31ac22c 100644 --- a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Details.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Areas.Admin.Models.MemoryByMachineViewModel diff --git a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Edit.cshtml b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Edit.cshtml index 430893d4..5485c044 100644 --- a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Index.cshtml b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Index.cshtml index 4a6f58f1..f080cc1c 100644 --- a/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Index.cshtml +++ b/Marechai/Areas/Admin/Views/MemoryByOwnedMachines/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/News/Delete.cshtml b/Marechai/Areas/Admin/Views/News/Delete.cshtml index a9597485..82c3c8a4 100644 --- a/Marechai/Areas/Admin/Views/News/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/News/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.News diff --git a/Marechai/Areas/Admin/Views/News/Index.cshtml b/Marechai/Areas/Admin/Views/News/Index.cshtml index 7343daba..da54be1c 100644 --- a/Marechai/Areas/Admin/Views/News/Index.cshtml +++ b/Marechai/Areas/Admin/Views/News/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database.Models diff --git a/Marechai/Areas/Admin/Views/Processors/Create.cshtml b/Marechai/Areas/Admin/Views/Processors/Create.cshtml index 858a6b38..f558ae74 100644 --- a/Marechai/Areas/Admin/Views/Processors/Create.cshtml +++ b/Marechai/Areas/Admin/Views/Processors/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Processor diff --git a/Marechai/Areas/Admin/Views/Processors/Delete.cshtml b/Marechai/Areas/Admin/Views/Processors/Delete.cshtml index 6eb6d146..66095529 100644 --- a/Marechai/Areas/Admin/Views/Processors/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/Processors/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Processor diff --git a/Marechai/Areas/Admin/Views/Processors/Details.cshtml b/Marechai/Areas/Admin/Views/Processors/Details.cshtml index bbd28814..93f3d4d3 100644 --- a/Marechai/Areas/Admin/Views/Processors/Details.cshtml +++ b/Marechai/Areas/Admin/Views/Processors/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Processor diff --git a/Marechai/Areas/Admin/Views/Processors/Edit.cshtml b/Marechai/Areas/Admin/Views/Processors/Edit.cshtml index 0282384c..a7746670 100644 --- a/Marechai/Areas/Admin/Views/Processors/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/Processors/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Processor diff --git a/Marechai/Areas/Admin/Views/Processors/Index.cshtml b/Marechai/Areas/Admin/Views/Processors/Index.cshtml index 2c2798d6..80e83347 100644 --- a/Marechai/Areas/Admin/Views/Processors/Index.cshtml +++ b/Marechai/Areas/Admin/Views/Processors/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml index 7d8794e8..449ea7c8 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.ProcessorsByMachine diff --git a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Delete.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Delete.cshtml index 1018352a..d761ffab 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.ProcessorsByMachine diff --git a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Details.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Details.cshtml index d6f7ab58..43a4b377 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Details.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.ProcessorsByMachine diff --git a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Edit.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Edit.cshtml index 40233c5a..6d09ac5a 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.ProcessorsByMachine diff --git a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Index.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Index.cshtml index 000f9abd..f406330c 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByMachines/Index.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByMachines/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Create.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Create.cshtml index afa189d3..03922643 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Create.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.ProcessorsByOwnedMachine diff --git a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Delete.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Delete.cshtml index af447b0f..84cd40cb 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Areas.Admin.Models.ProcessorsByMachineViewModel diff --git a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Details.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Details.cshtml index 047eb449..39f3016b 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Details.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Areas.Admin.Models.ProcessorsByMachineViewModel diff --git a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Edit.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Edit.cshtml index 24b950de..46891732 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.ProcessorsByOwnedMachine diff --git a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Index.cshtml b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Index.cshtml index 000f9abd..f406330c 100644 --- a/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Index.cshtml +++ b/Marechai/Areas/Admin/Views/ProcessorsByOwnedMachines/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/Resolutions/Create.cshtml b/Marechai/Areas/Admin/Views/Resolutions/Create.cshtml index 64ac5509..5f2954fd 100644 --- a/Marechai/Areas/Admin/Views/Resolutions/Create.cshtml +++ b/Marechai/Areas/Admin/Views/Resolutions/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Resolution diff --git a/Marechai/Areas/Admin/Views/Resolutions/Delete.cshtml b/Marechai/Areas/Admin/Views/Resolutions/Delete.cshtml index 903d4ed1..7a10e00b 100644 --- a/Marechai/Areas/Admin/Views/Resolutions/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/Resolutions/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Resolution diff --git a/Marechai/Areas/Admin/Views/Resolutions/Details.cshtml b/Marechai/Areas/Admin/Views/Resolutions/Details.cshtml index 7e29f0dc..b7d0c9d0 100644 --- a/Marechai/Areas/Admin/Views/Resolutions/Details.cshtml +++ b/Marechai/Areas/Admin/Views/Resolutions/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Resolution diff --git a/Marechai/Areas/Admin/Views/Resolutions/Edit.cshtml b/Marechai/Areas/Admin/Views/Resolutions/Edit.cshtml index 2110c5a2..eae43b13 100644 --- a/Marechai/Areas/Admin/Views/Resolutions/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/Resolutions/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.Resolution diff --git a/Marechai/Areas/Admin/Views/Resolutions/Index.cshtml b/Marechai/Areas/Admin/Views/Resolutions/Index.cshtml index c139ceba..5879dc86 100644 --- a/Marechai/Areas/Admin/Views/Resolutions/Index.cshtml +++ b/Marechai/Areas/Admin/Views/Resolutions/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database.Models diff --git a/Marechai/Areas/Admin/Views/SoundSynths/Create.cshtml b/Marechai/Areas/Admin/Views/SoundSynths/Create.cshtml index c108299d..65247eea 100644 --- a/Marechai/Areas/Admin/Views/SoundSynths/Create.cshtml +++ b/Marechai/Areas/Admin/Views/SoundSynths/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.SoundSynth diff --git a/Marechai/Areas/Admin/Views/SoundSynths/Delete.cshtml b/Marechai/Areas/Admin/Views/SoundSynths/Delete.cshtml index 87c9e9a4..e0088a6b 100644 --- a/Marechai/Areas/Admin/Views/SoundSynths/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/SoundSynths/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.SoundSynth diff --git a/Marechai/Areas/Admin/Views/SoundSynths/Details.cshtml b/Marechai/Areas/Admin/Views/SoundSynths/Details.cshtml index 9d45e3b6..596042b9 100644 --- a/Marechai/Areas/Admin/Views/SoundSynths/Details.cshtml +++ b/Marechai/Areas/Admin/Views/SoundSynths/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.SoundSynth diff --git a/Marechai/Areas/Admin/Views/SoundSynths/Edit.cshtml b/Marechai/Areas/Admin/Views/SoundSynths/Edit.cshtml index 18b8e246..bc2053ba 100644 --- a/Marechai/Areas/Admin/Views/SoundSynths/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/SoundSynths/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.SoundSynth diff --git a/Marechai/Areas/Admin/Views/SoundSynths/Index.cshtml b/Marechai/Areas/Admin/Views/SoundSynths/Index.cshtml index a8b00254..5e83bb8e 100644 --- a/Marechai/Areas/Admin/Views/SoundSynths/Index.cshtml +++ b/Marechai/Areas/Admin/Views/SoundSynths/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/StorageByMachines/Create.cshtml b/Marechai/Areas/Admin/Views/StorageByMachines/Create.cshtml index d06f7eb7..bdccc157 100644 --- a/Marechai/Areas/Admin/Views/StorageByMachines/Create.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByMachines/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/StorageByMachines/Delete.cshtml b/Marechai/Areas/Admin/Views/StorageByMachines/Delete.cshtml index baf1edf9..8d5d6e01 100644 --- a/Marechai/Areas/Admin/Views/StorageByMachines/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByMachines/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.StorageByMachine diff --git a/Marechai/Areas/Admin/Views/StorageByMachines/Details.cshtml b/Marechai/Areas/Admin/Views/StorageByMachines/Details.cshtml index f5b3fde9..7ac0f061 100644 --- a/Marechai/Areas/Admin/Views/StorageByMachines/Details.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByMachines/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Database.Models.StorageByMachine diff --git a/Marechai/Areas/Admin/Views/StorageByMachines/Edit.cshtml b/Marechai/Areas/Admin/Views/StorageByMachines/Edit.cshtml index 8a435f4f..a27f9eba 100644 --- a/Marechai/Areas/Admin/Views/StorageByMachines/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByMachines/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/StorageByMachines/Index.cshtml b/Marechai/Areas/Admin/Views/StorageByMachines/Index.cshtml index b194d773..0815c232 100644 --- a/Marechai/Areas/Admin/Views/StorageByMachines/Index.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByMachines/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Create.cshtml b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Create.cshtml index bc4ee117..3febe633 100644 --- a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Create.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Create.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Delete.cshtml b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Delete.cshtml index 01eacba0..584d7edb 100644 --- a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Delete.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Delete.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Areas.Admin.Models.StorageByMachineViewModel diff --git a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Details.cshtml b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Details.cshtml index 928bf070..68f38929 100644 --- a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Details.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Details.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model Marechai.Areas.Admin.Models.StorageByMachineViewModel diff --git a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Edit.cshtml b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Edit.cshtml index acbc284b..51a0e053 100644 --- a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Edit.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Edit.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Database diff --git a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Index.cshtml b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Index.cshtml index b194d773..0815c232 100644 --- a/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Index.cshtml +++ b/Marechai/Areas/Admin/Views/StorageByOwnedMachines/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @using Marechai.Areas.Admin.Models diff --git a/Marechai/Areas/Admin/Views/_ViewImports.cshtml b/Marechai/Areas/Admin/Views/_ViewImports.cshtml index a0d31709..cb6a82e6 100644 --- a/Marechai/Areas/Admin/Views/_ViewImports.cshtml +++ b/Marechai/Areas/Admin/Views/_ViewImports.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } diff --git a/Marechai/Areas/Admin/Views/_ViewStart.cshtml b/Marechai/Areas/Admin/Views/_ViewStart.cshtml index e14489e3..2491a1dd 100644 --- a/Marechai/Areas/Admin/Views/_ViewStart.cshtml +++ b/Marechai/Areas/Admin/Views/_ViewStart.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @{ diff --git a/Marechai/Areas/Api/Controllers/CompaniesController.cs b/Marechai/Areas/Api/Controllers/CompaniesController.cs index f7c7fc78..9e995ae9 100644 --- a/Marechai/Areas/Api/Controllers/CompaniesController.cs +++ b/Marechai/Areas/Api/Controllers/CompaniesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai/Areas/Api/Controllers/MachinesController.cs b/Marechai/Areas/Api/Controllers/MachinesController.cs index 73e2e505..f5074212 100644 --- a/Marechai/Areas/Api/Controllers/MachinesController.cs +++ b/Marechai/Areas/Api/Controllers/MachinesController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai/Areas/Api/Controllers/NewsController.cs b/Marechai/Areas/Api/Controllers/NewsController.cs index 26f129d7..b7dca708 100644 --- a/Marechai/Areas/Api/Controllers/NewsController.cs +++ b/Marechai/Areas/Api/Controllers/NewsController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai/Areas/Identity/IdentityHostingStartup.cs b/Marechai/Areas/Identity/IdentityHostingStartup.cs index 36c127d3..e1d45987 100644 --- a/Marechai/Areas/Identity/IdentityHostingStartup.cs +++ b/Marechai/Areas/Identity/IdentityHostingStartup.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Marechai.Database.Models; diff --git a/Marechai/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml b/Marechai/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml index ad29acac..735f7d62 100644 --- a/Marechai/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml +++ b/Marechai/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } diff --git a/Marechai/Areas/Identity/Pages/_ViewStart.cshtml b/Marechai/Areas/Identity/Pages/_ViewStart.cshtml index c1ac6891..ae482b96 100644 --- a/Marechai/Areas/Identity/Pages/_ViewStart.cshtml +++ b/Marechai/Areas/Identity/Pages/_ViewStart.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @{ diff --git a/Marechai/Controllers/CompanyController.cs b/Marechai/Controllers/CompanyController.cs index 50a8102d..e85428ff 100644 --- a/Marechai/Controllers/CompanyController.cs +++ b/Marechai/Controllers/CompanyController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Controllers/ComputerController.cs b/Marechai/Controllers/ComputerController.cs index 4047bae9..791940f3 100644 --- a/Marechai/Controllers/ComputerController.cs +++ b/Marechai/Controllers/ComputerController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Controllers/ConsoleController.cs b/Marechai/Controllers/ConsoleController.cs index 498fe2c8..5efb1ddd 100644 --- a/Marechai/Controllers/ConsoleController.cs +++ b/Marechai/Controllers/ConsoleController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Controllers/HomeController.cs b/Marechai/Controllers/HomeController.cs index 606155fc..49ee48a6 100644 --- a/Marechai/Controllers/HomeController.cs +++ b/Marechai/Controllers/HomeController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Collections.Generic; diff --git a/Marechai/Controllers/MachineController.cs b/Marechai/Controllers/MachineController.cs index af0e9982..864515e5 100644 --- a/Marechai/Controllers/MachineController.cs +++ b/Marechai/Controllers/MachineController.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System.Linq; diff --git a/Marechai/Helpers/SvgRender.cs b/Marechai/Helpers/SvgRender.cs index 29c313dd..66932703 100644 --- a/Marechai/Helpers/SvgRender.cs +++ b/Marechai/Helpers/SvgRender.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai/Marechai.csproj b/Marechai/Marechai.csproj index e4a75699..ee169097 100644 --- a/Marechai/Marechai.csproj +++ b/Marechai/Marechai.csproj @@ -2,9 +2,9 @@ netcoreapp2.2 - 3.0.99.888 + 3.0.99.889 Canary Islands Computer Museum - Copyright © 2003-2018 Natalia Portillo + Copyright © 2003-2020 Natalia Portillo Canary Islands Computer Museum Website $(Version) false diff --git a/Marechai/Models/ErrorViewModel.cs b/Marechai/Models/ErrorViewModel.cs index c8aa9117..4c912c29 100644 --- a/Marechai/Models/ErrorViewModel.cs +++ b/Marechai/Models/ErrorViewModel.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ namespace Marechai.Models diff --git a/Marechai/Program.cs b/Marechai/Program.cs index 84ba41d4..605766f6 100644 --- a/Marechai/Program.cs +++ b/Marechai/Program.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using System; diff --git a/Marechai/Startup.cs b/Marechai/Startup.cs index 4eba8d90..05d8938b 100644 --- a/Marechai/Startup.cs +++ b/Marechai/Startup.cs @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ using Marechai.Database.Models; diff --git a/Marechai/Views/Company/ByCountry.cshtml b/Marechai/Views/Company/ByCountry.cshtml index 8c0fc33a..0036e59d 100644 --- a/Marechai/Views/Company/ByCountry.cshtml +++ b/Marechai/Views/Company/ByCountry.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Companies"; diff --git a/Marechai/Views/Company/ByLetter.cshtml b/Marechai/Views/Company/ByLetter.cshtml index 2b9bb8d9..1ef2f785 100644 --- a/Marechai/Views/Company/ByLetter.cshtml +++ b/Marechai/Views/Company/ByLetter.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Companies"; diff --git a/Marechai/Views/Company/Index.cshtml b/Marechai/Views/Company/Index.cshtml index c7aedd19..1d878cb6 100644 --- a/Marechai/Views/Company/Index.cshtml +++ b/Marechai/Views/Company/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Companies"; diff --git a/Marechai/Views/Company/View.cshtml b/Marechai/Views/Company/View.cshtml index 4fd732dc..795cdda8 100644 --- a/Marechai/Views/Company/View.cshtml +++ b/Marechai/Views/Company/View.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Companies"; diff --git a/Marechai/Views/Computer/ByLetter.cshtml b/Marechai/Views/Computer/ByLetter.cshtml index b424d737..74e3cee6 100644 --- a/Marechai/Views/Computer/ByLetter.cshtml +++ b/Marechai/Views/Computer/ByLetter.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Computers"; diff --git a/Marechai/Views/Computer/ByYear.cshtml b/Marechai/Views/Computer/ByYear.cshtml index 8fa87d30..1158be6d 100644 --- a/Marechai/Views/Computer/ByYear.cshtml +++ b/Marechai/Views/Computer/ByYear.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Computers"; diff --git a/Marechai/Views/Computer/Index.cshtml b/Marechai/Views/Computer/Index.cshtml index 365c1e3a..fe7ae6d3 100644 --- a/Marechai/Views/Computer/Index.cshtml +++ b/Marechai/Views/Computer/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Computers"; diff --git a/Marechai/Views/Console/ByLetter.cshtml b/Marechai/Views/Console/ByLetter.cshtml index f89b9fa8..52aaaffe 100644 --- a/Marechai/Views/Console/ByLetter.cshtml +++ b/Marechai/Views/Console/ByLetter.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Consoles"; diff --git a/Marechai/Views/Console/ByYear.cshtml b/Marechai/Views/Console/ByYear.cshtml index 2e1ee427..d3b0e179 100644 --- a/Marechai/Views/Console/ByYear.cshtml +++ b/Marechai/Views/Console/ByYear.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Computers"; diff --git a/Marechai/Views/Console/Index.cshtml b/Marechai/Views/Console/Index.cshtml index 748047e0..50dd0f5c 100644 --- a/Marechai/Views/Console/Index.cshtml +++ b/Marechai/Views/Console/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Videoconsoles"; diff --git a/Marechai/Views/Home/About.cshtml b/Marechai/Views/Home/About.cshtml index 40df4192..33f42155 100644 --- a/Marechai/Views/Home/About.cshtml +++ b/Marechai/Views/Home/About.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "About"; @@ -51,7 +51,7 @@

Copyrights

- © 2003-2018 Natalia Portillo, all rights reserved.
+ © 2003-2020 Natalia Portillo, all rights reserved.
The names are property of their respective authors.
Photos are property of their respective authors.
Rest of content if property of Natalia Portillo except other indication. diff --git a/Marechai/Views/Home/Contact.cshtml b/Marechai/Views/Home/Contact.cshtml index 648791b2..e0665dd6 100644 --- a/Marechai/Views/Home/Contact.cshtml +++ b/Marechai/Views/Home/Contact.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Contact"; diff --git a/Marechai/Views/Home/Index.cshtml b/Marechai/Views/Home/Index.cshtml index 5e66e61d..f1d1af3b 100644 --- a/Marechai/Views/Home/Index.cshtml +++ b/Marechai/Views/Home/Index.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Home Page"; diff --git a/Marechai/Views/Machine/View.cshtml b/Marechai/Views/Machine/View.cshtml index fc93b6dc..a58674d2 100644 --- a/Marechai/Views/Machine/View.cshtml +++ b/Marechai/Views/Machine/View.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ // TODO: Resolutions ViewData["Title"] = "Computer"; diff --git a/Marechai/Views/Shared/Error.cshtml b/Marechai/Views/Shared/Error.cshtml index 5fb23afb..caf4ab61 100644 --- a/Marechai/Views/Shared/Error.cshtml +++ b/Marechai/Views/Shared/Error.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @model ErrorViewModel diff --git a/Marechai/Views/Shared/_CookieConsentPartial.cshtml b/Marechai/Views/Shared/_CookieConsentPartial.cshtml index 3438d549..902525f1 100644 --- a/Marechai/Views/Shared/_CookieConsentPartial.cshtml +++ b/Marechai/Views/Shared/_CookieConsentPartial.cshtml @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } diff --git a/Marechai/Views/Shared/_Layout.cshtml b/Marechai/Views/Shared/_Layout.cshtml index ad0bde41..b052e1ab 100644 --- a/Marechai/Views/Shared/_Layout.cshtml +++ b/Marechai/Views/Shared/_Layout.cshtml @@ -31,7 +31,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } diff --git a/Marechai/Views/Shared/_LoginPartial.cshtml b/Marechai/Views/Shared/_LoginPartial.cshtml index e2817d76..2dce6947 100644 --- a/Marechai/Views/Shared/_LoginPartial.cshtml +++ b/Marechai/Views/Shared/_LoginPartial.cshtml @@ -30,7 +30,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } diff --git a/Marechai/Views/Shared/_ValidationScriptsPartial.cshtml b/Marechai/Views/Shared/_ValidationScriptsPartial.cshtml index 2cc6d98d..a2a65800 100644 --- a/Marechai/Views/Shared/_ValidationScriptsPartial.cshtml +++ b/Marechai/Views/Shared/_ValidationScriptsPartial.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } diff --git a/Marechai/Views/_ViewImports.cshtml b/Marechai/Views/_ViewImports.cshtml index a0d31709..cb6a82e6 100644 --- a/Marechai/Views/_ViewImports.cshtml +++ b/Marechai/Views/_ViewImports.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } diff --git a/Marechai/Views/_ViewStart.cshtml b/Marechai/Views/_ViewStart.cshtml index 2e4c7c72..d5970d77 100644 --- a/Marechai/Views/_ViewStart.cshtml +++ b/Marechai/Views/_ViewStart.cshtml @@ -26,7 +26,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @{ diff --git a/Marechai/wwwroot/css/site.css b/Marechai/wwwroot/css/site.css index 38ad81d7..494d25d7 100644 --- a/Marechai/wwwroot/css/site.css +++ b/Marechai/wwwroot/css/site.css @@ -25,7 +25,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2003-2018 Natalia Portillo +// Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ body { diff --git a/Marechai/wwwroot/js/site.js b/Marechai/wwwroot/js/site.js index d87cb93d..34846bf3 100755 --- a/Marechai/wwwroot/js/site.js +++ b/Marechai/wwwroot/js/site.js @@ -25,5 +25,5 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- - // Copyright © 2003-2018 Natalia Portillo + // Copyright © 2003-2020 Natalia Portillo *******************************************************************************/