rendering service header (#1640)

This commit is contained in:
Eugenio Romano
2017-02-20 14:23:28 +00:00
committed by Denys Vuika
parent 12abac0339
commit 866c3f91a1
2 changed files with 3 additions and 4 deletions

View File

@@ -114,7 +114,8 @@
}, },
"license-check-config": { "license-check-config": {
"src": [ "src": [
"./src/**/*.js" "./src/**/*.js",
"!./src/services/rendering-queue.services.js"
], ],
"path": "assets/license_header.txt", "path": "assets/license_header.txt",
"blocking": true, "blocking": true,

View File

@@ -1,6 +1,4 @@
/*! /* Copyright 2012 Mozilla Foundation
* @license
* Copyright 2016 Alfresco Software, Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.