~rharding/juju-gui/fix-watch-template-dirs

« back to all changes in this revision

Viewing changes to app/subapps/browser/views/charm.js

  • Committer: Gary Poster
  • Date: 2013-05-17 21:28:29 UTC
  • mfrom: (667.1.4 license)
  • Revision ID: gary.poster@canonical.com-20130517212829-2f1n8297f9rvvh1o
Add AGPL license

R=jeff.pihach
CC=
https://codereview.appspot.com/9499043

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
This file is part of the Juju GUI, which lets users view and manage Juju
 
3
environments within a graphical interface (https://launchpad.net/juju-gui).
 
4
Copyright (C) 2012-2013 Canonical Ltd.
 
5
 
 
6
This program is free software: you can redistribute it and/or modify it under
 
7
the terms of the GNU Affero General Public License version 3, as published by
 
8
the Free Software Foundation.
 
9
 
 
10
This program is distributed in the hope that it will be useful, but WITHOUT
 
11
ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
 
12
SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero
 
13
General Public License for more details.
 
14
 
 
15
You should have received a copy of the GNU Affero General Public License along
 
16
with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
*/
 
18
 
1
19
'use strict';
2
20
 
3
21