diff options
author | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-26 16:40:13 -0300 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-27 17:16:09 -0300 |
commit | d5d31ee2537cce1ba8cf6edbfcbbc0c457fd2919 (patch) | |
tree | 918adc3f60f38d26daff800307ef3c20f2d9db66 /py-fake-service/features/compose_save_draft_and_send.feature | |
parent | 2745e1983aad57f2f18b745b31dbf6629590b26a (diff) |
Add copyright and license notice to cucumber feature files
Diffstat (limited to 'py-fake-service/features/compose_save_draft_and_send.feature')
-rw-r--r-- | py-fake-service/features/compose_save_draft_and_send.feature | 16 |
1 files changed, 16 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 |