Skip to content

Commit

Permalink
GNU license
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rKn3sSyS committed Oct 28, 2012
1 parent d5c7901 commit e4191b1
Show file tree
Hide file tree
Showing 16 changed files with 441 additions and 204 deletions.
13 changes: 3 additions & 10 deletions Android.mk
@@ -1,17 +1,10 @@
#
# Copyright (C) 2012 ParanoidAndroid Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# Licensed under the GNU GPLv2 license
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# The text of the license can be found in the LICENSE file
# or at https://www.gnu.org/licenses/gpl-2.0.txt
#

LOCAL_PATH:= $(call my-dir)
Expand Down
22 changes: 7 additions & 15 deletions AndroidManifest.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.paranoid.ParanoidWallpapers">
Expand Down
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions lint.xml
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->
<lint>
<issue id="ParserError" severity="ignore" />
</lint>
22 changes: 7 additions & 15 deletions res/layout/activity_main.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
Expand Down
22 changes: 7 additions & 15 deletions res/values-es/strings.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

Expand Down
22 changes: 7 additions & 15 deletions res/values-large/dimens.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

Expand Down
22 changes: 7 additions & 15 deletions res/values-v11/styles.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

Expand Down
22 changes: 7 additions & 15 deletions res/values-v14/styles.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

Expand Down
40 changes: 16 additions & 24 deletions res/values/arrays.xml
@@ -1,30 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

<string-array name="colors">
<item>@string/red</item>
<item>@string/green</item>
<item>@string/blue</item>
<item>@string/purple</item>
<item>@string/orange</item>
<item>@string/white</item>
<item>@string/black</item>
</string-array>
<string-array name="colors">
<item>@string/red</item>
<item>@string/green</item>
<item>@string/blue</item>
<item>@string/purple</item>
<item>@string/orange</item>
<item>@string/white</item>
<item>@string/black</item>
</string-array>

</resources>
22 changes: 7 additions & 15 deletions res/values/dimens.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

Expand Down
22 changes: 7 additions & 15 deletions res/values/strings.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

Expand Down
22 changes: 7 additions & 15 deletions res/values/styles.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2012, ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>

Expand Down
22 changes: 7 additions & 15 deletions res/values/wallpapers.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- Copyright (C) 2012 ParanoidAndroid Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->

<resources>
<string-array name="wallpapers" translatable="false">
Expand Down
13 changes: 3 additions & 10 deletions src/com/paranoid/ParanoidWallpapers/SolidColor.java
@@ -1,17 +1,10 @@
/*
* Copyright (C) 2012 ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* Licensed under the GNU GPLv2 license
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* The text of the license can be found in the LICENSE file
* or at https://www.gnu.org/licenses/gpl-2.0.txt
*/

package com.paranoid.ParanoidWallpapers;
Expand Down
13 changes: 3 additions & 10 deletions src/com/paranoid/ParanoidWallpapers/Wallpaper.java
@@ -1,17 +1,10 @@
/*
* Copyright (C) 2012 ParanoidAndroid Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* Licensed under the GNU GPLv2 license
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* The text of the license can be found in the LICENSE file
* or at https://www.gnu.org/licenses/gpl-2.0.txt
*/

package com.paranoid.ParanoidWallpapers;
Expand Down

0 comments on commit e4191b1

Please sign in to comment.