Skip to content

Commit

Permalink
Prune copyright headers
Browse files Browse the repository at this point in the history
These are not legally required and are mostly noise. See:
* rust-lang/rust#58036
* rust-lang/rls#1326
  • Loading branch information
Xanewok committed Mar 19, 2019
1 parent c72e14e commit 4a467ec
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 60 deletions.
10 changes: 0 additions & 10 deletions src/configuration.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// Copyright 2017 The RLS Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

'use strict';

import { workspace, WorkspaceConfiguration } from 'vscode';
Expand Down
10 changes: 0 additions & 10 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// Copyright 2017 The RLS Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

'use strict';

import { rustupUpdate, ensureToolchain, checkForRls, execCmd, spawnProcess } from './rustup';
Expand Down
10 changes: 0 additions & 10 deletions src/rustup.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// Copyright 2017 The RLS Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

'use strict';

import * as child_process from 'child_process';
Expand Down
10 changes: 0 additions & 10 deletions src/spinner.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// Copyright 2017 The RLS Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

'use strict';

import { window } from 'vscode';
Expand Down
10 changes: 0 additions & 10 deletions src/tasks.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// Copyright 2017 The RLS Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

import { Disposable, ShellExecution, ShellExecutionOptions, Task, TaskDefinition, TaskGroup, TaskPanelKind, TaskPresentationOptions, TaskProvider, TaskRevealKind, WorkspaceFolder, tasks, TaskExecution } from 'vscode';

export function activateTaskProvider(target: WorkspaceFolder): Disposable {
Expand Down
10 changes: 0 additions & 10 deletions src/utils/child_process.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// Copyright 2017 The RLS Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

'use strict';

/**
Expand Down

0 comments on commit 4a467ec

Please sign in to comment.