Skip to content

Commit 6e40bfc

Browse files
committed
update year
1 parent 1b0b6a1 commit 6e40bfc

154 files changed

Lines changed: 194 additions & 198 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
using System.Runtime.InteropServices;
33
using Essentials.Core;
44

5-
// General Information about an assembly is controlled through the following
5+
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("uEssentials")]
99
[assembly: AssemblyDescription("uEssentials Project")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("uEssentials")]
13-
[assembly: AssemblyCopyright("2015-2017 Leonardosnt ([email protected])")]
13+
[assembly: AssemblyCopyright("2015-2018 Leonardosnt ([email protected])")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(true)]
2121

@@ -25,7 +25,7 @@
2525
// Version information for an assembly consists of the following four values:
2626
//
2727
// Major Version
28-
// Minor Version
28+
// Minor Version
2929
// Build Number
3030
// Revision
3131
//

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Versão em Português (Brasil) do README.md [AQUI](https://github.com/uEssential
4444
If you have any questions or suggestions, feel free to send them to us [here](https://goo.gl/amgH8v).
4545

4646
## License
47-
Copyright (C) 2015-2017 leonardosnt <[email protected]> and contributors.
47+
Copyright (C) 2015-2018 leonardosnt <[email protected]> and contributors.
4848
Licensed under the GPL v2 License. See LICENSE file in the project root for full license information.

README_PT-BR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# uEssentials
22

33
[![Participe do nosso Discord](https://discordapp.com/api/guilds/325080396868091906/widget.png)](https://discord.gg/JtHwhNq)
4-
[![Faça uma doação https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MK993GQQ7A4QY](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MK993GQQ7A4QY)
4+
[![Faça uma doação https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MK993GQQ7A4QY](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MK993GQQ7A4QY)
55
[![Build status](https://ci.appveyor.com/api/projects/status/pxm15136lg6mcd2n?svg=true)](https://ci.appveyor.com/project/leonardosnt/uessentials)
66
[![Releases download count](https://www.dropbox.com/s/iqy5xhax6tg8slh/total.svg?raw=1)](https://goo.gl/uql6bm)
77
[![Baixe a última atualização aqui](https://img.shields.io/badge/download-latest_release-brightgreen.svg?maxAge=2592000)](https://goo.gl/638UlM)
@@ -44,5 +44,5 @@ _[Considere fazer uma doação :heart:](https://www.paypal.com/cgi-bin/webscr?cm
4444
Caso tenha alguma dúvida ou deseje reportar algum problema, sinta-se à vontade para enviar [aqui](https://goo.gl/amgH8v).
4545

4646
## License
47-
Copyright (C) 2015-2017 leonardosnt <[email protected]> e contribuidores.
47+
Copyright (C) 2015-2018 leonardosnt <[email protected]> e contribuidores.
4848
Licenciado sobre a licença GPL v2. Veja o arquivo LICENSE na raiz do projeto para mais informações sobre a licença.

scripts/check_lang_syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2017 leonardosnt
2+
* Copyright (C) 2016-2018 leonardosnt
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

scripts/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2017 leonardosnt
2+
* Copyright (C) 2016-2018 leonardosnt
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/Api/Command/CommandExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of uEssentials project.
44
* https://uessentials.github.io/
55
*
6-
* Copyright (C) 2015-2017 leonardosnt
6+
* Copyright (C) 2015-2018 leonardosnt
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/Api/Command/CommandInfoAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of uEssentials project.
44
* https://uessentials.github.io/
55
*
6-
* Copyright (C) 2015-2017 leonardosnt
6+
* Copyright (C) 2015-2018 leonardosnt
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/Api/Command/CommandResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of uEssentials project.
44
* https://uessentials.github.io/
55
*
6-
* Copyright (C) 2015-2017 leonardosnt
6+
* Copyright (C) 2015-2018 leonardosnt
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/Api/Command/EssCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of uEssentials project.
44
* https://uessentials.github.io/
55
*
6-
* Copyright (C) 2015-2017 leonardosnt
6+
* Copyright (C) 2015-2018 leonardosnt
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

src/Api/Command/ICommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of uEssentials project.
44
* https://uessentials.github.io/
55
*
6-
* Copyright (C) 2015-2017 leonardosnt
6+
* Copyright (C) 2015-2018 leonardosnt
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)