From d5b3a6149661c770d1d23f77a436b4ae589d7bc7 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 27 Jul 2021 15:33:59 +0200 Subject: [PATCH] Cleanup (unsolicited copyright) GitOrigin-RevId: 74d61a6122d5b8ef2a5108620e7b677db42a5b69 --- native/fsNotifier/linux/make.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/native/fsNotifier/linux/make.sh b/native/fsNotifier/linux/make.sh index 47a91fd8bb78..5657ebecd5d0 100755 --- a/native/fsNotifier/linux/make.sh +++ b/native/fsNotifier/linux/make.sh @@ -1,6 +1,5 @@ #!/bin/sh -# Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. VER=$(date "+%Y%m%d.%H%M") sed -i.bak "s/#define VERSION .*/#define VERSION \"${VER}\"/" fsnotifier.h && rm fsnotifier.h.bak