From d9990df23f53216e6b0f70aa830c1b32fd4845a1 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 4 Oct 2012 15:01:02 +0200 Subject: [PATCH] updated copyright --- examples/filter/src/database/database_api.e | 2 +- examples/filter/src/database/shared_database_api.e | 4 ++-- examples/filter/src/domain/json_user_converter.e | 2 +- examples/filter/src/domain/user.e | 2 +- examples/filter/src/filter/logging_filter.e | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/filter/src/database/database_api.e b/examples/filter/src/database/database_api.e index fb97a5d5..7d68a518 100644 --- a/examples/filter/src/database/database_api.e +++ b/examples/filter/src/database/database_api.e @@ -25,6 +25,6 @@ feature -- Access users: HASH_TABLE [USER, INTEGER] ;note - copyright: "2011-2011, Javier Velilla and others" + copyright: "2011-2012, Olivier Ligot, Jocelyn Fiat and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" end diff --git a/examples/filter/src/database/shared_database_api.e b/examples/filter/src/database/shared_database_api.e index 658b4bd5..10ad5dff 100644 --- a/examples/filter/src/database/shared_database_api.e +++ b/examples/filter/src/database/shared_database_api.e @@ -13,8 +13,8 @@ feature -- Access once create Result.make end - + note - copyright: "2011-2011, Javier Velilla and others" + copyright: "2011-2012, Olivier Ligot, Jocelyn Fiat and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" end diff --git a/examples/filter/src/domain/json_user_converter.e b/examples/filter/src/domain/json_user_converter.e index d137330b..34800625 100644 --- a/examples/filter/src/domain/json_user_converter.e +++ b/examples/filter/src/domain/json_user_converter.e @@ -47,6 +47,6 @@ feature -- Conversion name_key: STRING = "name" note - copyright: "2011-2011, Javier Velilla and others" + copyright: "2011-2012, Olivier Ligot, Jocelyn Fiat and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" end diff --git a/examples/filter/src/domain/user.e b/examples/filter/src/domain/user.e index 4d5756c4..40b40716 100644 --- a/examples/filter/src/domain/user.e +++ b/examples/filter/src/domain/user.e @@ -35,6 +35,6 @@ feature -- Access -- Password ;note - copyright: "2011-2011, Javier Velilla and others" + copyright: "2011-2012, Olivier Ligot, Jocelyn Fiat and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" end diff --git a/examples/filter/src/filter/logging_filter.e b/examples/filter/src/filter/logging_filter.e index 330012c4..e6a8b89b 100644 --- a/examples/filter/src/filter/logging_filter.e +++ b/examples/filter/src/filter/logging_filter.e @@ -35,6 +35,6 @@ feature -- Constants Date_time_format: STRING = "yyyy/[0]mm/[0]dd [0]hh:[0]mi:[0]ss.ff3" note - copyright: "2011-2012, Javier Velilla and others" + copyright: "2011-2012, Olivier Ligot, Jocelyn Fiat and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" end