launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #15385
[Merge] lp:~stevenk/launchpad/back-to-agpl into lp:launchpad
Steve Kowalik has proposed merging lp:~stevenk/launchpad/back-to-agpl into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~stevenk/launchpad/back-to-agpl/+merge/154251
There are 97 files that don't contain a license fragment, just 'All rights reserved'. Two files don't follow the usual pattern. All have been fixed.
--
https://code.launchpad.net/~stevenk/launchpad/back-to-agpl/+merge/154251
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/back-to-agpl into lp:launchpad.
=== modified file 'lib/lp/app/javascript/activator/activator.js'
--- lib/lp/app/javascript/activator/activator.js 2012-08-29 20:38:05 +0000
+++ lib/lp/app/javascript/activator/activator.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.activator', function(Y) {
=== modified file 'lib/lp/app/javascript/activator/tests/test_activator.js'
--- lib/lp/app/javascript/activator/tests/test_activator.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/activator/tests/test_activator.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.activator.test', function (Y) {
=== modified file 'lib/lp/app/javascript/anim/anim.js'
--- lib/lp/app/javascript/anim/anim.js 2011-08-10 13:01:21 +0000
+++ lib/lp/app/javascript/anim/anim.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009-2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2009-2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.anim', function(Y) {
=== modified file 'lib/lp/app/javascript/anim/tests/test_anim.js'
--- lib/lp/app/javascript/anim/tests/test_anim.js 2012-02-03 18:56:11 +0000
+++ lib/lp/app/javascript/anim/tests/test_anim.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009-2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2009-2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.anim.test', function(Y) {
var Assert = Y.Assert, // For easy access to isTrue(), etc.
=== modified file 'lib/lp/app/javascript/autocomplete/autocomplete.js'
--- lib/lp/app/javascript/autocomplete/autocomplete.js 2012-09-04 16:56:08 +0000
+++ lib/lp/app/javascript/autocomplete/autocomplete.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.autocomplete', function(Y) {
=== modified file 'lib/lp/app/javascript/autocomplete/tests/test_autocomplete.js'
--- lib/lp/app/javascript/autocomplete/tests/test_autocomplete.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/autocomplete/tests/test_autocomplete.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.autocomplete.test', function (Y) {
var tests = Y.namespace('lp.autocomplete.test');
=== modified file 'lib/lp/app/javascript/choiceedit/choiceedit.js'
--- lib/lp/app/javascript/choiceedit/choiceedit.js 2012-09-11 14:30:45 +0000
+++ lib/lp/app/javascript/choiceedit/choiceedit.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2008, Canonical Ltd. All rights reserved. */
+/* Copyright 2008 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.choiceedit', function(Y) {
=== modified file 'lib/lp/app/javascript/choiceedit/tests/test_choiceedit.js'
--- lib/lp/app/javascript/choiceedit/tests/test_choiceedit.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/choiceedit/tests/test_choiceedit.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.choiceedit.test', function (Y) {
var tests = Y.namespace('lp.choiceedit.test');
=== modified file 'lib/lp/app/javascript/configutils.js'
--- lib/lp/app/javascript/configutils.js 2012-06-15 16:23:50 +0000
+++ lib/lp/app/javascript/configutils.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.configutils', function(Y) {
/**
=== modified file 'lib/lp/app/javascript/confirmationoverlay/confirmationoverlay.js'
--- lib/lp/app/javascript/confirmationoverlay/confirmationoverlay.js 2012-09-10 18:44:11 +0000
+++ lib/lp/app/javascript/confirmationoverlay/confirmationoverlay.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
/* XXX: rvb 2011-08-30 bug=837447: This module should be moved to
* a central place with the other overlays.
=== modified file 'lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.js'
--- lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/confirmationoverlay/tests/test_confirmationoverlay.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.confirmationoverlay.test', function (Y) {
=== modified file 'lib/lp/app/javascript/effects/effects.js'
--- lib/lp/app/javascript/effects/effects.js 2012-09-10 20:52:27 +0000
+++ lib/lp/app/javascript/effects/effects.js 2013-03-20 03:50:30 +0000
@@ -1,19 +1,5 @@
-/*
- Copyright (c) 2009-2011, Canonical Ltd. All rights reserved.
-
- This program 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.
-
- This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-*/
+/* Copyright 2009-2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.effects', function(Y) {
=== modified file 'lib/lp/app/javascript/formoverlay/formoverlay.js'
--- lib/lp/app/javascript/formoverlay/formoverlay.js 2012-12-13 21:46:49 +0000
+++ lib/lp/app/javascript/formoverlay/formoverlay.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
/* XXX: rvb 2011-08-30 bug=837447: This module should be moved to
* a central place with the other overlays.
=== modified file 'lib/lp/app/javascript/formoverlay/tests/test_formoverlay.js'
--- lib/lp/app/javascript/formoverlay/tests/test_formoverlay.js 2012-12-13 21:27:52 +0000
+++ lib/lp/app/javascript/formoverlay/tests/test_formoverlay.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.formoverlay.test', function (Y) {
=== modified file 'lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.js'
--- lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/formwidgets/tests/test_resizing_textarea.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.resizing_textarea.test', function (Y) {
=== modified file 'lib/lp/app/javascript/indicator/tests/test_indicator.js'
--- lib/lp/app/javascript/indicator/tests/test_indicator.js 2012-02-06 13:29:18 +0000
+++ lib/lp/app/javascript/indicator/tests/test_indicator.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.indicator.test', function (Y) {
var tests = Y.namespace('lp.indicator.test');
=== modified file 'lib/lp/app/javascript/inlineedit/editor.js'
--- lib/lp/app/javascript/inlineedit/editor.js 2012-09-07 15:16:58 +0000
+++ lib/lp/app/javascript/inlineedit/editor.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.editor', function(Y) {
=== modified file 'lib/lp/app/javascript/inlineedit/tests/test_inline_edit.js'
--- lib/lp/app/javascript/inlineedit/tests/test_inline_edit.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/inlineedit/tests/test_inline_edit.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.inline_edit.test', function (Y) {
=== modified file 'lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.js'
--- lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/inlinehelp/tests/test_inlinehelp.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.inlinehelp.test', function (Y) {
=== modified file 'lib/lp/app/javascript/licence/tests/test_licence.js'
--- lib/lp/app/javascript/licence/tests/test_licence.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/licence/tests/test_licence.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.licence.test', function (Y) {
=== modified file 'lib/lp/app/javascript/ordering/ordering.js'
--- lib/lp/app/javascript/ordering/ordering.js 2012-01-19 02:00:52 +0000
+++ lib/lp/app/javascript/ordering/ordering.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ordering', function(Y) {
/**
=== modified file 'lib/lp/app/javascript/ordering/tests/test_orderby_widget.js'
--- lib/lp/app/javascript/ordering/tests/test_orderby_widget.js 2012-02-06 17:41:44 +0000
+++ lib/lp/app/javascript/ordering/tests/test_orderby_widget.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.orderbybar.test', function(Y) {
var tests = Y.namespace('lp.orderbybar.test');
=== modified file 'lib/lp/app/javascript/overlay/overlay.js'
--- lib/lp/app/javascript/overlay/overlay.js 2012-12-13 21:27:52 +0000
+++ lib/lp/app/javascript/overlay/overlay.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.overlay', function(Y) {
=== modified file 'lib/lp/app/javascript/overlay/tests/test_overlay.js'
--- lib/lp/app/javascript/overlay/tests/test_overlay.js 2012-12-12 21:27:50 +0000
+++ lib/lp/app/javascript/overlay/tests/test_overlay.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.overlay.test', function (Y) {
=== modified file 'lib/lp/app/javascript/picker/picker.js'
--- lib/lp/app/javascript/picker/picker.js 2012-09-11 14:30:45 +0000
+++ lib/lp/app/javascript/picker/picker.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.picker-base', function(Y) {
var ns = Y.namespace('lp.ui.picker');
=== modified file 'lib/lp/app/javascript/picker/tests/test_picker.js'
--- lib/lp/app/javascript/picker/tests/test_picker.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/picker/tests/test_picker.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.picker.test', function (Y) {
var tests = Y.namespace('lp.picker.test');
=== modified file 'lib/lp/app/javascript/picker/tests/test_picker_patcher.js'
--- lib/lp/app/javascript/picker/tests/test_picker_patcher.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/picker/tests/test_picker_patcher.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.picker.test', function (Y) {
=== modified file 'lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js'
--- lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/subscribers/tests/test_subscribers_list.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.subscribers.subscribers_list.test', function (Y) {
=== modified file 'lib/lp/app/javascript/testing/assert.js'
--- lib/lp/app/javascript/testing/assert.js 2012-08-14 18:19:28 +0000
+++ lib/lp/app/javascript/testing/assert.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.testing.assert', function(Y) {
/**
=== modified file 'lib/lp/app/javascript/testing/helpers.js'
--- lib/lp/app/javascript/testing/helpers.js 2012-08-14 14:41:14 +0000
+++ lib/lp/app/javascript/testing/helpers.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.testing.helpers', function(Y) {
=== modified file 'lib/lp/app/javascript/testing/mockio.js'
--- lib/lp/app/javascript/testing/mockio.js 2012-02-07 04:59:51 +0000
+++ lib/lp/app/javascript/testing/mockio.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009-2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2009-2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.testing.mockio', function(Y) {
/**
=== modified file 'lib/lp/app/javascript/testing/testrunner.js'
--- lib/lp/app/javascript/testing/testrunner.js 2012-10-26 10:45:08 +0000
+++ lib/lp/app/javascript/testing/testrunner.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
var YUI_config = {
filter: 'raw',
=== modified file 'lib/lp/app/javascript/testing/tests/test_mockio.js'
--- lib/lp/app/javascript/testing/tests/test_mockio.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/testing/tests/test_mockio.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.testing.mockio.test', function (Y) {
=== modified file 'lib/lp/app/javascript/tests/test_ajax_batch_navigator.js'
--- lib/lp/app/javascript/tests/test_ajax_batch_navigator.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_ajax_batch_navigator.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.batchnavigator.test', function (Y) {
=== modified file 'lib/lp/app/javascript/tests/test_ajax_log.js'
--- lib/lp/app/javascript/tests/test_ajax_log.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_ajax_log.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ajax_log.test', function (Y) {
=== modified file 'lib/lp/app/javascript/tests/test_choice.js'
--- lib/lp/app/javascript/tests/test_choice.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_choice.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.choice.test', function (Y) {
=== modified file 'lib/lp/app/javascript/tests/test_comment.js'
--- lib/lp/app/javascript/tests/test_comment.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_comment.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.comment.test', function (Y) {
=== modified file 'lib/lp/app/javascript/tests/test_configutils.js'
--- lib/lp/app/javascript/tests/test_configutils.js 2011-11-08 14:52:19 +0000
+++ lib/lp/app/javascript/tests/test_configutils.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.baseconfigutils.test', function(Y) {
=== modified file 'lib/lp/app/javascript/tests/test_foldables.js'
--- lib/lp/app/javascript/tests/test_foldables.js 2012-01-12 10:39:22 +0000
+++ lib/lp/app/javascript/tests/test_foldables.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.foldables.test', function (Y) {
=== modified file 'lib/lp/app/javascript/tests/test_information_type.js'
--- lib/lp/app/javascript/tests/test_information_type.js 2012-11-13 20:08:22 +0000
+++ lib/lp/app/javascript/tests/test_information_type.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.information_type.test', function (Y) {
=== modified file 'lib/lp/app/javascript/tests/test_listing_navigator.js'
--- lib/lp/app/javascript/tests/test_listing_navigator.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_listing_navigator.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.app.listing_navigator.test', function (Y) {
var module = Y.lp.app.listing_navigator;
=== modified file 'lib/lp/app/javascript/tests/test_longpoll.js'
--- lib/lp/app/javascript/tests/test_longpoll.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_longpoll.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.longpoll.test', function (Y) {
var longpoll = Y.lp.app.longpoll;
=== modified file 'lib/lp/app/javascript/tests/test_lp_client.js'
--- lib/lp/app/javascript/tests/test_lp_client.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_lp_client.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2011-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.client.test', function (Y) {
var Assert = Y.Assert;
var tests = Y.namespace('lp.client.test');
=== modified file 'lib/lp/app/javascript/tests/test_lp_names.js'
--- lib/lp/app/javascript/tests/test_lp_names.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_lp_names.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.names.test', function (Y) {
var names = Y.lp.names;
=== modified file 'lib/lp/app/javascript/tests/test_multicheckboxwidget.js'
--- lib/lp/app/javascript/tests/test_multicheckboxwidget.js 2012-10-26 10:00:20 +0000
+++ lib/lp/app/javascript/tests/test_multicheckboxwidget.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.multicheckbox.test', function (Y) {
var tests = Y.namespace('lp.multicheckbox.test');
=== modified file 'lib/lp/app/javascript/ui/tests/test_banner.js'
--- lib/lp/app/javascript/ui/tests/test_banner.js 2012-11-09 18:55:02 +0000
+++ lib/lp/app/javascript/ui/tests/test_banner.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui.banner.test', function (Y) {
=== modified file 'lib/lp/app/javascript/ui/ui.js'
--- lib/lp/app/javascript/ui/ui.js 2012-08-23 18:50:55 +0000
+++ lib/lp/app/javascript/ui/ui.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009, Canonical Ltd. All rights reserved. */
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.ui-base', function(Y) {
=== modified file 'lib/lp/app/javascript/views/tests/test_global.js'
--- lib/lp/app/javascript/views/tests/test_global.js 2012-11-09 18:55:02 +0000
+++ lib/lp/app/javascript/views/tests/test_global.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.views.global.test', function (Y) {
var tests = Y.namespace('lp.views.global.test');
=== modified file 'lib/lp/blueprints/javascript/tests/test_addspec.js'
--- lib/lp/blueprints/javascript/tests/test_addspec.js 2012-10-26 10:00:20 +0000
+++ lib/lp/blueprints/javascript/tests/test_addspec.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.blueprints.addspec.test', function (Y) {
var tests = Y.namespace('lp.blueprints.addspec.test');
=== modified file 'lib/lp/bugs/javascript/buglisting_utils.js'
--- lib/lp/bugs/javascript/buglisting_utils.js 2012-09-10 20:52:27 +0000
+++ lib/lp/bugs/javascript/buglisting_utils.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.buglisting_utils', function(Y) {
/**
=== modified file 'lib/lp/bugs/javascript/tests/test_async_comment_loading.js'
--- lib/lp/bugs/javascript/tests/test_async_comment_loading.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_async_comment_loading.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2011-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.async_comments.test', function (Y) {
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_notification_level.js'
--- lib/lp/bugs/javascript/tests/test_bug_notification_level.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_notification_level.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2011-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.bug_notification_level.test', function (Y) {
var module = Y.lp.bugs.bug_notification_level;
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_picker.js'
--- lib/lp/bugs/javascript/tests/test_bug_picker.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_picker.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.bug_picker.test', function (Y) {
=== modified file 'lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.js'
--- lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_bug_subscription_portlet.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.subscription_portlet.test', function (Y) {
var module = Y.lp.bugs.bugtask_index.portlets.subscription;
=== modified file 'lib/lp/bugs/javascript/tests/test_buglisting_utils.js'
--- lib/lp/bugs/javascript/tests/test_buglisting_utils.js 2012-09-10 21:02:05 +0000
+++ lib/lp/bugs/javascript/tests/test_buglisting_utils.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011-2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2011-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.buglisting_utils.test', function(Y) {
=== modified file 'lib/lp/bugs/javascript/tests/test_duplicates.js'
--- lib/lp/bugs/javascript/tests/test_duplicates.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_duplicates.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.duplicates.test', function (Y) {
=== modified file 'lib/lp/bugs/javascript/tests/test_filebug.js'
--- lib/lp/bugs/javascript/tests/test_filebug.js 2012-11-12 13:45:58 +0000
+++ lib/lp/bugs/javascript/tests/test_filebug.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.filebug.test', function (Y) {
=== modified file 'lib/lp/bugs/javascript/tests/test_filebug_dupefinder.js'
--- lib/lp/bugs/javascript/tests/test_filebug_dupefinder.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_filebug_dupefinder.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.filebug_dupefinder.test', function (Y) {
var module = Y.lp.bugs.filebug_dupefinder;
=== modified file 'lib/lp/bugs/javascript/tests/test_me_too.js'
--- lib/lp/bugs/javascript/tests/test_me_too.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_me_too.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2008-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2008-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.bugtask_index.test_me_too', function (Y) {
// Local aliases
=== modified file 'lib/lp/bugs/javascript/tests/test_official_bug_tags.js'
--- lib/lp/bugs/javascript/tests/test_official_bug_tags.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_official_bug_tags.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.official_bug_tags.test', function (Y) {
=== modified file 'lib/lp/bugs/javascript/tests/test_pre_search.js'
--- lib/lp/bugs/javascript/tests/test_pre_search.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_pre_search.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011-2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2011-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.bugtask_index.test_pre_search', function (Y) {
var module = Y.lp.bugs.bugtask_index;
=== modified file 'lib/lp/bugs/javascript/tests/test_subscription.js'
--- lib/lp/bugs/javascript/tests/test_subscription.js 2012-10-26 10:00:20 +0000
+++ lib/lp/bugs/javascript/tests/test_subscription.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.bugs.subscription.test', function (Y) {
var module = Y.lp.bugs.subscription;
=== modified file 'lib/lp/code/javascript/branch.subscription.js'
--- lib/lp/code/javascript/branch.subscription.js 2012-09-10 18:44:11 +0000
+++ lib/lp/code/javascript/branch.subscription.js 2013-03-20 03:50:30 +0000
@@ -1,19 +1,5 @@
-/*
- Copyright (c) 2009, Canonical Ltd. All rights reserved.
-
- This program 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.
-
- This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-*/
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.code.branch.subscription', function(Y) {
=== modified file 'lib/lp/code/javascript/branchmergeproposal.nominate.js'
--- lib/lp/code/javascript/branchmergeproposal.nominate.js 2012-09-07 00:15:12 +0000
+++ lib/lp/code/javascript/branchmergeproposal.nominate.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/** Copyright (c) 2012, Canonical Ltd. All rights reserved.
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
*
* Code for handling the update of the branch merge proposals.
*
=== modified file 'lib/lp/code/javascript/branchmergeproposal.status.js'
--- lib/lp/code/javascript/branchmergeproposal.status.js 2012-09-05 23:06:42 +0000
+++ lib/lp/code/javascript/branchmergeproposal.status.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/** Copyright (c) 2009, Canonical Ltd. All rights reserved.
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
*
* Code for handling the update of the branch merge proposals.
*
=== modified file 'lib/lp/code/javascript/tests/test_branchdiff.js'
--- lib/lp/code/javascript/tests/test_branchdiff.js 2012-10-26 10:00:20 +0000
+++ lib/lp/code/javascript/tests/test_branchdiff.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2010-2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2010-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.code.branch.mergeproposal.test', function (Y) {
var module = Y.lp.code.branchmergeproposal.diff;
=== modified file 'lib/lp/code/javascript/tests/test_branchrevisionexpander.js'
--- lib/lp/code/javascript/tests/test_branchrevisionexpander.js 2012-10-26 10:00:20 +0000
+++ lib/lp/code/javascript/tests/test_branchrevisionexpander.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2010-2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2010-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.code.branch.revisionexpander.test', function (Y) {
var module = Y.lp.code.branch.revisionexpander;
=== modified file 'lib/lp/code/javascript/tests/test_bugspeclinks.js'
--- lib/lp/code/javascript/tests/test_bugspeclinks.js 2012-10-26 10:00:20 +0000
+++ lib/lp/code/javascript/tests/test_bugspeclinks.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.code.branch.bugspeclinks.test', function (Y) {
var module = Y.lp.code.branch.bugspeclinks;
=== modified file 'lib/lp/code/javascript/tests/test_information_type_choice.js'
--- lib/lp/code/javascript/tests/test_information_type_choice.js 2012-11-12 13:45:58 +0000
+++ lib/lp/code/javascript/tests/test_information_type_choice.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.code.branch.information_type_choice.test', function (Y) {
=== modified file 'lib/lp/code/javascript/tests/test_requestbuild_overlay.js'
--- lib/lp/code/javascript/tests/test_requestbuild_overlay.js 2012-10-26 10:00:20 +0000
+++ lib/lp/code/javascript/tests/test_requestbuild_overlay.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.requestbuild_overlay.test', function (Y) {
var module = Y.lp.code.requestbuild_overlay;
=== modified file 'lib/lp/code/javascript/tests/test_util.js'
--- lib/lp/code/javascript/tests/test_util.js 2012-10-26 10:00:20 +0000
+++ lib/lp/code/javascript/tests/test_util.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.code.util.test', function (Y) {
var tests = Y.namespace('lp.code.util.test');
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.js'
--- lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteelisting_navigator.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.sharing.granteelisting_navigator.test',
function (Y) {
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteepicker.js'
--- lib/lp/registry/javascript/sharing/tests/test_granteepicker.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteepicker.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.sharing.granteepicker.test', function (Y) {
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_granteetable.js'
--- lib/lp/registry/javascript/sharing/tests/test_granteetable.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_granteetable.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.sharing.granteetable.test', function (Y) {
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.js'
--- lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.js 2012-12-18 17:04:12 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_pillarsharingview.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.sharing.pillarsharingview.test', function (Y) {
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_sharingdetails.js'
--- lib/lp/registry/javascript/sharing/tests/test_sharingdetails.js 2012-12-02 14:48:02 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_sharingdetails.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.sharing.sharingdetails.test', function(Y) {
// Local aliases
=== modified file 'lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.js'
--- lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.js 2012-12-02 03:30:18 +0000
+++ lib/lp/registry/javascript/sharing/tests/test_sharingdetailsview.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.sharing.sharingdetailsview.test', function (Y) {
=== modified file 'lib/lp/registry/javascript/team.js'
--- lib/lp/registry/javascript/team.js 2012-08-13 20:03:00 +0000
+++ lib/lp/registry/javascript/team.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/** Copyright (c) 2009-2010, Canonical Ltd. All rights reserved.
+/* Copyright 2009-2010 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
*
* Team add member animations and ui.
*
=== modified file 'lib/lp/registry/javascript/team_mailinglists.js'
--- lib/lp/registry/javascript/team_mailinglists.js 2012-05-16 19:36:45 +0000
+++ lib/lp/registry/javascript/team_mailinglists.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved.
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
*
* Team mailinglists
*
=== modified file 'lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.js'
--- lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/tests/test_distroseriesdifferences_details.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2009-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
// XXX: rharding 2012-07-03 bug=1020671: The tests should be adjusted to not
// require the 1000s wait waiting for the animation. We should allow a
=== modified file 'lib/lp/registry/javascript/tests/test_milestone_creation_failures.js'
--- lib/lp/registry/javascript/tests/test_milestone_creation_failures.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/tests/test_milestone_creation_failures.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.milestoneoverlay.test', function (Y) {
var module = Y.lp.registry.milestoneoverlay;
=== modified file 'lib/lp/registry/javascript/tests/test_milestone_table.js'
--- lib/lp/registry/javascript/tests/test_milestone_table.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/tests/test_milestone_table.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009-2010, Canonical Ltd. All rights reserved. */
+/* Copyright 2009-2010 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.milestonetable.test', function (Y) {
var tests = Y.namespace('lp.milestonetable.test');
=== modified file 'lib/lp/registry/javascript/tests/test_product_views.js'
--- lib/lp/registry/javascript/tests/test_product_views.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/tests/test_product_views.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('registry.product-views.test', function (Y) {
var tests = Y.namespace('registry.product-views.test');
=== modified file 'lib/lp/registry/javascript/tests/test_structural_subscription.js'
--- lib/lp/registry/javascript/tests/test_structural_subscription.js 2012-12-13 21:52:24 +0000
+++ lib/lp/registry/javascript/tests/test_structural_subscription.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2011, Canonical Ltd. All rights reserved. */
+/* Copyright 2011 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.structural_subscription.test', function (Y) {
var tests = Y.namespace('lp.structural_subscription.test');
=== modified file 'lib/lp/registry/javascript/tests/test_team.js'
--- lib/lp/registry/javascript/tests/test_team.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/tests/test_team.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.team.test', function (Y) {
=== modified file 'lib/lp/registry/javascript/tests/test_team_mailinglists.js'
--- lib/lp/registry/javascript/tests/test_team_mailinglists.js 2012-10-26 10:00:20 +0000
+++ lib/lp/registry/javascript/tests/test_team_mailinglists.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.registry.team.mailinglists.test', function (Y) {
// Local aliases.
=== modified file 'lib/lp/registry/javascript/tests/timeline.js'
--- lib/lp/registry/javascript/tests/timeline.js 2012-05-12 02:36:41 +0000
+++ lib/lp/registry/javascript/tests/timeline.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2012, Canonical Ltd. All rights reserved. */
+/* Copyright 2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI().use('lp.testing.runner', 'test', 'console',
'lp.registry.timeline', function(Y) {
=== modified file 'lib/lp/services/scripts/tests/test_all_scripts.py'
--- lib/lp/services/scripts/tests/test_all_scripts.py 2010-08-25 13:59:28 +0000
+++ lib/lp/services/scripts/tests/test_all_scripts.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2009 Canonical Ltd. All rights reserved.
+# Copyright 2009 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
"""Check the integrity of the /scripts and /cronscripts."""
=== modified file 'lib/lp/services/webapp/tests/test_cookie_authentication.py'
--- lib/lp/services/webapp/tests/test_cookie_authentication.py 2012-01-01 02:58:52 +0000
+++ lib/lp/services/webapp/tests/test_cookie_authentication.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2010 Canonical Ltd. All rights reserved.
+# Copyright 2010 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
"""Test harness for running the cookie-authentication.txt tests."""
=== modified file 'lib/lp/services/webapp/tests/test_login.py'
--- lib/lp/services/webapp/tests/test_login.py 2013-01-10 08:34:10 +0000
+++ lib/lp/services/webapp/tests/test_login.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2009-2012 Canonical Ltd. All rights reserved.
+# Copyright 2009-2012 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
"""Test harness for running the new-login.txt tests."""
__metaclass__ = type
=== modified file 'lib/lp/services/webapp/tests/test_no_anonymous_session_cookies.py'
--- lib/lp/services/webapp/tests/test_no_anonymous_session_cookies.py 2012-01-01 02:58:52 +0000
+++ lib/lp/services/webapp/tests/test_no_anonymous_session_cookies.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2010 Canonical Ltd. All rights reserved.
+# Copyright 2010 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
"""Test harness for running the no-anonymous-session-cookies.txt tests."""
=== modified file 'lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.js'
--- lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.js 2012-10-26 10:00:20 +0000
+++ lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2009-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.soyuz.archivesubscribers_index.test', function (Y) {
var Assert = Y.Assert; // For easy access to isTrue(), etc.
=== modified file 'lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.js'
--- lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.js 2012-10-26 10:00:20 +0000
+++ lib/lp/soyuz/javascript/tests/test_dynamic_dom_updater.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2009-2012 Canonical Ltd. All rights reserved. */
+/* Copyright 2009-2012 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.soyuz.dynamic_dom_updater.test', function (Y) {
var Assert = Y.Assert; // For easy access to isTrue(), etc.
var tests = Y.namespace('lp.soyuz.dynamic_dom_updater.test');
=== modified file 'lib/lp/testopenid/browser/server.py'
--- lib/lp/testopenid/browser/server.py 2012-01-14 12:47:20 +0000
+++ lib/lp/testopenid/browser/server.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2010-2011 Canonical Ltd. All rights reserved.
+# Copyright 2010-2011 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
"""Test OpenID server."""
=== modified file 'lib/lp/testopenid/interfaces/server.py'
--- lib/lp/testopenid/interfaces/server.py 2012-01-14 12:47:20 +0000
+++ lib/lp/testopenid/interfaces/server.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2010 Canonical Ltd. All rights reserved.
+# Copyright 2010 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
__metaclass__ = type
__all__ = [
=== modified file 'lib/lp/testopenid/stories/tests.py'
--- lib/lp/testopenid/stories/tests.py 2011-12-22 05:09:10 +0000
+++ lib/lp/testopenid/stories/tests.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2004-2008 Canonical Ltd. All rights reserved.
+# Copyright 2004-2008 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
import os
import unittest
=== modified file 'lib/lp/testopenid/testing/helpers.py'
--- lib/lp/testopenid/testing/helpers.py 2011-12-24 17:49:30 +0000
+++ lib/lp/testopenid/testing/helpers.py 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-# Copyright 2010 Canonical Ltd. All rights reserved.
+# Copyright 2010 Canonical Ltd. This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
"""Helpers for TestOpenID page tests."""
=== modified file 'lib/lp/translations/javascript/pofile.js'
--- lib/lp/translations/javascript/pofile.js 2012-07-07 14:00:30 +0000
+++ lib/lp/translations/javascript/pofile.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/** Copyright (c) 2009, Canonical Ltd. All rights reserved.
+/* Copyright 2009 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
*
* @module lp.translations.pofile
* @requires anim, cookie, event-key, event, node
=== modified file 'standard_test_template.js'
--- standard_test_template.js 2013-01-01 12:56:03 +0000
+++ standard_test_template.js 2013-03-20 03:50:30 +0000
@@ -1,4 +1,5 @@
-/* Copyright (c) 2013 Canonical Ltd. All rights reserved. */
+/* Copyright 2013 Canonical Ltd. This software is licensed under the
+ * GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.${LIBRARY}.test', function (Y) {