From e862cd92b0dfc96a2611b3c994a313bacffa751f Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 16 May 2017 21:06:44 +0200 Subject: [PATCH] Rename module to GroupRings --- .travis.yml | 4 ++-- LICENSE.md | 10 +++++----- README.md | 2 +- appveyor.yml | 4 ++-- src/GroupRings.jl | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e2c1e1..ab7ca12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ notifications: # - julia -e 'Pkg.clone(pwd()); Pkg.build("GroupAlgebras"); Pkg.test("GroupAlgebras"; coverage=true)' after_success: # push coverage results to Coveralls - - julia -e 'cd(Pkg.dir("GroupAlgebras")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' + - julia -e 'cd(Pkg.dir("GroupRings")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' # push coverage results to Codecov - - julia -e 'cd(Pkg.dir("GroupAlgebras")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' + - julia -e 'cd(Pkg.dir("GroupRings")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' diff --git a/LICENSE.md b/LICENSE.md index 51dcb84..c51c629 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,17 +1,17 @@ -The GroupAlgebras.jl package is licensed under the MIT "Expat" License: +The GroupRings.jl package is licensed under the MIT "Expat" License: > Copyright (c) 2017: kalmar. -> +> > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal > in the Software without restriction, including without limitation the rights > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: -> +> > The above copyright notice and this permission notice shall be included in all > copies or substantial portions of the Software. -> +> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -19,4 +19,4 @@ The GroupAlgebras.jl package is licensed under the MIT "Expat" License: > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE > SOFTWARE. -> +> diff --git a/README.md b/README.md index 334f74b..4f40151 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# GroupAlgebras +# GroupRings diff --git a/appveyor.yml b/appveyor.yml index 5bae7d4..d8ce31e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ build_script: # Need to convert from shallow to complete for Pkg.clone to work - IF EXIST .git\shallow (git fetch --unshallow) - C:\projects\julia\bin\julia -e "versioninfo(); - Pkg.clone(pwd(), \"GroupAlgebras\"); Pkg.build(\"GroupAlgebras\")" + Pkg.clone(pwd(), \"GroupRings\"); Pkg.build(\"GroupRings\")" test_script: - - C:\projects\julia\bin\julia -e "Pkg.test(\"GroupAlgebras\")" + - C:\projects\julia\bin\julia -e "Pkg.test(\"GroupRings\")" diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 444d219..12caa27 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -1,4 +1,4 @@ -module GroupAlgebras +module GroupRings using Nemo import Nemo: Group, GroupElem, Ring