diff --git a/LICENSE.md b/LICENSE.md index 78820bb..d7c4b4a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2016 Mick van Duijn, Koen Visscher and Paul Visscher +Copyright (c) 2017 Zefiros Software. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d66571b..7533a0e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ When a bug is found, please insert it in the issue tracker, so we can resolve it This project is licensed under the MIT license by [Zefiros Software](https://zefiros.eu). ``` -Copyright (c) 2016 Mick van Duijn, Koen Visscher and Paul Visscher +Copyright (c) 2017 Zefiros Software. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/index.md b/docs/index.md index 7ec81d8..1a42fc5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,7 +112,7 @@ When you use ZPM as part of a scientific publication, we would love you to cite This project is licensed under the MIT license by [Zefiros Software](https://zefiros.eu). ``` -Copyright (c) 2016 Mick van Duijn, Koen Visscher and Paul Visscher +Copyright (c) 2017 Zefiros Software. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mkdocs.yml b/mkdocs.yml index ff6240f..bd893b1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_url: http://pm.zefiros.eu repo_url: https://github.com/Zefiros-Software/ZPM site_description: The C++ package manager based on premake5. theme: united -copyright: Copyright © 2016 Mick van Duijn, Koen Visscher and Paul Visscher +copyright: Copyright © 2017 Zefiros Software. google_analytics: ['UA-29999374-3', 'pm.zefiros.eu'] theme_dir: docs/style pages: diff --git a/zpm.lua b/zpm.lua index 204a3e4..ee650f0 100644 --- a/zpm.lua +++ b/zpm.lua @@ -258,7 +258,7 @@ function zpm.onLoad() zpm.checkGit() - print(string.format("Zefiros Package Manager '%s' - (c) Zefiros Software 2016", zpm._VERSION)) + print(string.format("Zefiros Package Manager '%s' - (c) Zefiros Software 2017", zpm._VERSION)) zpm.wget.initialise()