Skip to content

Commit c8eb1ca

Browse files
committed
Reduced complexity of license clause comment.
1 parent 547357f commit c8eb1ca

9 files changed

+27
-63
lines changed

jquery.syntax.brush.applescript.js

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.syntax.brush.asm.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// brush: "asm" aliases: []
22

3-
/*
4-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
5-
6-
See <jquery.syntax.js> for licensing details.
7-
8-
Copyright 2010 Samuel Williams. All rights reserved.
9-
*/
3+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
4+
// Copyright 2010 Samuel Williams. All rights reserved.
5+
// See <jquery.syntax.js> for licensing details.
106

117
Syntax.register('asm', function(brush) {
128
brush.push(Syntax.lib.cStyleComment);

jquery.syntax.brush.clang.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// brush: "clang" aliases: ["cpp", "c++", "c", "objective-c"]
22

3-
/*
4-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
5-
6-
See <jquery.syntax.js> for licensing details.
7-
8-
Copyright 2010 Samuel Williams. All rights reserved.
9-
*/
3+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
4+
// Copyright 2010 Samuel Williams. All rights reserved.
5+
// See <jquery.syntax.js> for licensing details.
106

117
Syntax.register('clang', function(brush) {
128
var keywords = ["@interface", "@implementation", "@protocol", "@end", "@try", "@throw", "@catch", "@finally", "@class", "@selector", "@encode", "@synchronized", "@property", "struct", "break", "continue", "else", "for", "switch", "case", "default", "enum", "goto", "register", "sizeof", "typedef", "volatile", "do", "extern", "if", "return", "static", "union", "while", "asm", "dynamic_cast", "namespace", "reinterpret_cast", "try", "explicit", "static_cast", "typeid", "catch", "operator", "template", "class", "const_cast", "inline", "throw", "virtual", "mutable", "wchar_t"];

jquery.syntax.brush.css.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// brush: "css" aliases: []
22

3-
/*
4-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
5-
6-
See <jquery.syntax.js> for licensing details.
7-
8-
Copyright 2010 Samuel Williams. All rights reserved.
9-
*/
3+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
4+
// Copyright 2010 Samuel Williams. All rights reserved.
5+
// See <jquery.syntax.js> for licensing details.
106

117
Syntax.register('css', function(brush) {
128
var colorNames = ["AliceBlue", "AntiqueWhite", "Aqua", "Aquamarine", "Azure", "Beige", "Bisque", "Black", "BlanchedAlmond", "Blue", "BlueViolet", "Brown", "BurlyWood", "CadetBlue", "Chartreuse", "Chocolate", "Coral", "CornflowerBlue", "Cornsilk", "Crimson", "Cyan", "DarkBlue", "DarkCyan", "DarkGoldenRod", "DarkGray", "DarkGreen", "DarkKhaki", "DarkMagenta", "DarkOliveGreen", "Darkorange", "DarkOrchid", "DarkRed", "DarkSalmon", "DarkSeaGreen", "DarkSlateBlue", "DarkSlateGray", "DarkTurquoise", "DarkViolet", "DeepPink", "DeepSkyBlue", "DimGray", "DodgerBlue", "FireBrick", "FloralWhite", "ForestGreen", "Fuchsia", "Gainsboro", "GhostWhite", "Gold", "GoldenRod", "Gray", "Green", "GreenYellow", "HoneyDew", "HotPink", "IndianRed", "Indigo", "Ivory", "Khaki", "Lavender", "LavenderBlush", "LawnGreen", "LemonChiffon", "LightBlue", "LightCoral", "LightCyan", "LightGoldenRodYellow", "LightGrey", "LightGreen", "LightPink", "LightSalmon", "LightSeaGreen", "LightSkyBlue", "LightSlateGray", "LightSteelBlue", "LightYellow", "Lime", "LimeGreen", "Linen", "Magenta", "Maroon", "MediumAquaMarine", "MediumBlue", "MediumOrchid", "MediumPurple", "MediumSeaGreen", "MediumSlateBlue", "MediumSpringGreen", "MediumTurquoise", "MediumVioletRed", "MidnightBlue", "MintCream", "MistyRose", "Moccasin", "NavajoWhite", "Navy", "OldLace", "Olive", "OliveDrab", "Orange", "OrangeRed", "Orchid", "PaleGoldenRod", "PaleGreen", "PaleTurquoise", "PaleVioletRed", "PapayaWhip", "PeachPuff", "Peru", "Pink", "Plum", "PowderBlue", "Purple", "Red", "RosyBrown", "RoyalBlue", "SaddleBrown", "Salmon", "SandyBrown", "SeaGreen", "SeaShell", "Sienna", "Silver", "SkyBlue", "SlateBlue", "SlateGray", "Snow", "SpringGreen", "SteelBlue", "Tan", "Teal", "Thistle", "Tomato", "Turquoise", "Violet", "Wheat", "White", "WhiteSmoke", "Yellow", "YellowGreen", "#[0-9a-f]{3,6}", "rgba?\\(.+?\\)", "hsla?\\(.+?\\)"];

jquery.syntax.brush.diff.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// brush: "diff" aliases: ["patch"]
22

3-
/*
4-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
5-
6-
See <jquery.syntax.js> for licensing details.
7-
8-
Copyright 2010 Samuel Williams. All rights reserved.
9-
*/
3+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
4+
// Copyright 2010 Samuel Williams. All rights reserved.
5+
// See <jquery.syntax.js> for licensing details.
106

117
Syntax.register('diff', function(brush) {
128
brush.push({pattern: /^\+\+\+.*$/gm, klass: 'add'});

jquery.syntax.brush.html.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// brush: "html" aliases: ["xml"]
22

3-
/*
4-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
5-
6-
See <jquery.syntax.js> for licensing details.
7-
8-
Copyright 2010 Samuel Williams. All rights reserved.
9-
*/
3+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
4+
// Copyright 2010 Samuel Williams. All rights reserved.
5+
// See <jquery.syntax.js> for licensing details.
106

117
Syntax.brushes.dependency('html', 'javascript');
128
Syntax.brushes.dependency('html', 'css');

jquery.syntax.brush.plain.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// brush: "plain" aliases: ["text"]
22

3-
/*
4-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
5-
6-
See <jquery.syntax.js> for licensing details.
7-
8-
Copyright 2010 Samuel Williams. All rights reserved.
9-
*/
3+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
4+
// Copyright 2010 Samuel Williams. All rights reserved.
5+
// See <jquery.syntax.js> for licensing details.
106

117
Syntax.register('plain', function(brush) {
128
brush.push(Syntax.lib.webLink);

jquery.syntax.brush.ruby.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// brush: "ruby" aliases: []
22

3-
/*
4-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
5-
6-
See <jquery.syntax.js> for licensing details.
7-
8-
Copyright 2010 Samuel Williams. All rights reserved.
9-
*/
3+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
4+
// Copyright 2010 Samuel Williams. All rights reserved.
5+
// See <jquery.syntax.js> for licensing details.
106

117
Syntax.lib.rubyStyleFunction = {pattern: /(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi, matches: Syntax.extractMatches({klass: 'function'})};
128
Syntax.lib.rubyStyleSymbol = {pattern: /:\w+/g, klass: 'constant'};

jquery.syntax.layout.table.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
/*
2-
This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
3-
4-
See <jquery.syntax.js> for licensing details.
5-
6-
Copyright 2010 Samuel Williams. All rights reserved.
7-
*/
1+
// This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
2+
// Copyright 2010 Samuel Williams. All rights reserved.
3+
// See <jquery.syntax.js> for licensing details.
84

95
function createWindow (url, name, width, height, options) {
106
var x = (screen.width - width) / 2, y = (screen.height - height) / 2;

0 commit comments

Comments
 (0)