From cb0defc64f56135bdefc71994b73d0d5e29f4a43 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 12 Feb 2017 22:13:18 -0600 Subject: [PATCH] Fix name in copyright headers --- themes/_vendor/js/mock.js | 6 +++--- themes/default/.tx/combine_translations.js | 6 +++--- themes/default/css/style.css | 6 +++--- themes/default/index.html | 2 +- themes/default/js/greeter.js | 6 +++--- web-greeter/resources/js/ThemeUtils.js | 6 +++--- web-greeter/resources/js/bootstrap.js | 6 +++--- web-greeter/resources/js/docs/Greeter.js | 6 +++--- web-greeter/resources/js/docs/GreeterConfig.js | 6 +++--- web-greeter/resources/js/docs/LightDMObjects.js | 6 +++--- 10 files changed, 28 insertions(+), 28 deletions(-) diff --git a/themes/_vendor/js/mock.js b/themes/_vendor/js/mock.js index 2311a0c..aa77811 100644 --- a/themes/_vendor/js/mock.js +++ b/themes/_vendor/js/mock.js @@ -3,14 +3,14 @@ * * mock.js * - * This file is part of web-greeter + * This file is part of Web Greeter * - * web-greeter is free software: you can redistribute it and/or modify + * Web Greeter 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 any later version. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/themes/default/.tx/combine_translations.js b/themes/default/.tx/combine_translations.js index 22b4491..a99ca46 100644 --- a/themes/default/.tx/combine_translations.js +++ b/themes/default/.tx/combine_translations.js @@ -3,14 +3,14 @@ * * combine_translations.js * - * This file is part of web-greeter + * This file is part of Web Greeter * - * web-greeter is free software: you can redistribute it and/or modify + * Web Greeter 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 any later version. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 53896b9..dbfa715 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -4,14 +4,14 @@ * * style.css * - * This file is part of web-greeter + * This file is part of Web Greeter * - * web-greeter is free software: you can redistribute it and/or modify + * Web Greeter 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 any later version. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/themes/default/index.html b/themes/default/index.html index 8dc1a06..d2d6430 100644 --- a/themes/default/index.html +++ b/themes/default/index.html @@ -5,7 +5,7 @@ ~ ~ index.html ~ - ~ This file is part of web-greeter + ~ This file is part of Web Greeter ~ ~ web-greeter is free software: you can redistribute it and/or modify ~ it under the terms of the GNU General Public License as published by diff --git a/themes/default/js/greeter.js b/themes/default/js/greeter.js index 9f448a9..33be030 100644 --- a/themes/default/js/greeter.js +++ b/themes/default/js/greeter.js @@ -3,14 +3,14 @@ * * Copyright © 2015-2017 Antergos * - * This file is part of web-greeter + * This file is part of Web Greeter * - * web-greeter is free software: you can redistribute it and/or modify + * Web Greeter 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 any later version. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/web-greeter/resources/js/ThemeUtils.js b/web-greeter/resources/js/ThemeUtils.js index 038dbee..12d039c 100644 --- a/web-greeter/resources/js/ThemeUtils.js +++ b/web-greeter/resources/js/ThemeUtils.js @@ -3,14 +3,14 @@ * * Copyright © 2017 Antergos Developers * - * This file is part of web-greeter. + * This file is part of Web Greeter. * - * web-greeter is free software; you can redistribute it and/or modify + * Web Greeter 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. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/web-greeter/resources/js/bootstrap.js b/web-greeter/resources/js/bootstrap.js index c1376ff..0b3c738 100644 --- a/web-greeter/resources/js/bootstrap.js +++ b/web-greeter/resources/js/bootstrap.js @@ -3,14 +3,14 @@ * * Copyright © 2017 Antergos Developers * - * This file is part of web-greeter. + * This file is part of Web Greeter. * - * web-greeter is free software; you can redistribute it and/or modify + * Web Greeter 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. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/web-greeter/resources/js/docs/Greeter.js b/web-greeter/resources/js/docs/Greeter.js index 683df10..f764188 100644 --- a/web-greeter/resources/js/docs/Greeter.js +++ b/web-greeter/resources/js/docs/Greeter.js @@ -3,14 +3,14 @@ * * Copyright © 2017 Antergos Developers * - * This file is part of web-greeter. + * This file is part of Web Greeter. * - * web-greeter is free software; you can redistribute it and/or modify + * Web Greeter 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. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/web-greeter/resources/js/docs/GreeterConfig.js b/web-greeter/resources/js/docs/GreeterConfig.js index ba8e7d5..a36446f 100644 --- a/web-greeter/resources/js/docs/GreeterConfig.js +++ b/web-greeter/resources/js/docs/GreeterConfig.js @@ -3,14 +3,14 @@ * * Copyright © 2017 Antergos Developers * - * This file is part of web-greeter. + * This file is part of Web Greeter. * - * web-greeter is free software; you can redistribute it and/or modify + * Web Greeter 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. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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. diff --git a/web-greeter/resources/js/docs/LightDMObjects.js b/web-greeter/resources/js/docs/LightDMObjects.js index 1016cd7..18315a4 100644 --- a/web-greeter/resources/js/docs/LightDMObjects.js +++ b/web-greeter/resources/js/docs/LightDMObjects.js @@ -3,14 +3,14 @@ * * LightDMObjects.js * - * This file is part of web-greeter + * This file is part of Web Greeter * - * web-greeter is free software: you can redistribute it and/or modify + * Web Greeter 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 any later version. * - * web-greeter is distributed in the hope that it will be useful, + * Web Greeter 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.