Skip to content

Commit 14aa405

Browse files
committed
Update the copyright
1 parent 03ec9bb commit 14aa405

16 files changed

+16
-16
lines changed

AutoItSyntaxHighlight/AutoItEditorClassifier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2019 David Roller
2+
// Copyright 2020 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.

0 commit comments

Comments
 (0)