Merge lp:~didrocks/quickly/dont-licence-private-lib into lp:quickly

Proposed by Didier Roche-Tolomelli
Status: Rejected
Rejected by: Didier Roche-Tolomelli
Proposed branch: lp:~didrocks/quickly/dont-licence-private-lib
Merge into: lp:quickly
Diff against target: 82 lines (+0/-14)
7 files modified
data/templates/ubuntu-application/project_root/python_lib/AboutDialog.py (+0/-2)
data/templates/ubuntu-application/project_root/python_lib/Builder.py (+0/-2)
data/templates/ubuntu-application/project_root/python_lib/PreferencesDialog.py (+0/-2)
data/templates/ubuntu-application/project_root/python_lib/Window.py (+0/-2)
data/templates/ubuntu-application/project_root/python_lib/__init__.py (+0/-2)
data/templates/ubuntu-application/project_root/python_lib/helpers.py (+0/-2)
data/templates/ubuntu-application/project_root/python_lib/python_nameconfig.py (+0/-2)
To merge this branch: bzr merge lp:~didrocks/quickly/dont-licence-private-lib
Reviewer Review Type Date Requested Status
Quickly Developers Pending
Review via email: mp+122842@code.launchpad.net

Description of the change

As discussed on another MR, do not update the licence for those files as
we can update them anytime

To post a comment you must log in.

Unmerged revisions

686. By Didier Roche-Tolomelli

do not licence and relicence boiler plate private lib

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/templates/ubuntu-application/project_root/python_lib/AboutDialog.py'
2--- data/templates/ubuntu-application/project_root/python_lib/AboutDialog.py 2012-08-03 12:21:58 +0000
3+++ data/templates/ubuntu-application/project_root/python_lib/AboutDialog.py 2012-09-05 11:06:18 +0000
4@@ -1,7 +1,5 @@
5 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
6-### BEGIN LICENSE
7 # This file is in the public domain
8-### END LICENSE
9
10 ### DO NOT EDIT THIS FILE ###
11
12
13=== modified file 'data/templates/ubuntu-application/project_root/python_lib/Builder.py'
14--- data/templates/ubuntu-application/project_root/python_lib/Builder.py 2012-08-03 12:21:58 +0000
15+++ data/templates/ubuntu-application/project_root/python_lib/Builder.py 2012-09-05 11:06:18 +0000
16@@ -1,7 +1,5 @@
17 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
18-### BEGIN LICENSE
19 # This file is in the public domain
20-### END LICENSE
21
22 ### DO NOT EDIT THIS FILE ###
23
24
25=== modified file 'data/templates/ubuntu-application/project_root/python_lib/PreferencesDialog.py'
26--- data/templates/ubuntu-application/project_root/python_lib/PreferencesDialog.py 2012-08-03 12:21:58 +0000
27+++ data/templates/ubuntu-application/project_root/python_lib/PreferencesDialog.py 2012-09-05 11:06:18 +0000
28@@ -1,7 +1,5 @@
29 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
30-### BEGIN LICENSE
31 # This file is in the public domain
32-### END LICENSE
33
34 ### DO NOT EDIT THIS FILE ###
35
36
37=== modified file 'data/templates/ubuntu-application/project_root/python_lib/Window.py'
38--- data/templates/ubuntu-application/project_root/python_lib/Window.py 2012-08-03 12:21:58 +0000
39+++ data/templates/ubuntu-application/project_root/python_lib/Window.py 2012-09-05 11:06:18 +0000
40@@ -1,7 +1,5 @@
41 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
42-### BEGIN LICENSE
43 # This file is in the public domain
44-### END LICENSE
45
46 ### DO NOT EDIT THIS FILE ###
47
48
49=== modified file 'data/templates/ubuntu-application/project_root/python_lib/__init__.py'
50--- data/templates/ubuntu-application/project_root/python_lib/__init__.py 2012-08-03 12:21:58 +0000
51+++ data/templates/ubuntu-application/project_root/python_lib/__init__.py 2012-09-05 11:06:18 +0000
52@@ -1,7 +1,5 @@
53 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
54-### BEGIN LICENSE
55 # This file is in the public domain
56-### END LICENSE
57
58 ### DO NOT EDIT THIS FILE ###
59
60
61=== modified file 'data/templates/ubuntu-application/project_root/python_lib/helpers.py'
62--- data/templates/ubuntu-application/project_root/python_lib/helpers.py 2012-08-03 12:29:58 +0000
63+++ data/templates/ubuntu-application/project_root/python_lib/helpers.py 2012-09-05 11:06:18 +0000
64@@ -1,7 +1,5 @@
65 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
66-### BEGIN LICENSE
67 # This file is in the public domain
68-### END LICENSE
69
70 ### DO NOT EDIT THIS FILE ###
71
72
73=== modified file 'data/templates/ubuntu-application/project_root/python_lib/python_nameconfig.py'
74--- data/templates/ubuntu-application/project_root/python_lib/python_nameconfig.py 2012-08-03 12:29:58 +0000
75+++ data/templates/ubuntu-application/project_root/python_lib/python_nameconfig.py 2012-09-05 11:06:18 +0000
76@@ -1,7 +1,5 @@
77 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
78-### BEGIN LICENSE
79 # This file is in the public domain
80-### END LICENSE
81
82 ### DO NOT EDIT THIS FILE ###
83

Subscribers

People subscribed via source and target branches