Experimental package creation tool for MinGW.org
Revision | 9115eecb253e1fbaa7b7cd8435157b938b35c31f (tree) |
---|---|
Zeit | 2022-03-04 03:28:26 |
Autor | ![]() |
Commiter | Keith Marshall |
Update copyright assignment notices.
* configure.ac Makefile.in src/logmsg.sh src/mingw-pkg.sh
* src/mingw-port.sh src/modules/actions.sh src/modules/config.sh
* src/modules/defn.sh src/modules/dmh.sh src/modules/help.sh
* src/modules/import.sh src/modules/licence.sh src/modules/mkspec.sh
* src/modules/mkxml.sh src/modules/optdefn.sh src/modules/options.sh
* src/modules/pkgspec.sh src/modules/porthelp.sh src/plugins/auth.sh
* src/plugins/git.sh src/plugins/hg.sh: Replace all references to...
(MinGW.org): ...this; the project domain has been changed to...
(MinGW.OSDN): ...this.
@@ -11,7 +11,7 @@ VERSION = @PACKAGE_VERSION@ | ||
11 | 11 | # $Id$ |
12 | 12 | # |
13 | 13 | # Written by Keith Marshall <keith@users.osdn.me> |
14 | -# Copyright (C) 2011-2014, 2019, MinGW.org Project | |
14 | +# Copyright (C) 2011-2014, 2019, MinGW.OSDN Project | |
15 | 15 | # |
16 | 16 | # |
17 | 17 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -6,7 +6,7 @@ | ||
6 | 6 | # $Id$ |
7 | 7 | # |
8 | 8 | # Written by Keith Marshall <keith@users.osdn.me> |
9 | -# Copyright (C) 2011-2014, 2020, MinGW.org Project | |
9 | +# Copyright (C) 2011-2014, 2020, MinGW.OSDN Project | |
10 | 10 | # |
11 | 11 | # |
12 | 12 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -10,7 +10,7 @@ | ||
10 | 10 | # $Id$ |
11 | 11 | # |
12 | 12 | # Written by Keith Marshall <keith@users.osdn.me> |
13 | -# Copyright (C) 2013, 2015, 2018-2020, MinGW.org Project | |
13 | +# Copyright (C) 2013, 2015, 2018-2020, MinGW.OSDN Project | |
14 | 14 | # |
15 | 15 | # |
16 | 16 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -10,7 +10,7 @@ | ||
10 | 10 | # $Id$ |
11 | 11 | # |
12 | 12 | # Written by Keith Marshall <keith@users.osdn.me> |
13 | -# Copyright (C) 2011-2013, 2018-2020, MinGW.org Project | |
13 | +# Copyright (C) 2011-2013, 2018-2020, MinGW.OSDN Project | |
14 | 14 | # |
15 | 15 | COPYRIGHT_YEARS="2011-2013, 2018-2020" |
16 | 16 | # |
@@ -10,7 +10,7 @@ | ||
10 | 10 | # $Id$ |
11 | 11 | # |
12 | 12 | # Written by Keith Marshall <keith@users.osdn.me> |
13 | -# Copyright (C) 2020, MinGW.org Project | |
13 | +# Copyright (C) 2020, MinGW.OSDN Project | |
14 | 14 | # |
15 | 15 | COPYRIGHT_YEARS="2020" |
16 | 16 | # |
@@ -57,7 +57,7 @@ | ||
57 | 57 | # optionally downloading it if necessary, into a working tree which has |
58 | 58 | # been initialized with only "arch/mingw32/*.pkgspec", (or optionally, |
59 | 59 | # such a tree instantiated "on-the-fly", from a mingw-port tarball, |
60 | -# which may itself need to be downloaded from MinGW.org's online | |
60 | +# which may itself need to be downloaded from MinGW.OSDN's online | |
61 | 61 | # mingw-ports repository, to complete the operation). |
62 | 62 | # |
63 | 63 | defn import |
@@ -8,7 +8,7 @@ | ||
8 | 8 | # $Id$ |
9 | 9 | # |
10 | 10 | # Written by Keith Marshall <keith@users.osdn.me> |
11 | -# Copyright (C) 2011, 2013, 2017, 2018, 2020, MinGW.org Project | |
11 | +# Copyright (C) 2011, 2013, 2017, 2018, 2020, MinGW.OSDN Project | |
12 | 12 | # |
13 | 13 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
14 | 14 | # of this software and associated documentation files (the "Software"), to deal |
@@ -9,7 +9,7 @@ | ||
9 | 9 | # $Id$ |
10 | 10 | # |
11 | 11 | # Written by Keith Marshall <keithmarshall@users.sourceforge.net> |
12 | -# Copyright (C) 2011-2013, 2018, 2020, MinGW.org Project | |
12 | +# Copyright (C) 2011-2013, 2018, 2020, MinGW.OSDN Project | |
13 | 13 | # |
14 | 14 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | 15 | # of this software and associated documentation files (the "Software"), to deal |
@@ -8,7 +8,7 @@ | ||
8 | 8 | # $Id$ |
9 | 9 | # |
10 | 10 | # Written by Keith Marshall <keithmarshall@users.sourceforge.net> |
11 | -# Copyright (C) 2018, 2020, MinGW.org Project | |
11 | +# Copyright (C) 2018, 2020, MinGW.OSDN Project | |
12 | 12 | # |
13 | 13 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
14 | 14 | # of this software and associated documentation files (the "Software"), to deal |
@@ -8,7 +8,7 @@ | ||
8 | 8 | # $Id$ |
9 | 9 | # |
10 | 10 | # Written by Keith Marshall <keith@users.osdn.me> |
11 | -# Copyright (C) 2014, 2018-2020, MinGW.org Project | |
11 | +# Copyright (C) 2014, 2018-2020, MinGW.OSDN Project | |
12 | 12 | # |
13 | 13 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
14 | 14 | # of this software and associated documentation files (the "Software"), to deal |
@@ -39,7 +39,7 @@ | ||
39 | 39 | Usage: ${cmd="mingw-pkg"} [OPTIONS] [VAR=value ...] [ACTION ...] |
40 | 40 | |
41 | 41 | Download and build packages, as directed by mingw-port specifications, |
42 | - and/or construct and manage MinGW.org distributable package sets. | |
42 | + and/or construct and manage MinGW.OSDN distributable package sets. | |
43 | 43 | |
44 | 44 | ETX |
45 | 45 | } |
@@ -11,7 +11,7 @@ | ||
11 | 11 | # $Id$ |
12 | 12 | # |
13 | 13 | # Written by Keith Marshall <keith@users.osdn.me> |
14 | -# Copyright (C) 2018, 2020, MinGW.org Project | |
14 | +# Copyright (C) 2018, 2020, MinGW.OSDN Project | |
15 | 15 | # |
16 | 16 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
17 | 17 | # of this software and associated documentation files (the "Software"), to deal |
@@ -14,7 +14,7 @@ APPSUITE_CMD=${cmd-"$APPNAME"} | ||
14 | 14 | test "x$APPSUITE_CMD" = "x$APPNAME" || APPSUITE_CMD="$cmd ($APPNAME)" |
15 | 15 | |
16 | 16 | AUTHOR=${AUTHOR-"Keith Marshall"} |
17 | -COPYRIGHT_HOLDER=${COPYRIGHT_HOLDER-"MinGW.org Project"} | |
17 | +COPYRIGHT_HOLDER=${COPYRIGHT_HOLDER-"MinGW.OSDN Project"} | |
18 | 18 | COPYRIGHT_YEARS=${COPYRIGHT_YEARS-"2011-2020"} |
19 | 19 | |
20 | 20 | # Copyright notice. |
@@ -10,7 +10,7 @@ | ||
10 | 10 | # $Id$ |
11 | 11 | # |
12 | 12 | # Written by Keith Marshall <keithmarshall@users.sourceforge.net> |
13 | -# Copyright (C) 2011-2014, 2018, 2020, MinGW.org Project | |
13 | +# Copyright (C) 2011-2014, 2018, 2020, MinGW.OSDN Project | |
14 | 14 | # |
15 | 15 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
16 | 16 | # of this software and associated documentation files (the "Software"), to deal |
@@ -62,7 +62,7 @@ pkgname $PACKAGE | ||
62 | 62 | pkgversion $VERSION |
63 | 63 | |
64 | 64 | # Contributed by ${AUTHOR-"anonymous"}${AUTHOR_EMAIL+" <$AUTHOR_EMAIL>"} |
65 | -# Copyright (C) ${COPYRIGHT-"`date +%Y`"}, ${OWNER-"MinGW.org Project"} | |
65 | +# Copyright (C) ${COPYRIGHT-"`date +%Y`"}, ${OWNER-"MinGW.OSDN Project"} | |
66 | 66 | # |
67 | 67 | # ----------------------------------------------------------------------------- |
68 | 68 | # |
@@ -32,7 +32,7 @@ | ||
32 | 32 | # $Id$ |
33 | 33 | # |
34 | 34 | # Written by Keith Marshall <keithmarshall@users.sourceforge.net> |
35 | -# Copyright (C) 2011, 2013, 2020, MinGW.org Project | |
35 | +# Copyright (C) 2011, 2013, 2020, MinGW.OSDN Project | |
36 | 36 | # |
37 | 37 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
38 | 38 | # of this software and associated documentation files (the "Software"), to deal |
@@ -9,7 +9,7 @@ | ||
9 | 9 | # $Id$ |
10 | 10 | # |
11 | 11 | # Written by Keith Marshall <keithmarshall@users.sourceforge.net> |
12 | -# Copyright (C) 2011, 2013, 2018, 2020, MinGW.org Project | |
12 | +# Copyright (C) 2011, 2013, 2018, 2020, MinGW.OSDN Project | |
13 | 13 | # |
14 | 14 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | 15 | # of this software and associated documentation files (the "Software"), to deal |
@@ -9,7 +9,7 @@ | ||
9 | 9 | # $Id$ |
10 | 10 | # |
11 | 11 | # Written by Keith Marshall <keith@users.osdn.me> |
12 | -# Copyright (C) 2011, 2013, 2017-2020, MinGW.org Project | |
12 | +# Copyright (C) 2011, 2013, 2017-2020, MinGW.OSDN Project | |
13 | 13 | # |
14 | 14 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | 15 | # of this software and associated documentation files (the "Software"), to deal |
@@ -9,7 +9,7 @@ | ||
9 | 9 | # $Id$ |
10 | 10 | # |
11 | 11 | # Written by Keith Marshall <keith@users.osdn.me> |
12 | -# Copyright (C) 2011-2014, 2017, 2018, 2020, MinGW.org Project | |
12 | +# Copyright (C) 2011-2014, 2017, 2018, 2020, MinGW.OSDN Project | |
13 | 13 | # |
14 | 14 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | 15 | # of this software and associated documentation files (the "Software"), to deal |
@@ -8,7 +8,7 @@ | ||
8 | 8 | # $Id$ |
9 | 9 | # |
10 | 10 | # Written by Keith Marshall <keith@users.osdn.me> |
11 | -# Copyright (C) 2020, MinGW.org Project | |
11 | +# Copyright (C) 2020, MinGW.OSDN Project | |
12 | 12 | # |
13 | 13 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
14 | 14 | # of this software and associated documentation files (the "Software"), to deal |
@@ -8,7 +8,7 @@ | ||
8 | 8 | # $Id$ |
9 | 9 | # |
10 | 10 | # Written by Keith Marshall <keithmarshall@users.sourceforge.net> |
11 | -# Copyright (C) 2018, 2020, MinGW.org Project | |
11 | +# Copyright (C) 2018, 2020, MinGW.OSDN Project | |
12 | 12 | # |
13 | 13 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
14 | 14 | # of this software and associated documentation files (the "Software"), to deal |
@@ -10,7 +10,7 @@ | ||
10 | 10 | # $Id$ |
11 | 11 | # |
12 | 12 | # Written by Keith Marshall <keith@users.osdn.me> |
13 | -# Copyright (C) 2019, MinGW.org Project | |
13 | +# Copyright (C) 2019, MinGW.OSDN Project | |
14 | 14 | # |
15 | 15 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
16 | 16 | # of this software and associated documentation files (the "Software"), to deal |
@@ -10,7 +10,7 @@ | ||
10 | 10 | # $Id$ |
11 | 11 | # |
12 | 12 | # Written by Keith Marshall <keith@users.osdn.me> |
13 | -# Copyright (C) 2011-2013, 2016-2019, MinGW.org Project | |
13 | +# Copyright (C) 2011-2013, 2016-2019, MinGW.OSDN Project | |
14 | 14 | # |
15 | 15 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
16 | 16 | # of this software and associated documentation files (the "Software"), to deal |