Skip to content

Commit

Permalink
- changed the package name to com.github
Browse files Browse the repository at this point in the history
- corrected copyright notices where they were wrong
  • Loading branch information
liketechnik committed Jun 10, 2017
1 parent 27a9774 commit 8209145
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 65 deletions.
18 changes: 3 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,32 +1,20 @@
/*
* Copyright (C) 2017 Florian Warzecha <flowa2000@gmail.com>
*
* This file is part of infoDisplay.
* This file is part of cli-parser.
*
* infoDisplay is free software: you can redistribute it and/or modify
* cli-parser 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.
*
* infoDisplay is distributed in the hope that it will be useful,
* cli-parser 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/>.
*
* infoDisplay uses TelegramBots Java API <https://github.com/rubenlagus/TelegramBots> by Ruben Bermudez.
* TelegramBots API is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* infoDisplay uses parts of the Apache Commons project <https://commons.apache.org/>.
* Apache commons is licensed under the Apache License Version 2.0 <http://www.apache.org/licenses/>.
*
* infoDisplay uses vlcj library <http://capricasoftware.co.uk/#/projects/vlcj>.
* vlcj is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* Thanks to all the people who contributed to the projects that make this
* program possible.
*/

group 'org.github.liketechnik'
Expand Down
18 changes: 3 additions & 15 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,32 +1,20 @@
/*
* Copyright (C) 2017 Florian Warzecha <flowa2000@gmail.com>
*
* This file is part of infoDisplay.
* This file is part of cli-parser.
*
* infoDisplay is free software: you can redistribute it and/or modify
* cli-parser 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.
*
* infoDisplay is distributed in the hope that it will be useful,
* cli-parser 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/>.
*
* infoDisplay uses TelegramBots Java API <https://github.com/rubenlagus/TelegramBots> by Ruben Bermudez.
* TelegramBots API is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* infoDisplay uses parts of the Apache Commons project <https://commons.apache.org/>.
* Apache commons is licensed under the Apache License Version 2.0 <http://www.apache.org/licenses/>.
*
* infoDisplay uses vlcj library <http://capricasoftware.co.uk/#/projects/vlcj>.
* vlcj is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* Thanks to all the people who contributed to the projects that make this
* program possible.
*/

rootProject.name = 'cli-parser'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,35 +1,23 @@
/*
* Copyright (C) 2017 Florian Warzecha <flowa2000@gmail.com>
*
* This file is part of infoDisplay.
* This file is part of cli-parser.
*
* infoDisplay is free software: you can redistribute it and/or modify
* cli-parser 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.
*
* infoDisplay is distributed in the hope that it will be useful,
* cli-parser 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/>.
*
* infoDisplay uses TelegramBots Java API <https://github.com/rubenlagus/TelegramBots> by Ruben Bermudez.
* TelegramBots API is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* infoDisplay uses parts of the Apache Commons project <https://commons.apache.org/>.
* Apache commons is licensed under the Apache License Version 2.0 <http://www.apache.org/licenses/>.
*
* infoDisplay uses vlcj library <http://capricasoftware.co.uk/#/projects/vlcj>.
* vlcj is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* Thanks to all the people who contributed to the projects that make this
* program possible.
*/

package org.github.liketechnik
package com.github.liketechnik

/**
* This class represents a command line parameter.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,35 +1,23 @@
/*
* Copyright (C) 2017 Florian Warzecha <flowa2000@gmail.com>
*
* This file is part of infoDisplay.
* This file is part of cli-parser.
*
* infoDisplay is free software: you can redistribute it and/or modify
* cli-parser 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.
*
* infoDisplay is distributed in the hope that it will be useful,
* cli-parser 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/>.
*
* infoDisplay uses TelegramBots Java API <https://github.com/rubenlagus/TelegramBots> by Ruben Bermudez.
* TelegramBots API is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* infoDisplay uses parts of the Apache Commons project <https://commons.apache.org/>.
* Apache commons is licensed under the Apache License Version 2.0 <http://www.apache.org/licenses/>.
*
* infoDisplay uses vlcj library <http://capricasoftware.co.uk/#/projects/vlcj>.
* vlcj is licensed under GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.de.html>.
*
* Thanks to all the people who contributed to the projects that make this
* program possible.
*/

package org.github.liketechnik
package com.github.liketechnik



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* 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 org.github.liketechnik
package com.github.liketechnik

/**
* An exception for errors in the parsing process.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
package org.github.liketechnik
/*
* Copyright (C) 2017 Florian Warzecha <flowa2000@gmail.com>
*
* This file is part of cli-parser.
*
* cli-parser 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.
*
* cli-parser 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.liketechnik

import org.junit.Test

Expand Down Expand Up @@ -33,6 +52,6 @@ class ParserTest {
override val shortName: String = "t"
override val defaultValue: String = "default"
override val id: String = name + defaultValue
override val type: ArgumentTypes = ArgumentTypes.STRING
override val type: ArgumentTypes = org.github.liketechnik.ArgumentTypes.STRING
}
}

0 comments on commit 8209145

Please sign in to comment.