diff options
-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/ |