From be8481f3218b736efa8bdaa12a3a407984c2c62b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 20 Apr 2020 01:07:49 +0100 Subject: Maneage instead of Template in README-hacking.md and copyright notices Until now, throughout Maneage we were using the old name of "Reproducible Paper Template". But we have finally decided to use Maneage, so to avoid confusion, the name has been corrected in `README-hacking.md' and also in the copyright notices. Note also that in `README-hacking.md', the main Maneage branch is now called `maneage', and the main Git remote has been changed to `https://gitlab.com/maneage/project' (this is a new GitLab Group that I have setup for all Maneage-related projects). In this repository there is only one `maneage' branch to avoid complications with the `master' branch of the projects using Maneage later. --- project | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'project') diff --git a/project b/project index e2d4c66..22a4b49 100755 --- a/project +++ b/project @@ -5,15 +5,15 @@ # # Copyright (C) 2019-2020 Mohammad Akhlaghi # -# This script 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 file is part of Maneage. Maneage 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 script 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. See . +# Maneage 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. See . # Basic settings -- cgit v1.2.1 From d73a2628310ce01f98bf07cdf6d5d30ccf807a8a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 25 Apr 2020 04:50:08 +0100 Subject: IMPORTANT: Primary Maneage repositories are now under maneage.org Until now, the primary Maneage URLs were under GitLab, but since we now have a dedicated URL and Git repository, its better to transfer to this as soon as possible. Therefore with this commit, throughout Maneage, any place that Maneage was referenced through GitLab has been corrected. Please correct your project's remote to point to the new repository at `git.maneage.org/project.git', and please make sure it follows the `maneage' branch. There is no more `master' branch on Maneage. --- project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project b/project index 22a4b49..efbd266 100755 --- a/project +++ b/project @@ -114,7 +114,7 @@ Make options: Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. -Reproducible paper template: https://gitlab.com/makhlaghi/reproducible-paper +Maneage URL: https://maneage.org Report bugs to mohammad@akhlaghi.org EOF -- cgit v1.2.1