diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6bc5c89..5717073 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,4 +1,24 @@ + diff --git a/src/org/yaaic/client/About.java b/src/org/yaaic/client/About.java index 8ca5664..4d77788 100644 --- a/src/org/yaaic/client/About.java +++ b/src/org/yaaic/client/About.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client; import android.app.Activity; diff --git a/src/org/yaaic/client/ServerAdd.java b/src/org/yaaic/client/ServerAdd.java index 098ffa1..d28cc29 100644 --- a/src/org/yaaic/client/ServerAdd.java +++ b/src/org/yaaic/client/ServerAdd.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client; import org.yaaic.client.db.ServerDatabase; diff --git a/src/org/yaaic/client/ServerList.java b/src/org/yaaic/client/ServerList.java index c4c7a4a..697dc4f 100644 --- a/src/org/yaaic/client/ServerList.java +++ b/src/org/yaaic/client/ServerList.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client; import android.app.AlertDialog; diff --git a/src/org/yaaic/client/ServerWindow.java b/src/org/yaaic/client/ServerWindow.java index ce72da7..37ae4b8 100644 --- a/src/org/yaaic/client/ServerWindow.java +++ b/src/org/yaaic/client/ServerWindow.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client; import org.yaaic.client.db.ServerConstants; diff --git a/src/org/yaaic/client/ServerWindowListAdapter.java b/src/org/yaaic/client/ServerWindowListAdapter.java index 15e639a..da0d788 100644 --- a/src/org/yaaic/client/ServerWindowListAdapter.java +++ b/src/org/yaaic/client/ServerWindowListAdapter.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client; import android.view.Gravity; diff --git a/src/org/yaaic/client/Settings.java b/src/org/yaaic/client/Settings.java index 2bc3b47..582e7dc 100644 --- a/src/org/yaaic/client/Settings.java +++ b/src/org/yaaic/client/Settings.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client; import android.os.Bundle; diff --git a/src/org/yaaic/client/YaaicApplication.java b/src/org/yaaic/client/YaaicApplication.java index 61fa0b5..22d7092 100644 --- a/src/org/yaaic/client/YaaicApplication.java +++ b/src/org/yaaic/client/YaaicApplication.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client; import android.app.Application; diff --git a/src/org/yaaic/client/db/ChannelConstants.java b/src/org/yaaic/client/db/ChannelConstants.java index 5614560..bbba8d0 100644 --- a/src/org/yaaic/client/db/ChannelConstants.java +++ b/src/org/yaaic/client/db/ChannelConstants.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.db; import android.provider.BaseColumns; diff --git a/src/org/yaaic/client/db/IdentityConstants.java b/src/org/yaaic/client/db/IdentityConstants.java index 4075ee7..0cc153e 100644 --- a/src/org/yaaic/client/db/IdentityConstants.java +++ b/src/org/yaaic/client/db/IdentityConstants.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.db; /** diff --git a/src/org/yaaic/client/db/ServerConstants.java b/src/org/yaaic/client/db/ServerConstants.java index 7216938..2613a40 100644 --- a/src/org/yaaic/client/db/ServerConstants.java +++ b/src/org/yaaic/client/db/ServerConstants.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.db; import android.provider.BaseColumns; diff --git a/src/org/yaaic/client/db/ServerDatabase.java b/src/org/yaaic/client/db/ServerDatabase.java index bba25af..af5475e 100644 --- a/src/org/yaaic/client/db/ServerDatabase.java +++ b/src/org/yaaic/client/db/ServerDatabase.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.db; import android.content.ContentValues; diff --git a/src/org/yaaic/client/irc/ChannelBuffer.java b/src/org/yaaic/client/irc/ChannelBuffer.java index 7c295df..5ce51d8 100644 --- a/src/org/yaaic/client/irc/ChannelBuffer.java +++ b/src/org/yaaic/client/irc/ChannelBuffer.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.irc; /** diff --git a/src/org/yaaic/client/irc/IrcBinder.java b/src/org/yaaic/client/irc/IrcBinder.java index ec449d0..d2005c9 100644 --- a/src/org/yaaic/client/irc/IrcBinder.java +++ b/src/org/yaaic/client/irc/IrcBinder.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.irc; import android.os.Binder; diff --git a/src/org/yaaic/client/irc/IrcServer.java b/src/org/yaaic/client/irc/IrcServer.java index 2730cf7..54e9643 100644 --- a/src/org/yaaic/client/irc/IrcServer.java +++ b/src/org/yaaic/client/irc/IrcServer.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.irc; import org.jibble.pircbot.PircBot; diff --git a/src/org/yaaic/client/irc/IrcService.java b/src/org/yaaic/client/irc/IrcService.java index a2cb4e2..fe7ace8 100644 --- a/src/org/yaaic/client/irc/IrcService.java +++ b/src/org/yaaic/client/irc/IrcService.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.irc; import java.io.IOException; diff --git a/src/org/yaaic/client/irc/MessageBuffer.java b/src/org/yaaic/client/irc/MessageBuffer.java index ab98217..3ba328c 100644 --- a/src/org/yaaic/client/irc/MessageBuffer.java +++ b/src/org/yaaic/client/irc/MessageBuffer.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.irc; import java.util.ArrayList; diff --git a/src/org/yaaic/client/irc/ServerBuffer.java b/src/org/yaaic/client/irc/ServerBuffer.java index ad77498..c8154e1 100644 --- a/src/org/yaaic/client/irc/ServerBuffer.java +++ b/src/org/yaaic/client/irc/ServerBuffer.java @@ -1,3 +1,23 @@ +/* +Yaaic - Yet Another Android IRC Client + +Copyright 2009 Sebastian Kaspari + +This file is part of Yaaic. + +Yaaic 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. + +Yaaic 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 Yaaic. If not, see . +*/ package org.yaaic.client.irc; /**