Update .gitignore files, fix licenses

This commit is contained in:
Denys Vuika
2016-05-13 10:35:29 +01:00
parent dc14b688f5
commit 7f4cdc65ce
12 changed files with 18 additions and 12 deletions

View File

@@ -3,4 +3,6 @@ node_modules
jspm_packages
.idea
typings
coverage
coverage
*.js
*.js.map

View File

@@ -1,4 +1,4 @@
/**
/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*

View File

@@ -1,4 +1,4 @@
/**
/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*

View File

@@ -1,4 +1,4 @@
/**
/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*

View File

@@ -1,4 +1,4 @@
/**
/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*

View File

@@ -1,4 +1,4 @@
/**
/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*

View File

@@ -19,7 +19,7 @@ import { Injectable } from 'angular2/core';
import { Http, Response } from 'angular2/http';
import { Observable } from 'rxjs/Observable';
import { NodePaging, MinimalNodeEntity } from './../models/document-library.model';
import { AlfrescoSettingsService } from '../../../ng2-alfresco-core/services';
import { AlfrescoSettingsService } from 'ng2-alfresco-core/services';
declare let AlfrescoApi: any;

View File

@@ -18,7 +18,7 @@
import {Http} from 'angular2/http';
import {Observable} from 'rxjs/Observable';
import {AlfrescoService} from '../../src/services/alfresco.service';
import {AlfrescoSettingsService} from '../../../ng2-alfresco-core/services';
import {AlfrescoSettingsService} from 'ng2-alfresco-core/services';
export class AlfrescoServiceMock extends AlfrescoService {

View File

@@ -1,4 +1,4 @@
/**
/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*

View File

@@ -1,4 +1,4 @@
/**
/*!
* @license
* Copyright 2016 Alfresco Software, Ltd.
*

View File

@@ -3,4 +3,6 @@ node_modules
jspm_packages
.idea
typings
coverage
coverage
*.js
*.js.map

View File

@@ -3,4 +3,6 @@ node_modules
jspm_packages
.idea
typings
coverage
coverage
*.js
*.js.map