From da246d183daa1a5a012937f0dc0f54ca96873553 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 12 Feb 2013 19:47:53 +0000 Subject: [PATCH] Correct license header --- src/node/utils/ExportTxt.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/node/utils/ExportTxt.js b/src/node/utils/ExportTxt.js index 0f3b1a634..30673a981 100644 --- a/src/node/utils/ExportTxt.js +++ b/src/node/utils/ExportTxt.js @@ -1,5 +1,9 @@ /** - * Copyright 2009 Google Inc. + * TXT export + */ + +/* + * 2013 John McLear * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +18,6 @@ * limitations under the License. */ - var async = require("async"); var Changeset = require("ep_etherpad-lite/static/js/Changeset"); var padManager = require("../db/PadManager");