Skip to content

Commit b39d7c9

Browse files
committedJan 2, 2018
Updated copyright
1 parent 77bf5a6 commit b39d7c9

19 files changed

+24
-18
lines changed
 

‎AutoItSyntaxHighlight/AutoItEditorClassifier.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/AutoItEditorClassifierClassificationDefinition.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/AutoItEditorClassifierProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/AutoItLexer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorClassifierFormat.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorCommentClassifierFormat.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorFunctionsClassifierFormat.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorKeywordClassifierFormat.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/ClassificationFormats/AutoItEditorStringClassifierFormat.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/Helper/MultiLineComment.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/Helper/PrioritiesClassificationSpan.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/Lexer/AutoItLexerComments.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/Lexer/AutoItLexerFunctions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/Lexer/AutoItLexerKeywords.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/Lexer/AutoItLexerStrings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/Lexer/IAutoItLexer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2017 David Roller
2+
// Copyright 2018 David Roller
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

‎AutoItSyntaxHighlight/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.11" Language="en-US" Publisher="David Roller" />
4+
<Identity Id="f0d099a8-5c0d-4414-82c7-ef78c396578b" Version="1.0.0.12" Language="en-US" Publisher="David Roller" />
55
<DisplayName>AutoItSyntaxHighlight</DisplayName>
66
<Description xml:space="preserve">AutoIt scripting language support for Visual Studio</Description>
77
<License>LICENSE</License>

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,9 @@ on the official Visual Studio extension gallery.
8282
**2017-12-12**
8383

8484
- [x] Updated the dependencies
85+
86+
## 1.0.0.12
87+
88+
**2018-01-02**
89+
90+
- [x] Updated copyright

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 David Roller
1+
Copyright 2018 David Roller
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)