Merge lp:~michihenning/unity-scopes-api/copyright-text into lp:unity-scopes-api

Proposed by Michi Henning
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 316
Merged at revision: 319
Proposed branch: lp:~michihenning/unity-scopes-api/copyright-text
Merge into: lp:unity-scopes-api
Diff against target: 187 lines (+16/-16)
11 files modified
include/unity/scopes/Location.h (+1/-1)
include/unity/scopes/ScopeMetadata.h (+1/-1)
include/unity/scopes/internal/LocationImpl.h (+2/-2)
include/unity/scopes/internal/ScopeMetadataImpl.h (+2/-2)
include/unity/scopes/testing/ScopeMetadataBuilder.h (+1/-1)
include/unity/scopes/testing/TypedScopeFixture.h (+1/-1)
src/scopes/Location.cpp (+1/-1)
src/scopes/ScopeMetadata.cpp (+1/-1)
src/scopes/internal/LocationImpl.cpp (+2/-2)
src/scopes/internal/ScopeMetadataImpl.cpp (+2/-2)
src/scopes/testing/ScopeMetadataBuilder.cpp (+2/-2)
To merge this branch: bzr merge lp:~michihenning/unity-scopes-api/copyright-text
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+250566@code.launchpad.net

Commit message

Fixed a bunch of copyright headers.

Description of the change

Fixed a bunch of copyright headers.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'include/unity/scopes/Location.h'
--- include/unity/scopes/Location.h 2014-11-03 05:31:30 +0000
+++ include/unity/scopes/Location.h 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2014 Canonical Ltd2 * Copyright (C) 2014 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
99
=== modified file 'include/unity/scopes/ScopeMetadata.h'
--- include/unity/scopes/ScopeMetadata.h 2015-01-27 12:47:03 +0000
+++ include/unity/scopes/ScopeMetadata.h 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2013 Canonical Ltd2 * Copyright (C) 2013 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
99
=== modified file 'include/unity/scopes/internal/LocationImpl.h'
--- include/unity/scopes/internal/LocationImpl.h 2014-11-03 05:31:30 +0000
+++ include/unity/scopes/internal/LocationImpl.h 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2014 Canonical Ltd2 * Copyright (C) 2014 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
@@ -10,7 +10,7 @@
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.11 * GNU Lesser General Public License for more details.
12 *12 *
13 * You should have received a copy of the Lesser GNU General Public License13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *15 *
16 * Authored by: Pete Woods <pete.woods@canonical.com>16 * Authored by: Pete Woods <pete.woods@canonical.com>
1717
=== modified file 'include/unity/scopes/internal/ScopeMetadataImpl.h'
--- include/unity/scopes/internal/ScopeMetadataImpl.h 2015-01-27 12:46:11 +0000
+++ include/unity/scopes/internal/ScopeMetadataImpl.h 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2013 Canonical Ltd2 * Copyright (C) 2013 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
@@ -10,7 +10,7 @@
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.11 * GNU Lesser General Public License for more details.
12 *12 *
13 * You should have received a copy of the Lesser GNU General Public License13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *15 *
16 * Authored by: Michi Henning <michi.henning@canonical.com>16 * Authored by: Michi Henning <michi.henning@canonical.com>
1717
=== modified file 'include/unity/scopes/testing/ScopeMetadataBuilder.h'
--- include/unity/scopes/testing/ScopeMetadataBuilder.h 2015-02-06 00:25:05 +0000
+++ include/unity/scopes/testing/ScopeMetadataBuilder.h 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2013 Canonical Ltd2 * Copyright (C) 2013 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
99
=== modified file 'include/unity/scopes/testing/TypedScopeFixture.h'
--- include/unity/scopes/testing/TypedScopeFixture.h 2015-02-06 00:25:05 +0000
+++ include/unity/scopes/testing/TypedScopeFixture.h 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2013 Canonical Ltd2 * Copyright (C) 2013 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
99
=== modified file 'src/scopes/Location.cpp'
--- src/scopes/Location.cpp 2014-08-04 09:20:16 +0000
+++ src/scopes/Location.cpp 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2014 Canonical Ltd2 * Copyright (C) 2014 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
99
=== modified file 'src/scopes/ScopeMetadata.cpp'
--- src/scopes/ScopeMetadata.cpp 2015-01-27 12:46:11 +0000
+++ src/scopes/ScopeMetadata.cpp 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2013 Canonical Ltd2 * Copyright (C) 2013 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
99
=== modified file 'src/scopes/internal/LocationImpl.cpp'
--- src/scopes/internal/LocationImpl.cpp 2014-08-04 09:20:16 +0000
+++ src/scopes/internal/LocationImpl.cpp 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2014 Canonical Ltd2 * Copyright (C) 2014 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
@@ -10,7 +10,7 @@
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.11 * GNU Lesser General Public License for more details.
12 *12 *
13 * You should have received a copy of the Lesser GNU General Public License13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *15 *
16 * Authored by: Pete Woods <pete.woods@canonical.com>16 * Authored by: Pete Woods <pete.woods@canonical.com>
1717
=== modified file 'src/scopes/internal/ScopeMetadataImpl.cpp'
--- src/scopes/internal/ScopeMetadataImpl.cpp 2015-01-27 12:46:11 +0000
+++ src/scopes/internal/ScopeMetadataImpl.cpp 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2013 Canonical Ltd2 * Copyright (C) 2013 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
@@ -10,7 +10,7 @@
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.11 * GNU Lesser General Public License for more details.
12 *12 *
13 * You should have received a copy of the Lesser GNU General Public License13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *15 *
16 * Authored by: Michi Henning <michi.henning@canonical.com>16 * Authored by: Michi Henning <michi.henning@canonical.com>
1717
=== modified file 'src/scopes/testing/ScopeMetadataBuilder.cpp'
--- src/scopes/testing/ScopeMetadataBuilder.cpp 2015-01-27 12:46:11 +0000
+++ src/scopes/testing/ScopeMetadataBuilder.cpp 2015-02-22 22:29:09 +0000
@@ -2,7 +2,7 @@
2 * Copyright (C) 2013 Canonical Ltd2 * Copyright (C) 2013 Canonical Ltd
3 *3 *
4 * This program is free software: you can redistribute it and/or modify4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the Lesser GNU General Public License version 3 as5 * it under the terms of the GNU Lesser General Public License version 3 as
6 * published by the Free Software Foundation.6 * published by the Free Software Foundation.
7 *7 *
8 * This program is distributed in the hope that it will be useful,8 * This program is distributed in the hope that it will be useful,
@@ -10,7 +10,7 @@
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.11 * GNU Lesser General Public License for more details.
12 *12 *
13 * You should have received a copy of the Lesser GNU General Public License13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *15 *
16 * Authored by: Thomas Voß <thomas.voss@canonical.com>16 * Authored by: Thomas Voß <thomas.voss@canonical.com>

Subscribers

People subscribed via source and target branches

to all changes: