Merge lp:~cjohnston/summit/2013-copy into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 484
Merged at revision: 485
Proposed branch: lp:~cjohnston/summit/2013-copy
Merge into: lp:summit
Diff against target: 619 lines (+56/-56)
56 files modified
summit/__init__.py (+1/-1)
summit/common/admin/__init__.py (+1/-1)
summit/common/context_processors.py (+1/-1)
summit/common/management/commands/linaro-import.py (+1/-1)
summit/common/management/commands/lpupdate.py (+1/-1)
summit/common/templatetags/__init__.py (+1/-1)
summit/common/tests.py (+1/-1)
summit/common/views.py (+1/-1)
summit/schedule/__init__.py (+1/-1)
summit/schedule/admin/__init__.py (+1/-1)
summit/schedule/admin/agendaadmin.py (+1/-1)
summit/schedule/admin/attendeeadmin.py (+1/-1)
summit/schedule/admin/crewadmin.py (+1/-1)
summit/schedule/admin/leadadmin.py (+1/-1)
summit/schedule/admin/meetingadmin.py (+1/-1)
summit/schedule/admin/roomadmin.py (+1/-1)
summit/schedule/admin/slotadmin.py (+1/-1)
summit/schedule/admin/summitadmin.py (+1/-1)
summit/schedule/decorators.py (+1/-1)
summit/schedule/fields.py (+1/-1)
summit/schedule/forms.py (+1/-1)
summit/schedule/management/__init__.py (+1/-1)
summit/schedule/management/commands/__init__.py (+1/-1)
summit/schedule/management/commands/autoschedule.py (+1/-1)
summit/schedule/management/commands/checkschedule.py (+1/-1)
summit/schedule/management/commands/deadblueprints.py (+1/-1)
summit/schedule/management/commands/fixtimeoffset.py (+1/-1)
summit/schedule/management/commands/import_live_data.py (+1/-1)
summit/schedule/management/commands/initslots.py (+1/-1)
summit/schedule/management/commands/randomise.py (+1/-1)
summit/schedule/management/commands/reschedule.py (+1/-1)
summit/schedule/management/commands/trackfix.py (+1/-1)
summit/schedule/models/__init__.py (+1/-1)
summit/schedule/models/agendamodel.py (+1/-1)
summit/schedule/models/attendeemodel.py (+1/-1)
summit/schedule/models/crewmodel.py (+1/-1)
summit/schedule/models/leadmodel.py (+1/-1)
summit/schedule/models/roommodel.py (+1/-1)
summit/schedule/models/slotmodel.py (+1/-1)
summit/schedule/models/trackmodel.py (+1/-1)
summit/schedule/render.py (+1/-1)
summit/schedule/templatetags/__init__.py (+1/-1)
summit/schedule/templatetags/datetime.py (+1/-1)
summit/schedule/templatetags/schedule_perms.py (+1/-1)
summit/schedule/tests/__init__.py (+1/-1)
summit/schedule/tests/tests.py (+1/-1)
summit/settings.py (+1/-1)
summit/sponsor/__init__.py (+1/-1)
summit/sponsor/admin.py (+1/-1)
summit/sponsor/forms.py (+1/-1)
summit/sponsor/models.py (+1/-1)
summit/sponsor/templatetags/__init__.py (+1/-1)
summit/sponsor/templatetags/formatting.py (+1/-1)
summit/sponsor/tests.py (+1/-1)
summit/sponsor/views.py (+1/-1)
summit/urls.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/2013-copy
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+150645@code.launchpad.net

Commit message

Updates copyrights

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/__init__.py'
2--- summit/__init__.py 2012-01-23 01:18:55 +0000
3+++ summit/__init__.py 2013-02-26 19:42:23 +0000
4@@ -1,5 +1,5 @@
5 # The Summit Scheduler web application
6-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
7+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
8 #
9 # This program is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU Affero General Public License as
11
12=== modified file 'summit/common/admin/__init__.py'
13--- summit/common/admin/__init__.py 2012-03-08 01:55:17 +0000
14+++ summit/common/admin/__init__.py 2013-02-26 19:42:23 +0000
15@@ -1,5 +1,5 @@
16 # The Summit Scheduler web application
17-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
18+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
19 #
20 # This program is free software: you can redistribute it and/or modify
21 # it under the terms of the GNU Affero General Public License as
22
23=== modified file 'summit/common/context_processors.py'
24--- summit/common/context_processors.py 2012-12-15 02:06:56 +0000
25+++ summit/common/context_processors.py 2013-02-26 19:42:23 +0000
26@@ -1,5 +1,5 @@
27 # The Summit Scheduler web application
28-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
29+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
30 #
31 # This program is free software: you can redistribute it and/or modify
32 # it under the terms of the GNU Affero General Public License as
33
34=== modified file 'summit/common/management/commands/linaro-import.py'
35--- summit/common/management/commands/linaro-import.py 2012-09-09 22:00:24 +0000
36+++ summit/common/management/commands/linaro-import.py 2013-02-26 19:42:23 +0000
37@@ -1,5 +1,5 @@
38 # The Summit Scheduler web application
39-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
40+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
41 #
42 # This program is free software: you can redistribute it and/or modify
43 # it under the terms of the GNU Affero General Public License as
44
45=== modified file 'summit/common/management/commands/lpupdate.py'
46--- summit/common/management/commands/lpupdate.py 2012-10-02 01:55:56 +0000
47+++ summit/common/management/commands/lpupdate.py 2013-02-26 19:42:23 +0000
48@@ -1,5 +1,5 @@
49 # The Summit Scheduler web application
50-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
51+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
52 #
53 # This program is free software: you can redistribute it and/or modify
54 # it under the terms of the GNU Affero General Public License as
55
56=== modified file 'summit/common/templatetags/__init__.py'
57--- summit/common/templatetags/__init__.py 2012-03-08 01:50:27 +0000
58+++ summit/common/templatetags/__init__.py 2013-02-26 19:42:23 +0000
59@@ -1,5 +1,5 @@
60 # The Summit Scheduler web application
61-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
62+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
63 #
64 # This program is free software: you can redistribute it and/or modify
65 # it under the terms of the GNU Affero General Public License as
66
67=== modified file 'summit/common/tests.py'
68--- summit/common/tests.py 2012-10-03 21:01:17 +0000
69+++ summit/common/tests.py 2013-02-26 19:42:23 +0000
70@@ -1,5 +1,5 @@
71 # The Summit Scheduler web application
72-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
73+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
74 #
75 # This program is free software: you can redistribute it and/or modify
76 # it under the terms of the GNU Affero General Public License as
77
78=== modified file 'summit/common/views.py'
79--- summit/common/views.py 2012-08-12 22:32:46 +0000
80+++ summit/common/views.py 2013-02-26 19:42:23 +0000
81@@ -1,5 +1,5 @@
82 # The Summit Scheduler web application
83-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
84+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
85 #
86 # This program is free software: you can redistribute it and/or modify
87 # it under the terms of the GNU Affero General Public License as
88
89=== modified file 'summit/schedule/__init__.py'
90--- summit/schedule/__init__.py 2012-01-23 01:18:55 +0000
91+++ summit/schedule/__init__.py 2013-02-26 19:42:23 +0000
92@@ -1,5 +1,5 @@
93 # The Summit Scheduler web application
94-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
95+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
96 #
97 # This program is free software: you can redistribute it and/or modify
98 # it under the terms of the GNU Affero General Public License as
99
100=== modified file 'summit/schedule/admin/__init__.py'
101--- summit/schedule/admin/__init__.py 2012-01-23 01:18:55 +0000
102+++ summit/schedule/admin/__init__.py 2013-02-26 19:42:23 +0000
103@@ -1,5 +1,5 @@
104 # The Summit Scheduler web application
105-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
106+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
107 #
108 # This program is free software: you can redistribute it and/or modify
109 # it under the terms of the GNU Affero General Public License as
110
111=== modified file 'summit/schedule/admin/agendaadmin.py'
112--- summit/schedule/admin/agendaadmin.py 2012-04-02 10:51:47 +0000
113+++ summit/schedule/admin/agendaadmin.py 2013-02-26 19:42:23 +0000
114@@ -1,5 +1,5 @@
115 # The Summit Scheduler web application
116-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
117+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
118 #
119 # This program is free software: you can redistribute it and/or modify
120 # it under the terms of the GNU Affero General Public License as
121
122=== modified file 'summit/schedule/admin/attendeeadmin.py'
123--- summit/schedule/admin/attendeeadmin.py 2012-07-14 20:19:27 +0000
124+++ summit/schedule/admin/attendeeadmin.py 2013-02-26 19:42:23 +0000
125@@ -1,5 +1,5 @@
126 # The Summit Scheduler web application
127-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
128+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
129 #
130 # This program is free software: you can redistribute it and/or modify
131 # it under the terms of the GNU Affero General Public License as
132
133=== modified file 'summit/schedule/admin/crewadmin.py'
134--- summit/schedule/admin/crewadmin.py 2012-04-27 19:40:23 +0000
135+++ summit/schedule/admin/crewadmin.py 2013-02-26 19:42:23 +0000
136@@ -1,5 +1,5 @@
137 # The Summit Scheduler web application
138-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
139+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
140 #
141 # This program is free software: you can redistribute it and/or modify
142 # it under the terms of the GNU Affero General Public License as
143
144=== modified file 'summit/schedule/admin/leadadmin.py'
145--- summit/schedule/admin/leadadmin.py 2012-01-23 01:18:55 +0000
146+++ summit/schedule/admin/leadadmin.py 2013-02-26 19:42:23 +0000
147@@ -1,5 +1,5 @@
148 # The Summit Scheduler web application
149-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
150+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
151 #
152 # This program is free software: you can redistribute it and/or modify
153 # it under the terms of the GNU Affero General Public License as
154
155=== modified file 'summit/schedule/admin/meetingadmin.py'
156--- summit/schedule/admin/meetingadmin.py 2013-02-20 13:57:06 +0000
157+++ summit/schedule/admin/meetingadmin.py 2013-02-26 19:42:23 +0000
158@@ -1,5 +1,5 @@
159 # The Summit Scheduler web application
160-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
161+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
162 #
163 # This program is free software: you can redistribute it and/or modify
164 # it under the terms of the GNU Affero General Public License as
165
166=== modified file 'summit/schedule/admin/roomadmin.py'
167--- summit/schedule/admin/roomadmin.py 2012-04-27 19:40:23 +0000
168+++ summit/schedule/admin/roomadmin.py 2013-02-26 19:42:23 +0000
169@@ -1,5 +1,5 @@
170 # The Summit Scheduler web application
171-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
172+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
173 #
174 # This program is free software: you can redistribute it and/or modify
175 # it under the terms of the GNU Affero General Public License as
176
177=== modified file 'summit/schedule/admin/slotadmin.py'
178--- summit/schedule/admin/slotadmin.py 2012-01-23 01:18:55 +0000
179+++ summit/schedule/admin/slotadmin.py 2013-02-26 19:42:23 +0000
180@@ -1,5 +1,5 @@
181 # The Summit Scheduler web application
182-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
183+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
184 #
185 # This program is free software: you can redistribute it and/or modify
186 # it under the terms of the GNU Affero General Public License as
187
188=== modified file 'summit/schedule/admin/summitadmin.py'
189--- summit/schedule/admin/summitadmin.py 2012-04-17 21:44:22 +0000
190+++ summit/schedule/admin/summitadmin.py 2013-02-26 19:42:23 +0000
191@@ -1,5 +1,5 @@
192 # The Summit Scheduler web application
193-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
194+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
195 #
196 # This program is free software: you can redistribute it and/or modify
197 # it under the terms of the GNU Affero General Public License as
198
199=== modified file 'summit/schedule/decorators.py'
200--- summit/schedule/decorators.py 2012-01-23 01:18:55 +0000
201+++ summit/schedule/decorators.py 2013-02-26 19:42:23 +0000
202@@ -1,5 +1,5 @@
203 # The Summit Scheduler web application
204-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
205+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
206 #
207 # This program is free software: you can redistribute it and/or modify
208 # it under the terms of the GNU Affero General Public License as
209
210=== modified file 'summit/schedule/fields.py'
211--- summit/schedule/fields.py 2012-05-03 19:21:52 +0000
212+++ summit/schedule/fields.py 2013-02-26 19:42:23 +0000
213@@ -1,5 +1,5 @@
214 # The Summit Scheduler web application
215-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
216+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
217 #
218 # This program is free software: you can redistribute it and/or modify
219 # it under the terms of the GNU Affero General Public License as
220
221=== modified file 'summit/schedule/forms.py'
222--- summit/schedule/forms.py 2013-02-21 23:10:17 +0000
223+++ summit/schedule/forms.py 2013-02-26 19:42:23 +0000
224@@ -1,5 +1,5 @@
225 # The Summit Scheduler web application
226-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
227+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
228 #
229 # This program is free software: you can redistribute it and/or modify
230 # it under the terms of the GNU Affero General Public License as
231
232=== modified file 'summit/schedule/management/__init__.py'
233--- summit/schedule/management/__init__.py 2012-01-23 01:18:55 +0000
234+++ summit/schedule/management/__init__.py 2013-02-26 19:42:23 +0000
235@@ -1,5 +1,5 @@
236 # The Summit Scheduler web application
237-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
238+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
239 #
240 # This program is free software: you can redistribute it and/or modify
241 # it under the terms of the GNU Affero General Public License as
242
243=== modified file 'summit/schedule/management/commands/__init__.py'
244--- summit/schedule/management/commands/__init__.py 2012-01-23 01:18:55 +0000
245+++ summit/schedule/management/commands/__init__.py 2013-02-26 19:42:23 +0000
246@@ -1,5 +1,5 @@
247 # The Summit Scheduler web application
248-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
249+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
250 #
251 # This program is free software: you can redistribute it and/or modify
252 # it under the terms of the GNU Affero General Public License as
253
254=== modified file 'summit/schedule/management/commands/autoschedule.py'
255--- summit/schedule/management/commands/autoschedule.py 2012-01-23 01:18:55 +0000
256+++ summit/schedule/management/commands/autoschedule.py 2013-02-26 19:42:23 +0000
257@@ -1,5 +1,5 @@
258 # The Summit Scheduler web application
259-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
260+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
261 #
262 # This program is free software: you can redistribute it and/or modify
263 # it under the terms of the GNU Affero General Public License as
264
265=== modified file 'summit/schedule/management/commands/checkschedule.py'
266--- summit/schedule/management/commands/checkschedule.py 2012-01-23 01:18:55 +0000
267+++ summit/schedule/management/commands/checkschedule.py 2013-02-26 19:42:23 +0000
268@@ -1,5 +1,5 @@
269 # The Summit Scheduler web application
270-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
271+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
272 #
273 # This program is free software: you can redistribute it and/or modify
274 # it under the terms of the GNU Affero General Public License as
275
276=== modified file 'summit/schedule/management/commands/deadblueprints.py'
277--- summit/schedule/management/commands/deadblueprints.py 2012-03-08 22:19:17 +0000
278+++ summit/schedule/management/commands/deadblueprints.py 2013-02-26 19:42:23 +0000
279@@ -1,5 +1,5 @@
280 # The Summit Scheduler web application
281-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
282+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
283 #
284 # This program is free software: you can redistribute it and/or modify
285 # it under the terms of the GNU Affero General Public License as
286
287=== modified file 'summit/schedule/management/commands/fixtimeoffset.py'
288--- summit/schedule/management/commands/fixtimeoffset.py 2012-03-08 22:19:17 +0000
289+++ summit/schedule/management/commands/fixtimeoffset.py 2013-02-26 19:42:23 +0000
290@@ -1,5 +1,5 @@
291 # The Summit Scheduler web application
292-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
293+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
294 #
295 # This program is free software: you can redistribute it and/or modify
296 # it under the terms of the GNU Affero General Public License as
297
298=== modified file 'summit/schedule/management/commands/import_live_data.py'
299--- summit/schedule/management/commands/import_live_data.py 2012-05-11 22:55:11 +0000
300+++ summit/schedule/management/commands/import_live_data.py 2013-02-26 19:42:23 +0000
301@@ -1,5 +1,5 @@
302 # The Summit Scheduler web application
303-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
304+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
305 #
306 # This program is free software: you can redistribute it and/or modify
307 # it under the terms of the GNU Affero General Public License as
308
309=== modified file 'summit/schedule/management/commands/initslots.py'
310--- summit/schedule/management/commands/initslots.py 2012-10-02 17:44:27 +0000
311+++ summit/schedule/management/commands/initslots.py 2013-02-26 19:42:23 +0000
312@@ -1,5 +1,5 @@
313 # The Summit Scheduler web application
314-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
315+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
316 #
317 # This program is free software: you can redistribute it and/or modify
318 # it under the terms of the GNU Affero General Public License as
319
320=== modified file 'summit/schedule/management/commands/randomise.py'
321--- summit/schedule/management/commands/randomise.py 2012-01-23 01:18:55 +0000
322+++ summit/schedule/management/commands/randomise.py 2013-02-26 19:42:23 +0000
323@@ -1,5 +1,5 @@
324 # The Summit Scheduler web application
325-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
326+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
327 #
328 # This program is free software: you can redistribute it and/or modify
329 # it under the terms of the GNU Affero General Public License as
330
331=== modified file 'summit/schedule/management/commands/reschedule.py'
332--- summit/schedule/management/commands/reschedule.py 2012-01-23 01:18:55 +0000
333+++ summit/schedule/management/commands/reschedule.py 2013-02-26 19:42:23 +0000
334@@ -1,5 +1,5 @@
335 # The Summit Scheduler web application
336-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
337+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
338 #
339 # This program is free software: you can redistribute it and/or modify
340 # it under the terms of the GNU Affero General Public License as
341
342=== modified file 'summit/schedule/management/commands/trackfix.py'
343--- summit/schedule/management/commands/trackfix.py 2012-01-23 01:18:55 +0000
344+++ summit/schedule/management/commands/trackfix.py 2013-02-26 19:42:23 +0000
345@@ -1,5 +1,5 @@
346 # The Summit Scheduler web application
347-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
348+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
349 #
350 # This program is free software: you can redistribute it and/or modify
351 # it under the terms of the GNU Affero General Public License as
352
353=== modified file 'summit/schedule/models/__init__.py'
354--- summit/schedule/models/__init__.py 2012-04-17 21:44:22 +0000
355+++ summit/schedule/models/__init__.py 2013-02-26 19:42:23 +0000
356@@ -1,5 +1,5 @@
357 # The Summit Scheduler web application
358-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
359+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
360 #
361 # This program is free software: you can redistribute it and/or modify
362 # it under the terms of the GNU Affero General Public License as
363
364=== modified file 'summit/schedule/models/agendamodel.py'
365--- summit/schedule/models/agendamodel.py 2012-01-23 01:18:55 +0000
366+++ summit/schedule/models/agendamodel.py 2013-02-26 19:42:23 +0000
367@@ -1,5 +1,5 @@
368 # The Summit Scheduler web application
369-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
370+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
371 #
372 # This program is free software: you can redistribute it and/or modify
373 # it under the terms of the GNU Affero General Public License as
374
375=== modified file 'summit/schedule/models/attendeemodel.py'
376--- summit/schedule/models/attendeemodel.py 2013-02-20 17:42:53 +0000
377+++ summit/schedule/models/attendeemodel.py 2013-02-26 19:42:23 +0000
378@@ -1,5 +1,5 @@
379 # The Summit Scheduler web application
380-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
381+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
382 #
383 # This program is free software: you can redistribute it and/or modify
384 # it under the terms of the GNU Affero General Public License as
385
386=== modified file 'summit/schedule/models/crewmodel.py'
387--- summit/schedule/models/crewmodel.py 2012-01-23 01:18:55 +0000
388+++ summit/schedule/models/crewmodel.py 2013-02-26 19:42:23 +0000
389@@ -1,5 +1,5 @@
390 # The Summit Scheduler web application
391-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
392+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
393 #
394 # This program is free software: you can redistribute it and/or modify
395 # it under the terms of the GNU Affero General Public License as
396
397=== modified file 'summit/schedule/models/leadmodel.py'
398--- summit/schedule/models/leadmodel.py 2012-01-23 01:18:55 +0000
399+++ summit/schedule/models/leadmodel.py 2013-02-26 19:42:23 +0000
400@@ -1,5 +1,5 @@
401 # The Summit Scheduler web application
402-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
403+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
404 #
405 # This program is free software: you can redistribute it and/or modify
406 # it under the terms of the GNU Affero General Public License as
407
408=== modified file 'summit/schedule/models/meetingmodel.py'
409=== modified file 'summit/schedule/models/participantmodel.py'
410=== modified file 'summit/schedule/models/roommodel.py'
411--- summit/schedule/models/roommodel.py 2013-02-23 17:30:12 +0000
412+++ summit/schedule/models/roommodel.py 2013-02-26 19:42:23 +0000
413@@ -1,5 +1,5 @@
414 # The Summit Scheduler web application
415-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
416+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
417 #
418 # This program is free software: you can redistribute it and/or modify
419 # it under the terms of the GNU Affero General Public License as
420
421=== modified file 'summit/schedule/models/slotmodel.py'
422--- summit/schedule/models/slotmodel.py 2012-01-23 01:18:55 +0000
423+++ summit/schedule/models/slotmodel.py 2013-02-26 19:42:23 +0000
424@@ -1,5 +1,5 @@
425 # The Summit Scheduler web application
426-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
427+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
428 #
429 # This program is free software: you can redistribute it and/or modify
430 # it under the terms of the GNU Affero General Public License as
431
432=== modified file 'summit/schedule/models/trackmodel.py'
433--- summit/schedule/models/trackmodel.py 2013-02-23 17:30:12 +0000
434+++ summit/schedule/models/trackmodel.py 2013-02-26 19:42:23 +0000
435@@ -1,5 +1,5 @@
436 # The Summit Scheduler web application
437-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
438+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
439 #
440 # This program is free software: you can redistribute it and/or modify
441 # it under the terms of the GNU Affero General Public License as
442
443=== modified file 'summit/schedule/render.py'
444--- summit/schedule/render.py 2012-12-06 22:24:06 +0000
445+++ summit/schedule/render.py 2013-02-26 19:42:23 +0000
446@@ -1,5 +1,5 @@
447 # The Summit Scheduler web application
448-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
449+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
450 #
451 # This program is free software: you can redistribute it and/or modify
452 # it under the terms of the GNU Affero General Public License as
453
454=== modified file 'summit/schedule/templatetags/__init__.py'
455--- summit/schedule/templatetags/__init__.py 2012-01-23 01:18:55 +0000
456+++ summit/schedule/templatetags/__init__.py 2013-02-26 19:42:23 +0000
457@@ -1,5 +1,5 @@
458 # The Summit Scheduler web application
459-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
460+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
461 #
462 # This program is free software: you can redistribute it and/or modify
463 # it under the terms of the GNU Affero General Public License as
464
465=== modified file 'summit/schedule/templatetags/datetime.py'
466--- summit/schedule/templatetags/datetime.py 2012-01-23 01:18:55 +0000
467+++ summit/schedule/templatetags/datetime.py 2013-02-26 19:42:23 +0000
468@@ -1,5 +1,5 @@
469 # The Summit Scheduler web application
470-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
471+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
472 #
473 # This program is free software: you can redistribute it and/or modify
474 # it under the terms of the GNU Affero General Public License as
475
476=== modified file 'summit/schedule/templatetags/schedule_perms.py'
477--- summit/schedule/templatetags/schedule_perms.py 2012-04-30 14:54:44 +0000
478+++ summit/schedule/templatetags/schedule_perms.py 2013-02-26 19:42:23 +0000
479@@ -1,5 +1,5 @@
480 # The Summit Scheduler web application
481-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
482+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
483 #
484 # This program is free software: you can redistribute it and/or modify
485 # it under the terms of the GNU Affero General Public License as
486
487=== modified file 'summit/schedule/tests/__init__.py'
488--- summit/schedule/tests/__init__.py 2013-02-23 13:52:01 +0000
489+++ summit/schedule/tests/__init__.py 2013-02-26 19:42:23 +0000
490@@ -1,5 +1,5 @@
491 # The Summit Scheduler web application
492-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
493+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
494 #
495 # This program is free software: you can redistribute it and/or modify
496 # it under the terms of the GNU Affero General Public License as
497
498=== modified file 'summit/schedule/tests/tests.py'
499--- summit/schedule/tests/tests.py 2013-02-23 17:30:12 +0000
500+++ summit/schedule/tests/tests.py 2013-02-26 19:42:23 +0000
501@@ -1,5 +1,5 @@
502 # The Summit Scheduler web application
503-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
504+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
505 #
506 # This program is free software: you can redistribute it and/or modify
507 # it under the terms of the GNU Affero General Public License as
508
509=== modified file 'summit/schedule/views.py'
510=== modified file 'summit/settings.py'
511--- summit/settings.py 2013-02-04 23:22:10 +0000
512+++ summit/settings.py 2013-02-26 19:42:23 +0000
513@@ -1,5 +1,5 @@
514 # The Summit Scheduler web application
515-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
516+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
517 #
518 # This program is free software: you can redistribute it and/or modify
519 # it under the terms of the GNU Affero General Public License as
520
521=== modified file 'summit/sponsor/__init__.py'
522--- summit/sponsor/__init__.py 2012-01-23 01:18:55 +0000
523+++ summit/sponsor/__init__.py 2013-02-26 19:42:23 +0000
524@@ -1,5 +1,5 @@
525 # The Summit Scheduler web application
526-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
527+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
528 #
529 # This program is free software: you can redistribute it and/or modify
530 # it under the terms of the GNU Affero General Public License as
531
532=== modified file 'summit/sponsor/admin.py'
533--- summit/sponsor/admin.py 2012-10-27 22:07:02 +0000
534+++ summit/sponsor/admin.py 2013-02-26 19:42:23 +0000
535@@ -1,5 +1,5 @@
536 # The Summit Scheduler web application
537-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
538+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
539 #
540 # This program is free software: you can redistribute it and/or modify
541 # it under the terms of the GNU Affero General Public License as
542
543=== modified file 'summit/sponsor/forms.py'
544--- summit/sponsor/forms.py 2012-10-27 22:07:02 +0000
545+++ summit/sponsor/forms.py 2013-02-26 19:42:23 +0000
546@@ -1,6 +1,6 @@
547 # -*- coding: utf-8 -*-
548 # The Summit Scheduler web application
549-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
550+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
551 #
552 # This program is free software: you can redistribute it and/or modify
553 # it under the terms of the GNU Affero General Public License as
554
555=== modified file 'summit/sponsor/models.py'
556--- summit/sponsor/models.py 2012-10-27 22:07:02 +0000
557+++ summit/sponsor/models.py 2013-02-26 19:42:23 +0000
558@@ -1,5 +1,5 @@
559 # The Summit Scheduler web application
560-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
561+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
562 #
563 # This program is free software: you can redistribute it and/or modify
564 # it under the terms of the GNU Affero General Public License as
565
566=== modified file 'summit/sponsor/templatetags/__init__.py'
567--- summit/sponsor/templatetags/__init__.py 2012-01-23 01:18:55 +0000
568+++ summit/sponsor/templatetags/__init__.py 2013-02-26 19:42:23 +0000
569@@ -1,5 +1,5 @@
570 # The Summit Scheduler web application
571-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
572+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
573 #
574 # This program is free software: you can redistribute it and/or modify
575 # it under the terms of the GNU Affero General Public License as
576
577=== modified file 'summit/sponsor/templatetags/formatting.py'
578--- summit/sponsor/templatetags/formatting.py 2012-01-23 01:18:55 +0000
579+++ summit/sponsor/templatetags/formatting.py 2013-02-26 19:42:23 +0000
580@@ -1,5 +1,5 @@
581 # The Summit Scheduler web application
582-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
583+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
584 #
585 # This program is free software: you can redistribute it and/or modify
586 # it under the terms of the GNU Affero General Public License as
587
588=== modified file 'summit/sponsor/tests.py'
589--- summit/sponsor/tests.py 2012-08-12 22:32:46 +0000
590+++ summit/sponsor/tests.py 2013-02-26 19:42:23 +0000
591@@ -1,5 +1,5 @@
592 # The Summit Scheduler web application
593-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
594+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
595 #
596 # This program is free software: you can redistribute it and/or modify
597 # it under the terms of the GNU Affero General Public License as
598
599=== modified file 'summit/sponsor/views.py'
600--- summit/sponsor/views.py 2012-04-17 21:44:22 +0000
601+++ summit/sponsor/views.py 2013-02-26 19:42:23 +0000
602@@ -1,5 +1,5 @@
603 # The Summit Scheduler web application
604-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
605+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
606 #
607 # This program is free software: you can redistribute it and/or modify
608 # it under the terms of the GNU Affero General Public License as
609
610=== modified file 'summit/urls.py'
611--- summit/urls.py 2013-02-21 23:10:17 +0000
612+++ summit/urls.py 2013-02-26 19:42:23 +0000
613@@ -1,5 +1,5 @@
614 # The Summit Scheduler web application
615-# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
616+# Copyright (C) 2008 - 2013 Ubuntu Community, Canonical Ltd
617 #
618 # This program is free software: you can redistribute it and/or modify
619 # it under the terms of the GNU Affero General Public License as

Subscribers

People subscribed via source and target branches