diff options
author | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-25 12:04:01 -0300 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-25 12:06:15 -0300 |
commit | 7b53e2d2ed62e4fbb93dce6fc51af431cc187bb5 (patch) | |
tree | feb666bc174ece2f5659801288034d88611d74b9 /package | |
parent | f9b213ffff2c827e02ca3458d4e4d052de28b92d (diff) |
Add copyright and license notice to package
Diffstat (limited to 'package')
-rwxr-xr-x | package/package_user_agent.sh | 15 | ||||
-rwxr-xr-x | package/pixelated-user-agent | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/package/package_user_agent.sh b/package/package_user_agent.sh index d9bd2696..a532abe7 100755 --- a/package/package_user_agent.sh +++ b/package/package_user_agent.sh @@ -1,4 +1,19 @@ #!/bin/bash +# +# 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/>. set -x set -e diff --git a/package/pixelated-user-agent b/package/pixelated-user-agent index 624825cc..22580c70 100755 --- a/package/pixelated-user-agent +++ b/package/pixelated-user-agent @@ -1,4 +1,19 @@ #!/bin/bash +# +# 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/>. PIXELATED_PATH=/var/lib/pixelated . $PIXELATED_PATH/virtualenv/bin/activate |