Nux

Merge lp:~bregma/nux/lp-753361 into lp:nux

Proposed by Stephen M. Webb
Status: Merged
Approved by: Brandon Schaefer
Approved revision: 785
Merged at revision: 785
Proposed branch: lp:~bregma/nux/lp-753361
Merge into: lp:nux
Diff against target: 174 lines (+94/-38)
3 files modified
Nux/TextEntry.cpp (+31/-15)
Nux/TextEntry.h (+31/-17)
debian/copyright (+32/-6)
To merge this branch: bzr merge lp:~bregma/nux/lp-753361
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Brandon Schaefer (community) Approve
Review via email: mp+162659@code.launchpad.net

Commit message

debian/copyright: updated and corrected (lp: #753361)

Description of the change

= Problem description =

The debian/copyright file was incomplete and in an incorrect format.

= The fix =

Reviewed all nux source code and updated the debian/copyright file appropriately. Updated to current DEP-5 format.

= Test coverage =

Change is a packaging-only change.

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

LGTM

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Nux/TextEntry.cpp'
2--- Nux/TextEntry.cpp 2013-03-21 00:10:42 +0000
3+++ Nux/TextEntry.cpp 2013-05-06 19:56:26 +0000
4@@ -1,19 +1,35 @@
5 /*
6- Copyright 2008 Google Inc.
7-
8- Licensed under the Apache License, Version 2.0(the "License");
9- you may not use this file except in compliance with the License.
10- You may obtain a copy of the License at
11-
12- http://www.apache.org/licenses/LICENSE-2.0
13-
14- Unless required by applicable law or agreed to in writing, software
15- distributed under the License is distributed on an "AS IS" BASIS,
16- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17- See the License for the specific language governing permissions and
18- limitations under the License.
19-*/
20-
21+ * Copyright 2011-2013 Canonical Ltd.
22+ * Copyright 2010 Inalogic Inc.
23+ *
24+ * This program is free software: you can redistribute it and/or modify it
25+ * under the terms of the GNU Lesser General Public License, as
26+ * published by the Free Software Foundation; either version 2.1 or 3.0
27+ * of the License.
28+ *
29+ * This program is distributed in the hope that it will be useful, but
30+ * WITHOUT ANY WARRANTY; without even the implied warranties of
31+ * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
32+ * PURPOSE. See the applicable version of the GNU Lesser General Public
33+ * License for more details.
34+ *
35+ * You should have received a copy of both the GNU Lesser General Public
36+ * License along with this program. If not, see <http://www.gnu.org/licenses/>
37+ *
38+ * Copyright 2008 Google Inc.
39+ *
40+ * Licensed under the Apache License, Version 2.0(the "License");
41+ * you may not use this file except in compliance with the License.
42+ * You may obtain a copy of the License at
43+ *
44+ * http://www.apache.org/licenses/LICENSE-2.0
45+ *
46+ * Unless required by applicable law or agreed to in writing, software
47+ * distributed under the License is distributed on an "AS IS" BASIS,
48+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49+ * See the License for the specific language governing permissions and
50+ * limitations under the License.
51+ */
52
53 #include "Nux.h"
54 #include "Layout.h"
55
56=== modified file 'Nux/TextEntry.h'
57--- Nux/TextEntry.h 2013-03-21 00:10:42 +0000
58+++ Nux/TextEntry.h 2013-05-06 19:56:26 +0000
59@@ -1,25 +1,39 @@
60 #ifndef TEXTENTRY_H
61 #define TEXTENTRY_H
62
63-
64-
65 // Heavily inspired from google gadget code
66 /*
67- Copyright 2008 Google Inc.
68-
69- Licensed under the Apache License, Version 2.0(the "License");
70- you may not use this file except in compliance with the License.
71- You may obtain a copy of the License at
72-
73- http://www.apache.org/licenses/LICENSE-2.0
74-
75- Unless required by applicable law or agreed to in writing, software
76- distributed under the License is distributed on an "AS IS" BASIS,
77- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
78- See the License for the specific language governing permissions and
79- limitations under the License.
80-*/
81-
82+ * Copyright 2011-2013 Canonical Ltd.
83+ * Copyright 2010 Inalogic Inc.
84+ *
85+ * This program is free software: you can redistribute it and/or modify it
86+ * under the terms of the GNU Lesser General Public License, as
87+ * published by the Free Software Foundation; either version 2.1 or 3.0
88+ * of the License.
89+ *
90+ * This program is distributed in the hope that it will be useful, but
91+ * WITHOUT ANY WARRANTY; without even the implied warranties of
92+ * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
93+ * PURPOSE. See the applicable version of the GNU Lesser General Public
94+ * License for more details.
95+ *
96+ * You should have received a copy of both the GNU Lesser General Public
97+ * License along with this program. If not, see <http://www.gnu.org/licenses/>
98+ *
99+ * Copyright 2008 Google Inc.
100+ *
101+ * Licensed under the Apache License, Version 2.0(the "License");
102+ * you may not use this file except in compliance with the License.
103+ * You may obtain a copy of the License at
104+ *
105+ * http://www.apache.org/licenses/LICENSE-2.0
106+ *
107+ * Unless required by applicable law or agreed to in writing, software
108+ * distributed under the License is distributed on an "AS IS" BASIS,
109+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
110+ * See the License for the specific language governing permissions and
111+ * limitations under the License.
112+ */
113
114 #include "cairo/cairo.h"
115 #include "pango/pango.h"
116
117=== modified file 'debian/copyright'
118--- debian/copyright 2011-04-07 11:26:06 +0000
119+++ debian/copyright 2013-05-06 19:56:26 +0000
120@@ -1,18 +1,27 @@
121-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
122-Name: nux
123-Maintainer: Jay Taoko <jay.taoko_AT_gmail_DOT_com>
124+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
125+Upstream-Name: nux
126+Upstream-Contact: Nux Developer Team <unity-dev@lists.laucnhpad.net>
127 Source: http://launchpad.net/nux
128
129 Files: *
130-Copyright: 2010, Inalogic Inc
131+Copyright: 2010-2013 Canonical, Ltd.
132+ 2010 Inalogic Inc
133 License: LGPL-2.1+
134
135+Files: Nux/TextEntry.cpp
136+Copyright: 2011-2013 Canonical Ltd.
137+ 2010 Inalogic Inc.
138+ 2008 Google Inc.
139+License: LGPL-2.1+ and Apache-2.0
140+
141 Files: examples/*
142-Copyright: 2010, Inalogic Inc
143+Copyright: 2012 Canonical. Ltd.
144+ 2010 Inalogic Inc
145 License: GPL-3
146
147 Files: debian/*
148-Copyright: 2010, Didier Roche <didrocks@ubuntu.com>
149+Copyright: 2013 Canonical Ltd.
150+ 2010 Didier Roche <didrocks@ubuntu.com>
151 License: LGPL-2.1+
152
153 License: GPL-3
154@@ -42,3 +51,20 @@
155 .
156 On Debian systems, the complete text of the GNU Lesser General Public
157 License can be found in `/usr/share/common-licenses/LGPL-2.1'
158+
159+License: Apache-2.0
160+ Licensed under the Apache License, Version 2.0(the "License");
161+ you may not use this file except in compliance with the License.
162+ You may obtain a copy of the License at
163+ .
164+ http://www.apache.org/licenses/LICENSE-2.0
165+ .
166+ Unless required by applicable law or agreed to in writing, software
167+ distributed under the License is distributed on an "AS IS" BASIS,
168+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
169+ See the License for the specific language governing permissions and
170+ limitations under the License.
171+ .
172+ On Debian systems, the complete text of the Apache 2.0 License can be found
173+ in `/usr/share/common-licenses/Apache-2.0'
174+

Subscribers

People subscribed via source and target branches