diff options
author | Ted Gould <ted@gould.cx> | 2012-08-22 14:26:09 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-22 14:26:09 -0500 |
commit | ba68890132e8e12e82f720ff1f09d4cef40b54b4 (patch) | |
tree | 429f7a4f6693ab92b8f642baa3eb7c0a6b850278 | |
parent | 42dc0de3ac8a0d03a467e63241e99cff4960f6af (diff) | |
download | lightdm-remote-session-remoteconfigure-ba68890132e8e12e82f720ff1f09d4cef40b54b4.tar.gz lightdm-remote-session-remoteconfigure-ba68890132e8e12e82f720ff1f09d4cef40b54b4.tar.bz2 lightdm-remote-session-remoteconfigure-ba68890132e8e12e82f720ff1f09d4cef40b54b4.zip |
Adding Canonical copyright to the script
-rw-r--r-- | uccsconfigure-session.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/uccsconfigure-session.in b/uccsconfigure-session.in index 51f7cce..42453ad 100644 --- a/uccsconfigure-session.in +++ b/uccsconfigure-session.in @@ -1,4 +1,19 @@ #!/bin/bash +# Copyright © 2012 Canonical Ltd. +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3, as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranties of +# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: Ted Gould <ted@canonical.com> # Set up a Firefox autostart mkdir -p ~/.config/autostart/ |