Skip to content

Commit 7e2dc14

Browse files
authored
Reword license to add 'The quadre code authors' (#102)
It's possible I missed some files but should fix #25
1 parent 1423ea6 commit 7e2dc14

File tree

437 files changed

+1158
-578
lines changed

Some content is hidden

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

437 files changed

+1158
-578
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2013 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
1+
Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
2+
Copyright (c) 2018 - present The quadre code authors. All rights reserved.
23

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

src/LiveDevelopment/Agents/CSSAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/ConsoleAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/DOMAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/DOMHelpers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/DOMNode.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/EditAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/GotoAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/HighlightAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/NetworkAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/RemoteAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/RemoteFunctions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Agents/ScriptAgent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Documents/CSSDocument.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Documents/CSSPreprocessorDocument.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Documents/HTMLDocument.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Documents/JSDocument.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Inspector/Inspector.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Inspector/jsdoc.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/ruby
22
#
33
#
4-
# Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
4+
# Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
5+
# Copyright (c) 2018 - present The quadre code authors. All rights reserved.
56
#
67
# Permission is hereby granted, free of charge, to any person obtaining a
78
# copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/LiveDevMultiBrowser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/LiveDevServerManager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2013 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/LiveDevelopment.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/LiveDevelopmentUtils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2015 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2015 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/documents/LiveCSSDocument.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/documents/LiveDocument.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/documents/LiveHTMLDocument.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/language/HTMLInstrumentation.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/language/HTMLSimpleDOM.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/launchers/Launcher.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/launchers/node/LauncherDomain.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/protocol/LiveDevProtocol.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/protocol/remote/DocumentObserver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/protocol/remote/LiveDevProtocolRemote.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/transports/NodeSocketTransport.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/transports/node/NodeSocketTransportDomain.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/MultiBrowserImpl/transports/remote/NodeSocketTransportRemote.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2014 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Servers/BaseServer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2013 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Servers/FileServer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2013 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/Servers/UserServer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2013 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/launch.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22

33
<!--
4-
Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
4+
Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
5+
Copyright (c) 2018 - present The quadre code authors. All rights reserved.
56
67
Permission is hereby granted, free of charge, to any person obtaining a
78
copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/main.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/transports/WebSocketTransport.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2017 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2017 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/LiveDevelopment/transports/node/WebSocketTransportDomain.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2017 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2017 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/brackets.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/command/CommandManager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

src/command/Commands.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2012 - 2017 Adobe Systems Incorporated. All rights reserved.
3+
* Copyright (c) 2018 - present The quadre code authors. All rights reserved.
34
*
45
* Permission is hereby granted, free of charge, to any person obtaining a
56
* copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)