summaryrefslogtreecommitdiff
path: root/py-fake-service
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-08-26 16:40:13 -0300
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-08-27 17:16:09 -0300
commitd5d31ee2537cce1ba8cf6edbfcbbc0c457fd2919 (patch)
tree918adc3f60f38d26daff800307ef3c20f2d9db66 /py-fake-service
parent2745e1983aad57f2f18b745b31dbf6629590b26a (diff)
Add copyright and license notice to cucumber feature files
Diffstat (limited to 'py-fake-service')
-rw-r--r--py-fake-service/features/compose_save_draft_and_send.feature16
-rw-r--r--py-fake-service/features/forward_trash_archive.feature16
-rw-r--r--py-fake-service/features/search_and_destroy.feature16
-rw-r--r--py-fake-service/features/tag_and_reply.feature16
4 files changed, 64 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+
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 <http://www.gnu.org/licenses/>.
+
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 <http://www.gnu.org/licenses/>.
+
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 <http://www.gnu.org/licenses/>.
+
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'