From d5d31ee2537cce1ba8cf6edbfcbbc0c457fd2919 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Tue, 26 Aug 2014 16:40:13 -0300 Subject: Add copyright and license notice to cucumber feature files --- .../features/compose_save_draft_and_send.feature | 16 ++++++++++++++++ py-fake-service/features/forward_trash_archive.feature | 16 ++++++++++++++++ py-fake-service/features/search_and_destroy.feature | 16 ++++++++++++++++ py-fake-service/features/tag_and_reply.feature | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/py-fake-service/features/compose_save_draft_and_send.feature b/py-fake-service/features/compose_save_draft_and_send.feature index fcff4a95..7be7de0b 100644 --- a/py-fake-service/features/compose_save_draft_and_send.feature +++ b/py-fake-service/features/compose_save_draft_and_send.feature @@ -1,3 +1,19 @@ +# +# Copyright (c) 2014 ThoughtWorks, Inc. +# +# Pixelated is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pixelated is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Pixelated. If not, see . + Feature: compose mail, save draft and send mail @wip diff --git a/py-fake-service/features/forward_trash_archive.feature b/py-fake-service/features/forward_trash_archive.feature index baa1ad2c..fd7c6f6e 100644 --- a/py-fake-service/features/forward_trash_archive.feature +++ b/py-fake-service/features/forward_trash_archive.feature @@ -1,3 +1,19 @@ +# +# Copyright (c) 2014 ThoughtWorks, Inc. +# +# Pixelated is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pixelated is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Pixelated. If not, see . + Feature: forward_trash_archive Scenario: User forwards a mail, add CC and BCC address, later trash and archive the mail When I open the first mail in the 'inbox' diff --git a/py-fake-service/features/search_and_destroy.feature b/py-fake-service/features/search_and_destroy.feature index 4a41c3f8..5b0d550d 100644 --- a/py-fake-service/features/search_and_destroy.feature +++ b/py-fake-service/features/search_and_destroy.feature @@ -1,3 +1,19 @@ +# +# Copyright (c) 2014 ThoughtWorks, Inc. +# +# Pixelated is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pixelated is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Pixelated. If not, see . + Feature: search html mail and destroy Scenario: User searches for a mail and deletes it diff --git a/py-fake-service/features/tag_and_reply.feature b/py-fake-service/features/tag_and_reply.feature index cd9c7aad..5e28827f 100644 --- a/py-fake-service/features/tag_and_reply.feature +++ b/py-fake-service/features/tag_and_reply.feature @@ -1,3 +1,19 @@ +# +# Copyright (c) 2014 ThoughtWorks, Inc. +# +# Pixelated is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Pixelated is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Pixelated. If not, see . + Feature: tagging and replying Scenario: User tags a mail, replies to it then checks that mail is in the right tag When I open the first mail in the 'inbox' -- cgit v1.2.3