Skip to content

Commit fc41788

Browse files
committed
Remove version numbers from script headers again
Bumping them for every release just adds too much git noise and history blowup.
1 parent 2e89708 commit fc41788

File tree

151 files changed

+150
-165
lines changed

Some content is hidden

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

151 files changed

+150
-165
lines changed

addon/comment/comment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

addon/comment/continuecomment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

addon/dialog/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
// Open simple dialogs on top of an editor. Relies on dialog.css.

addon/display/fullscreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

addon/display/placeholder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

addon/display/rulers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

addon/edit/closebrackets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

addon/edit/closetag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
/**

addon/edit/continuelist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

addon/edit/matchbrackets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror 4.1.1, copyright (c) by Marijn Haverbeke and others
1+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: http://codemirror.net/LICENSE
33

44
(function(mod) {

0 commit comments

Comments
 (0)