Correct license header

pull/1491/head
John McLear 2013-02-12 19:47:53 +00:00
parent 0b5c948549
commit da246d183d
1 changed files with 5 additions and 2 deletions

View File

@ -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");