Skip to content

Commit fbb09ad

Browse files
committed
Merge pull request #1033 from SlavaRa/feature/copyright
Updates copyright
2 parents 17bc410 + dda85f8 commit fbb09ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginCore/PluginCore/DistroConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class DistroConfig
99
public const String DISTRIBUTION_HELP = "http://www.flashdevelop.org/wikidocs/";
1010
public const String DISTRIBUTION_VERSION = "http://www.flashdevelop.org/latest.txt";
1111
public const String DISTRIBUTION_ABOUT = "FlashDevelop logo, domain and the name are copyright of Mika Palmu.\r\nDevelopment: Mika Palmu, Philippe Elsass and all helpful contributors.";
12-
public const String DISTRIBUTION_COPYRIGHT = "FlashDevelop.org 2005-2015";
12+
public const String DISTRIBUTION_COPYRIGHT = "FlashDevelop.org 2005-2016";
1313
public const String DISTRIBUTION_COMPANY = "FlashDevelop.org";
1414
public const String DISTRIBUTION_RSS = "http://www.flashdevelop.org/community/rss.php?f=15";
1515
}

0 commit comments

Comments
 (0)