mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Correct license header
This commit is contained in:
parent
0b5c948549
commit
da246d183d
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* Copyright 2009 Google Inc.
|
* TXT export
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 2013 John McLear
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
|
@ -14,7 +18,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
var async = require("async");
|
var async = require("async");
|
||||||
var Changeset = require("ep_etherpad-lite/static/js/Changeset");
|
var Changeset = require("ep_etherpad-lite/static/js/Changeset");
|
||||||
var padManager = require("../db/PadManager");
|
var padManager = require("../db/PadManager");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue