diff --git a/app/src/main/java/com/isupatches/wisefy/WiseFy.java b/app/src/main/java/com/isupatches/wisefy/WiseFy.java index 401e3a48..9fa048a1 100644 --- a/app/src/main/java/com/isupatches/wisefy/WiseFy.java +++ b/app/src/main/java/com/isupatches/wisefy/WiseFy.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 by Patches Klinefelter + * Copyright 2016 Patches Klinefelter * * 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/app/src/main/java/com/isupatches/wisefy/util/GetManagerUtil.java b/app/src/main/java/com/isupatches/wisefy/util/GetManagerUtil.java index 3e4f8d58..8d438648 100644 --- a/app/src/main/java/com/isupatches/wisefy/util/GetManagerUtil.java +++ b/app/src/main/java/com/isupatches/wisefy/util/GetManagerUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright 2016 Patches Klinefelter + * + * 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 com.isupatches.wisefy.util; diff --git a/app/src/main/java/com/isupatches/wisefy/util/LogUtil.java b/app/src/main/java/com/isupatches/wisefy/util/LogUtil.java index 2448a563..bbb477d2 100644 --- a/app/src/main/java/com/isupatches/wisefy/util/LogUtil.java +++ b/app/src/main/java/com/isupatches/wisefy/util/LogUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright 2016 Patches Klinefelter + * + * 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 com.isupatches.wisefy.util; diff --git a/app/src/main/java/com/isupatches/wisefy/util/SSIDUtil.java b/app/src/main/java/com/isupatches/wisefy/util/SSIDUtil.java index 6af98b10..184dc1e9 100644 --- a/app/src/main/java/com/isupatches/wisefy/util/SSIDUtil.java +++ b/app/src/main/java/com/isupatches/wisefy/util/SSIDUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright 2016 Patches Klinefelter + * + * 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 com.isupatches.wisefy.util;