diff --git a/app/app/models/attachment.js b/app/app/models/attachment.js index f1cfa8d8..473a497b 100644 --- a/app/app/models/attachment.js +++ b/app/app/models/attachment.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; // import { belongsTo, hasMany } from 'ember-data/relationships'; diff --git a/app/app/models/document.js b/app/app/models/document.js index 5f7cad5f..2b964228 100644 --- a/app/app/models/document.js +++ b/app/app/models/document.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; import Ember from 'ember'; diff --git a/app/app/models/folder-permission.js b/app/app/models/folder-permission.js index 2a979b51..58f01b04 100644 --- a/app/app/models/folder-permission.js +++ b/app/app/models/folder-permission.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; // import { belongsTo, hasMany } from 'ember-data/relationships'; diff --git a/app/app/models/folder.js b/app/app/models/folder.js index 1c236347..662e045c 100644 --- a/app/app/models/folder.js +++ b/app/app/models/folder.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; import constants from '../utils/constants'; diff --git a/app/app/models/organization.js b/app/app/models/organization.js index acaa9dc7..db50b26e 100644 --- a/app/app/models/organization.js +++ b/app/app/models/organization.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; // import { belongsTo, hasMany } from 'ember-data/relationships'; diff --git a/app/app/models/page-meta.js b/app/app/models/page-meta.js index 01534514..593b41a9 100644 --- a/app/app/models/page-meta.js +++ b/app/app/models/page-meta.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; // import { belongsTo, hasMany } from 'ember-data/relationships'; diff --git a/app/app/models/page.js b/app/app/models/page.js index 48d6fb57..f0955782 100644 --- a/app/app/models/page.js +++ b/app/app/models/page.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; import Ember from 'ember'; diff --git a/app/app/models/protected-folder-participant.js b/app/app/models/protected-folder-participant.js index 70915349..ddfe1f35 100644 --- a/app/app/models/protected-folder-participant.js +++ b/app/app/models/protected-folder-participant.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; import Ember from 'ember'; diff --git a/app/app/models/section.js b/app/app/models/section.js index 30fdd40d..8887648b 100644 --- a/app/app/models/section.js +++ b/app/app/models/section.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; import Ember from 'ember'; diff --git a/app/app/models/template.js b/app/app/models/template.js index 2f9cbac8..7f6a02ff 100644 --- a/app/app/models/template.js +++ b/app/app/models/template.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; import stringUtil from '../utils/string'; diff --git a/app/app/models/user.js b/app/app/models/user.js index 95357bd0..d2eaa869 100644 --- a/app/app/models/user.js +++ b/app/app/models/user.js @@ -1,3 +1,14 @@ +// Copyright 2016 Documize Inc. . All rights reserved. +// +// This software (Documize Community Edition) is licensed under +// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html +// +// You can operate outside the AGPL restrictions by purchasing +// Documize Enterprise Edition and obtaining a commercial license +// by contacting . +// +// https://documize.com + import Model from 'ember-data/model'; import attr from 'ember-data/attr'; import Ember from 'ember';