From 31fd9225c80dd15972836aaf1e1c1c5eb2e3f356 Mon Sep 17 00:00:00 2001 From: dslul Date: Tue, 21 Jan 2020 12:46:12 +0100 Subject: [PATCH] remove header from kotlin files the license will be specified in just one file at project's root --- .../annotations/ExternallyReferenced.kt | 15 --------------- .../inputmethod/annotations/UsedForTesting.kt | 15 --------------- .../inputmethod/dictionarypack/ActionBatch.kt | 15 --------------- .../dictionarypack/AssetFileAddress.kt | 15 --------------- .../dictionarypack/BadFormatException.kt | 15 --------------- .../inputmethod/dictionarypack/ButtonSwitcher.kt | 15 --------------- .../dictionarypack/CommonPreferences.kt | 15 --------------- .../DictionaryListInterfaceState.kt | 15 --------------- .../dictionarypack/DictionaryPackConstants.kt | 15 --------------- .../dictionarypack/DictionaryProvider.kt | 15 --------------- .../dictionarypack/DictionarySettingsActivity.kt | 15 --------------- .../dictionarypack/DictionarySettingsFragment.kt | 15 --------------- .../dictionarypack/LogProblemReporter.kt | 15 --------------- .../inputmethod/dictionarypack/MD5Calculator.kt | 15 --------------- .../dictionarypack/MetadataDbHelper.kt | 15 --------------- .../inputmethod/dictionarypack/MetadataHandler.kt | 15 --------------- .../inputmethod/dictionarypack/MetadataParser.kt | 15 --------------- .../dictionarypack/MetadataUriGetter.kt | 15 --------------- .../inputmethod/dictionarypack/PrivateLog.kt | 15 --------------- .../inputmethod/dictionarypack/ProblemReporter.kt | 15 --------------- .../dictionarypack/WordListMetadata.kt | 15 --------------- .../dictionarypack/WordListPreference.kt | 15 --------------- .../InputMethodSettingsActivity.kt | 15 --------------- .../InputMethodSettingsFragment.kt | 15 --------------- .../inputmethodcommon/InputMethodSettingsImpl.kt | 15 --------------- .../InputMethodSettingsInterface.kt | 15 --------------- 26 files changed, 390 deletions(-) diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/annotations/ExternallyReferenced.kt b/app/src/main/java/org/dslul/openboard/inputmethod/annotations/ExternallyReferenced.kt index 570e9dad..9c266167 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/annotations/ExternallyReferenced.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/annotations/ExternallyReferenced.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2012 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.annotations /** diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/annotations/UsedForTesting.kt b/app/src/main/java/org/dslul/openboard/inputmethod/annotations/UsedForTesting.kt index 21e6a46d..eef45242 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/annotations/UsedForTesting.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/annotations/UsedForTesting.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2012 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.annotations /** diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ActionBatch.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ActionBatch.kt index ed79bf3d..bca32f63 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ActionBatch.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ActionBatch.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.ContentValues diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/AssetFileAddress.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/AssetFileAddress.kt index 9d3c7d9c..d01b4eb4 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/AssetFileAddress.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/AssetFileAddress.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import java.io.File diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/BadFormatException.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/BadFormatException.kt index 5a642c9b..d3e2d4f1 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/BadFormatException.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/BadFormatException.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack /** diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ButtonSwitcher.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ButtonSwitcher.kt index 5be47efe..60b3c32e 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ButtonSwitcher.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ButtonSwitcher.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2013 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.animation.Animator diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/CommonPreferences.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/CommonPreferences.kt index cee39ca6..06a393b8 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/CommonPreferences.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/CommonPreferences.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.Context diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryListInterfaceState.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryListInterfaceState.kt index a960eccc..f8244dfd 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryListInterfaceState.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryListInterfaceState.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2013 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.view.View diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryPackConstants.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryPackConstants.kt index a1029d8f..d4442653 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryPackConstants.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryPackConstants.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2013 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack /** diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryProvider.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryProvider.kt index 8d333534..74a9c34f 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryProvider.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionaryProvider.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.ContentProvider diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsActivity.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsActivity.kt index a5ee716b..ee5e7a16 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsActivity.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsActivity.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.annotation.TargetApi diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsFragment.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsFragment.kt index ca5e76bb..4de5dc69 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsFragment.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/DictionarySettingsFragment.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.app.Activity diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/LogProblemReporter.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/LogProblemReporter.kt index 8587daad..6622e167 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/LogProblemReporter.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/LogProblemReporter.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.util.Log diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MD5Calculator.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MD5Calculator.kt index 0bba897f..4ab8e00f 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MD5Calculator.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MD5Calculator.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2012 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import java.io.IOException diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataDbHelper.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataDbHelper.kt index 640ee29e..9e3b526c 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataDbHelper.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataDbHelper.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.ContentValues diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataHandler.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataHandler.kt index e24481b6..c156148f 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataHandler.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataHandler.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.ContentValues diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataParser.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataParser.kt index a4390045..97d6f0ff 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataParser.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataParser.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.text.TextUtils diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataUriGetter.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataUriGetter.kt index ef4448b4..d3ae2968 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataUriGetter.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/MetadataUriGetter.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2013 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.Context diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/PrivateLog.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/PrivateLog.kt index c7ed4aaf..d1c6aab3 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/PrivateLog.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/PrivateLog.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.ContentValues diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ProblemReporter.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ProblemReporter.kt index 0f6c8ff2..7237a9ce 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ProblemReporter.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/ProblemReporter.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack /** diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListMetadata.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListMetadata.kt index 2d998e1f..19c2c472 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListMetadata.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListMetadata.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.ContentValues diff --git a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListPreference.kt b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListPreference.kt index 2757ea4f..4f6107b5 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListPreference.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethod/dictionarypack/WordListPreference.kt @@ -1,18 +1,3 @@ -/** - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethod.dictionarypack import android.content.Context diff --git a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsActivity.kt b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsActivity.kt index aed4817a..914608b0 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsActivity.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsActivity.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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 - */ package org.dslul.openboard.inputmethodcommon import android.graphics.drawable.Drawable diff --git a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsFragment.kt b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsFragment.kt index abc19be0..41748071 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsFragment.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsFragment.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethodcommon import android.content.Context diff --git a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsImpl.kt b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsImpl.kt index ca8ac697..3adb32ec 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsImpl.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsImpl.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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. - */ package org.dslul.openboard.inputmethodcommon import android.content.Context diff --git a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsInterface.kt b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsInterface.kt index 00a6679f..fccbf687 100644 --- a/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsInterface.kt +++ b/app/src/main/java/org/dslul/openboard/inputmethodcommon/InputMethodSettingsInterface.kt @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2011 The Android Open Source 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 - */ package org.dslul.openboard.inputmethodcommon import android.graphics.drawable.Drawable