Applied recent changes made on EWF

Updated copyright
This commit is contained in:
Jocelyn Fiat
2012-05-28 11:21:28 +02:00
parent 445a27ddf8
commit 8dd0cb29fa
10 changed files with 10 additions and 16 deletions

View File

@@ -21,6 +21,6 @@ feature -- Access
orders: HASH_TABLE [ORDER, STRING] orders: HASH_TABLE [ORDER, STRING]
;note ;note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -14,6 +14,6 @@ feature -- Access
create Result.make create Result.make
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -85,6 +85,6 @@ invariant
valid_customization : is_valid_milk_type (option) valid_customization : is_valid_milk_type (option)
valid_quantity : quantity > 0 valid_quantity : quantity > 0
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -49,6 +49,6 @@ feature -- Access
Result := <<"small","mediumn", "large">> Result := <<"small","mediumn", "large">>
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -165,6 +165,6 @@ feature -- Validation
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -109,6 +109,6 @@ feature -- Report
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -51,6 +51,6 @@ feature -- Access
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -14,6 +14,6 @@ feature
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end

View File

@@ -28,12 +28,6 @@ feature {NONE} -- Initialization
make_and_launch make_and_launch
end end
create_router
do
create router.make (2)
end
setup_router setup_router
local local
order_handler: ORDER_HANDLER [WSF_URI_TEMPLATE_HANDLER_CONTEXT] order_handler: ORDER_HANDLER [WSF_URI_TEMPLATE_HANDLER_CONTEXT]
@@ -69,7 +63,7 @@ feature -- Execution
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[ source: "[
Eiffel Software Eiffel Software

View File

@@ -28,6 +28,6 @@ feature -- Access
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2012, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end