Skip to content

Commit

Permalink
Update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Nov 30, 2016
1 parent a33fcc6 commit df9f0ad
Show file tree
Hide file tree
Showing 50 changed files with 957 additions and 1,505 deletions.
2 changes: 2 additions & 0 deletions .headache.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala source
".*\\.scala" -> frame open:"/*" line:"*" close:"*/"
681 changes: 12 additions & 669 deletions LICENSE

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions src/main/scala/be/mygod/preference/DialogPreferencePlus.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.app.DialogFragment
Expand Down
20 changes: 20 additions & 0 deletions src/main/scala/be/mygod/preference/EditTextPreference.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.content.Context
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.content.Context
Expand Down
20 changes: 20 additions & 0 deletions src/main/scala/be/mygod/preference/NumberPickerPreference.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.content.Context
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.content.Context
Expand Down
20 changes: 20 additions & 0 deletions src/main/scala/be/mygod/preference/PreferenceCategory.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.content.Context
Expand Down
20 changes: 20 additions & 0 deletions src/main/scala/be/mygod/preference/PreferenceFragment.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.app.DialogFragment
Expand Down
20 changes: 20 additions & 0 deletions src/main/scala/be/mygod/preference/PreferenceGroupAdapter.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import java.lang.reflect.Field
Expand Down
20 changes: 20 additions & 0 deletions src/main/scala/be/mygod/preference/SummaryPreference.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package be.mygod.preference

import android.support.v7.preference.Preference
Expand Down
57 changes: 19 additions & 38 deletions src/main/scala/com/github/shadowsocks/AppManager.scala
Original file line number Diff line number Diff line change
@@ -1,41 +1,22 @@
/*
* Shadowsocks - A shadowsocks client for Android
* Copyright (C) 2014 <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*
* ___====-_ _-====___
* _--^^^#####// \\#####^^^--_
* _-^##########// ( ) \\##########^-_
* -############// |\^^/| \\############-
* _/############// (@::@) \\############\_
* /#############(( \\// ))#############\
* -###############\\ (oo) //###############-
* -#################\\ / VV \ //#################-
* -###################\\/ \//###################-
* _#/|##########/\######( /\ )######/\##########|\#_
* |/ |#/\#/\#/\/ \#/\##\ | | /##/\#/ \/\#/\#/\#| \|
* ` |/ V V ` V \#\| | | |/#/ V ' V V \| '
* ` ` ` ` / | | | | \ ' ' ' '
* ( | | | | )
* __\ | | | | /__
* (vvv(VVV)(VVV)vvv)
*
* HERE BE DRAGONS
*
*/
/*******************************************************************************/
/* */
/* Copyright (C) 2016 by Max Lv <[email protected]> */
/* Copyright (C) 2016 by Mygod Studio <[email protected]> */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */
/* (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*******************************************************************************/

package com.github.shadowsocks

Expand Down
Loading

0 comments on commit df9f0ad

Please sign in to comment.