diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/android/support/v4/view/ThemeViewPager.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/chooser/AppReceiver.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/chooser/ChooserActivity.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/chooser/NotificationHijackingService.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/util/BootAnimationHelper.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/util/FontConfigParser.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/util/IconPreviewHelper.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/util/NotificationHelper.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/util/ThemedTypefaceHelper.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/util/TypefaceHelperCache.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/util/Utils.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/widget/BootAniImageView.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/widget/ClickableViewPager.java | 14 | ||||
-rw-r--r-- | src/com/cyngn/theme/widget/FittedTextView.java | 14 | ||||
-rw-r--r-- | src/com/viewpagerindicator/CirclePageIndicator.java | 1 | ||||
-rw-r--r-- | src/com/viewpagerindicator/PageIndicator.java | 1 |
16 files changed, 16 insertions, 182 deletions
diff --git a/src/android/support/v4/view/ThemeViewPager.java b/src/android/support/v4/view/ThemeViewPager.java index dd4ed42..235129b 100644 --- a/src/android/support/v4/view/ThemeViewPager.java +++ b/src/android/support/v4/view/ThemeViewPager.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package android.support.v4.view; diff --git a/src/com/cyngn/theme/chooser/AppReceiver.java b/src/com/cyngn/theme/chooser/AppReceiver.java index 1eb6ba4..cbd2e64 100644 --- a/src/com/cyngn/theme/chooser/AppReceiver.java +++ b/src/com/cyngn/theme/chooser/AppReceiver.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.chooser; diff --git a/src/com/cyngn/theme/chooser/ChooserActivity.java b/src/com/cyngn/theme/chooser/ChooserActivity.java index 8196dd7..de75e8c 100644 --- a/src/com/cyngn/theme/chooser/ChooserActivity.java +++ b/src/com/cyngn/theme/chooser/ChooserActivity.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.chooser; diff --git a/src/com/cyngn/theme/chooser/NotificationHijackingService.java b/src/com/cyngn/theme/chooser/NotificationHijackingService.java index 910a2de..dc0f9c9 100644 --- a/src/com/cyngn/theme/chooser/NotificationHijackingService.java +++ b/src/com/cyngn/theme/chooser/NotificationHijackingService.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.chooser; diff --git a/src/com/cyngn/theme/util/BootAnimationHelper.java b/src/com/cyngn/theme/util/BootAnimationHelper.java index 23ced7c..2b5f623 100644 --- a/src/com/cyngn/theme/util/BootAnimationHelper.java +++ b/src/com/cyngn/theme/util/BootAnimationHelper.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.util; diff --git a/src/com/cyngn/theme/util/FontConfigParser.java b/src/com/cyngn/theme/util/FontConfigParser.java index d88b4d4..a43f65c 100644 --- a/src/com/cyngn/theme/util/FontConfigParser.java +++ b/src/com/cyngn/theme/util/FontConfigParser.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.util; diff --git a/src/com/cyngn/theme/util/IconPreviewHelper.java b/src/com/cyngn/theme/util/IconPreviewHelper.java index 3c37eb2..c74543a 100644 --- a/src/com/cyngn/theme/util/IconPreviewHelper.java +++ b/src/com/cyngn/theme/util/IconPreviewHelper.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.util; diff --git a/src/com/cyngn/theme/util/NotificationHelper.java b/src/com/cyngn/theme/util/NotificationHelper.java index 2a83478..7283b35 100644 --- a/src/com/cyngn/theme/util/NotificationHelper.java +++ b/src/com/cyngn/theme/util/NotificationHelper.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.util; diff --git a/src/com/cyngn/theme/util/ThemedTypefaceHelper.java b/src/com/cyngn/theme/util/ThemedTypefaceHelper.java index a46db90..2c55b24 100644 --- a/src/com/cyngn/theme/util/ThemedTypefaceHelper.java +++ b/src/com/cyngn/theme/util/ThemedTypefaceHelper.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.util; diff --git a/src/com/cyngn/theme/util/TypefaceHelperCache.java b/src/com/cyngn/theme/util/TypefaceHelperCache.java index 83661a6..9cb03da 100644 --- a/src/com/cyngn/theme/util/TypefaceHelperCache.java +++ b/src/com/cyngn/theme/util/TypefaceHelperCache.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.util; diff --git a/src/com/cyngn/theme/util/Utils.java b/src/com/cyngn/theme/util/Utils.java index 2fc4c13..ade5b1d 100644 --- a/src/com/cyngn/theme/util/Utils.java +++ b/src/com/cyngn/theme/util/Utils.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.util; diff --git a/src/com/cyngn/theme/widget/BootAniImageView.java b/src/com/cyngn/theme/widget/BootAniImageView.java index 2e4fbd8..252ce4e 100644 --- a/src/com/cyngn/theme/widget/BootAniImageView.java +++ b/src/com/cyngn/theme/widget/BootAniImageView.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.widget; diff --git a/src/com/cyngn/theme/widget/ClickableViewPager.java b/src/com/cyngn/theme/widget/ClickableViewPager.java index 9d76673..d1774ba 100644 --- a/src/com/cyngn/theme/widget/ClickableViewPager.java +++ b/src/com/cyngn/theme/widget/ClickableViewPager.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.widget; diff --git a/src/com/cyngn/theme/widget/FittedTextView.java b/src/com/cyngn/theme/widget/FittedTextView.java index efbe9be..57acc3e 100644 --- a/src/com/cyngn/theme/widget/FittedTextView.java +++ b/src/com/cyngn/theme/widget/FittedTextView.java @@ -1,17 +1,5 @@ /* - * Copyright (C) 2014 The CyanogenMod 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) 2014 The CyanogenMod, Inc. */ package com.cyngn.theme.widget; diff --git a/src/com/viewpagerindicator/CirclePageIndicator.java b/src/com/viewpagerindicator/CirclePageIndicator.java index 03007f9..81365af 100644 --- a/src/com/viewpagerindicator/CirclePageIndicator.java +++ b/src/com/viewpagerindicator/CirclePageIndicator.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2011 Patrik Akerfeldt * Copyright (C) 2011 Jake Wharton + * Copyright (C) 2014 Cyanogen, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/com/viewpagerindicator/PageIndicator.java b/src/com/viewpagerindicator/PageIndicator.java index a15b29e..722ef83 100644 --- a/src/com/viewpagerindicator/PageIndicator.java +++ b/src/com/viewpagerindicator/PageIndicator.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2011 Patrik Akerfeldt * Copyright (C) 2011 Jake Wharton + * Copyright (C) 2014 Cyanogen, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |