Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Fixed license check
Browse files Browse the repository at this point in the history
  • Loading branch information
dselman committed Apr 4, 2017
1 parent a3f6e64 commit 26ea709
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/composer.base/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
2 changes: 1 addition & 1 deletion packages/composer.base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"license-check-config": {
"src": [
"**/*.cto"
"models/**/*.cto"
],
"path": "header.txt",
"blocking": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/composer.business/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
2 changes: 1 addition & 1 deletion packages/composer.business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license-check-config": {
"src": [
"**/*.cto"
"models/**/*.cto"
],
"path": "header.txt",
"blocking": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/composer.contract/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
2 changes: 1 addition & 1 deletion packages/composer.contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"license-check-config": {
"src": [
"**/*.cto"
"models/**/*.cto"
],
"path": "header.txt",
"blocking": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/composer.finance/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
2 changes: 1 addition & 1 deletion packages/composer.finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"license-check-config": {
"src": [
"**/*.cto"
"models/**/*.cto"
],
"path": "header.txt",
"blocking": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/digitalproperty-model/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
2 changes: 1 addition & 1 deletion packages/digitalproperty-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license-check-config": {
"src": [
"**/*.cto"
"models/**/*.cto"
],
"path": "header.txt",
"blocking": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle-model/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"license-check-config": {
"src": [
"**/*.cto"
"models/**/*.cto"
],
"path": "header.txt",
"blocking": true,
Expand Down

0 comments on commit 26ea709

Please sign in to comment.