Skip to content

Commit

Permalink
Updating references to previous company name
Browse files Browse the repository at this point in the history
  • Loading branch information
napernik committed Mar 2, 2018
1 parent 47888e2 commit 361524b
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ new function () {
*/
getInfo : function() {
return {
longname : "Composite Character Map Plugin",
author : "Composite A/S",
authorurl : "http://www.composite.net",
longname: "Orckestra Character Map Plugin",
author : "Orckestra A/S",
authorurl : "https://c1.orckestra.com/",
infourl : null,
version : tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Composite plugin.
*/
new function () {
Expand All @@ -23,8 +23,8 @@ new function () {
getInfo: function () {
return {
longname: "Composite Component Plugin",
author: "Composite A/S",
authorurl: "http://www.composite.net",
author: "Orckestra A/S",
authorurl: "https://c1.orckestra.com/",
infourl: null,
version: tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ new function () {
getInfo : function() {
return {
longname : "Composite Field Plugin",
author : "Composite A/S",
authorurl : "http://www.composite.net",
author : "Orckestra A/S",
authorurl : "https://c1.orckestra.com/",
infourl : null,
version : tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ new function () {
getInfo: function () {
return {
longname: "Composite Image Plugin",
author: "Composite A/S",
authorurl: "http://www.composite.net",
author: "Orckestra A/S",
authorurl: "https://c1.orckestra.com/",
infourl: null,
version: tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ new function () {
getInfo : function() {
return {
longname : "Composite Link",
author : "Composite A/S",
authorurl : "http://www.composite.net",
author : "Orckestra A/S",
authorurl : "https://c1.orckestra.com/",
infourl : null,
version : tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ new function () {
getInfo : function() {
return {
longname : "Composite Plugin",
author : "Composite A/S",
authorurl : "http://www.composite.net",
author : "Orckestra A/S",
authorurl : "https://c1.orckestra.com/",
infourl : null,
version : tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ new function () {
getInfo: function () {
return {
longname: "Composite Rendering Plugin",
author: "Composite A/S",
authorurl: "http://www.composite.net",
author: "Orckestra A/S",
authorurl: "https://c1.orckestra.com/",
infourl: null,
version: tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Composite plugin. This plugin does nothing, it is simply a template.
*/
new function () {
Expand All @@ -16,8 +16,8 @@ new function () {
getInfo: function () {
return {
longname: "Composite SpellCheck",
author: "Composite A/S",
authorurl: "http://www.composite.net",
author: "Orckestra A/S",
authorurl: "https://c1.orckestra.com/",
infourl: null,
version: tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ new function () {
getInfo: function () {
return {
longname: "Composite Table Plugin",
author: "Composite A/S",
authorurl: "http://www.composite.net",
author: "Orckestra A/S",
authorurl: "https://c1.orckestra.com/",
infourl: null,
version: tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ new function () {
getInfo : function() {
return {
longname : "Composite Text Plugin",
author : "Composite A/S",
authorurl : "http://www.composite.net",
author : "Orckestra A/S",
authorurl : "https://c1.orckestra.com/",
infourl : null,
version : tinymce.majorVersion + "." + tinymce.minorVersion
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ new function () {
this.getInfo = function() {
return {
longname : 'Composite theme',
author : 'Composite A/S',
authorurl : 'http://www.composite.net',
author : 'Orckestra A/S',
authorurl : 'https://c1.orckestra.com/',
version : tinymce.majorVersion + "." + tinymce.minorVersion
}
}
Expand Down
4 changes: 2 additions & 2 deletions license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the License.

The Original Code is owned by and the Initial Developer of the Original Code is
Composite A/S (Danish business reg.no. 21744409). All Rights Reserved
Orckestra A/S (Danish business reg.no. 21744409). All Rights Reserved

Section 11 of the License is EXPRESSLY amended to include a provision stating
that any dispute, including but not limited to disputes related to the enforcement
of the License, to which Composite A/S as owner of the Original Code, as Initial
of the License, to which Orckestra A/S as owner of the Original Code, as Initial
Developer or in any other role, becomes a part to shall be governed by Danish law
and be initiated before the Copenhagen City Court ("Københavns Byret")

0 comments on commit 361524b

Please sign in to comment.