Skip to content

Commit 0b5eac3

Browse files
committed
Updated copyright
1 parent 1646523 commit 0b5eac3

File tree

116 files changed

+116
-116
lines changed

Some content is hidden

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

116 files changed

+116
-116
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Jim Kynde Meyer
3+
Copyright (c) 2015-present, Jim Kynde Meyer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
/**
3-
* Copyright (c) 2015, Jim Kynde Meyer
3+
* Copyright (c) 2015-present, Jim Kynde Meyer
44
* All rights reserved.
55
*
66
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLDebugUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLFileType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLFileTypeFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLKeywords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLParserDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLTokenType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/main/com/intellij/lang/jsgraphql/JSGraphQLTokenTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015, Jim Kynde Meyer
2+
* Copyright (c) 2015-present, Jim Kynde Meyer
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

0 commit comments

Comments
 (0)