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]
;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)"
end

View File

@@ -14,6 +14,6 @@ feature -- Access
create Result.make
end
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)"
end

View File

@@ -85,6 +85,6 @@ invariant
valid_customization : is_valid_milk_type (option)
valid_quantity : quantity > 0
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)"
end

View File

@@ -49,6 +49,6 @@ feature -- Access
Result := <<"small","mediumn", "large">>
end
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)"
end

View File

@@ -165,6 +165,6 @@ feature -- Validation
end
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)"
end

View File

@@ -109,6 +109,6 @@ feature -- Report
end
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)"
end

View File

@@ -51,6 +51,6 @@ feature -- Access
end
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)"
end

View File

@@ -14,6 +14,6 @@ feature
end
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)"
end

View File

@@ -28,12 +28,6 @@ feature {NONE} -- Initialization
make_and_launch
end
create_router
do
create router.make (2)
end
setup_router
local
order_handler: ORDER_HANDLER [WSF_URI_TEMPLATE_HANDLER_CONTEXT]
@@ -69,7 +63,7 @@ feature -- Execution
end
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)"
source: "[
Eiffel Software

View File

@@ -28,6 +28,6 @@ feature -- Access
end
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)"
end