Skip to content

Commit bdc0332

Browse files
committed
Copyright note fixes
1 parent 5bcfed8 commit bdc0332

193 files changed

Lines changed: 404 additions & 594 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
Copyright (C) 2012-2013 ownCloud Inc.
77
88
This program is free software: you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation, either version 2 of the License, or
11-
(at your option) any later version.
9+
it under the terms of the GNU General Public License version 2,
10+
as published by the Free Software Foundation.
1211
1312
This program is distributed in the hope that it will be useful,
1413
but WITHOUT ANY WARRANTY; without even the implied warranty of

LICENSE.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,9 @@ the "copyright" line and a pointer to where the full notice is found.
294294
Copyright (C) <year> <name of author>
295295

296296
This program is free software; you can redistribute it and/or modify
297-
it under the terms of the GNU General Public License as published by
298-
the Free Software Foundation; either version 2 of the License, or
299-
(at your option) any later version.
300-
297+
it under the terms of the GNU General Public License version 2,
298+
as published by the Free Software Foundation.
299+
301300
This program is distributed in the hope that it will be useful,
302301
but WITHOUT ANY WARRANTY; without even the implied warranty of
303302
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

THIRD_PARTY.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
###########
1212

1313
This program is free software: you can redistribute it and/or modify
14-
it under the terms of the GNU General Public License as published by
15-
the Free Software Foundation, either version 2 of the License, or
16-
(at your option) any later version.
14+
it under the terms of the GNU General Public License verions 2,
15+
as published by the Free Software Foundation.
1716

1817
This program is distributed in the hope that it will be useful,
1918
but WITHOUT ANY WARRANTY; without even the implied warranty of

oc_jb_workaround/src/com/owncloud/android/workaround/accounts/AccountAuthenticatorService.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2013 ownCloud Inc.
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 2 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU General Public License version 2,
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

res/anim/disappear.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
Copyright (C) 2012-2013 ownCloud Inc.
77
88
This program is free software: you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation, either version 2 of the License, or
11-
(at your option) any later version.
9+
it under the terms of the GNU General Public License version 2,
10+
as published by the Free Software Foundation.
1211
1312
This program is distributed in the hope that it will be useful,
1413
but WITHOUT ANY WARRANTY; without even the implied warranty of

res/anim/grow_from_bottom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
Copyright (C) 2012-2013 ownCloud Inc.
77
88
This program is free software: you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation, either version 2 of the License, or
11-
(at your option) any later version.
9+
it under the terms of the GNU General Public License version 2,
10+
as published by the Free Software Foundation.
1211
1312
This program is distributed in the hope that it will be useful,
1413
but WITHOUT ANY WARRANTY; without even the implied warranty of

res/anim/grow_from_bottomleft_to_topright.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
Copyright (C) 2012-2013 ownCloud Inc.
77
88
This program is free software: you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation, either version 2 of the License, or
11-
(at your option) any later version.
9+
it under the terms of the GNU General Public License version 2,
10+
as published by the Free Software Foundation.
1211
1312
This program is distributed in the hope that it will be useful,
1413
but WITHOUT ANY WARRANTY; without even the implied warranty of

res/anim/grow_from_bottomright_to_topleft.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
Copyright (C) 2012-2013 ownCloud Inc.
77
88
This program is free software: you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation, either version 2 of the License, or
11-
(at your option) any later version.
9+
it under the terms of the GNU General Public License version 2,
10+
as published by the Free Software Foundation.
1211
1312
This program is distributed in the hope that it will be useful,
1413
but WITHOUT ANY WARRANTY; without even the implied warranty of

res/anim/grow_from_top.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
Copyright (C) 2012-2013 ownCloud Inc.
77
88
This program is free software: you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation, either version 2 of the License, or
11-
(at your option) any later version.
9+
it under the terms of the GNU General Public License version 2,
10+
as published by the Free Software Foundation.
1211
1312
This program is distributed in the hope that it will be useful,
1413
but WITHOUT ANY WARRANTY; without even the implied warranty of

res/anim/grow_from_topleft_to_bottomright.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
Copyright (C) 2012-2013 ownCloud Inc.
77
88
This program is free software: you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation, either version 2 of the License, or
11-
(at your option) any later version.
9+
it under the terms of the GNU General Public License version 2,
10+
as published by the Free Software Foundation.
1211
1312
This program is distributed in the hope that it will be useful,
1413
but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)